/aoo42x/main/sw/source/core/inc/ |
H A D | drawdev.hxx | 51 inline void DrawText( const Point& rStart, const String& rTxt, 54 inline void DrawStretchText( const Point& rStart, sal_uInt16 nWidth, 58 inline void DrawTextArray( const Point& rStart, 63 inline void DrawLine( const Point& rStart, const Point& rEnd ); 79 pOut->DrawText( rStart, rTxt, nIdx, nLen ); in DrawText() 81 pOut->DrawText( rStart - *pPos, rTxt, nIdx, nLen ); in DrawText() 92 pOut->DrawStretchText( rStart, nWidth, rTxt, nIdx, nLen ); in DrawStretchText() 94 pOut->DrawStretchText( rStart - *pPos, nWidth, rTxt, nIdx, nLen ); in DrawStretchText() 105 pOut->DrawTextArray( rStart, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray() 117 pOut->DrawLine( rStart, rEnd ); in DrawLine() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 144 nX = rStart.X(); in DrawLine() 145 nY = rStart.Y(); in DrawLine() 163 nX = rStart.X(); in DrawLine() 164 nY = rStart.Y(); in DrawLine() 190 nX1 = rStart.X(); in DrawLine() 191 nY1 = rStart.Y(); in DrawLine() 199 nX2 = rStart.X(); in DrawLine() 200 nY2 = rStart.Y(); in DrawLine() 229 nX1 = rStart.X(); in DrawLine() 230 nY1 = rStart.Y(); in DrawLine() [all …]
|
H A D | pdfwriter.cxx | 122 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop ) in DrawLine() argument 124 ((PDFWriterImpl*)pImplementation)->drawLine( rStart, rStop ); in DrawLine() 127 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in DrawLine() argument 129 ((PDFWriterImpl*)pImplementation)->drawLine( rStart, rStop, rInfo ); in DrawLine() 157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() argument 159 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, false ); in DrawArc() 162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() argument 164 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, true, false ); in DrawPie() 167 void PDFWriter::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() argument 169 ((PDFWriterImpl*)pImplementation)->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 79 SwPosition rStart = pField->GetMarkStart(); in lcl_AssureFieldMarksSet() local 80 SwTxtNode const*const pStartTxtNode = rStart.nNode.GetNode().GetTxtNode(); in lcl_AssureFieldMarksSet() 81 const sal_Unicode ch_start=pStartTxtNode->GetTxt().GetChar(rStart.nContent.GetIndex()); in lcl_AssureFieldMarksSet() 84 SwPaM aStartPaM(rStart); in lcl_AssureFieldMarksSet() 86 rStart.nContent--; in lcl_AssureFieldMarksSet() 87 pField->SetMarkStartPos( rStart ); in lcl_AssureFieldMarksSet() 93 if ( aEndMark && ( ch_end != aEndMark ) && ( rStart != rEnd ) ) in lcl_AssureFieldMarksSet() 110 const SwPosition& rStart = pField->GetMarkStart(); in lcl_RemoveFieldMarks() local 111 SwTxtNode const*const pStartTxtNode = rStart.nNode.GetNode().GetTxtNode(); in lcl_RemoveFieldMarks() 115 SwPaM aStart(rStart, rStart); in lcl_RemoveFieldMarks() [all …]
|
/aoo42x/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 78 const basegfx::BColor& rStart, in GeoTexSvxGradient() argument 85 maStart(rStart), in GeoTexSvxGradient() 116 const basegfx::BColor& rStart, in GeoTexSvxGradientLinear() argument 121 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder), in GeoTexSvxGradientLinear() 212 const basegfx::BColor& rStart, in GeoTexSvxGradientAxial() argument 217 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder), in GeoTexSvxGradientAxial() 296 const basegfx::BColor& rStart, in GeoTexSvxGradientRadial() argument 302 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientRadial() 353 const basegfx::BColor& rStart, in GeoTexSvxGradientElliptical() argument 430 const basegfx::BColor& rStart, in GeoTexSvxGradientSquare() argument [all …]
|
/aoo42x/main/sw/inc/ |
H A D | splargs.hxx | 53 SwTxtNode* pStart, SwIndex& rStart, in SwArgsBase() 55 : pStartNode( pStart ), pStartIdx( &rStart ), in SwArgsBase() 59 void SetStart(SwTxtNode* pStart, SwIndex& rStart ) in SetStart() 61 pStartNode = pStart; pStartIdx = &rStart ; in SetStart() 88 SwTxtNode* pStart, SwIndex& rStart, in SwConversionArgs() 90 : SwArgsBase( pStart, rStart, pEnd, rEnd ), in SwConversionArgs() 115 SwTxtNode* pStart, SwIndex& rStart, in SwSpellArgs() 118 : SwArgsBase( pStart, rStart, pEnd, rEnd ), in SwSpellArgs()
|
H A D | ndtxt.hxx | 143 const SwIndex & rStart, /*const*/ xub_StrLen nLen, 337 const SwIndex &rStart, 342 const SwIndex &rStart, 347 const SwIndex & rStart, const xub_StrLen nLen); 349 const SwIndex & rStart, const xub_StrLen nLen); 352 void ReplaceText( const SwIndex& rStart, const xub_StrLen nDelLen, 888 const SwIndex & rStart, const xub_StrLen nLen) in CutText() argument 890 CutImpl( pDest, rDestStart, rStart, nLen, true ); in CutText()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 150 if( rStart.GetParagraph() <= rEnd.GetParagraph() || in MakeEESelection() 151 (rStart.GetParagraph() == rEnd.GetParagraph() && in MakeEESelection() 152 rStart.GetEEIndex() <= rEnd.GetEEIndex()) ) in MakeEESelection() 155 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() 158 else if( rStart.GetParagraph() > rEnd.GetParagraph() || in MakeEESelection() 159 (rStart.GetParagraph() == rEnd.GetParagraph() && in MakeEESelection() 160 rStart.GetEEIndex() > rEnd.GetEEIndex()) ) in MakeEESelection() 162 if( rStart.InField() && rStart.GetFieldOffset() ) in MakeEESelection() 163 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex()+1, in MakeEESelection() 167 return ESelection( rStart.GetParagraph(), rStart.GetEEIndex(), in MakeEESelection() [all …]
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | svggradientprimitive2d.cxx | 203 const SvgGradientEntry& rStart = rEntries[0]; in createRun() local 205 const bool bCreateStartFill(rStart.getOffset() > 0.0); in createRun() 210 …const SvgGradientEntry aTemp(bCreateStartPad ? fPos : 0.0, rStart.getColor(), rStart.getOpacity()); in createRun() 212 createAtom(rTargetColor, rTargetOpacity, aTemp, rStart, nOffset); in createRun() 213 fPos = rStart.getOffset(); in createRun() 291 const basegfx::B2DPoint& rStart, in SvgGradientHelper() argument 297 maStart(rStart), in SvgGradientHelper() 572 const basegfx::B2DPoint& rStart, in SvgLinearGradientPrimitive2D() argument 577 …SvgGradientHelper(rGradientTransform, rPolyPolygon, rGradientEntries, rStart, bUseUnitCoordinates,… in SvgLinearGradientPrimitive2D() 860 const basegfx::B2DPoint& rStart, in SvgRadialGradientPrimitive2D() argument [all …]
|
/aoo42x/main/svx/source/table/ |
H A D | cellcursor.cxx | 176 bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd ) in GetMergedSelection() argument 178 rStart.mnCol = mnLeft; rStart.mnRow = mnTop; in GetMergedSelection() 188 findMergeOrigin( mxTable, mnLeft, mnTop, rStart.mnCol, rStart.mnRow ); in GetMergedSelection() 198 if( rEnd == rStart ) in GetMergedSelection() 211 for( nRow = rStart.mnRow; nRow <= rEnd.mnRow; nRow++ ) in GetMergedSelection() 213 for( nCol = rStart.mnCol; nCol <= rEnd.mnCol; nCol++ ) in GetMergedSelection() 224 if( (nOriginCol < rStart.mnCol) || (nOriginRow < rStart.mnRow) ) in GetMergedSelection()
|
H A D | celltypes.hxx | 62 RangeIterator( const T& rStart, const T& rEnd, bool bForeward = true ) in RangeIterator() argument 66 maIter = rStart; in RangeIterator() 72 maEnd = rStart-1; in RangeIterator()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/texture/ |
H A D | texture.hxx | 90 const basegfx::BColor& rStart, 128 const basegfx::BColor& rStart, 159 const basegfx::BColor& rStart, 185 const basegfx::BColor& rStart, 212 const basegfx::BColor& rStart, 240 const basegfx::BColor& rStart, 268 const basegfx::BColor& rStart,
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1586 const SwIndex &rStart, in CopyText() argument 1597 const SwIndex &rStart, in CopyText() argument 1695 nTxtStartIdx = rStart.GetIndex(); in CopyText() 1978 EraseText( rStart, nLen ); in CutText() 1990 EraseText( rStart, nLen ); in CutImpl() 2000 EraseText(rStart, nLen); in CutImpl() 2012 xub_StrLen nTxtStartIdx = rStart.GetIndex(); in CutImpl() 2118 Update( rStart, nLen, sal_True, sal_True ); in CutImpl() 3468 ((SwIndex&)rStart)++; in ReplaceText() 3470 Update( rStart, nLen - 1, true ); in ReplaceText() [all …]
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 151 sal_Bool Get( long& rStart, void*& rpValue ); 231 sal_Bool Get( long& rStart, long& rEnd, void*& rpValue ); 277 sal_Bool Get( long& rStart, long& rEnd, void*& rpValue ); 306 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 352 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 411 sal_uInt8* Get( WW8_FC& rStart, WW8_FC& rEnd, short& rLen ); 452 sal_uInt8* GetSprms( WW8_FC& rStart, WW8_FC& rEnd, long& rLen ); 546 sal_Bool Get( long& rStart, void*& rpValue ); 547 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 564 virtual long GetNoSprms( long& rStart, long&, long& rLen ); [all …]
|
H A D | ww8scan.cxx | 1081 rStart = rEnd = LONG_MAX; in GetNoSprms() 2276 rStart = rEnd = LONG_MAX; in Get() 2279 rStart = pPLCF_PosArray[ nIdx ]; in Get() 2363 rStart = rEnd = LONG_MAX; in Get() 2556 rStart = LONG_MAX; in Get() 2560 rStart = maEntries[nIdx].mnFC; in Get() 2625 rStart = rEnd = LONG_MAX; in GetNoSprms() 2812 rStart = rEnd = LONG_MAX; in GetSprmsAndPos() 3815 rStart = rEnd = LONG_MAX; in GetNoSprms() 5962 rLen = nEnd - rStart; in GetTextPos() [all …]
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbarange.cxx | 41 …TextDocument >& rTextDocument, const uno::Reference< text::XTextRange >& rStart, sal_Bool _bMaySpa… in SwVbaRange() argument 44 initialize( rStart, xEnd ); in SwVbaRange() 47 …TextDocument >& rTextDocument, const uno::Reference< text::XTextRange >& rStart, const uno::Refere… in SwVbaRange() argument 49 initialize( rStart, rEnd ); in SwVbaRange() 52 …TextDocument >& rTextDocument, const uno::Reference< text::XTextRange >& rStart, const uno::Refere… in SwVbaRange() argument 54 initialize( rStart, rEnd ); in SwVbaRange() 61 void SwVbaRange::initialize( const uno::Reference< text::XTextRange >& rStart, const uno::Reference… in initialize() argument 68 mxTextCursor = SwVbaRangeHelper::initCursor( rStart, mxText ); in initialize()
|
H A D | vbarange.hxx | 46 …void initialize( const css::uno::Reference< css::text::XTextRange >& rStart, const css::uno::Refer… 48 …nt >& rTextDocument, const css::uno::Reference< css::text::XTextRange >& rStart, sal_Bool _bMaySpa… 49 …nt >& rTextDocument, const css::uno::Reference< css::text::XTextRange >& rStart, const css::uno::R… 50 …nt >& rTextDocument, const css::uno::Reference< css::text::XTextRange >& rStart, const css::uno::R…
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 802 aPoints[0][0].X = static_cast<sal_Int32>(rStart.getX()); in lcl_makePointSequence() 803 aPoints[0][0].Y = static_cast<sal_Int32>(rStart.getY()); in lcl_makePointSequence() 992 rStart = getScreenPosition( fXStart, fYStart, fZStart ); in get2DAxisMainLine() 995 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine() 996 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine() 1049 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine() 1050 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine() 1129 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine() 1166 rStart = getScreenPosition( fXStart, fYStart, fZStart ); in get2DAxisMainLine() 1174 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine() [all …]
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 52 EdgeEntry(const B2DPoint& rStart, const B2DPoint& rEnd) in EdgeEntry() argument 54 maStart(rStart), in EdgeEntry() 76 maEnd = rStart; in EdgeEntry() 133 void handleClosingEdge(const B2DPoint& rStart, const B2DPoint& rEnd); 144 void Triangulator::handleClosingEdge(const B2DPoint& rStart, const B2DPoint& rEnd) in handleClosingEdge() argument 147 EdgeEntry aNew(rStart, rEnd); in handleClosingEdge()
|
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dquadraticbezier.cxx | 44 …B2DQuadraticBezier::B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoin… in B2DQuadraticBezier() argument 45 : maStartPoint(rStart), in B2DQuadraticBezier() 50 …B2DQuadraticBezier::B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoin… in B2DQuadraticBezier() argument 51 : maStartPoint(rStart), in B2DQuadraticBezier()
|
/aoo42x/main/sw/source/core/text/ |
H A D | wrong.cxx | 372 sal_Bool SwWrongList::Fresh( xub_StrLen &rStart, xub_StrLen &rEnd, xub_StrLen nPos, in Fresh() argument 383 if( rStart > nWrPos ) in Fresh() 384 rStart = nWrPos; in Fresh() 399 if( rStart > nPos ) in Fresh() 400 rStart = nPos; in Fresh() 409 if( rStart > nWrPos ) in Fresh() 410 rStart = nWrPos; in Fresh()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 230 bool Get(WW8_CP& rStart, void*& rpValue) const; 313 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 354 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 395 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP&, sal_Int32& rLen ); 452 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP&, sal_Int32& rLen ); 528 sal_uInt8* Get( WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen ) const; 585 sal_uInt8* GetSprmsAndPos( WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen ); 687 bool Get(long& rStart, void*& rpValue) const; 744 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ); 1777 bool GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, long& rLen); [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 84 const SwPosition& rStart, in lcl_PosCorrAbs() argument 88 if ((rStart <= rPos) && (rPos <= rEnd)) in lcl_PosCorrAbs() 97 const SwPosition& rStart, in lcl_PaMCorrAbs() argument 102 bRet |= lcl_PosCorrAbs(rPam.GetBound(true ), rStart, rEnd, rNewPos); in lcl_PaMCorrAbs() 103 bRet |= lcl_PosCorrAbs(rPam.GetBound(false), rStart, rEnd, rNewPos); in lcl_PaMCorrAbs()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 51 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) in GetJump() 54 rStart = nStart; in GetJump() 125 short& rStart, short& rNext, in GetJump() argument 144 GetJump( rBool, rStart, rNext, rStop); in GetJump()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | foptmgr.cxx | 179 ScAddress& rStart = theCurArea.aStart; in Init() local 182 rStart.Tab(), rStart.Col(), rStart.Row(), rEnd.Col(), rEnd.Row() ); in Init()
|