Searched refs:bHigh (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svtools/inc/svtools/ |
H A D | headbar.hxx | 281 sal_uInt16 nPos, sal_Bool bHigh, sal_Bool bDrag, 285 SVT_DLLPRIVATE void ImplDrawItem( sal_uInt16 nPos, sal_Bool bHigh = sal_False,
|
/aoo41x/main/svtools/source/control/ |
H A D | headbar.cxx | 333 sal_uInt16 nPos, sal_Bool bHigh, sal_Bool bDrag, in ImplDrawItem() argument 389 if( bHigh ) in ImplDrawItem() 646 void HeaderBar::ImplDrawItem( sal_uInt16 nPos, sal_Bool bHigh, sal_Bool bDrag, in ImplDrawItem() argument 650 ImplDrawItem( this, nPos, bHigh, bDrag, aRect, pRect, 0 ); in ImplDrawItem()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 3257 sal_Bool bHigh = m_aHighPosBtn.IsChecked(); in IMPL_LINK() local 3260 DBG_ASSERT( bHigh || bLow, "normal position is not valid" ); in IMPL_LINK() 3591 const FASTBOOL bHigh = m_aHighPosBtn.IsChecked(); in FillItemSet() local 3595 if ( bHigh || m_aLowPosBtn.IsChecked() ) in FillItemSet() 3598 nEsc = bHigh ? DFLT_ESC_AUTO_SUPER : DFLT_ESC_AUTO_SUB; in FillItemSet() 3602 nEsc *= bHigh ? 1 : -1; in FillItemSet()
|
Completed in 32 milliseconds