/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 110 ScVbaGlobals::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet() function in ScVbaGlobals 112 return getApplication()->getActiveSheet(); in getActiveSheet() 176 return getApplication()->getActiveSheet()->Cells( RowIndex, ColumnIndex ); in Cells() 181 return getApplication()->getActiveSheet()->Columns( aIndex ); in Columns() 223 return getApplication()->getActiveSheet()->Rows( aIndex ); in Rows()
|
H A D | vbaworkbook.cxx | 73 xSheet = xSpreadsheet->getActiveSheet(); in getSheet() 213 ScVbaWorkbook::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet() function in ScVbaWorkbook 217 uno::Reference< sheet::XSpreadsheet > xSheet( xView->getActiveSheet(), uno::UNO_SET_THROW ); in getActiveSheet()
|
H A D | vbaapplication.cxx | 275 uno::Reference< table::XCellRange > xRange( xView->getActiveSheet(), ::uno::UNO_QUERY_THROW); in getActiveCell() 323 return uno::Any( getActiveWorkbook()->getActiveSheet()->Range( uno::Any( Name ), aVoid ) ); in Evaluate() 473 ScVbaApplication::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet() function in ScVbaApplication 480 xWorkbook->getActiveSheet(), uno::UNO_QUERY ); in getActiveSheet() 532 uno::Reference< sheet::XSpreadsheet > xDoc = xSpreadsheet->getActiveSheet(); in GoTo()
|
H A D | vbaworkbook.hxx | 51 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
|
H A D | vbawindow.cxx | 744 …uno::Reference< excel::XWorksheet > xSheet( xApplication->getActiveSheet(), uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition() 792 return xApplication->getActiveSheet(); in ActiveSheet()
|
H A D | vbaname.cxx | 61 return xApplication->getActiveSheet(); in getWorkSheet()
|
H A D | vbaglobals.hxx | 59 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
|
H A D | vbaapplication.hxx | 87 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
|
H A D | vbaworksheets.cxx | 253 aStringSheet = xApplication->getActiveWorkbook()->getActiveSheet()->getName(); in Add()
|
H A D | vbarange.cxx | 3592 …uno::Reference< excel::XRange > xOldActiveCell( xApplication->getActiveSheet()->Range( uno::makeAn… in End() 3597 …resultCell.set( xApplication->getActiveSheet()->Range( uno::makeAny( sMoved ), aVoid ), uno::UNO_Q… in End() 4178 uno::Reference< table::XCellRange > xSheetRange( xView->getActiveSheet(), uno::UNO_QUERY_THROW ); in ApplicationRange()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSpreadsheetView.java | 57 oSheet = oObj.getActiveSheet(); in _getActiveSheet() 81 new_Sheet = oObj.getActiveSheet(); in _setActiveSheet()
|
H A D | _XActivationBroadcaster.java | 53 XSpreadsheet org = xSpreadsheetView.getActiveSheet(); in _addActivationEventListener() 69 XSpreadsheet org = xSpreadsheetView.getActiveSheet(); in _removeActivationEventListener()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | ListSelection.java | 106 XSpreadsheet activeSheet = view.getActiveSheet(); in impl_clickListBox() 129 … XNamed sheetName = (XNamed)UnoRuntime.queryInterface( XNamed.class, view.getActiveSheet() ); in impl_clickListBox()
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | Workbook.java | 326 String activeSheetName = getSheetName(win1.getActiveSheet()); in getSettings() 483 String activeSheetName = book.getActiveSheet(); in addSettings()
|
H A D | Window1.java | 74 public int getActiveSheet() { in getActiveSheet() method in Window1
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 437 XSpreadsheet xSpreadsheet = xSpreadsheetView.getActiveSheet(); in getCurrentSheet() 456 XSpreadsheet activesheet = xSpeadsheetView.getActiveSheet(); in getSCActiveSheetName()
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XSpreadsheetView.idl | 50 com::sun::star::sheet::XSpreadsheet getActiveSheet();
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | BookSettings.java | 98 public String getActiveSheet() { in getActiveSheet() method in BookSettings
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ViewSample.java | 121 com.sun.star.sheet.XSpreadsheet xSheet = xView.getActiveSheet(); in doSampleFunction()
|
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | ViewSample.cs | 132 xView.getActiveSheet(); in doSampleFunction()
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScTabViewObj.csv | 73 "ScTabViewObj";"com::sun::star::sheet::XSpreadsheetView";"getActiveSheet()"
|
/aoo42x/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 409 Reference< XSpreadsheet > xSheet = xView->getActiveSheet(); in implDeterminePage()
|
/aoo42x/main/sc/inc/ |
H A D | viewuno.hxx | 308 getActiveSheet() throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1166 uno::Reference<sheet::XSpreadsheet> SAL_CALL ScTabViewObj::getActiveSheet() in getActiveSheet() function in ScTabViewObj
|