Home
last modified time | relevance | path

Searched refs:rStart (Results 76 – 100 of 144) sorted by relevance

123456

/trunk/main/editeng/source/uno/
H A Dunofored.cxx471 void SvxEditEngineForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd,… in GetLineBoundaries() argument
473 rEditEngine.GetLineBoundaries(rStart, rEnd, nPara, nLine); in GetLineBoundaries()
H A Dunoforou.cxx429 void SvxOutlinerForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, s… in GetLineBoundaries() argument
431 return rOutliner.GetEditEngine().GetLineBoundaries( rStart, rEnd, nPara, nLine ); in GetLineBoundaries()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx778 … const DrawShapeSubsetting::IndexClassificatorVector::const_iterator& rStart, in makeTreeNode() argument
783 rStart), in makeTreeNode()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2228 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine() argument
2230 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
2235 else if(rStart.equal(rEnd)) in isPointOnLine()
2242 const B2DVector aEdgeVector(rEnd - rStart); in isPointOnLine()
2243 const B2DVector aTestVector(rCandidate - rStart); in isPointOnLine()
2309 …bool arePointsOnSameSideOfLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCand… in arePointsOnSameSideOfLine() argument
2311 const B2DVector aLineVector(rEnd - rStart); in arePointsOnSameSideOfLine()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1361 SwPosition const & rStart, SwPosition const & rEnd, in IsDestroyFrameAnchoredAtChar() argument
1371 || (rStart.nNode < rAnchorPos.nNode) in IsDestroyFrameAnchoredAtChar()
1372 || !rStart.nContent.GetIndex() in IsDestroyFrameAnchoredAtChar()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx163 void EditRTFParser::AddRTFDefaultValues( const EditPaM& rStart, const EditPaM& rEnd ) in AddRTFDefaultValues() argument
175 sal_uInt32 nStartPara = pImpEditEngine->GetEditDoc().GetPos( rStart.GetNode() ); in AddRTFDefaultValues()
H A Deertfpar.hxx99 void AddRTFDefaultValues( const EditPaM& rStart, const EditPaM& rEnd );
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx725 SvxMacro& rStart, in GetMacros() argument
740 rStart = *pMacro; in GetMacros()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx615 const SwNode &rStart, const SwNode &rEnd)
619 for (sal_uLong nI = rStart.GetIndex(); nI < nEnd; ++nI)
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx120 const basegfx::B2DPoint& rStart,
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx51 XGradient( const Color& rStart, const Color& rEnd,
/trunk/main/vcl/inc/vcl/
H A Ddecoview.hxx103 …void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true …
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrlatheprimitive3d.hxx90 const basegfx::B2DPoint& rStart,
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx141 SdrDropMarkerOverlay::SdrDropMarkerOverlay(const SdrView& rView, const Point& rStart, const Point& … in SdrDropMarkerOverlay() argument
145 aB2DPolygon.append(basegfx::B2DPoint(rStart.X(), rStart.Y())); in SdrDropMarkerOverlay()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.hxx75 …void get2DAxisMainLine( ::basegfx::B2DVector& rStart, ::basegfx::B2DVector& rEnd, double fC…
/trunk/main/sw/source/ui/inc/
H A Dgloshdl.hxx91 SvxMacro& rStart,
/trunk/main/sc/source/filter/xml/
H A Dxmldpimp.hxx378 …void SetGrouping(const rtl::OUString& rGroupSource, const double& rStart, const double& rEnd, cons… in SetGrouping() argument
383 fStart = rStart; in SetGrouping()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx152 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
/trunk/main/svx/source/table/
H A Dcellcursor.hxx69 bool GetMergedSelection( CellPos& rStart, CellPos& rEnd );
/trunk/main/editeng/inc/editeng/
H A Dunofored.hxx78 …virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal…
H A Dunoforou.hxx99 …virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal…
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx88 TextSelection( const TextPaM& rStart, const TextPaM& rEnd );
/trunk/main/sc/inc/
H A Dcollect.hxx196 …sal_Bool FindText( const String& rStart, String& rResult, sal_uInt16& rPos, sal_Bool bBack ) co…
H A Dolinetab.hxx115 void GetRange( SCCOLROW& rStart, SCCOLROW& rEnd ) const;
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx391 SwPosition const & rStart( *pCurrent->Start() ); in GetCrsrAttr() local
393 const sal_uLong nSttNd = rStart.nNode.GetIndex(); in GetCrsrAttr()
413 ? rStart.nContent.GetIndex() : 0; in GetCrsrAttr()

Completed in 200 milliseconds

123456