Searched refs:nWindowStyle (Results 1 – 2 of 2) sorted by relevance
1616 const WinBits nWindowStyle = GetStyle(); in ImplInitStyle() local1619 if( nWindowStyle & WB_SORT ) in ImplInitStyle()1629 pImp->SetStyle( nWindowStyle ); in ImplInitStyle()1697 const WinBits nWindowStyle = GetStyle(); in PaintEntry1() local1699 const sal_Bool bHideSelection = ((nWindowStyle & WB_HIDESELECTION) && !HasFocus())!=0; in PaintEntry1()1708 if( !bHasClipRegion && nWindowStyle & WB_HSCROLL ) in PaintEntry1()1887 (nWindowStyle & WB_HASBUTTONS) && pFirstDynamicTab && in PaintEntry1()1902 if((nWindowStyle & WB_HASBUTTONSATROOT) || pModel->GetDepth(pEntry) > 0) in PaintEntry1()2487 const WinBits nWindowStyle = GetStyle(); in GetTextOffset() local2488 sal_Bool bHasButtons = (nWindowStyle & WB_HASBUTTONS)!=0; in GetTextOffset()[all …]
1246 const WinBits nWindowStyle = pView->GetStyle(); in AdjustScrollBars() local1247 sal_Bool bVerSBar = ( nWindowStyle & WB_VSCROLL ) != 0; in AdjustScrollBars()1255 (nWindowStyle & WB_HSCROLL) && in AdjustScrollBars()1273 if( (nWindowStyle & WB_HSCROLL) && in AdjustScrollBars()2266 const WinBits nWindowStyle = pView->GetStyle(); in KeyInput() local2350 else if( nWindowStyle & WB_HSCROLL ) in KeyInput()2382 else if ( nWindowStyle & WB_HSCROLL ) in KeyInput()
Completed in 134 milliseconds