Home
last modified time | relevance | path

Searched refs:pPt (Results 1 – 25 of 30) sorted by last modified time

12

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1003 SwEditShell::GetCorrection( const Point* pPt, SwRect& rSelectRect ) in GetCorrection() argument
1011 Point aPt( *pPt ); in GetCorrection()
1094 …SwCntntFrm *pCntntFrame = pCntntNode->getLayoutFrm( GetLayout(), pPt, pCrsr->GetPoint(), sal_False… in GetCorrection()
1117 const Point *pPt, SwRect &rSelectRect ) in GetGrammarCorrection() argument
1126 Point aPt( *pPt ); in GetGrammarCorrection()
1238 …SwCntntFrm *pCntntFrame = pCntntNode->getLayoutFrm( GetLayout(), pPt, pCrsr->GetPoint(), sal_False… in GetGrammarCorrection()
H A Dedsect.cxx93 const SwSection* SwEditShell::GetAnySection( sal_Bool bOutOfTab, const Point* pPt ) const in GetAnySection()
96 if ( pPt ) in GetAnySection()
99 Point aPt( *pPt ); in GetAnySection()
102 pFrm = pNd->getLayoutFrm( GetLayout(), pPt ); in GetAnySection()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx645 const Point* pPt = &pAry[ i ]; in GetBoundRect() local
649 nXMin = nXMax = pPt->X(); in GetBoundRect()
650 nYMin = nYMax = pPt->Y(); in GetBoundRect()
655 if ( pPt->X() < nXMin ) in GetBoundRect()
656 nXMin = pPt->X(); in GetBoundRect()
657 if ( pPt->X() > nXMax ) in GetBoundRect()
658 nXMax = pPt->X(); in GetBoundRect()
659 if ( pPt->Y() < nYMin ) in GetBoundRect()
660 nYMin = pPt->Y(); in GetBoundRect()
661 if ( pPt->Y() > nYMax ) in GetBoundRect()
[all …]
H A Dpoly.cxx514 Point* pPt; in Polygon() local
1250 pPt->X() += nHorzMove; in Move()
1251 pPt->Y() += nVertMove; in Move()
1654 if ( pPt->X() < nXMin ) in GetBoundRect()
1655 nXMin = pPt->X(); in GetBoundRect()
1656 if ( pPt->X() > nXMax ) in GetBoundRect()
1657 nXMax = pPt->X(); in GetBoundRect()
1658 if ( pPt->Y() < nYMin ) in GetBoundRect()
1659 nYMin = pPt->Y(); in GetBoundRect()
1660 if ( pPt->Y() > nYMax ) in GetBoundRect()
[all …]
/trunk/main/sw/source/core/view/
H A Dvprint.cxx121 while ( pPt->pSh != pNew && pPt->pNext ) in Add()
122 pPt = pPt->pNext; in Add()
130 if ( pPt ) in Add()
158 pPt = pPt->pNext; in Repaint()
162 { pPt = pQueue; in Repaint()
164 delete pPt; in Repaint()
177 while ( pPt && pPt->pSh != pSh ) in Remove()
179 pPrev = pPt; in Remove()
180 pPt = pPt->pNext; in Remove()
182 if ( pPt ) in Remove()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx91 bRet = SwCrsrShell::SelectWord( pPt ); in SelWrd()
97 if(pPt) in SelWrd()
98 aStart = *pPt; in SelWrd()
113 if(pPt) in SelSentence()
114 aStart = *pPt; in SelSentence()
129 if(pPt) in SelPara()
130 aStart = *pPt; in SelPara()
320 if(!IsInSelect() && ChgCurrPam(*pPt)) { in SetCrsr()
331 ResetSelect(pPt,sal_False); in SetCrsrKillSel()
511 SwCrsrShell::SetCrsr(*pPt); in ExtSelLn()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx698 const Point* pPt = &(pPointAry[i]); in ImplLogicToDevicePixel() local
700 aPt.X() = ImplLogicToPixel( pPt->X()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
703 aPt.Y() = ImplLogicToPixel( pPt->Y()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
1215 const Point* pPt = &(pPointAry[i]); in LogicToPixel() local
1423 const Point* pPt = &(pPointAry[i]); in LogicToPixel() local
1610 const Point* pPt = &(pPointAry[i]); in PixelToLogic() local
1612 aPt.X() = ImplPixelToLogic( pPt->X(), mnDPIX, in PixelToLogic()
1615 aPt.Y() = ImplPixelToLogic( pPt->Y(), mnDPIY, in PixelToLogic()
1822 const Point* pPt = &(pPointAry[i]); in PixelToLogic() local
1824 aPt.X() = ImplPixelToLogic( pPt->X(), mnDPIX, in PixelToLogic()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx115 rPos.*pPt += lDelta; in lcl_GetPos()
117 rPos.*pPt = DOCUMENTBORDER; in lcl_GetPos() local
391 pPt->Y() = rRect.Top(); in CalcPt()
392 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt()
397 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt()
401 pPt->Y() = rRect.Bottom() - in CalcPt()
404 pPt->Y() = SetVScrollMax( pPt->Y() ); in CalcPt()
412 pPt->X() = SetHScrollMax( pPt->X() ); in CalcPt()
417 pPt->X() = Max( ::GetLeftMargin( *this ) + nLeftOfst, pPt->X() ); in CalcPt()
418 pPt->X() = Min( rRect.Left() - nScrollX, pPt->X() ); in CalcPt()
[all …]
H A Dviewtab.cxx1044 : rSh.GetFrmType( pPt, sal_True ); in StateTabWin()
1049 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, pPt ); in StateTabWin()
1050 const SwRect& rPagePrtRect = rSh.GetAnyCurRect( RECT_PAGE_PRT, pPt ); in StateTabWin()
1158 aRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, pPt); in StateTabWin()
1164 aRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED, pPt); in StateTabWin()
1848 : RECT_PAGE_PRT, pPt )); in StateTabWin()
1851 : RECT_PAGE, pPt )); in StateTabWin()
1915 RECT_FLY_PRT_EMBEDDED, pPt ) ); in StateTabWin()
1917 pPt ).Pos(); in StateTabWin()
1972 SwRect aRect( rSh.GetAnyCurRect( eRecType, pPt ) ); in StateTabWin()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx102 sal_uInt16 nAction, const Point* pPt, sal_Bool bInsertGRF );
109 const Point* pPt, sal_uInt8 nActionFlags, bool bNeedToSelectBeforePaste);
112 sal_uLong nFmt, sal_uInt16 nAction, const Point* pPt,
123 const Point* pPt, sal_uInt8 nActionFlags, sal_Bool bMsg );
131 const Point* pPt, sal_Bool bMsg );
H A Dview.hxx311 SW_DLLPRIVATE void CalcPt( Point* pPt,const Rectangle& rRect,
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1173 if( pPt ) in PasteData()
1283 sal_Bool bMsg = 0 == pPt; in PasteData()
1362 pPt, bMsg ); in PasteData()
1379 pPt, bMsg ); in PasteData()
1383 if( pPt ) in PasteData()
1549 const Point* pPt ) in GetSotDestination() argument
1554 if( pPt ) in GetSotDestination()
1567 if( pPt ) in GetSotDestination()
1992 Point aPt( pPt ? *pPt : rSh.GetCrsrDocPos() ); in _PasteTargetURL()
2041 const Point* pPt ) in SetSelInShell() argument
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx626 long SwFEShell::BeginDrag( const Point* pPt, sal_Bool ) in BeginDrag() argument
632 SdrHdl* pHdl = pView->PickHandle( *pPt ); in BeginDrag()
633 pView->BegDragObj( *pPt, 0 /*GetWin()*/, pHdl ); in BeginDrag()
645 long SwFEShell::Drag( const Point *pPt, sal_Bool ) in Drag() argument
650 ScrollTo( *pPt ); in Drag()
651 Imp()->GetDrawView()->MovDragObj( *pPt ); in Drag()
H A Dfetab.cxx127 const SwPosition * pPt = pTmpCrsr->GetPoint(), in ParkCursorInTab() local
130 if (*pPt < aStartPos) in ParkCursorInTab()
131 aStartPos = *pPt; in ParkCursorInTab()
133 if (*pPt > aEndPos) in ParkCursorInTab()
134 aEndPos = *pPt; in ParkCursorInTab()
H A Dfews.cxx107 const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt, in GetAnyCurRect() argument
117 if( pPt ) in GetAnyCurRect()
120 Point aPt( *pPt ); in GetAnyCurRect()
123 pFrm = pNd->getLayoutFrm( GetLayout(), pPt ); in GetAnyCurRect()
260 sal_uInt16 SwFEShell::GetFrmType( const Point *pPt, sal_Bool bStopAtFly ) const in GetFrmType() argument
264 if ( pPt ) in GetFrmType()
267 Point aPt( *pPt ); in GetFrmType()
270 pFrm = pNd->getLayoutFrm( GetLayout(), pPt ); in GetFrmType()
H A Dfecopy.cxx1346 void SwFEShell::Paste( SvStream& rStrm, sal_uInt16 nAction, const Point* pPt ) in Paste() argument
1365 Point aPos( pPt ? *pPt : GetCharRect().Pos() ); in Paste()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx2036 const Point* pPt ) const in GetTextDirection()
2041 if( pPt ) in GetTextDirection()
2042 aPt = *pPt; in GetTextDirection()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx2291 const Point* pPt ) const in GetTextDirection()
2300 nRet = pNd->GetTextDirection( rPos, pPt ); in GetTextDirection()
2345 sal_Bool SwDoc::IsInVerticalText( const SwPosition& rPos, const Point* pPt ) const in IsInVerticalText()
2347 const short nDir = GetTextDirection( rPos, pPt ); in IsInVerticalText()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx772 , pPt(SwPaM::GetPoint()) in SwShellCrsr()
785 , pPt(SwPaM::GetPoint()) in SwShellCrsr()
794 , pPt(SwPaM::GetPoint()) in SwShellCrsr()
808 if( SwPaM::GetPoint() == pPt ) in SetMark()
H A Dcrstrvl1.cxx92 sal_Bool SwCrsrShell::SelectWord( const Point* pPt ) in SelectWord() argument
94 return pCurCrsr->SelectWord( this, pPt ); in SelectWord()
H A Dswcrsr.cxx1230 sal_Bool SwCursor::SelectWord( ViewShell* pViewShell, const Point* pPt ) in SelectWord() argument
1232 return SelectWordWT( pViewShell, WordType::ANYWORD_IGNOREWHITESPACES, pPt ); in SelectWord()
1408 sal_Bool SwCursor::SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt ) in SelectWordWT() argument
1416 if( pPt && 0 != pLayout ) in SelectWordWT()
1419 Point aPt( *pPt ); in SelectWordWT()
1816 Point* pPt, long nUpDownX ) in UpDown() argument
1833 if( pPt ) in UpDown()
1834 aPt = *pPt; in UpDown()
1841 if( !pPt ) in UpDown()
H A Dcrsrsh.cxx3114 short SwCrsrShell::GetTextDirection( const Point* pPt ) const in GetTextDirection()
3117 Point aPt( pPt ? *pPt : pCurCrsr->GetPtPos() ); in GetTextDirection()
3118 if( pPt ) in GetTextDirection()
3129 sal_Bool SwCrsrShell::IsInVerticalText( const Point* pPt ) const in IsInVerticalText()
3131 const short nDir = GetTextDirection( pPt ); in IsInVerticalText()
3135 sal_Bool SwCrsrShell::IsInRightToLeftText( const Point* pPt ) const in IsInRightToLeftText()
3137 const short nDir = GetTextDirection( pPt ); in IsInRightToLeftText()
/trunk/main/sw/inc/
H A Dviscrs.hxx138 const SwPosition* pPt; // fuer Zuordung vom GetPoint() zum aPtPt member in SwShellCrsr
155 const Point& GetPtPos() const { return( SwPaM::GetPoint() == pPt ? aPtPt : aMkPt ); } in GetPtPos()
156 Point& GetPtPos() { return( SwPaM::GetPoint() == pPt ? aPtPt : aMkPt ); } in GetPtPos()
157 const Point& GetMkPos() const { return( SwPaM::GetMark() == pPt ? aPtPt : aMkPt ); } in GetMkPos()
158 Point& GetMkPos() { return( SwPaM::GetMark() == pPt ? aPtPt : aMkPt ); } in GetMkPos()
159 const Point& GetSttPos() const { return( SwPaM::Start() == pPt ? aPtPt : aMkPt ); } in GetSttPos()
160 Point& GetSttPos() { return( SwPaM::Start() == pPt ? aPtPt : aMkPt ); } in GetSttPos()
161 const Point& GetEndPos() const { return( SwPaM::End() == pPt ? aPtPt : aMkPt ); } in GetEndPos()
162 Point& GetEndPos() { return( SwPaM::End() == pPt ? aPtPt : aMkPt ); } in GetEndPos()
H A Dswcrsr.hxx134 sal_Bool SelectWord( ViewShell* pViewShell, const Point* pPt = 0 );
145 sal_Bool SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt = 0 );
163 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt, Point* pPt, long nUpDownX );
H A Dnode.hxx509 const Point* pPt ) const;

Completed in 204 milliseconds

12