Searched refs:lcl_GetCellPosition (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 254 lcl_GetCellPosition( aTLName, rDesc.nLeft, rDesc.nTop ); in FillRangeDescriptor() 255 lcl_GetCellPosition( aBRName, rDesc.nRight, rDesc.nBottom ); in FillRangeDescriptor() 1073 lcl_GetCellPosition( aStartCell, nStartCol, nStartRow ); in GetBrokenCellRangeForExport() 1074 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in GetBrokenCellRangeForExport() 1191 lcl_GetCellPosition( aCell, nFirstCol, nFirstRow); in detectArguments() 1192 lcl_GetCellPosition( aValuesEndCell, nLastCol, nLastRow); in detectArguments() 1246 lcl_GetCellPosition( aLabelStartCell, nStartCol, nStartRow ); in detectArguments() 1247 lcl_GetCellPosition( aLabelEndCell, nEndCol, nEndRow ); in detectArguments() 1269 lcl_GetCellPosition( aValuesEndCell, nEndCol, nEndRow ); in detectArguments() 1889 lcl_GetCellPosition( aStartCell, nCol, nRow ); in convertRangeToXML() [all …]
|
H A D | unotbl.cxx | 327 void lcl_GetCellPosition( const String &rCellName, in lcl_GetCellPosition() function 386 lcl_GetCellPosition( rCellName1, nCol1, nRow1 ); in lcl_CompareCellsByRowFirst() 387 lcl_GetCellPosition( rCellName2, nCol2, nRow2 ); in lcl_CompareCellsByRowFirst() 409 lcl_GetCellPosition( rCellName1, nCol1, nRow1 ); in lcl_CompareCellsByColFirst() 410 lcl_GetCellPosition( rCellName2, nCol2, nRow2 ); in lcl_CompareCellsByColFirst() 457 lcl_GetCellPosition( String::CreateFromAscii("z1"), nCol, nRow2); in lcl_GetCellName() 459 lcl_GetCellPosition( String::CreateFromAscii("AA1"), nCol, nRow2); in lcl_GetCellName() 521 lcl_GetCellPosition( rCell1, nCol1, nRow1 ); in lcl_NormalizeRange() 522 lcl_GetCellPosition( rCell2, nCol2, nRow2 ); in lcl_NormalizeRange() 3724 lcl_GetCellPosition( sTLName, aDesc.nLeft, aDesc.nTop ); in getCellRangeByName() [all …]
|
Completed in 61 milliseconds