Home
last modified time | relevance | path

Searched refs:GetPoint (Results 76 – 100 of 245) sorted by relevance

12345678910

/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx89 *pCurPaM->GetPoint() = *rPaM.Start(); in SetCurPaM()
99 pCurPaM->GetPoint()->nNode = *pTblNd; in SetCurPaM()
108 pCurPaM->GetPoint()->nNode = *pSectNd; in SetCurPaM()
978 while( pCurPaM->GetPoint()->nNode.GetIndex() < in ExportCurPaM()
980 ( pCurPaM->GetPoint()->nNode.GetIndex() == in ExportCurPaM()
982 pCurPaM->GetPoint()->nContent.GetIndex() <= in ExportCurPaM()
997 pCurPaM->GetPoint()->nContent.Assign( pTxtNd, 0 ); in ExportCurPaM()
1012 pCurPaM->GetPoint()->nNode++; // next node in ExportCurPaM()
1014 sal_uInt32 nPos = pCurPaM->GetPoint()->nNode.GetIndex(); in ExportCurPaM()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx140 pUnoCursor->GetPoint()->nNode = *(pTableNode->EndOfSectionNode()); in createTextCursor()
141 pContentNode = GetDoc()->GetNodes().GoNext(&pUnoCursor->GetPoint()->nNode); in createTextCursor()
145 pUnoCursor->GetPoint()->nContent.Assign( pContentNode, 0 ); in createTextCursor()
348 rRedline.GetDoc()->IsInHeaderFooter( rRedline.GetPoint()->nNode ); in GetPropertyValue()
540 pPoint = pRedline->GetPoint(); in getPropertyValue()
660 pUnoCrsr->GetPoint()->nNode = *pTblNode->EndOfSectionNode(); in createTextCursor()
661 pCont = GetDoc()->GetNodes().GoNext(&pUnoCrsr->GetPoint()->nNode); in createTextCursor()
665 pUnoCrsr->GetPoint()->nContent.Assign(pCont, 0); in createTextCursor()
H A Dunoobj2.cxx352 (*pCurrent->GetPoint() != *pCurrent->GetMark()) )) in SetCrsrAttr()
501 m_nFirstParaStart = rCursor.GetPoint()->nContent.GetIndex(); in Impl()
650 aNewCrsr->GetPoint()->nNode = pTblNode->EndOfSectionIndex(); in NextElement_Impl()
673 pUnoCrsr->GetPoint()->nNode = pTblNode->EndOfSectionIndex(); in NextElement_Impl()
1062 *rToFill.GetPoint() = pBkmk->GetMarkPos(); in GetPositions()
1135 *rToFill.GetPoint() = *pUnoCrsr->GetPoint(); in XTextRangeToSwPaM()
1568 ? pPaM->GetDoc()->CreateUnoCrsr(*pPaM->GetPoint()) in Impl()
1610 *pTmpCursor->GetPoint(), pTmpCursor->GetMark())); in MakeRanges()
1853 rUnoCrsr.GetPoint()->nContent.GetIndex(), RES_TXTATR_FLYCNT); in lcl_FillFrame()
1871 ::CollectFrameAtNode(*m_pImpl.get(), rPaM.GetPoint()->nNode, in SwXParaFrameEnumeration()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx124 SwNodeIndex& rIdx = aPam.GetPoint()->nNode; in MakeEntries()
132 aPam.GetPoint()->nContent.Assign( pCNd, 0 ); in MakeEntries()
135 SwNodeIndex& rIdx = aPam.GetPoint()->nNode; in MakeEntries()
145 aPam.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in MakeEntries()
233 aPamo.GetPoint()->nContent.Assign(aIdx.GetNode().GetCntntNode(), in Load()
H A DWW8TableInfo.cxx613 SwNode & rNode = aPam.GetPoint()->nNode.GetNode(); in processSwTableByLayout()
626 aPam.GetPoint()->nNode++; in processSwTableByLayout()
750 SwNode & rNode = aPaM.GetPoint()->nNode.GetNode(); in processTableBoxLines()
754 if (aPaM.GetPoint()->nNode == aEndPaM.GetPoint()->nNode) in processTableBoxLines()
757 aPaM.GetPoint()->nNode++; in processTableBoxLines()
810 SwNode & rNode = aPaM.GetPoint()->nNode.GetNode(); in processTableBox()
843 aPaM.GetPoint()->nNode++; in processTableBox()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx523 MakeStartIndex((SwIndex *) &pPam->GetPoint()->nContent); in LeftMargin()
532 MakeEndIndex((SwIndex *) &pPam->GetPoint()->nContent); in RightMargin()
661 pStart->GetCharRect( aRect, *pPam->GetPoint() ); in lcl_UpDown()
855 pPam->GetPoint()->nNode = *pCNd; in lcl_UpDown()
893 pActualCrsr->GetPoint(), in GetCurrPage()
953 pToSet->GetPoint()->nNode = *pCNd; in SetCurrPage()
1073 pPam->GetPoint()->nNode = *pCNd; in GetFrmInPage()
1080 pPam->GetPoint()->nContent.Assign( pCNd, nIdx ); in GetFrmInPage()
2009 *pEndPos = rCrsr.GetPoint() == pStartPos ? rCrsr.GetMark() : rCrsr.GetPoint(); in CalcFrmRects()
2083 if ( pStartPos == rCrsr.GetPoint() ) in CalcFrmRects()
[all …]
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1300 for (j=0; j<nOrderPoints; j++) WritePoint(rPolygon.GetPoint(i++)); in METLine()
1497 METLine( pA->GetPoint(),pA->GetPoint() ); in WriteOrders()
1509 METFullArc(pA->GetPoint(),0.5); in WriteOrders()
1847 Point aPt( pA->GetPoint() ); in WriteOrders()
1876 Point aPt( pA->GetPoint() ); in WriteOrders()
1909 aPt2 = aPolyDummy.GetPoint( 0 ); in WriteOrders()
1930 Point aPt( pA->GetPoint() ); in WriteOrders()
1963 aPt2 = aPolyDummy.GetPoint( 0 ); in WriteOrders()
1994 METBitBlt( pA->GetPoint(), pA->GetSize(), pA->GetBitmap().GetSizePixel() ); in WriteOrders()
2025 METBitBlt( pA->GetPoint(), pA->GetSize(), aSizePixel ); in WriteOrders()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmeasureobj.cxx62 …const ::basegfx::B2DPoint aStart(GetMeasureObj().GetPoint(0).X(), GetMeasureObj().GetPoint(0).Y()); in createViewIndependentPrimitive2DSequence()
63 const ::basegfx::B2DPoint aEnd(GetMeasureObj().GetPoint(1).X(), GetMeasureObj().GetPoint(1).Y()); in createViewIndependentPrimitive2DSequence()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx127 const SwPosition * pPt = pTmpCrsr->GetPoint(), in ParkCursorInTab()
447 pPam->GetPoint()->nNode = aIdx; in DeleteRow()
448 pPam->GetPoint()->nContent.Assign( pCNd, 0 ); in DeleteRow()
1003 if( pPam->GetPoint() == pPam->End()) in HasBoxSelection()
1009 if( pPam->GetPoint()->nNode.GetIndex() -1 == in HasBoxSelection()
1011 !pPam->GetPoint()->nContent.GetIndex() && in HasBoxSelection()
1960 SwPosition aOldPos( *pCrsr->GetPoint() ); in SelTblRowCol()
1963 *pCrsr->GetPoint() = *ppPos[0]; in SelTblRowCol()
1977 *pCrsr->GetPoint() = *ppPos[1]; in SelTblRowCol()
2292 pPam->GetPoint()->nNode = pTableBox->GetIndex(); in lcl_GoTableRow()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1680 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1704 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1981 pA->GetPoint(), in interpretMetafile()
2022 pA->GetPoint(), in interpretMetafile()
2085 pA->GetPoint(), in interpretMetafile()
2162 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2895 const Rectangle aRectangle(pA->GetPoint(), pA->GetSize()); in interpretMetafile()
2964 pA->GetPoint().X(), in interpretMetafile()
2965 pA->GetPoint().Y(), in interpretMetafile()
2966 pA->GetPoint().X() + pA->GetSize().Width(), in interpretMetafile()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx159 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent()
200 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent()
240 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent()
264 SwPosition& rPos = *pCrsr->GetPoint(); in DeleteGlobalDocContent()
366 SwPosition& rCrsrPos = *pCrsr->GetPoint(); in GotoGlobalDocContent()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx108 const Point& GetPoint(sal_uIntPtr nNum) const { return *((Point*)aPnts.GetObject(nNum)); } in GetPoint() function in SdrDragStat
110 const Point& GetStart() const { return GetPoint(0); } in GetStart()
112 …const Point& GetPrev() const { return GetPoint(GetPointAnz()-(GetPointAnz()>=2… in GetPrev()
116 const Point& GetNow() const { return GetPoint(GetPointAnz()-1); } in GetNow()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx146 rDoc.ReplaceNumRule( *rPam.GetPoint(), sReplaceRule, aNumRule.GetName() ); in RedoImpl()
376 rDoc.NumOrNoNum(rContext.GetRepeatPaM().GetPoint()->nNode, sal_False); in RepeatImpl()
380 rDoc.NumOrNoNum(rContext.GetRepeatPaM().GetPoint()->nNode, sal_True); in RepeatImpl()
450 rDoc.SetNodeNumStart(*rContext.GetRepeatPaM().GetPoint(), nNewStt); in RepeatImpl()
454 rDoc.SetNumRuleStart(*rContext.GetRepeatPaM().GetPoint(), bFlag); in RepeatImpl()
H A Dunsect.cxx100 const SwCntntNode* pCNd = rPam.GetPoint()->nNode.GetNode().GetCntntNode(); in SwUndoInsSection()
102 !rPam.GetPoint()->nContent.GetIndex() || in SwUndoInsSection()
103 rPam.GetPoint()->nContent.GetIndex() == pCNd->Len() )) in SwUndoInsSection()
176 pUpdateTOX = rDoc.InsertTableOf( *rPam.GetPoint(), in RedoImpl()
225 rDoc.InsertTableOf(*rContext.GetRepeatPaM().GetPoint(), in RepeatImpl()
H A Dunovwr.cxx201 pAktPam->GetPoint()->nNode = nSttNode; in UndoImpl()
204 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in UndoImpl()
211 pACEWord->CheckChar( *pAktPam->GetPoint(), aDelStr.GetChar( 0 ) ); in UndoImpl()
284 pAktPam->GetPoint()->nNode = nSttNode; in RedoImpl()
287 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in RedoImpl()
H A Dunattr.cxx842 m_nNodeIndex = rPam.GetPoint()->nNode.GetIndex(); in SaveRedlineData()
858 aPam.GetPoint()->nNode = m_nNodeIndex; in UndoImpl()
859 aPam.GetPoint()->nContent.Assign( aPam.GetCntntNode(), nSttCntnt ); in UndoImpl()
861 aPam.GetPoint()->nContent++; in UndoImpl()
1225 SwPosition& rPos = *pPam->GetPoint(); in UndoImpl()
1237 SwPosition& rPos = *pPam->GetPoint(); in RedoImpl()
1247 rDoc.DontExpandFmt( *rPam.GetPoint() ); in RepeatImpl()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx284 m_rOuterFace.DrawPixel( pA->GetPoint(), pA->GetColor() ); in playMetafile()
291 m_rOuterFace.DrawPixel( pA->GetPoint() ); in playMetafile()
413 const Point& rPos = pA->GetPoint(); in playMetafile()
515 …aMapMode.SetOrigin( pDummyVDev->LogicToLogic( pA->GetPoint(), pDummyVDev->GetMapMode(), aMapMode )… in playMetafile()
793 implWriteBitmapEx( pA->GetPoint(), aSize, aBitmapEx, pDummyVDev, i_rContext ); in playMetafile()
800 …implWriteBitmapEx( pA->GetPoint(), pA->GetSize(), BitmapEx( pA->GetBitmap() ), pDummyVDev, i_rCont… in playMetafile()
819 implWriteBitmapEx( pA->GetPoint(), aSize, aBitmapEx, pDummyVDev, i_rContext ); in playMetafile()
826 implWriteBitmapEx( pA->GetPoint(), pA->GetSize(), pA->GetBitmapEx(), pDummyVDev, i_rContext ); in playMetafile()
850 m_rOuterFace.DrawText( pA->GetPoint(), String( pA->GetText(), pA->GetIndex(), pA->GetLen() ) ); in playMetafile()
864 …m_rOuterFace.DrawTextArray( pA->GetPoint(), pA->GetText(), pA->GetDXArray(), pA->GetIndex(), pA->G… in playMetafile()
[all …]
H A Dregion.cxx66 Point aPoint (aPoly.GetPoint(0)); in ImplIsPolygonRectilinear()
70 const Point aNextPoint (aPoly.GetPoint(nPoint)); in ImplIsPolygonRectilinear()
118 Point aStart (aPoly.GetPoint(0)); in ImplRectilinearPolygonToBands()
124 aEnd = aPoly.GetPoint(nPoint%nSize); in ImplRectilinearPolygonToBands()
220 … pRegionBand->InsertLine( aPoly.GetPoint(nPoint-1), aPoly.GetPoint(nPoint), nLineID++ ); in ImplGeneralPolygonToBands()
224 const Point rLastPoint = aPoly.GetPoint(nSize-1); in ImplGeneralPolygonToBands()
225 const Point rFirstPoint = aPoly.GetPoint(0); in ImplGeneralPolygonToBands()
H A Dgdimetafiletools.cxx461 const Point& rPoint = pA->GetPoint(); in clipMetafileContentAgainstOwnRegions()
476 const Point& rPoint = pA->GetPoint(); in clipMetafileContentAgainstOwnRegions()
738 pA->GetPoint(), in clipMetafileContentAgainstOwnRegions()
765 pA->GetPoint(), in clipMetafileContentAgainstOwnRegions()
778 pA->GetPoint(), in clipMetafileContentAgainstOwnRegions()
791 pA->GetPoint(), in clipMetafileContentAgainstOwnRegions()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1164 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in ImplWriteActions()
1176 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), NULL ); in ImplWriteActions()
1384 const Point aDestPt( pA->GetPoint() ); in ImplWriteActions()
1429 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1706 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmap().GetSizePixel() ), in ImplWriteActions()
1719 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1745 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmapEx().GetSizePixel() ), in ImplWriteActions()
1758 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1794 ImplWriteText( pA->GetPoint(), aText, NULL, 0 ); in ImplWriteActions()
1839 ImplWriteText( pA->GetPoint(), aText, pA->GetDXArray(), 0 ); in ImplWriteActions()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx155 aCpyPam.GetPoint()->nNode = pGDoc->GetNodes().GetEndOfContent().GetIndex()-1; in InsertGlossary()
157 aCpyPam.GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() ); in InsertGlossary()
163 SwPosition& rInsPos = *_pStartCrsr->GetPoint(); in InsertGlossary()
169 aCpyPam.GetPoint()->nNode != aCpyPam.GetMark()->nNode ) in InsertGlossary()
H A Ddocglbl.cxx343 aTmp.GetPoint()->nContent.Assign( 0, 0 ); in SplitDoc()
346 SwNodeIndex aEIdx( aTmp.GetPoint()->nNode ); in SplitDoc()
359 CorrAbs( aSIdx, aEIdx, *aTmp.GetPoint(), sal_True); in SplitDoc()
694 aTmp.GetPoint()->nContent.Assign( 0, 0 ); in SplitDoc()
697 SwNodeIndex aEIdx( aTmp.GetPoint()->nNode ); in SplitDoc()
710 CorrAbs( aSIdx, aEIdx, *aTmp.GetPoint(), sal_True); in SplitDoc()
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx112 if( pPam->GetPoint()->nContent.GetIndex() ) in NewNumBulList()
396 sal_Bool bAppend = pPam->GetPoint()->nContent.GetIndex() > 0; in EndNumBulList()
533 if( pPam->GetPoint()->nContent.GetIndex() ) in NewNumBulListItem()
636 if( !nToken && pPam->GetPoint()->nContent.GetIndex() ) in EndNumBulListItem()
720 sal_uLong nPos = pCurPam->GetPoint()->nNode.GetIndex() + 1; in FillNextNumInfo()
795 rWrt.pCurPam->GetPoint()->nNode.GetIndex() + 1; in OutHTML_NumBulListStart()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1082 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1090 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1098 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1103 Rectangle aRect(rAct.GetPoint(),rAct.GetBitmap().GetSizePixel()); in DoAction()
1115 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1127 Rectangle aRect(rAct.GetPoint(),rAct.GetBitmapEx().GetSizePixel()); in DoAction()
1139 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1353 Rectangle aRect(rAct.GetPoint(), rAct.GetBitmap().GetSizePixel()); in DoAction()
1367 Rectangle aRect(rAct.GetPoint(), rAct.GetSize()); in DoAction()
1536 const Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1706 const ::Point& rPos( rVDev.LogicToPixel( pAct->GetPoint() ) ); in createActions()
2225 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2249 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2308 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2332 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2397 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2427 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2541 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2568 pAct->GetPoint(), in createActions()
2587 pAct->GetPoint(), in createActions()
[all …]

Completed in 167 milliseconds

12345678910