Home
last modified time | relevance | path

Searched refs:rTabPos (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svtools/inc/svtools/
H A Dsvtreebx.hxx129 SvLBoxTab* GetFirstDynamicTab( sal_uInt16& rTabPos ) const;
130 SvLBoxTab* GetFirstTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos );
131 SvLBoxTab* GetLastTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos );
/aoo4110/main/sw/source/core/access/
H A Dacctable.cxx105 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()
/aoo4110/main/svtools/source/contnr/
H A Dsvtreebx.cxx2387 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 39 milliseconds