Searched refs:bNumFormatChanged (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | attarray.cxx | 143 sal_Bool bNumFormatChanged; in Reset() local 144 if ( ScGlobal::CheckWidthInvalidate( bNumFormatChanged, in Reset() 149 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in Reset() 367 sal_Bool bNumFormatChanged; in SetPatternArea() local 368 if ( ScGlobal::CheckWidthInvalidate( bNumFormatChanged, in SetPatternArea() 547 sal_Bool bNumFormatChanged; in ApplyStyleArea() local 548 if ( ScGlobal::CheckWidthInvalidate( bNumFormatChanged, in ApplyStyleArea() 553 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyStyleArea() 773 sal_Bool bNumFormatChanged; in ApplyCacheArea() local 774 if ( ScGlobal::CheckWidthInvalidate( bNumFormatChanged, in ApplyCacheArea() [all …]
|
H A D | documen8.cxx | 261 sal_Bool bNumFormatChanged; in ModifyStyleSheet() local 262 if ( ScGlobal::CheckWidthInvalidate( bNumFormatChanged, in ModifyStyleSheet() 264 InvalidateTextWidth( NULL, NULL, bNumFormatChanged ); in ModifyStyleSheet() 417 sal_Bool bNumFormatChanged ) in InvalidateTextWidth() argument 419 …sal_Bool bBroadcast = (bNumFormatChanged && GetDocOptions().IsCalcAsShown() && !IsImportingXML() &… in InvalidateTextWidth() 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 | 1122 sal_Bool bNumFormatChanged, sal_Bool bBroadcast ) in InvalidateTextWidth() argument 1130 if ( bNumFormatChanged ) in InvalidateTextWidth() 1168 if ( bNumFormatChanged ) in InvalidateTextWidth()
|
H A D | global.cxx | 230 sal_Bool ScGlobal::CheckWidthInvalidate( sal_Bool& bNumFormatChanged, in CheckWidthInvalidate() argument 237 bNumFormatChanged = in CheckWidthInvalidate() 239 return ( bNumFormatChanged in CheckWidthInvalidate()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 814 sal_Bool bNumFormatChanged; in ExecuteStyle() local 816 bNumFormatChanged, aOldSet, rNewSet ) ) in ExecuteStyle() 817 pDoc->InvalidateTextWidth( NULL, NULL, bNumFormatChanged ); in ExecuteStyle()
|
/aoo4110/main/sc/inc/ |
H A D | global.hxx | 648 static sal_Bool CheckWidthInvalidate( sal_Bool& bNumFormatChanged,
|
H A D | table.hxx | 893 sal_Bool bNumFormatChanged, sal_Bool bBroadcast );
|
H A D | document.hxx | 1557 …alidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool bNumFormatChanged );
|
Completed in 249 milliseconds