Searched refs:rTabPos (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svtools/inc/svtools/ |
H A D | svtreebx.hxx | 129 SvLBoxTab* GetFirstDynamicTab( sal_uInt16& rTabPos ) const; 130 SvLBoxTab* GetFirstTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos ); 131 SvLBoxTab* GetLastTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos );
|
/aoo41x/main/sw/source/core/access/ |
H A D | acctable.cxx | 105 void GetSelection( const Point& rTabPos, const SwRect& rArea, 372 const Point& rTabPos, in GetSelection() argument 402 sal_Int32 nPos = bColumns ? (rBox.Left() - rTabPos.X()) in GetSelection() 403 : (rBox.Top() - rTabPos.Y()); in GetSelection() 410 nPos = bColumns ? (rBox.Right() - rTabPos.X()) in GetSelection() 411 : (rBox.Bottom() - rTabPos.Y()); in GetSelection() 427 GetSelection( rTabPos, rArea, rSelBoxes, pLower, rSelHdl, in GetSelection()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 2387 SvLBoxTab* SvTreeListBox::GetLastTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos ) in GetLastTab() argument 2397 rTabPos = (sal_uInt16)nPos; in GetLastTab() 2402 rTabPos = 0xffff; in GetLastTab()
|
Completed in 29 milliseconds