Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1616 const WinBits nWindowStyle = GetStyle(); in ImplInitStyle() local
1619 if( nWindowStyle & WB_SORT ) in ImplInitStyle()
1629 pImp->SetStyle( nWindowStyle ); in ImplInitStyle()
1697 const WinBits nWindowStyle = GetStyle(); in PaintEntry1() local
1699 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() local
2488 sal_Bool bHasButtons = (nWindowStyle & WB_HASBUTTONS)!=0; in GetTextOffset()
[all …]
H A Dsvimpbox.cxx1246 const WinBits nWindowStyle = pView->GetStyle(); in AdjustScrollBars() local
1247 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() local
2350 else if( nWindowStyle & WB_HSCROLL ) in KeyInput()
2382 else if ( nWindowStyle & WB_HSCROLL ) in KeyInput()

Completed in 42 milliseconds