Home
last modified time | relevance | path

Searched refs:pAdrFrom (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()
1126 ScBaseCell* pCell = aCol[pAdrFrom->Col()].GetCell( pAdrFrom->Row() ); in InvalidateTextWidth()
1138 ScAddress( pAdrFrom->Col(), pAdrFrom->Row(), nTab ), in InvalidateTextWidth()
1154 const SCCOL nColStart = pAdrFrom ? pAdrFrom->Col() : 0; in InvalidateTextWidth()
1155 const SCROW nRowStart = pAdrFrom ? pAdrFrom->Row() : 0; in InvalidateTextWidth()
H A Ddocumen8.cxx416 void ScDocument::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth() argument
420 if ( pAdrFrom && !pAdrTo ) in InvalidateTextWidth()
422 const SCTAB nTab = pAdrFrom->Tab(); in InvalidateTextWidth()
425 pTab[nTab]->InvalidateTextWidth( pAdrFrom, NULL, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth()
429 const SCTAB nTabStart = pAdrFrom ? pAdrFrom->Tab() : 0; 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 56 milliseconds