Searched refs:ObjectRepresentation (Results 1 – 4 of 4) sorted by relevance
172 class ObjectRepresentation class181 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 > …
133 ObjectRepresentation::ObjectRepresentation() : in ObjectRepresentation() function in ObjectRepresentation140 ObjectRepresentation::ObjectRepresentation( const Reference< XInterface >& rxObject, in ObjectRepresentation() function in ObjectRepresentation149 ObjectRepresentation::ObjectRepresentation( const ObjectRepresentation& rPresentation ) : in ObjectRepresentation() function in ObjectRepresentation157 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 …]
37 typedef ::std::vector< ObjectRepresentation > ObjectVector;58 SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObjects );
36 SVGFontExport::SVGFontExport( SVGExport& rExport, const ::std::vector< ObjectRepresentation >& rObj… in SVGFontExport()
Completed in 38 milliseconds