Searched refs:pAdrTo (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | table5.cxx | 1121 void ScTable::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth() argument 1124 if ( pAdrFrom && !pAdrTo ) in InvalidateTextWidth() 1156 const SCCOL nColEnd = pAdrTo ? pAdrTo->Col() : MAXCOL; in InvalidateTextWidth() 1157 const SCROW nRowEnd = pAdrTo ? pAdrTo->Row() : MAXROW; in InvalidateTextWidth()
|
H A D | documen8.cxx | 416 void ScDocument::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth() argument 420 if ( pAdrFrom && !pAdrTo ) in InvalidateTextWidth() 430 const SCTAB nTabEnd = pAdrTo ? pAdrTo->Tab() : MAXTAB; in InvalidateTextWidth() 434 pTab[nTab]->InvalidateTextWidth( pAdrFrom, pAdrTo, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 892 void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo,
|
H A D | document.hxx | 1557 …void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool …
|
Completed in 57 milliseconds