Home
last modified time | relevance | path

Searched refs:ObjectRepresentation (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/filter/source/svg/
H A Dsvgfilter.hxx172 class ObjectRepresentation class
181 ObjectRepresentation();
182 ObjectRepresentation( const Reference< XInterface >& rxIf,
184 ObjectRepresentation( const ObjectRepresentation& rPresentation );
185 ~ObjectRepresentation();
187 ObjectRepresentation& operator=( const ObjectRepresentation& rPresentation );
188 sal_Bool operator==( const ObjectRepresentation& rPresentation ) const;
228 …typedef ::std::hash_map< Reference< XInterface >, ObjectRepresentation, HashReferenceXInterface > …
H A Dsvgexport.cxx133 ObjectRepresentation::ObjectRepresentation() : in ObjectRepresentation() function in ObjectRepresentation
140 ObjectRepresentation::ObjectRepresentation( const Reference< XInterface >& rxObject, in ObjectRepresentation() function in ObjectRepresentation
149 ObjectRepresentation::ObjectRepresentation( const ObjectRepresentation& rPresentation ) : in ObjectRepresentation() function in ObjectRepresentation
157 ObjectRepresentation::~ObjectRepresentation() in ~ObjectRepresentation()
164 ObjectRepresentation& ObjectRepresentation::operator=( const ObjectRepresentation& rPresentation ) in operator =()
174 sal_Bool ObjectRepresentation::operator==( const ObjectRepresentation& rPresentation ) const in operator ==()
330 ::std::vector< ObjectRepresentation > aObjects( mpObjects->size() ); in implExport()
1088 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aMtf ); in implCreateObjectsFromShape()
1128 (*mpObjects)[ rxMasterPage ] = ObjectRepresentation( rxMasterPage, aMtf ); in implCreateObjectsFromBackground()
1342 std::vector< ObjectRepresentation > aObjects; in writeMtf()
[all …]
H A Dsvgfontexport.hxx37 typedef ::std::vector< ObjectRepresentation > ObjectVector;
58 SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObjects );
H A Dsvgfontexport.cxx36 SVGFontExport::SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObj… in SVGFontExport()

Completed in 45 milliseconds