Home
last modified time | relevance | path

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

12

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx407 rStartPos, in createTextLinesPolyPolygon()
429 rStartPos, in createTextLinesPolyPolygon()
441 rStartPos, in createTextLinesPolyPolygon()
449 rStartPos, in createTextLinesPolyPolygon()
512 rStartPos, in createTextLinesPolyPolygon()
534 rStartPos, in createTextLinesPolyPolygon()
546 rStartPos, in createTextLinesPolyPolygon()
554 rStartPos, in createTextLinesPolyPolygon()
618 rStartPos, in createTextLinesPolyPolygon()
628 rStartPos, in createTextLinesPolyPolygon()
[all …]
H A Dmtftools.hxx260 ::basegfx::B2DPolyPolygon createTextLinesPolyPolygon( const ::basegfx::B2DPoint rStartPos,
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1006 void Outliner::PaintBullet( sal_uInt32 nPara, const Point& rStartPos, in PaintBullet() argument
1046 aTextPos.X() = rStartPos.X() + aBulletArea.Left(); 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()
1125 aBulletPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1163 aStartPos.Y() = rStartPos.Y() + aBulletArea.Bottom(); in PaintBullet()
1165 aStartPos.X() = rStartPos.X() + aBulletArea.Right(); in PaintBullet()
1173 aStartPos.X() = rStartPos.X() - aBulletArea.Bottom(); in PaintBullet()
[all …]
H A Doutleeng.cxx54 void OutlinerEditEng::PaintingFirstLine( sal_uInt32 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_uInt32 nPara, const Point& rStartPos, long nBaseLineY, const…
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()
/trunk/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()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx424 void ScTpUserLists::CopyListFromArea( const ScRefAddress& rStartPos, in CopyListFromArea() argument
431 SCTAB nTab = rStartPos.Tab(); in CopyListFromArea()
432 SCCOL nStartCol = rStartPos.Col(); in CopyListFromArea()
433 SCROW nStartRow = rStartPos.Row(); in CopyListFromArea()
/trunk/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()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx531 …PaintFirstLineInfo( sal_uInt32 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_uInt32 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_uInt32 nPara, const Point& rStartPos, long nBaseLineY, const P…
438 …const Point& rStartPos, const String& rText, sal_uInt16 nTextStart, sal_uInt16 nTextLen, const sal…
/trunk/main/sd/source/ui/inc/
H A Dsdxfer.hxx66 void SetStartPos( const Point& rStartPos ) { maStartPos = rStartPos; } in SetStartPos() argument
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/app/
H A Duiitems.cxx74 const ScAddress& rStartPos, in ScInputStatusItem() argument
80 aStartPos ( rStartPos ), in ScInputStatusItem()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx81 SW_DLLPUBLIC SwFltStackEntry(const SwPosition & rStartPos, SfxPoolItem* pHt );
85 void SetStartPos(const SwPosition & rStartPos);
/trunk/main/sw/inc/
H A Dpageiter.hxx38 SwPageIter( const SwDoc &rDoc, const SwPosition &rStartPos );
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx545 XclExpAutofilterinfo::XclExpAutofilterinfo( const ScAddress& rStartPos, SCCOL nScCol ) : in XclExpAutofilterinfo() argument
547 maStartPos( rStartPos ) in XclExpAutofilterinfo()
/trunk/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()
/trunk/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 );
/trunk/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()

Completed in 194 milliseconds

12