/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XMultipleOperation.java | 88 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.java | 49 sAddr = oObj.getCellAddress() ; in _getCellAddress()
|
H A D | _XDataPilotTable2.java | 564 return xCellAddr.getCellAddress(); in getLastUsedCellAddress()
|
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | FirstLoadComponent.java | 143 xCellAddress.getCellAddress().Column in main() 144 + ", row " + xCellAddress.getCellAddress().Row in main()
|
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 118 CellAddress aAddress = xCellAddr.getCellAddress(); in testCreateEditDeleteComments() 179 CellAddress aAddress = xCellAddr.getCellAddress(); in testShowHideComments()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XCellAddressable.idl | 53 com::sun::star::table::CellAddress getCellAddress();
|
/trunk/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 1088 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 D | worksheethelper.hxx | 219 getCellAddress(
|
/trunk/test/testuno/source/fvt/uno/sc/data/ |
H A D | DataSort.java | 290 CellAddress copytoAddress = xCellAddr.getCellAddress(); in sortOption()
|
H A D | StandardFilterOption.java | 298 CellAddress copytoAddress = xCellAddr.getCellAddress(); in testStandardFilterOptionCopyOutput()
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 244 return xAddr.getCellAddress(); in createCellAddress()
|
H A D | SpreadsheetSample.cs | 158 xCellAddr.getCellAddress(); in doCellSamples() 539 xAddr.getCellAddress(); in doCellRangesSamples()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 266 return xAddr.getCellAddress(); in createCellAddress()
|
H A D | SpreadsheetSample.java | 272 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 D | cellvaluebinding.cxx | 173 _rValue <<= xCellAddress->getCellAddress( ); in getFastPropertyValue()
|
H A D | cellsuno.cxx | 6661 table::CellAddress SAL_CALL ScCellObj::getCellAddress() throw(uno::RuntimeException) in getCellAddress() function in ScCellObj
|
/trunk/main/testtools/source/cliversioning/ |
H A D | version.cs | 458 return xAddr.getCellAddress(); in createCellAddress()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellObj.csv | 142 "ScCellObj";"com::sun::star::sheet::XCellAddressable";"getCellAddress()"
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 1752 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 D | SchXMLExport.cxx | 250 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 D | cellsuno.hxx | 944 virtual ::com::sun::star::table::CellAddress SAL_CALL getCellAddress()
|