Home
last modified time | relevance | path

Searched refs:rPrev (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx94 …void setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx::B2DPoint& …
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx177 static SfxViewShell* GetNext( const SfxViewShell& rPrev,
H A Dobjsh.hxx259 static SfxObjectShell* GetNext( const SfxObjectShell& rPrev,
H A Dviewfrm.hxx111 …static SfxViewFrame* GetNext( const SfxViewFrame& rPrev, const SfxObjectShell* pDoc = 0, sal_Bo…
H A Dframe.hxx237 SfxFrame* NextSibling_Impl( SfxFrame& rPrev );
243 SfxFrame* NextFrame( SfxFrame& rPrev );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx471 const ::std::vector< String >& rPrev, const ::std::vector< String >& rThis, in lcl_InsertVectors()
476 for(aIt = rPrev.begin(); aIt != rPrev.end(); aIt++) in lcl_InsertVectors()
486 for(aIt = rPrev.begin(); aIt != rPrev.end(); aIt++) in lcl_InsertVectors()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1678 const SfxViewFrame& rPrev, in GetNext() argument
1689 if ( rFrames.GetObject(nPos) == &rPrev ) in GetNext()
H A Dviewsh.cxx1667 const SfxViewShell& rPrev, in GetNext() argument
1676 if ( rShells.GetObject(nPos) == &rPrev ) in GetNext()
H A Dframe.cxx698 SfxFrame* SfxFrameIterator::NextFrame( SfxFrame& rPrev ) in NextFrame() argument
703 pRet = rPrev.GetChildFrame( 0 ); in NextFrame()
707 pRet = NextSibling_Impl( rPrev ); in NextFrame()
714 SfxFrame* SfxFrameIterator::NextSibling_Impl( SfxFrame& rPrev ) in NextSibling_Impl() argument
717 if ( &rPrev != pFrame ) in NextSibling_Impl()
719 SfxFrameArr_Impl& rArr = *rPrev.pParentFrame->pChildArr; in NextSibling_Impl()
720 sal_uInt16 nPos = rArr.GetPos( &rPrev ); in NextSibling_Impl()
724 if ( !pRet && rPrev.pParentFrame->pParentFrame ) in NextSibling_Impl()
725 pRet = NextSibling_Impl( *rPrev.pParentFrame ); in NextSibling_Impl()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx101 PreviousKeyPress( const PreviousKeyPress& rPrev ) in PreviousKeyPress()
102 : window( rPrev.window ), in PreviousKeyPress()
103 send_event( rPrev.send_event ), in PreviousKeyPress()
104 time( rPrev.time ), in PreviousKeyPress()
105 state( rPrev.state ), in PreviousKeyPress()
106 keyval( rPrev.keyval ), in PreviousKeyPress()
107 hardware_keycode( rPrev.hardware_keycode ), in PreviousKeyPress()
108 group( rPrev.group ) in PreviousKeyPress()
/trunk/main/sw/source/core/inc/
H A DUndoRedline.hxx73 sal_Bool CanGrouping( const SwUndoRedlineDelete& rPrev );
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1090 Point& rPrev = pImpXPolygon->pPointAry[nPrev]; in CalcTangent() local
1091 Point aDiff = rNext - rPrev; in CalcTangent()
1103 rPrev.X() = rCenter.X() - (long) (fPrevLen * aDiff.X()); in CalcTangent()
1104 rPrev.Y() = rCenter.Y() - (long) (fPrevLen * aDiff.Y()); in CalcTangent()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx166 Point KorregPos(const Point& rNow, const Point& rPrev) const;
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx517 const SfxObjectShell& rPrev, in GetNext() argument
527 if ( rDocs.GetObject(nPos) == &rPrev ) in GetNext()
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx320 static inline void ForceArrayOperator( FormulaTokenRef& rCurr, const FormulaTokenRef& rPrev ) in ForceArrayOperator() argument
322 if ( rPrev.Is() && rPrev->HasForceArray() && in ForceArrayOperator()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx895 …void setControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector& rPrev, const basegfx::B2DVecto… in setControlVectors() argument
897 setPrevControlVector(nIndex, rPrev); in setControlVectors()
901 …void appendBezierSegment(const basegfx::B2DVector& rNext, const basegfx::B2DVector& rPrev, const b… in appendBezierSegment() argument
912 setPrevControlVector(nCount, rPrev); in appendBezierSegment()
1345 …void B2DPolygon::setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx… in setControlPoints() argument
1349 const basegfx::B2DVector aNewPrev(rPrev - aPoint); in setControlPoints()
1440 const B2DVector& rPrev(mpPolygon->getPrevControlVector(nIndex)); in getContinuityInPoint() local
1443 return getContinuity(rPrev, rNext); in getContinuityInPoint()

Completed in 141 milliseconds