Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable5.cxx1121 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 Ddocumen8.cxx416 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()
/trunk/main/sc/inc/
H A Dtable.hxx892 void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo,
H A Ddocument.hxx1557 …void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool …

Completed in 45 milliseconds