Searched refs:InvalidateTextWidth (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen8.cxx | 174 InvalidateTextWidth(NULL, NULL, sal_False); // in both cases in SetPrinter() 248 InvalidateTextWidth( rStyleSheet.GetName() ); in ModifyStyleSheet() 264 InvalidateTextWidth( NULL, NULL, bNumFormatChanged ); in ModifyStyleSheet() 324 void ScDocument::InvalidateTextWidth( const String& rStyleName ) in InvalidateTextWidth() function in ScDocument 329 InvalidateTextWidth( i ); in InvalidateTextWidth() 334 void ScDocument::InvalidateTextWidth( SCTAB nTab ) in InvalidateTextWidth() function in ScDocument 338 InvalidateTextWidth( &aAdrFrom, &aAdrTo, sal_False ); in InvalidateTextWidth() 416 void ScDocument::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth() function in ScDocument 425 pTab[nTab]->InvalidateTextWidth( pAdrFrom, NULL, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth() 434 pTab[nTab]->InvalidateTextWidth( pAdrFrom, pAdrTo, bNumFormatChanged, bBroadcast ); in InvalidateTextWidth()
|
H A D | table5.cxx | 1103 InvalidateTextWidth(NULL, NULL, sal_False, sal_False); in SetPageStyle() 1118 …InvalidateTextWidth(NULL, NULL, sal_False, sal_False); // don't know what was in the style be… in PageStyleModified() 1121 void ScTable::InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, in InvalidateTextWidth() function in ScTable
|
H A D | attarray.cxx | 149 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in Reset() 373 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in SetPatternArea() 553 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyStyleArea() 779 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyCacheArea()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 1555 void InvalidateTextWidth( const String& rStyleName ); 1556 void InvalidateTextWidth( SCTAB nTab ); 1557 …void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool …
|
H A D | table.hxx | 892 void InvalidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo,
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 817 pDoc->InvalidateTextWidth( NULL, NULL, bNumFormatChanged ); in ExecuteStyle()
|
Completed in 59 milliseconds