Home
last modified time | relevance | path

Searched refs:bRedraw (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/win/
H A Dwincomp.hxx137 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont() argument
139 SendMessage( hWnd, WM_SETFONT, (WPARAM)hFont, MAKELPARAM((UINT)bRedraw,0) ); in SetWindowFont()
/trunk/main/starmath/source/
H A Ddocument.cxx1022 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in Execute() local
1023 pp->GetConfig()->SetAutoRedraw(!bRedraw); in Execute()
1229 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in GetState() local
1231 rSet.Put(SfxBoolItem(SID_AUTO_REDRAW, bRedraw)); in GetState()

Completed in 35 milliseconds