Searched refs:bForceUpdate (Results 1 – 7 of 7) sorted by relevance
328 void impl_reschedule(sal_Bool bForceUpdate);
218 void onUpdateStyleSettings( bool bForceUpdate = false );
1678 void OutlineView::onUpdateStyleSettings( bool bForceUpdate /* = false */ ) in onUpdateStyleSettings() argument1681 if( bForceUpdate || (mbHighContrastMode != bHighContrastMode) ) in onUpdateStyleSettings()1693 if( bForceUpdate || (maDocColor != aDocColor) ) in onUpdateStyleSettings()
196 void SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate );
1559 void TextEngine::SetUpdateMode( sal_Bool bUp, TextView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode() argument1564 if ( mbUpdate && ( bChanged || bForceUpdate ) ) in SetUpdateMode()
715 void SetUpdateMode( sal_Bool bUp, EditView* pCurView = 0, sal_Bool bForceUpdate = sal_False );
3874 void ImpEditEngine::SetUpdateMode( sal_Bool bUp, EditView* pCurView, sal_Bool bForceUpdate ) in SetUpdateMode() argument3896 if ( bUpdate && ( bChanged || bForceUpdate ) ) in SetUpdateMode()
Completed in 77 milliseconds