Home
last modified time | relevance | path

Searched refs:rStartPos (Results 1 – 25 of 47) sorted by relevance

12

/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx334 const ::basegfx::B2DPoint& rStartPos, in appendRect()
340 const double x( rStartPos.getX() ); in appendRect()
341 const double y( rStartPos.getY() ); in appendRect()
386 ::basegfx::B2DPolyPolygon createTextLinesPolyPolygon( const ::basegfx::B2DPoint rStartPos, in createTextLinesPolyPolygon() argument
407 rStartPos, in createTextLinesPolyPolygon()
429 rStartPos, in createTextLinesPolyPolygon()
441 rStartPos, in createTextLinesPolyPolygon()
449 rStartPos, in createTextLinesPolyPolygon()
461 rStartPos.getX(), in createTextLinesPolyPolygon()
462 rStartPos.getY() + rTextLineInfo.mnOverlineOffset, in createTextLinesPolyPolygon()
[all …]
H A Dmtftools.hxx260 ::basegfx::B2DPolyPolygon createTextLinesPolyPolygon( const ::basegfx::B2DPoint rStartPos,
/AOO41X/main/editeng/source/outliner/
H A Doutliner.cxx1006 void Outliner::PaintBullet( sal_uInt16 nPara, const Point& rStartPos, in PaintBullet() argument
1044 …aTextPos.Y() = rStartPos.Y() + ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1046 aTextPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1048 aTextPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1053 …aTextPos.X() = rStartPos.X() - ( bSymbol ? aBulletArea.Bottom() : aParaInfos.nFirstLineMaxAscent ); in PaintBullet()
1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()
1119 aBulletPos.X() = rStartPos.X() + aBulletArea.Left(); in PaintBullet()
1121 … aBulletPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Right(); in PaintBullet()
1125 aBulletPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
[all …]
H A Doutleeng.cxx54 void OutlinerEditEng::PaintingFirstLine( sal_uInt16 nPara, const Point& rStartPos, long nBaseLineY,… in PaintingFirstLine() argument
58 PaintFirstLineInfo aInfo( nPara, rStartPos, nBaseLineY, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine()
62 pOwner->PaintBullet( nPara, rStartPos, rOrigin, nOrientation, pOutDev ); in PaintingFirstLine()
157 void OutlinerEditEng::DrawingText( const Point& rStartPos, const XubString& rText, sal_uInt16 nText… in DrawingText() argument
199 … pOwner->DrawingText(rStartPos,rText,nTextStart,nTextLen,pDXArray,rFont,nPara,nIndex,nRightToLeft, in DrawingText()
H A Doutleeng.hxx48 …virtual void PaintingFirstLine( sal_uInt16 nPara, const Point& rStartPos, long nBaseLineY, …
56 …const Point& rStartPos, const XubString& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const …
H A Doutlin2.cxx236 void Outliner::Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation ) in Draw() argument
239 pEditEngine->Draw( pOutDev, rStartPos, nOrientation ); in Draw()
/AOO41X/main/svx/source/svdraw/
H A Dsvdsnpv.cxx53 ImplPageOriginOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos);
59 …OriginOverlay::ImplPageOriginOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos) in ImplPageOriginOverlay() argument
60 : maPosition(rStartPos) in ImplPageOriginOverlay()
121 ImplHelpLineOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos,
134 const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos, in ImplHelpLineOverlay() argument
136 : maPosition(rStartPos), in ImplHelpLineOverlay()
H A Dsvdpntv.cxx92 ImplEncirclementOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos);
98 …mentOverlay::ImplEncirclementOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos) in ImplEncirclementOverlay() argument
99 : maSecondPosition(rStartPos) in ImplEncirclementOverlay()
109 rStartPos, rStartPos, false); in ImplEncirclementOverlay()
H A Dsvdmrkv.cxx81 …ImplMarkingOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos, sal_Bool bUnmark…
88 …:ImplMarkingOverlay(const SdrPaintView& rView, const basegfx::B2DPoint& rStartPos, sal_Bool bUnmar… in ImplMarkingOverlay() argument
89 : maSecondPosition(rStartPos), in ImplMarkingOverlay()
100 rStartPos, rStartPos, false); in ImplMarkingOverlay()
/AOO41X/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx425 void ScTpUserLists::CopyListFromArea( const ScRefAddress& rStartPos, in CopyListFromArea() argument
432 SCTAB nTab = rStartPos.Tab(); in CopyListFromArea()
433 SCCOL nStartCol = rStartPos.Col(); in CopyListFromArea()
434 SCROW nStartRow = rStartPos.Row(); in CopyListFromArea()
/AOO41X/main/sw/source/core/unocore/
H A Dunoportenum.cxx164 const SwPosition& rStartPos = pBkmk->GetMarkStart(); in lcl_FillBookmarkArray() local
165 if(rStartPos.nNode == nOwnNode) in lcl_FillBookmarkArray()
173 nType, rStartPos))); in lcl_FillBookmarkArray()
267 const SwPosition& rStartPos = pAnnotationMark->GetMarkStart(); in lcl_FillAnnotationStartArray() local
268 if ( rStartPos.nNode == nOwnNode ) in lcl_FillAnnotationStartArray()
278 rStartPos ) ) ); in lcl_FillAnnotationStartArray()
/AOO41X/main/editeng/inc/editeng/
H A Doutliner.hxx531 …PaintFirstLineInfo( sal_uInt16 nPara, const Point& rStartPos, long nBaseLineY, const Point& rOrigi… in PaintFirstLineInfo()
532 …: mnPara( nPara ), mrStartPos( rStartPos ), mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrie… in PaintFirstLineInfo()
724 void PaintBullet( sal_uInt16 nPara, const Point& rStartPos,
881 void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
922 const Point& rStartPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen,
H A Dediteng.hxx309 void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
428 …virtual void PaintingFirstLine( sal_uInt16 nPara, const Point& rStartPos, long nBaseLineY, cons…
438 …const Point& rStartPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal…
/AOO41X/main/sd/source/ui/inc/
H A Dsdxfer.hxx66 … void SetStartPos( const Point& rStartPos ) { maStartPos = rStartPos; } in SetStartPos() argument
/AOO41X/main/sc/source/ui/view/
H A Ddrawvie4.cxx141 sal_Bool ScDrawView::BeginDrag( Window* pWindow, const Point& rStartPos ) in BeginDrag() argument
152 aDragStartDiff = rStartPos - aMarkedRect.TopLeft(); in BeginDrag()
/AOO41X/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx101 … const SwPosition rStartPos( *(GetTblCrs()->GetMark()->nNode.GetNode().GetCntntNode()), 0 ); in Insert() local
108 pAnnotationTextRange = new SwPaM( rStartPos, rEndPos ); in Insert()
/AOO41X/main/svtools/source/edit/
H A Dtexteng.cxx2060 void TextEngine::ImpPaint( OutputDevice* pOutDev, const Point& rStartPos, Rectangle const* pPaintAr… in ImpPaint() argument
2072 long nY = rStartPos.Y(); in ImpPaint()
2108 Point aTmpPos( rStartPos.X() + pLine->GetStartX(), nY ); in ImpPaint()
2128 … aTmpPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nIndex, nIndex ); in ImpPaint()
2182 … aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()
2196 … aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()
2207 … aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nTmpIndex+nL ); in ImpPaint()
2215 … aPos.X() = rStartPos.X() + ImpGetOutputOffset( nPara, pLine, nTmpIndex, nEnd ); in ImpPaint()
/AOO41X/main/sc/source/ui/app/
H A Duiitems.cxx74 const ScAddress& rStartPos, in ScInputStatusItem() argument
80 aStartPos ( rStartPos ), in ScInputStatusItem()
/AOO41X/main/sw/source/filter/inc/
H A Dfltshell.hxx81 SW_DLLPUBLIC SwFltStackEntry(const SwPosition & rStartPos, SfxPoolItem* pHt );
85 void SetStartPos(const SwPosition & rStartPos);
/AOO41X/main/sw/inc/
H A Dpageiter.hxx38 SwPageIter( const SwDoc &rDoc, const SwPosition &rStartPos );
/AOO41X/main/sc/source/filter/excel/
H A Dexcrecds.cxx545 XclExpAutofilterinfo::XclExpAutofilterinfo( const ScAddress& rStartPos, SCCOL nScCol ) : in XclExpAutofilterinfo() argument
547 maStartPos( rStartPos ) in XclExpAutofilterinfo()
/AOO41X/main/sc/source/ui/inc/
H A Dtpusrlst.hxx100 void CopyListFromArea ( const ScRefAddress& rStartPos,
H A Ddrawview.hxx102 sal_Bool BeginDrag( Window* pWindow, const Point& rStartPos );
/AOO41X/main/svtools/source/contnr/
H A Dimivctl1.cxx3829 SvxIconChoiceCtrlEntry* SvxIconChoiceCtrl_Impl::GetNextSelectedEntry( sal_uLong& rStartPos ) const in GetNextSelectedEntry()
3832 if( rStartPos > nCount || !GetSelectionCount() ) in GetNextSelectedEntry()
3836 for( sal_uLong nCur = rStartPos+1; nCur < nCount; nCur++ ) in GetNextSelectedEntry()
3841 rStartPos = nCur; in GetNextSelectedEntry()
3848 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)aEntries.GetObject( rStartPos ); in GetNextSelectedEntry()
3854 rStartPos = GetEntryListPos( pEntry ); in GetNextSelectedEntry()
3861 rStartPos = 0xffffffff; in GetNextSelectedEntry()
/AOO41X/main/sd/source/ui/view/
H A Dsdview2.cxx397 void View::StartDrag( const Point& rStartPos, ::Window* pWindow ) in StartDrag() argument
426 CreateDragDataObject( this, *pWindow, rStartPos ); in StartDrag()

12