/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl.hxx | 274 sal_uLong GetPredecessorGrid( const Point& rDocPos) const; 373 SvxIconChoiceCtrlEntry* GetEntry( const Point& rDocPos, sal_Bool bHit = sal_False ); 374 SvxIconChoiceCtrlEntry* GetNextEntry( const Point& rDocPos, SvxIconChoiceCtrlEntry* pCurEntry ); 375 SvxIconChoiceCtrlEntry* GetPrevEntry( const Point& rDocPos, SvxIconChoiceCtrlEntry* pCurEntry ); 466 sal_Bool IsTextHit( SvxIconChoiceCtrlEntry* pEntry, const Point& rDocPos ); 468 const Rectangle& rDocPos, 607 GridId GetGrid( const Point& rDocPos, sal_Bool* pbClipped = 0 );
|
H A D | svimpicn.cxx | 670 sal_Bool GetGrid( const Point& rDocPos, sal_uInt16& rGridX, sal_uInt16& rGridY ) const; 2223 SvLBoxEntry* SvImpIconView::GetEntry( const Point& rDocPos ) in GetEntry() argument 2234 if( pViewData->aRect.IsInside( rDocPos ) ) in GetEntry() 2243 SvLBoxEntry* SvImpIconView::GetNextEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ) in GetNextEntry() argument 2255 if( pViewData->aRect.IsInside( rDocPos ) ) in GetNextEntry() 2265 SvLBoxEntry* SvImpIconView::GetPrevEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ) in GetPrevEntry() argument 2277 if( pViewData->aRect.IsInside( rDocPos ) ) in GetPrevEntry() 3181 sal_Bool ImpIcnCursor::GetGrid( const Point& rDocPos, sal_uInt16& rGridX, sal_uInt16& rGridY ) const in GetGrid() argument 3183 Point aPos( rDocPos ); in GetGrid() 3966 sal_Bool SvImpIconView::IsTextHit( SvLBoxEntry* pEntry, const Point& rDocPos ) in IsTextHit() argument [all …]
|
H A D | imivctl2.cxx | 655 GridId IcnGridMap_Impl::GetGrid( const Point& rDocPos, sal_Bool* pbClipped ) in GetGrid() argument 659 long nX = rDocPos.X(); in GetGrid() 660 long nY = rDocPos.Y(); in GetGrid()
|
H A D | imivctl1.cxx | 2131 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GetEntry( const Point& rDocPos, sal_Bool bHit ) in GetEntry() argument 2140 if( pEntry->aRect.IsInside( rDocPos ) ) in GetEntry() 2149 if( aRect.IsInside( rDocPos ) ) in GetEntry() 2152 if( aRect.IsInside( rDocPos ) ) in GetEntry() 2162 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GetNextEntry( const Point& rDocPos, SvxIconChoiceCt… in GetNextEntry() argument 2173 if( pEntry->aRect.IsInside( rDocPos ) ) in GetNextEntry() 2183 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GetPrevEntry( const Point& rDocPos, SvxIconChoiceCt… in GetPrevEntry() argument 2194 if( pEntry->aRect.IsInside( rDocPos ) ) in GetPrevEntry() 3438 sal_Bool SvxIconChoiceCtrl_Impl::IsTextHit( SvxIconChoiceCtrlEntry* pEntry, const Point& rDocPos ) in IsTextHit() argument 3441 if( aRect.IsInside( rDocPos ) ) in IsTextHit()
|
H A D | svicnvw.cxx | 393 SvLBoxEntry* SvIconView::GetEntryFromLogicPos( const Point& rDocPos ) const in GetEntryFromLogicPos() 395 return ((SvIconView*)this)->pImp->GetEntry( rDocPos ); in GetEntryFromLogicPos()
|
/aoo41x/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 217 SvLBoxEntry* GetEntry( const Point& rDocPos ); 218 SvLBoxEntry* GetNextEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ); 219 SvLBoxEntry* GetPrevEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ); 299 sal_Bool IsTextHit( SvLBoxEntry* pEntry, const Point& rDocPos ); 300 void MakeVisible( const Rectangle& rDocPos,sal_Bool bInScrollBarEvent=sal_False);
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 186 void SetEntryPosition( SvLBoxEntry*, const Point& rDocPos); 187 void SetEntryPosition( SvLBoxEntry*, const Point& rDocPos, 200 SvLBoxEntry* GetEntryFromLogicPos( const Point& rDocPos ) const; 203 virtual void PaintEntry( SvLBoxEntry*, const Point& rDocPos );
|
H A D | textview.hxx | 160 Point GetWindowPos( const Point& rDocPos ) const;
|
H A D | texteng.hxx | 302 TextPaM GetPaM( const Point& rDocPos, sal_Bool bSmart = sal_True );
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 116 rDocPos( rDPos ), in SwReadOnlyPopup() 122 rSh.IsURLGrfAtPos( rDocPos, &sURL, &sTargetFrameName, &sDescription ); in SwReadOnlyPopup() 126 if( rSh.GetContentAtPos( rDocPos, aCntntAtPos, sal_False)) in SwReadOnlyPopup() 137 if ( 0 == (pGrf = rSh.GetGrfAtPos( rDocPos, sGrfName, bLink )) ) in SwReadOnlyPopup() 145 const SwFrmFmt* pGrfFmt = rSh.GetFmtFromObj( rDocPos ); in SwReadOnlyPopup()
|
H A D | romenu.hxx | 45 const Point &rDocPos; member in SwReadOnlyPopup
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 391 Point ImpEditView::GetWindowPos( const Point& rDocPos ) const in GetWindowPos() 398 aPoint.X() = rDocPos.X() + aOutArea.Left() - GetVisDocLeft(); in GetWindowPos() 399 aPoint.Y() = rDocPos.Y() + aOutArea.Top() - GetVisDocTop(); in GetWindowPos() 403 aPoint.X() = aOutArea.Right() - rDocPos.Y() + GetVisDocTop(); in GetWindowPos() 404 aPoint.Y() = rDocPos.X() + aOutArea.Top() - GetVisDocLeft(); in GetWindowPos()
|
H A D | impedit.hxx | 279 Point GetWindowPos( const Point& rDocPos ) const; 280 Rectangle GetWindowPos( const Rectangle& rDocPos ) const;
|
H A D | editeng.cxx | 2406 EPosition EditEngine::FindDocPosition( const Point& rDocPos ) const in FindDocPosition() 2410 EditPaM aPaM = ((EditEngine*)this)->pImpEditEngine->GetPaM( rDocPos, sal_False ); in FindDocPosition()
|
/aoo41x/main/sw/inc/ |
H A D | fesh.hxx | 352 const Graphic *GetGrfAtPos( const Point &rDocPos, 574 Point GetRelativePagePosition(const Point& rDocPos);
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 513 CrsrStack( sal_Bool bValid, sal_Bool bFrmSel, const Point &rDocPos, in CrsrStack() 515 : aDocPos(rDocPos), in CrsrStack()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 2350 Point TextView::GetWindowPos( const Point& rDocPos ) const in GetWindowPos() 2356 aPoint.Y() = rDocPos.Y() - mpImpl->maStartDocPos.Y(); in GetWindowPos() 2360 aPoint.X() = rDocPos.X() - mpImpl->maStartDocPos.X(); in GetWindowPos() 2365 aPoint.X() = ( aSz.Width() - 1 ) - ( rDocPos.X() - mpImpl->maStartDocPos.X() ); in GetWindowPos()
|
H A D | texteng.cxx | 1145 TextPaM TextEngine::GetPaM( const Point& rDocPos, sal_Bool bSmart ) in GetPaM() argument 1155 if ( nY > rDocPos.Y() ) in GetPaM() 1158 Point aPosInPara( rDocPos ); in GetPaM()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 3139 Point SwFEShell::GetRelativePagePosition(const Point& rDocPos) in GetRelativePagePosition() argument 3143 while ( pPage && !pPage->Frm().IsInside( rDocPos ) ) in GetRelativePagePosition() 3149 aRet = rDocPos - pPage->Frm().TopLeft(); in GetRelativePagePosition()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 227 EPosition FindDocPosition( const Point& rDocPos ) const;
|