private: /** Checks if selection has been changed compared to selection of last call. @returntrue,iftheselectionhasbeenchanged. @throwscss::lang::IllegalArgumentException @throwscss::uno::RuntimeException
*/ bool isSelectionChanged( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex );
/** Creates a VBA Worksheet object (the argument must contain a sheet index). @throwscss::lang::IllegalArgumentException @throwscss::uno::RuntimeException
*/
css::uno::Any createWorksheet( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) const; /** Creates a VBA Range object (the argument must contain a UNO range or UNO range list). @throwscss::lang::IllegalArgumentException @throwscss::uno::RuntimeException
*/
css::uno::Any createRange( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) const; /** Creates a VBA Hyperlink object (the argument must contain a UNO cell). @throwscss::lang::IllegalArgumentException @throwscss::uno::RuntimeException
*/
css::uno::Any createHyperlink( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) const; /** Creates a VBA Window object (the argument must contain a model controller). @throwscss::lang::IllegalArgumentException @throwscss::uno::RuntimeException
*/
css::uno::Any createWindow( const css::uno::Sequence< css::uno::Any >& rArgs, sal_Int32 nIndex ) const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.