Home
last modified time | relevance | path

Searched refs:getCellAddress (Results 1 – 21 of 21) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XMultipleOperation.java88 CA.getCellAddress(), CA2.getCellAddress()); in _setTableOperation()
100 TableOperationMode.COLUMN, CA.getCellAddress(), in _setTableOperation()
101 CA2.getCellAddress()); in _setTableOperation()
115 CA.getCellAddress(), CA2.getCellAddress()); in _setTableOperation()
H A D_XCellAddressable.java49 sAddr = oObj.getCellAddress() ; in _getCellAddress()
H A D_XDataPilotTable2.java564 return xCellAddr.getCellAddress(); in getLastUsedCellAddress()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java143 xCellAddress.getCellAddress().Column in main()
144 + ", row " + xCellAddress.getCellAddress().Row in main()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java118 CellAddress aAddress = xCellAddr.getCellAddress(); in testCreateEditDeleteComments()
179 CellAddress aAddress = xCellAddr.getCellAddress(); in testShowHideComments()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellAddressable.idl53 com::sun::star::table::CellAddress getCellAddress();
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1088 CellAddress aFirstCell = xCellAddressable->getCellAddress(); in finalizeValidationRanges()
1426 CellAddress WorksheetHelper::getCellAddress( const Reference< XCell >& rxCell ) in getCellAddress() function in oox::xls::WorksheetHelper
1432 aAddress = xAddressable->getCellAddress(); in getCellAddress()
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx219 getCellAddress(
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java290 CellAddress copytoAddress = xCellAddr.getCellAddress(); in sortOption()
H A DStandardFilterOption.java298 CellAddress copytoAddress = xCellAddr.getCellAddress(); in testStandardFilterOptionCopyOutput()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs244 return xAddr.getCellAddress(); in createCellAddress()
H A DSpreadsheetSample.cs158 xCellAddr.getCellAddress(); in doCellSamples()
539 xAddr.getCellAddress(); in doCellRangesSamples()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java266 return xAddr.getCellAddress(); in createCellAddress()
H A DSpreadsheetSample.java272 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
571 com.sun.star.table.CellAddress aAddr = xAddr.getCellAddress(); in doCellRangesSamples()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx173 _rValue <<= xCellAddress->getCellAddress( ); in getFastPropertyValue()
H A Dcellsuno.cxx6661 table::CellAddress SAL_CALL ScCellObj::getCellAddress() throw(uno::RuntimeException) in getCellAddress() function in ScCellObj
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs458 return xAddr.getCellAddress(); in createCellAddress()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellObj.csv142 "ScCellObj";"com::sun::star::sheet::XCellAddressable";"getCellAddress()"
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1752 return xCellAddressable->getCellAddress().Row + 1; // Zero value indexing in getRow()
1768 return xCellAddressable->getCellAddress().Column + 1; // Zero value indexing in getColumn()
2485 xMover->copyRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Copy()
2511 xMover->moveRange( xDestination->getCellAddress(), xSource->getRangeAddress() ); in Cut()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx250 void getCellAddress( sal_Int32 nCol, sal_Int32 nRow );
3568 void SchXMLExportHelper_Impl::getCellAddress( sal_Int32 nCol, sal_Int32 nRow ) in getCellAddress() function in SchXMLExportHelper_Impl
/trunk/main/sc/inc/
H A Dcellsuno.hxx944 virtual ::com::sun::star::table::CellAddress SAL_CALL getCellAddress()

Completed in 156 milliseconds