Searched refs:bInPaint (Results 1 – 11 of 11) sorted by relevance
124 SAL_DLLPRIVATE void ImplDrawAutoHide( sal_Bool bInPaint );125 SAL_DLLPRIVATE void ImplDrawFadeIn( sal_Bool bInPaint );126 SAL_DLLPRIVATE void ImplDrawFadeOut( sal_Bool bInPaint );
215 ,bInPaint( sal_False ) in BrowserDataWin()322 if ( bInPaint ) in Paint()327 bInPaint = sal_True; in Paint()329 bInPaint = sal_False; in Paint()
132 FASTBOOL bInPaint; // sal_True while in Paint member in BrowserDataWin
342 if ( sal_False && !getDataWindow()->bInPaint ) in ToggleSelection()
86 static sal_Bool bInPaint; //Schutz gegen doppelte Paints. member in SwRootFrm296 static sal_Bool IsInPaint() { return bInPaint; } in IsInPaint()
108 bInPaint( false ), in ScPreview()574 bool bWasInPaint = bInPaint; // nested calls shouldn't be necessary, but allow for now in Paint()575 bInPaint = true; in Paint()582 bInPaint = bWasInPaint; in Paint()913 if ( !bInPaint ) in DataChanged()
131 sal_Bool bInPaint; member in sd::SlideView
1944 void SplitWindow::ImplDrawAutoHide( sal_Bool bInPaint ) in ImplDrawAutoHide() argument1951 if ( !bInPaint ) in ImplDrawAutoHide()2133 void SplitWindow::ImplDrawFadeIn( sal_Bool bInPaint ) in ImplDrawFadeIn() argument2153 if ( !bInPaint ) in ImplDrawFadeIn()2162 void SplitWindow::ImplDrawFadeOut( sal_Bool bInPaint ) in ImplDrawFadeOut() argument2182 if ( !bInPaint ) in ImplDrawFadeOut()
63 bool bInPaint; member in ScPreview
56 sal_Bool SwRootFrm::bInPaint = sal_False; member in SwRootFrm
2776 if ( SwRootFrm::bInPaint ) in Paint()2783 SwRootFrm::bInPaint = bResetRootPaint = sal_True; in Paint()3094 SwRootFrm::bInPaint = sal_False; in Paint()
Completed in 414 milliseconds