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()
255 …uno::Reference< table::XCellRange > xRange( getCurrentDocument()->getCurrentSelection(), ::uno::UN… in getSelection()
258 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( getCurrentDocument()->getCurrentSelecti… in getSelection()
274 …uno::Reference< sheet::XSpreadsheetView > xView( getCurrentDocument()->getCurrentController(), uno… in getActiveCell()
329 … new ScVbaDialogs( uno::Reference< XHelperInterface >( this ), mxContext, getCurrentDocument() ) ); in Dialogs()
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()
410 uno::Reference< sheet::XCalculatable > xCalc(getCurrentDocument(), uno::UNO_QUERY_THROW); in setCalculation()
460 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Names()
[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…