Lines Matching refs:getCurrentDocument
231 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()
529 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_QUERY_THROW ); in GoTo()
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()
711 uno::Reference< sheet::XCalculatable > xCalculatable( getCurrentDocument(), uno::UNO_QUERY_THROW ); in Calculate()
1010 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1063 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
1162 ScVbaApplication::getCurrentDocument() throw (css::uno::RuntimeException) in getCurrentDocument() function in ScVbaApplication