Home
last modified time | relevance | path

Searched refs:rEnd (Results 126 – 148 of 148) sorted by relevance

123456

/trunk/main/sw/source/core/inc/
H A Dunometa.hxx110 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd) const;
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx221 …void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 …
H A Dunotext.hxx224 …virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal…
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx527 const CpAndFc & rStart, const CpAndFc & rEnd) in WW8DocumentImpl() argument
533 mCpAndFcEnd = rEnd; in WW8DocumentImpl()
/trunk/main/starmath/source/
H A Daccessibility.cxx1444 void SmTextForwarder::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uI… in GetLineBoundaries() argument
1447 pEditEngine->GetLineBoundaries(rStart, rEnd, nPara, nLine); in GetLineBoundaries()
H A Daccessibility.hxx251 …virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal…
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx94 void setEnd( const ::com::sun::star::uno::Any& rEnd );
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx615 EditSelection::EditSelection( const EditPaM& rStart, const EditPaM& rEnd ) in EditSelection() argument
619 aEndPaM = rEnd; in EditSelection()
H A Deditdoc.hxx648 EditSelection( const EditPaM& rStart, const EditPaM& rEnd );
H A Dimpedit2.cxx3355 void ImpEditEngine::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt… in GetLineBoundaries() argument
3360 rStart = rEnd = 0xFFFF; // default values in case of error in GetLineBoundaries()
3366 rEnd = pLine->GetEnd(); in GetLineBoundaries()
H A Dediteng.cxx715 void EditEngine::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 … in GetLineBoundaries() argument
720 return pImpEditEngine->GetLineBoundaries( rStart, rEnd, nParagraph, nLine ); in GetLineBoundaries()
H A Dimpedit.hxx810 …void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 …
/trunk/main/tools/source/generic/
H A Dpoly.cxx547 const Point& rStart, const Point& rEnd, PolyStyle eStyle ) in Polygon() argument
575 double fEnd = ImplGetAngle( aCenter, rEnd ); in Polygon()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx944 …tRangeToken(const ScSharedTokenRef& pToken, ScSharedTokenRef& rStart, ScSharedTokenRef& rEnd) const in splitRangeToken()
965 rEnd.reset(new ScExternalSingleRefToken(nFileId, aTabName, aData.Ref2)); in splitRangeToken()
967 rEnd.reset(new ScSingleRefToken(aData.Ref2)); in splitRangeToken()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1364 basegfx::B2DPolygon CreateArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, cons… in CreateArc() argument
1368 Point aEnd( rEnd ); in CreateArc()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1876 void SvxTableController::setSelectedCells( const CellPos& rStart, const CellPos& rEnd ) in setSelectedCells() argument
1881 UpdateSelection( rEnd ); in setSelectedCells()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx2319 const SwPosition &rStt = *rPam.Start(), &rEnd = *rPam.End(); in MoveLeftMargin() local
2321 while( aIdx <= rEnd.nNode ) in MoveLeftMargin()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2833 const ImplRenderer::ActionVector::const_iterator& rEnd ) in forSubsetRange() argument
2872 if( aRangeEnd == rEnd || in forSubsetRange()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2668 void SvxDummyTextSource::GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal… in GetLineBoundaries() argument
2670 rStart = rEnd = 0; in GetLineBoundaries()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx962 void CustomAnimationEffect::setEnd( const Any& rEnd ) in setEnd() argument
965 mxNode->setEnd( rEnd ); in setEnd()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx3129 SwPosition & rEnd = *rUnoCursor.End(); in sort() local
3132 const sal_uLong nOffset = rEnd.nNode.GetIndex() - rStart.nNode.GetIndex(); in sort()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx3478 XGradient::XGradient(const Color& rStart, const Color& rEnd, in XGradient() argument
3485 aEndColor(rEnd), in XGradient()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3687 void ScInputHandler::InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ) in InputGetSelection() argument
3690 rEnd = nFormSelEnd; in InputGetSelection()

Completed in 319 milliseconds

123456