Home
last modified time | relevance | path

Searched refs:pPoint (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dregband.cxx108 while (pPoint != NULL) in ImplRegionBand()
111 pPointCopy->mnX = pPoint->mnX; in ImplRegionBand()
112 pPointCopy->mnLineId = pPoint->mnLineId; in ImplRegionBand()
113 pPointCopy->mbEndPoint = pPoint->mbEndPoint; in ImplRegionBand()
114 pPointCopy->meLineType = pPoint->meLineType; in ImplRegionBand()
122 pPoint = pPoint->mpNextBandPoint; in ImplRegionBand()
143 ImplRegionBandPoint* pPoint = mpFirstBandPoint; in ~ImplRegionBand() local
144 while ( pPoint ) in ~ImplRegionBand()
146 ImplRegionBandPoint* pTempPoint = pPoint->mpNextBandPoint; in ~ImplRegionBand()
147 delete pPoint; in ~ImplRegionBand()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx268 static OSStatus GgoLineToProc( const Float32Point* pPoint, void* pData ) in GgoLineToProc() argument
271 const basegfx::B2DPoint aB2DPoint( pPoint->x, pPoint->y ); in GgoLineToProc()
277 const Float32Point* pPoint, void* pData ) in GgoCurveToProc() argument
283 const basegfx::B2DPoint aB2DEndPoint( pPoint->x, pPoint->y ); in GgoCurveToProc()
300 static OSStatus GgoMoveToProc( const Float32Point* pPoint, void* pData ) in GgoMoveToProc() argument
303 OSStatus eStatus = GgoLineToProc( pPoint, pData ); in GgoMoveToProc()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1457 SwPosition *const pPoint = rUnoCursor.GetPoint(); in gotoNextWord() local
1481 bRet = (&pPoint->nNode.GetNode() != pOldNode) || in gotoNextWord()
1482 (pPoint->nContent.GetIndex() != nOldIndex); in gotoNextWord()
1510 if (pPoint->nContent == 0) in gotoPreviousWord()
1517 if (pPoint->nContent == 0) in gotoPreviousWord()
1524 bRet = (&pPoint->nNode.GetNode() != pOldNode) || in gotoPreviousWord()
1525 (pPoint->nContent.GetIndex() != nOldIndex); in gotoPreviousWord()
1562 pPoint->nNode = rOldNode; in gotoEndOfWord()
1563 pPoint->nContent = nOldIndex; in gotoEndOfWord()
1600 pPoint->nNode = rOldNode; in gotoStartOfWord()
[all …]
H A Dunoredline.cxx538 SwPosition* pPoint = 0; in getPropertyValue() local
540 pPoint = pRedline->GetPoint(); in getPropertyValue()
542 pPoint = pRedline->GetMark(); in getPropertyValue()
544 SwXTextRange::CreateXTextRange(*pDoc, *pPoint, 0); in getPropertyValue()
/trunk/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx130 const dgm::PointPtr & pPoint) in PtContext() argument
132 , mpPoint( pPoint ) in PtContext()
211 dgm::PointPtr pPoint( new dgm::Point() ); in createFastChildContext() local
212 maPoints.push_back( pPoint ); in createFastChildContext()
213 xRet.set( new PtContext( *this, xAttribs, pPoint ) ); in createFastChildContext()
H A Ddiagram.cxx112 static void setPosition( const dgm::PointPtr & pPoint, const awt::Point & pt ) in setPosition() argument
114 ShapePtr pShape = pPoint->getShape(); in setPosition()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx737 const SwPosition* pPoint = NULL; in getExtendedAttributes() local
742 pPoint= rAnchor.GetCntntAnchor(); in getExtendedAttributes()
745 pPoint = pCaret->GetPoint(); in getExtendedAttributes()
746 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
751 SwPosition* pPoint = pCaret->GetPoint(); in getExtendedAttributes() local
753 if( pCrsrShell->GetLayout()->GetCrsrOfst( pPoint, aPt/*,* &eTmpState*/ ) ) in getExtendedAttributes()
755 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
H A Daccpara.cxx178 SwPosition* pPoint = pCaret->GetPoint(); in GetCaretPos() local
179 if( pNode->GetIndex() == pPoint->nNode.GetIndex() ) in GetCaretPos()
183 sal_uInt16 nIndex = pPoint->nContent.GetIndex(); in GetCaretPos()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx397 Point *pPoint = pCMS && pCMS->pFill ? new Point( rPoint ) : NULL; in GetCrsrOfst() local
399 if( pPoint && pCnt->IsTxtFrm() ) in GetCrsrOfst()
401 pCnt->GetCrsrOfst( pPos, *pPoint, pCMS ); in GetCrsrOfst()
402 rPoint = *pPoint; in GetCrsrOfst()
406 delete pPoint; in GetCrsrOfst()
491 Point *pPoint = pCMS && pCMS->pFill ? new Point( rPoint ) : NULL; in GetCrsrOfst() local
496 if( pPoint && pCnt->IsTxtFrm() ) in GetCrsrOfst()
498 pCnt->GetCrsrOfst( pPos, *pPoint, pCMS ); in GetCrsrOfst()
499 rPoint = *pPoint; in GetCrsrOfst()
503 delete pPoint; in GetCrsrOfst()
H A Datrfrm.cxx2616 SwRect SwFrmFmt::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument
2652 pFrm = ::GetFrmOfModify( 0, *(SwModify*)this, nFrmType, pPoint, in FindLayoutRect()
2975 SwFlyFrm* SwFlyFrmFmt::GetFrm( const Point* pPoint, const sal_Bool bCalcFrm ) const in GetFrm() argument
2978 pPoint, 0, bCalcFrm ); in GetFrm()
2981 SwAnchoredObject* SwFlyFrmFmt::GetAnchoredObj( const Point* pPoint, const sal_Bool bCalcFrm ) const in GetAnchoredObj() argument
2983 SwFlyFrm* pFlyFrm( GetFrm( pPoint, bCalcFrm ) ); in GetAnchoredObj()
H A Dfrmtool.cxx3401 const Point* pPoint, const SwPosition *pPos, const sal_Bool bCalcFrm ) in GetFrmOfModify() argument
3422 if( pPoint ) in GetFrmOfModify()
3467 if ( aCalcRect.IsInside( *pPoint ) ) in GetFrmOfModify()
3475 const Point aDiff = aCalcRectCenter - *pPoint; in GetFrmOfModify()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx192 const SwPosition *pPoint = pWrtShell->GetCrsr()->GetPoint(); in ExecLingu() local
193 sal_Bool bRestoreCursor = pPoint->nNode.GetNode().IsTxtNode(); in ExecLingu()
194 const SwNodeIndex aPointNodeIndex( pPoint->nNode ); in ExecLingu()
195 xub_StrLen nPointIndex = pPoint->nContent.GetIndex();; in ExecLingu()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1151 const Point* pPoint, const SwPosition *pPos, const sal_Bool bCalcFrm ) const in getLayoutFrm() argument
1154 pPoint, pPos, bCalcFrm ); in getLayoutFrm()
1157 SwRect SwCntntNode::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument
1162 FRM_CNTNT, pPoint, 0, bCalcFrm ); in FindLayoutRect()
1168 SwRect SwCntntNode::FindPageFrmRect( const sal_Bool bPrtArea, const Point* pPoint, in FindPageFrmRect() argument
1173 FRM_CNTNT, pPoint, 0, bCalcFrm ); in FindPageFrmRect()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx111 PointsTree( const PointPtr & pPoint ) in PointsTree() argument
112 : mpNode( pPoint ) in PointsTree()
/trunk/main/sw/inc/
H A Dnode.hxx435 const Point* pPoint = 0,
438 const Point* pPoint = 0,
H A Dfrmfmt.hxx96 const Point* pPoint = 0,
H A Dundobj.hxx177 void DelCntntIndex( const SwPosition& pMark, const SwPosition& pPoint,
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2105 const SwPosition *pPoint = pPam->GetPoint(); in SwHyphArgs() local
2106 nNode = pPoint->nNode.GetIndex(); in SwHyphArgs()
2109 pStart = pPoint->nNode.GetNode().GetTxtNode(); in SwHyphArgs()
2110 nPamStart = pPoint->nContent.GetIndex(); in SwHyphArgs()
2116 if( pPoint->nNode == pMark->nNode ) in SwHyphArgs()
2117 nPamLen = nPamLen - pPoint->nContent.GetIndex(); in SwHyphArgs()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1759 Point* pPoint ) const in Compress()
1822 if( pPoint && SwScriptInfo::SPECIAL_LEFT == nType ) in Compress()
1828 pPoint->X() += nLast; in Compress()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2479 SwPosition* pPoint = pIo->pPaM->GetPoint(); in CreateSwTable() local
2480 bool bInsNode = pPoint->nContent.GetIndex() ? true : false; in CreateSwTable()
2492 if (pAPos && &pAPos->nNode.GetNode() == &pPoint->nNode.GetNode()) in CreateSwTable()
2509 pIo->pCtrlStck->SetAttr(*pPoint, RES_CHRATR_FONTSIZE); in CreateSwTable()
2513 pIo->AppendTxtNode(*pPoint); in CreateSwTable()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx249 Point* pPoint = NULL ) const;
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx185 …r::uno::Reference < com::sun::star::drawing::XShape >& xShape, com::sun::star::awt::Point* pPoint);
H A Dxmlexprt.cxx3055 void ScXMLExport::ExportShape(const uno::Reference < drawing::XShape >& xShape, awt::Point* pPoint) in ExportShape() argument
3108 …GetShapeExport()->exportShape( xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList ); in ExportShape()
3142 … GetShapeExport()->exportShape(xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList); in ExportShape()
3204 GetShapeExport()->exportShape(xShape, SEF_DEFAULT, pPoint); in ExportShape()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx588 SwPosition* pPoint = aRegion.GetPoint(); in SetAttrInDoc() local
598 pNd = pPoint->nNode.GetNode().GetCntntNode(); in SetAttrInDoc()

Completed in 226 milliseconds