Searched refs:lcl_GetCellName (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unochart.cxx | 76 extern String lcl_GetCellName( sal_Int32 nColumn, sal_Int32 nRow ); 709 String aNewStartCell( lcl_GetCellName( aDesc.nLeft, aDesc.nTop ) ); in Impl_createDataSource() 710 String aNewEndCell( lcl_GetCellName( aDesc.nRight, aDesc.nBottom ) ); in Impl_createDataSource() 938 aLabelRange += lcl_GetCellName( aLabelDesc.nLeft, aLabelDesc.nTop ); in Impl_createDataSource() 940 aLabelRange += lcl_GetCellName( aLabelDesc.nRight, aLabelDesc.nBottom ); in Impl_createDataSource() 947 aDataRange += lcl_GetCellName( aDataDesc.nLeft, aDataDesc.nTop ); in Impl_createDataSource() 949 aDataRange += lcl_GetCellName( aDataDesc.nRight, aDataDesc.nBottom ); in Impl_createDataSource() 1079 aStartCell = lcl_GetCellName( nStartCol, nStartRow ); in GetBrokenCellRangeForExport() 1080 aEndCell = lcl_GetCellName( nEndCol, nEndRow ); in GetBrokenCellRangeForExport() 1341 String aStartCell( lcl_GetCellName( k, i ) ); in detectArguments() [all …]
|
| H A D | unotbl.cxx | 452 String lcl_GetCellName( sal_Int32 nColumn, sal_Int32 nRow ) in lcl_GetCellName() function 525 rCell1 = lcl_GetCellName( Min(nCol1, nCol2), Min(nRow1, nRow2) ); in lcl_NormalizeRange() 526 rCell2 = lcl_GetCellName( Max(nCol1, nCol2), Max(nRow1, nRow2) ); in lcl_NormalizeRange() 551 String sCellName = lcl_GetCellName(nColumn, nRow); in lcl_CreateXCell() 2446 String sTLName = lcl_GetCellName(aDesc.nLeft, aDesc.nTop); in getCellRangeByPosition() 2447 String sBRName = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in getCellRangeByPosition() 3677 String sTLName = lcl_GetCellName(aNewDesc.nLeft, aNewDesc.nTop); in getCellRangeByPosition() 3678 String sBRName = lcl_GetCellName(aNewDesc.nRight, aNewDesc.nBottom); in getCellRangeByPosition() 4663 String sTLName = lcl_GetCellName(0, nIndex); in insertByIndex() 4710 String sTLName = lcl_GetCellName(0, nIndex); in removeByIndex() [all …]
|