Searched refs:sSrc (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XCellRangeMovement.java | 83 CellRangeAddress sSrc; in _copyRange() local 85 sSrc = new CellRangeAddress(iSheet, 1, 1, 2, 2); in _copyRange() 90 oObj.copyRange(sDest, sSrc); in _copyRange() 143 CellRangeAddress sSrc = new CellRangeAddress(iSheet, 0, 21, 5, 21); in _insertCells() local 144 oObj.insertCells (sSrc, CellInsertMode.DOWN) ; in _insertCells() 180 CellRangeAddress sSrc = new CellRangeAddress(iSheet, 4, 0, 4, 1); in _moveRange() local 182 oObj.moveRange(sDest, sSrc); in _moveRange() 221 CellRangeAddress sSrc = new CellRangeAddress(iSheet, 5, 0, 5, 1); in _removeRange() local 222 oObj.removeRange(sSrc, CellDeleteMode.UP); in _removeRange()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | htmlout.hxx | 65 SVT_DLLPUBLIC static void ConvertStringToHTML( const String& sSrc, ByteString& rDest,
|
/aoo41x/main/tools/bootstrp/ |
H A D | inimgr.cxx | 174 ByteString sSrc( aDir[i].GetFull(), gsl_getSystemTextEncoding()); in ForceUpdate() local
|
Completed in 10 milliseconds