Searched refs:bRedraw (Results 1 – 2 of 2) sorted by relevance
137 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont() argument139 SendMessage( hWnd, WM_SETFONT, (WPARAM)hFont, MAKELPARAM((UINT)bRedraw,0) ); in SetWindowFont()
1022 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in Execute() local1023 pp->GetConfig()->SetAutoRedraw(!bRedraw); in Execute()1229 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in GetState() local1231 rSet.Put(SfxBoolItem(SID_AUTO_REDRAW, bRedraw)); in GetState()
Completed in 20 milliseconds