Home
last modified time | relevance | path

Searched refs:bInPaint (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx124 SAL_DLLPRIVATE void ImplDrawAutoHide( sal_Bool bInPaint );
125 SAL_DLLPRIVATE void ImplDrawFadeIn( sal_Bool bInPaint );
126 SAL_DLLPRIVATE void ImplDrawFadeOut( sal_Bool bInPaint );
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx215 ,bInPaint( sal_False ) in BrowserDataWin()
322 if ( bInPaint ) in Paint()
327 bInPaint = sal_True; in Paint()
329 bInPaint = sal_False; in Paint()
H A Ddatwin.hxx132 FASTBOOL bInPaint; // sal_True while in Paint member in BrowserDataWin
H A Dbrwbox2.cxx342 if ( sal_False && !getDataWindow()->bInPaint ) in ToggleSelection()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx85 static sal_Bool bInPaint; //Schutz gegen doppelte Paints. member in SwRootFrm
295 static sal_Bool IsInPaint() { return bInPaint; } in IsInPaint()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx108 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()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1944 void SplitWindow::ImplDrawAutoHide( sal_Bool bInPaint ) in ImplDrawAutoHide() argument
1951 if ( !bInPaint ) in ImplDrawAutoHide()
2133 void SplitWindow::ImplDrawFadeIn( sal_Bool bInPaint ) in ImplDrawFadeIn() argument
2153 if ( !bInPaint ) in ImplDrawFadeIn()
2162 void SplitWindow::ImplDrawFadeOut( sal_Bool bInPaint ) in ImplDrawFadeOut() argument
2182 if ( !bInPaint ) in ImplDrawFadeOut()
/trunk/main/sd/source/ui/inc/
H A DSlideView.hxx131 sal_Bool bInPaint; member in sd::SlideView
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx63 bool bInPaint; member in ScPreview
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx56 sal_Bool SwRootFrm::bInPaint = sal_False; member in SwRootFrm
H A Dpaintfrm.cxx2867 if ( SwRootFrm::bInPaint ) in Paint()
2874 SwRootFrm::bInPaint = bResetRootPaint = sal_True; in Paint()
3183 SwRootFrm::bInPaint = sal_False; in Paint()

Completed in 87 milliseconds