Home
last modified time | relevance | path

Searched refs:getActiveSheet (Results 1 – 24 of 24) sorted by last modified time

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3592 …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()
H A Dvbaworksheets.cxx253 aStringSheet = xApplication->getActiveWorkbook()->getActiveSheet()->getName(); in Add()
H A Dvbaworkbook.cxx73 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 Dvbaworkbook.hxx51 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
H A Dvbawindow.cxx744 …uno::Reference< excel::XWorksheet > xSheet( xApplication->getActiveSheet(), uno::UNO_QUERY_THROW ); in SplitAtDefinedPosition()
792 return xApplication->getActiveSheet(); in ActiveSheet()
H A Dvbaname.cxx61 return xApplication->getActiveSheet(); in getWorkSheet()
H A Dvbaglobals.cxx110 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 Dvbaglobals.hxx59 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
H A Dvbaapplication.cxx275 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 Dvbaapplication.hxx87 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx409 Reference< XSpreadsheet > xSheet = xView->getActiveSheet(); in implDeterminePage()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java437 XSpreadsheet xSpreadsheet = xSpreadsheetView.getActiveSheet(); in getCurrentSheet()
456 XSpreadsheet activesheet = xSpeadsheetView.getActiveSheet(); in getSCActiveSheetName()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java98 public String getActiveSheet() { in getActiveSheet() method in BookSettings
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWindow1.java74 public int getActiveSheet() { in getActiveSheet() method in Window1
H A DWorkbook.java326 String activeSheetName = getSheetName(win1.getActiveSheet()); in getSettings()
483 String activeSheetName = book.getActiveSheet(); in addSettings()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1166 uno::Reference<sheet::XSpreadsheet> SAL_CALL ScTabViewObj::getActiveSheet() in getActiveSheet() function in ScTabViewObj
/trunk/main/sc/inc/
H A Dviewuno.hxx308 getActiveSheet() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTabViewObj.csv73 "ScTabViewObj";"com::sun::star::sheet::XSpreadsheetView";"getActiveSheet()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSpreadsheetView.java57 oSheet = oObj.getActiveSheet(); in _getActiveSheet()
81 new_Sheet = oObj.getActiveSheet(); in _setActiveSheet()
H A D_XActivationBroadcaster.java53 XSpreadsheet org = xSpreadsheetView.getActiveSheet(); in _addActivationEventListener()
69 XSpreadsheet org = xSpreadsheetView.getActiveSheet(); in _removeActivationEventListener()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSpreadsheetView.idl50 com::sun::star::sheet::XSpreadsheet getActiveSheet();
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DViewSample.java121 com.sun.star.sheet.XSpreadsheet xSheet = xView.getActiveSheet(); in doSampleFunction()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DViewSample.cs132 xView.getActiveSheet(); in doSampleFunction()
/trunk/main/forms/qa/integration/forms/
H A DListSelection.java106 XSpreadsheet activeSheet = view.getActiveSheet(); in impl_clickListBox()
129 … XNamed sheetName = (XNamed)UnoRuntime.queryInterface( XNamed.class, view.getActiveSheet() ); in impl_clickListBox()

Completed in 137 milliseconds