/aoo42x/main/vcl/source/gdi/ |
H A D | regband.cxx | 108 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 …]
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.cxx | 268 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()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 1457 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 D | unoredline.cxx | 538 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()
|
/aoo42x/main/oox/source/drawingml/diagram/ |
H A D | datamodelcontext.cxx | 130 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 D | diagram.cxx | 112 static void setPosition( const dgm::PointPtr & pPoint, const awt::Point & pt ) in setPosition() argument 114 ShapePtr pShape = pPoint->getShape(); in setPosition()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accdoc.cxx | 737 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 D | accpara.cxx | 178 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()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 397 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 D | atrfrm.cxx | 2616 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 D | frmtool.cxx | 3401 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()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 192 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1151 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()
|
/aoo42x/main/oox/inc/oox/drawingml/diagram/ |
H A D | diagram.hxx | 111 PointsTree( const PointPtr & pPoint ) in PointsTree() argument 112 : mpNode( pPoint ) in PointsTree()
|
/aoo42x/main/sw/inc/ |
H A D | node.hxx | 435 const Point* pPoint = 0, 438 const Point* pPoint = 0,
|
H A D | frmfmt.hxx | 96 const Point* pPoint = 0,
|
H A D | undobj.hxx | 177 void DelCntntIndex( const SwPosition& pMark, const SwPosition& pPoint,
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2105 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()
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1759 Point* pPoint ) const in Compress() 1822 if( pPoint && SwScriptInfo::SPECIAL_LEFT == nType ) in Compress() 1828 pPoint->X() += nLast; in Compress()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2479 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()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 249 Point* pPoint = NULL ) const;
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.hxx | 185 …r::uno::Reference < com::sun::star::drawing::XShape >& xShape, com::sun::star::awt::Point* pPoint);
|
H A D | xmlexprt.cxx | 3055 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()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 588 SwPosition* pPoint = aRegion.GetPoint(); in SetAttrInDoc() local 598 pNd = pPoint->nNode.GetNode().GetCntntNode(); in SetAttrInDoc()
|