Home
last modified time | relevance | path

Searched refs:lcl_GetCellPosition (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunochart.cxx75 extern void lcl_GetCellPosition( const String &rCellName, sal_Int32 &rColumn, sal_Int32 &rRow);
254 lcl_GetCellPosition( aTLName, rDesc.nLeft, rDesc.nTop ); in FillRangeDescriptor()
255 lcl_GetCellPosition( aBRName, rDesc.nRight, rDesc.nBottom ); in FillRangeDescriptor()
771 lcl_GetCellPosition( aStartCell, nStartCol, nStartRow ); in Impl_createDataSource()
772 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in Impl_createDataSource()
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()
[all …]
H A Dunotbl.cxx327 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()
461 lcl_GetCellPosition( String::CreateFromAscii("AB1"), nCol, nRow2); in lcl_GetCellName()
463 lcl_GetCellPosition( String::CreateFromAscii("BB1"), nCol, nRow2); in lcl_GetCellName()
521 lcl_GetCellPosition( rCell1, nCol1, nRow1 ); in lcl_NormalizeRange()
[all …]