Home
last modified time | relevance | path

Searched refs:getCurrentDocument (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx192 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in getScreenUpdating()
199 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setScreenUpdating()
207 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in getDisplayStatusBar()
224 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setDisplayStatusBar()
249 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in getInteractive()
259 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setInteractive()
277 …ommandBars( this, mxContext, uno::Reference< container::XIndexAccess >(), getCurrentDocument() ) ); in CommandBars()
305 xModel = getCurrentDocument(); in Run()
389 aArgs[ 0 ] <<= getCurrentDocument(); in getVBE()
423 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Undo()
H A Dvbahelper.cxx256 uno::Reference< frame::XModel > xModel = getCurrentDocument();
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx231 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in getSelection()
338 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getActiveWindow()
371 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setStatusBar()
399 uno::Reference<sheet::XCalculatable> xCalc(getCurrentDocument(), uno::UNO_QUERY_THROW); in getCalculation()
460 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Names()
610 sal_Int32 nPointerStyle = getPointerStyle(getCurrentDocument()); in getCursor()
632 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in setCursor()
710 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Calculate()
1010 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1063 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
[all …]
H A Dvbahelper.cxx239 getCurrentDocument() throw (uno::RuntimeException) in getCurrentDocument() function
329 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getCurrentBestViewShell()
H A Dvbaapplication.hxx49 …virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() throw (css::uno::RuntimeExc…
/trunk/main/sw/source/ui/vba/
H A Dvbaapplication.cxx89 return new SwVbaDocument( this, mxContext, getCurrentDocument() ); in getActiveDocument()
96 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getActiveWindow()
122 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()
146 … uno::Reference< word::XDialogs > xCol( new SwVbaDialogs( this, mxContext, getCurrentDocument() )); in Dialogs()
179 SwVbaApplication::getCurrentDocument() throw (css::uno::RuntimeException) in getCurrentDocument() function in SwVbaApplication
H A Dvbaapplication.hxx68 …virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() throw (css::uno::RuntimeExc…
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaapplicationbase.hxx43 …virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() throw (css::uno::RuntimeExc…

Completed in 49 milliseconds