/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 212 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in getName() 219 uno::Reference< container::XNamed > xNamed( getSheet(), uno::UNO_QUERY_THROW ); in setName() 226 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in getVisible() 255 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in setVisible() 387 uno::Reference<sheet::XSheetOutline> xOutline(getSheet(),uno::UNO_QUERY_THROW); in Outline() 394 return new ScVbaPageSetup( this, mxContext, getSheet(), getModel() ); in PageSetup() 459 xSpreadsheet->setActiveSheet(getSheet()); in Activate() 631 , uno::Reference< table::XCellRange >( getSheet(), uno::UNO_QUERY_THROW ) ) ); in Range() 647 uno::Reference< table::XCellRange > xRange( getSheet(),uno::UNO_QUERY_THROW ); in getSheetRange() 699 uno::Reference< css::sheet::XSpreadsheet > xSheet = getSheet(); in PivotTables() [all …]
|
H A D | vbaworkbook.cxx | 64 virtual uno::Reference< sheet::XSpreadsheet > getSheet() in getSheet() function in ActiveSheet
|
H A D | vbaworksheet.hxx | 85 virtual css::uno::Reference< css::sheet::XSpreadsheet > getSheet() in getSheet() function in ScVbaWorksheet
|
H A D | vbaworksheets.cxx | 424 uno::Reference< sheet::XSpreadsheet > xSheet( pWorkSheet->getSheet() , uno::UNO_QUERY_THROW ); in Item()
|
/aoo4110/main/sfx2/qa/complex/sfx2/undo/ |
H A D | CalcDocumentTest.java | 55 ((SpreadsheetDocument)m_document).getSheet(0) ); in initializeDocument() 78 ((SpreadsheetDocument)m_document).getSheet(0) ); in verifyInitialDocumentState() 95 ((SpreadsheetDocument)m_document).getSheet(0) ); in doMultipleModifications() 111 ((SpreadsheetDocument)m_document).getSheet(0) ); in getCellA1()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 396 m_document.getSheet( 0 ).getCellByPosition( col, row ) in verifyVoidCell() 413 m_document.getSheet( 0 ).getCellByPosition( col, row ) in verifyNumericCellContent() 429 m_document.getSheet( 0 ).getCellByPosition( col, row ) in verifyStringCellContent() 445 m_document.getSheet( 0 ).getCellByPosition( col, row ) in setCellText() 456 m_document.getSheet( 0 ).getCellByPosition( col, row ) in setCellValue() 469 m_document.getSheet( 0 ).getCellByPosition( col, row ) in setCellEmpty()
|
H A D | SpreadsheetDocument.java | 70 public XCellRange getSheet( int index ) throws com.sun.star.uno.Exception in getSheet() method in SpreadsheetDocument
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SpreadsheetValueBinding.java | 97 XCellRange exchangeSheet = document.getSheet( listSourceSheet ); in prepareDocument() 108 document.getSheet( sheet ).getCellByPosition( exchangeColumn, exchangeRow ) in prepareDocument()
|
H A D | SpreadsheetDocument.java | 51 public XCellRange getSheet( int index ) throws com.sun.star.uno.Exception in getSheet() method in SpreadsheetDocument
|
/aoo4110/main/linguistic/qa/complex/linguistic/ |
H A D | HangulHanjaConversion.java | 125 XSpreadsheet xSheet = getSheet(xDoc); in checkXConversionDictionaryList() 244 private XSpreadsheet getSheet(XComponent xDoc) { in getSheet() method in HangulHanjaConversion
|
/aoo4110/main/oox/source/xls/ |
H A D | worksheetsettings.cxx | 322 Reference< XProtectable > xProtectable( getSheet(), UNO_QUERY_THROW ); in finalizeImport() 330 PropertySet aPropSet( getSheet() ); in finalizeImport()
|
H A D | worksheethelper.cxx | 238 inline const Reference< XSpreadsheet >& getSheet() const { return mxSheet; } in getSheet() function in oox::xls::WorksheetGlobals 1406 const Reference< XSpreadsheet >& WorksheetHelper::getSheet() const in getSheet() function in oox::xls::WorksheetHelper 1408 return mrSheetGlob.getSheet(); in getSheet() 1559 PropertySet aPropSet( getSheet() ); in setLabelRanges()
|
H A D | commentsbuffer.cxx | 133 Reference< XSheetAnnotationsSupplier > xAnnosSupp( getSheet(), UNO_QUERY_THROW ); in finalizeImport()
|
H A D | pagesettings.cxx | 416 Reference< XNamed > xSheetName( getSheet(), UNO_QUERY ); in finalizeImport() 427 PropertySet aSheetProps( getSheet() ); in finalizeImport()
|
/aoo4110/main/oox/inc/oox/xls/ |
H A D | worksheethelper.hxx | 205 getSheet() const;
|
/aoo4110/main/sfx2/qa/complex/sfx2/ |
H A D | UndoManager.java | 383 spreadsheetDoc.getSheet( 0 ) ); in impl_setupButton()
|