Lines Matching refs:UNO_QUERY_THROW

122 		uno::Reference <sheet::XSpreadsheetDocument> xSpreadSheet( m_xModel, uno::UNO_QUERY_THROW );  in SelectedSheetsEnumAccess()
123 …uno::Reference <container::XIndexAccess> xIndex( xSpreadSheet->getSheets(), uno::UNO_QUERY_THROW ); in SelectedSheetsEnumAccess()
128 … uno::Reference< sheet::XSpreadsheet > xSheet( xIndex->getByIndex( nTab ), uno::UNO_QUERY_THROW ); in SelectedSheetsEnumAccess()
129 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in SelectedSheetsEnumAccess()
238 return uno::Reference< beans::XPropertySet >( getController(), uno::UNO_QUERY_THROW ); in getControllerProps()
244 return uno::Reference< beans::XPropertySet >( getController()->getFrame(), uno::UNO_QUERY_THROW ); in getFrameProps()
250 return uno::Reference< awt::XDevice >( getWindow(), uno::UNO_QUERY_THROW ); in getDevice()
284 uno::Reference< XCollection > xColl( xSheets, uno::UNO_QUERY_THROW ); in SelectedSheets()
327 …ScVbaWorkbook workbook( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ),… in getCaption()
459 …ScVbaWorkbook workbook( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ),… in Activate()
467 …ScVbaWorkbook workbook( uno::Reference< XHelperInterface >( Application(), uno::UNO_QUERY_THROW ),… in Close()
474 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in ActivePane()
481 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in ActiveCell()
488 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in Selection()
497 return uno::Reference< excel::XRange >( Selection(), uno::UNO_QUERY_THROW ); in RangeSelection()
600 uno::Reference< sheet::XViewFreezable > xViewFreezable( getController(), uno::UNO_QUERY_THROW ); in getFreezePanes()
607 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in setFreezePanes()
608 uno::Reference< sheet::XViewSplitable > xViewSplitable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()
609 uno::Reference< sheet::XViewFreezable > xViewFreezable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()
638 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in getSplit()
647 … uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in setSplit()
652 … uno::Reference< sheet::XViewFreezable > xViewFreezable( getController(), uno::UNO_QUERY_THROW ); in setSplit()
663 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in getSplitColumn()
672 … uno::Reference< sheet::XViewFreezable > xViewFreezable( getController(), uno::UNO_QUERY_THROW ); in setSplitColumn()
681 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in getSplitHorizontal()
688 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in setSplitHorizontal()
696 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in getSplitRow()
705 … uno::Reference< sheet::XViewFreezable > xViewFreezable( getController(), uno::UNO_QUERY_THROW ); in setSplitRow()
714 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in getSplitVertical()
721 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in setSplitVertical()
728 uno::Reference< sheet::XViewSplitable > xViewSplitable( getController(), uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition()
729 uno::Reference< sheet::XViewFreezable > xViewFreezable( xViewSplitable, uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition()
743 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition()
744 …uno::Reference< excel::XWorksheet > xSheet( xApplication->getActiveSheet(), uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition()
778 uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( m_xModel, uno::UNO_QUERY_THROW ); in setZoom()
791 uno::Reference< excel::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in ActiveSheet()
839 uno::Reference< container::XIndexAccess > xPanesIA( getController(), uno::UNO_QUERY_THROW ); in getVisibleRange()
840 …uno::Reference< sheet::XViewPane > xTopLeftPane( xPanesIA->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in getVisibleRange()