Home
last modified time | relevance | path

Searched refs:pPoly (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/tools/source/generic/
H A Dpoly2.cxx639 const Polygon* pPoly = mpImplPolyPolygon->mpPolyAry[n]; in GetBoundRect() local
640 const Point* pAry = pPoly->GetConstPointAry(); in GetBoundRect()
641 sal_uInt16 nPointCount = pPoly->GetSize(); in GetBoundRect()
750 Polygon* pPoly; in operator >>() local
769 pPoly = new Polygon; in operator >>()
770 rIStream >> *pPoly; in operator >>()
771 rPolyPoly.mpImplPolyPolygon->mpPolyAry[i] = pPoly; in operator >>()
807 Polygon* pPoly; in Read() local
826 pPoly = new Polygon; in Read()
827 pPoly->ImplRead( rIStream ); in Read()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx259 ParametricPolyPolygonSharedPtr pPoly( in createShapeTransition() local
268 pPoly, in createShapeTransition()
341 ParametricPolyPolygonSharedPtr pPoly( in createShapeTransition() local
351 pPoly, in createShapeTransition()
H A Dslidetransitionfactory.cxx916 ParametricPolyPolygonSharedPtr pPoly( in createSlideTransition() local
923 pPoly, in createSlideTransition()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx417 void SwEditShell::SetGraphicPolygon( const PolyPolygon *pPoly ) in SetGraphicPolygon() argument
421 pNd->SetContour( pPoly ); in SetGraphicPolygon()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx104 void SwNoTxtNode::SetContour( const PolyPolygon *pPoly, sal_Bool bAutomatic ) in SetContour() argument
107 if ( pPoly ) in SetContour()
108 pContour = new PolyPolygon( *pPoly ); in SetContour()
206 void SwNoTxtNode::SetContourAPI( const PolyPolygon *pPoly ) in SetContourAPI() argument
209 if ( pPoly ) in SetContourAPI()
210 pContour = new PolyPolygon( *pPoly ); in SetContourAPI()
/trunk/main/sw/inc/
H A Dndnotxt.hxx82 void SetContour( const PolyPolygon *pPoly,
93 void SetContourAPI( const PolyPolygon *pPoly );
H A Deditsh.hxx577 void SetGraphicPolygon( const PolyPolygon *pPoly );
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx776 const Polygon * pPoly; in WMFRecord_PolyPolygon() local
794 pPoly=&(aSimplePolyPoly.GetObject(i)); in WMFRecord_PolyPolygon()
795 nSize=pPoly->GetSize(); in WMFRecord_PolyPolygon()
796 for (j=0; j<nSize; j++) WritePointXY(pPoly->GetPoint(j)); in WMFRecord_PolyPolygon()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx676 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in strokePath() local
681 pPoly->updateGeometry(); in strokePath()
682 pPoly->ZOrder = m_nNextZOrder++; in strokePath()
690 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in fillPath() local
695 pPoly->updateGeometry(); in fillPath()
696 pPoly->ZOrder = m_nNextZOrder++; in fillPath()
704 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in eoFillPath() local
709 pPoly->updateGeometry(); in eoFillPath()
710 pPoly->ZOrder = m_nNextZOrder++; in eoFillPath()
H A Dgenericelements.cxx389 PolyPolyElement* pPoly = dynamic_cast< PolyPolyElement* >(*poly_it); in resolveUnderlines() local
390 if( ! pPoly || ! pPoly->Children.empty() ) in resolveUnderlines()
399 if( pPoly->Action != PATH_STROKE ) in resolveUnderlines()
404 if( pPoly->PolyPoly.count() != 1 ) in resolveUnderlines()
411 basegfx::B2DPolygon aPoly = pPoly->PolyPoly.getB2DPolygon(0); in resolveUnderlines()
466 delete pPoly; in resolveUnderlines()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4810 SdrObject* pPoly = pCustoShape->DoConvertToPolyObj( sal_True, true ); in GetConnectorRule() local
4811 if ( pPoly && pPoly->ISA( SdrPathObj ) ) in GetConnectorRule()
4818 const PolyPolygon aPolyPoly(((SdrPathObj*)pPoly)->GetPathPoly()); in GetConnectorRule()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx184 void Concat( const PolyPolygon* pPoly );
532 void SvxBoundArgs::Concat( const PolyPolygon* pPoly ) in Concat() argument
535 DBG_ASSERT( pPoly, "Nothing to do?" ); in Concat()
540 Calc( *pPoly ); in Concat()

Completed in 129 milliseconds