Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx710 String aNewEndCell( lcl_GetCellName( aDesc.nRight, aDesc.nBottom ) ); in Impl_createDataSource() local
712 aChartTableName, aNewStartCell, aNewEndCell, sal_True ); in Impl_createDataSource()
2826 String aNewEndCell; in ExtendTo() local
2833 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom + nCount); in ExtendTo()
2842 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo()
2851 aNewEndCell = lcl_GetCellName(aDesc.nRight + nCount, aDesc.nBottom); in ExtendTo()
2860 aNewEndCell = lcl_GetCellName(aDesc.nRight, aDesc.nBottom); in ExtendTo()
2868 const SwTableBox *pNewEndBox = pTable->GetTblBox( aNewEndCell ); in ExtendTo()

Completed in 28 milliseconds