Searched refs:rPixPos (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 345 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetEntry( const Point& rPixPos, sal_Bool bHit ) const in GetEntry() argument 347 Point aPos( rPixPos ); in GetEntry() 376 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetNextEntry( const Point& rPixPos, SvxIconChoiceCtrlEnt… in GetNextEntry() argument 378 Point aPos( rPixPos ); in GetNextEntry() 383 SvxIconChoiceCtrlEntry* SvtIconChoiceCtrl::GetPrevEntry( const Point& rPixPos, SvxIconChoiceCtrlEnt… in GetPrevEntry() argument 385 Point aPos( rPixPos ); in GetPrevEntry()
|
H A D | svicnvw.cxx | 386 SvLBoxEntry* SvIconView::GetEntry( const Point& rPixPos, sal_Bool ) const in GetEntry() argument 388 Point aPos( rPixPos ); in GetEntry() 806 SvLBoxEntry* SvIconView::GetNextEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) co… in GetNextEntry() argument 808 Point aPos( rPixPos ); in GetNextEntry() 813 SvLBoxEntry* SvIconView::GetPrevEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) co… in GetPrevEntry() argument 815 Point aPos( rPixPos ); in GetPrevEntry()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accframe.cxx | 226 const Point& rPixPos, in GetChildAtPixel() argument 249 if( aPixBounds.IsInside( rPixPos ) ) in GetChildAtPixel() 256 aRet = GetChildAtPixel( rVisArea, *(rLower.GetSwFrm()), rPixPos, in GetChildAtPixel() 280 if( aPixBounds.IsInside( rPixPos ) ) in GetChildAtPixel() 287 aRet = GetChildAtPixel( rVisArea, *(rLower.GetSwFrm()), rPixPos, in GetChildAtPixel()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 194 SvLBoxEntry* GetEntry( const Point& rPixPos, sal_Bool ) const; 196 SvLBoxEntry* GetNextEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) const; 198 SvLBoxEntry* GetPrevEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) const;
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 256 void SwReadOnlyPopup::Execute( Window* pWin, const Point &rPixPos ) in Execute() argument 260 rPixPos ); in Execute()
|
Completed in 30 milliseconds