Home
last modified time | relevance | path

Searched refs:pViewBox (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx731 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sViewBo… in MergeDefaultAttributes() local
733 if ( !pViewBox || !(*pViewBox >>= aViewBox ) ) in MergeDefaultAttributes()
1172 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)aGeometryItem).GetPropertyValueByName( sViewBo… in IsDefaultGeometry() local
1174 if ( pViewBox && ( *pViewBox >>= aViewBox ) ) in IsDefaultGeometry()
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx70 SdXMLImExViewBox* pViewBox = NULL; in importXML() local
95 pViewBox = new SdXMLImExViewBox( aStrValue, rUnitConverter ); in importXML()
117 pViewBox->GetX(), pViewBox->GetY(), in importXML()
118pViewBox->GetX() + pViewBox->GetWidth(), pViewBox->GetY() + pViewBox->GetHeight()); in importXML()
121 pViewBox->GetWidth(), pViewBox->GetHeight()); in importXML()
149 if( pViewBox ) in importXML()
150 delete pViewBox; in importXML()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx602 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sViewBo… in ApplyShapeAttributes() local
604 if ( pViewBox && (*pViewBox >>= aViewBox ) ) in ApplyShapeAttributes()
1600 …const Any* pViewBox = ((SdrCustomShapeGeometryItem&)rGeometryItem).GetPropertyValueByName( sViewBo… in CreateSubPath() local
1602 if ( pViewBox && (*pViewBox >>= aViewBox ) ) in CreateSubPath()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpatternnode.hxx84 …segfx::B2DRange* pViewBox = 0) { if(mpViewBox) delete mpViewBox; mpViewBox = 0; if(pViewBox) mpVie… in setViewBox() argument
H A Dsvgsvgnode.hxx79 …segfx::B2DRange* pViewBox = 0) { if(mpViewBox) delete mpViewBox; mpViewBox = 0; if(pViewBox) mpVie… in setViewBox() argument
H A Dsvgsymbolnode.hxx55 …segfx::B2DRange* pViewBox = 0) { if(mpViewBox) delete mpViewBox; mpViewBox = 0; if(pViewBox) mpVie… in setViewBox() argument
H A Dsvgmarkernode.hxx81 …segfx::B2DRange* pViewBox = 0) { if(mpViewBox) delete mpViewBox; mpViewBox = 0; if(pViewBox) mpVie… in setViewBox() argument
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx545 const basegfx::B2DRange* pViewBox = rFillPattern.getViewBox(); in add_fillPattern() local
547 if(pViewBox) in add_fillPattern()
556 … aMapPrimitivesToUnitRange = rRatio.createMapping(aUnitRange, *pViewBox); in add_fillPattern()
561 … aMapPrimitivesToUnitRange = rRatio.createLinearMapping(aUnitRange, *pViewBox); in add_fillPattern()
800 const basegfx::B2DRange* pViewBox = rMarker.getViewBox(); in prepare_singleMarker() local
802 if(pViewBox) in prepare_singleMarker()
804 aPrimitiveRange = *pViewBox; in prepare_singleMarker()
840 if(!pViewBox) in prepare_singleMarker()

Completed in 79 milliseconds