Lines Matching refs:rPos

90 						const Point& rPos,
1943 void SvxIconChoiceCtrl_Impl::PaintEntry( SvxIconChoiceCtrlEntry* pEntry, const Point& rPos, in PaintEntry() argument
1969 Rectangle aTextRect( CalcTextRect(pEntry,&rPos,sal_False,&aEntryText)); in PaintEntry()
1970 Rectangle aBmpRect( CalcBmpRect(pEntry, &rPos ) ); in PaintEntry()
2025 aXRect.SetPos( rPos ); in PaintEntry()
2058 void SvxIconChoiceCtrl_Impl::SetEntryPos( SvxIconChoiceCtrlEntry* pEntry, const Point& rPos, in SetEntryPos() argument
2068 if( rPos != aBoundRect.TopLeft() ) in SetEntryPos()
2075 aBoundRect.SetPos( rPos ); in SetEntryPos()
2077 pEntry->aGridRect.SetPos( rPos + aGridOffs ); in SetEntryPos()
2113 SvxIconChoiceCtrlEntry* pPrev = FindEntryPredecessor( pEntry, rPos ); in SetEntryPos()
2481 …id SvxIconChoiceCtrl_Impl::SetBoundingRect_Impl( SvxIconChoiceCtrlEntry* pEntry, const Point& rPos, in SetBoundingRect_Impl() argument
2484 Rectangle aGridRect( rPos, Size(nGridDX, nGridDY) ); in SetBoundingRect_Impl()
3644 sal_Bool SvxIconChoiceCtrl_Impl::IsMnemonicChar( sal_Unicode cChar, sal_uLong& rPos ) const in IsMnemonicChar()
3654 rPos = i; in IsMnemonicChar()
3783 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GetFirstSelectedEntry( sal_uLong& rPos ) const in GetFirstSelectedEntry()
3790 rPos = pView->GetEntryListPos( pCurHighlightFrame ); in GetFirstSelectedEntry()
3802 rPos = nCur; in GetFirstSelectedEntry()
3814 rPos = GetEntryListPos( pEntry ); in GetFirstSelectedEntry()
3892 IcnViewEdit_Impl::IcnViewEdit_Impl( SvtIconChoiceCtrl* pParent, const Point& rPos, in IcnViewEdit_Impl() argument
3911 SetPosPixel( rPos ); in IcnViewEdit_Impl()
4345 sal_uLong SvxIconChoiceCtrl_Impl::GetPredecessorGrid( const Point& rPos) const in GetPredecessorGrid()
4347 Point aPos( rPos ); in GetPredecessorGrid()
4360 if( rPos.X() < nMiddle ) in GetPredecessorGrid()
4597 void SvxIconChoiceCtrl_Impl::SetOrigin( const Point& rPos, sal_Bool bDoNotUpdateWallpaper ) in SetOrigin() argument
4600 aMapMode.SetOrigin( rPos ); in SetOrigin()