Home
last modified time | relevance | path

Searched refs:bNumFormatChanged (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattarray.cxx143 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 Ddocumen8.cxx261 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 Dtable5.cxx1122 sal_Bool bNumFormatChanged, sal_Bool bBroadcast ) in InvalidateTextWidth() argument
1130 if ( bNumFormatChanged ) in InvalidateTextWidth()
1168 if ( bNumFormatChanged ) in InvalidateTextWidth()
H A Dglobal.cxx230 sal_Bool ScGlobal::CheckWidthInvalidate( sal_Bool& bNumFormatChanged, in CheckWidthInvalidate() argument
237 bNumFormatChanged = in CheckWidthInvalidate()
239 return ( bNumFormatChanged in CheckWidthInvalidate()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx814 sal_Bool bNumFormatChanged; in ExecuteStyle() local
816 bNumFormatChanged, aOldSet, rNewSet ) ) in ExecuteStyle()
817 pDoc->InvalidateTextWidth( NULL, NULL, bNumFormatChanged ); in ExecuteStyle()
/trunk/main/sc/inc/
H A Dglobal.hxx648 static sal_Bool CheckWidthInvalidate( sal_Bool& bNumFormatChanged,
H A Dtable.hxx893 sal_Bool bNumFormatChanged, sal_Bool bBroadcast );
H A Ddocument.hxx1557 …alidateTextWidth( const ScAddress* pAdrFrom, const ScAddress* pAdrTo, sal_Bool bNumFormatChanged );

Completed in 67 milliseconds