Searched refs:pAdrFrom (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() 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 D | documen8.cxx | 416 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()
|
/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 63 milliseconds