Searched refs:GetCommonWidth (Results 1 – 5 of 5) sorted by relevance
671 sal_uInt16 GetCommonWidth( SCCOL nEndCol );
1342 sal_uInt16 GetCommonWidth( SCCOL nEndCol, SCTAB nTab ) const;
3263 sal_uInt16 ScDocument::GetCommonWidth( SCCOL nEndCol, SCTAB nTab ) const in GetCommonWidth() function in ScDocument3266 return pTab[nTab]->GetCommonWidth( nEndCol ); in GetCommonWidth()
2408 sal_uInt16 ScTable::GetCommonWidth( SCCOL nEndCol ) in GetCommonWidth() function in ScTable
2199 sal_uInt16 nTwips = pDoc->GetCommonWidth( nEndCol, nTabNo ); in CalcPPT()
Completed in 74 milliseconds