Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx52 class GraphicID class
61 GraphicID();
66 GraphicID( const GraphicObject& rObj );
67 ~GraphicID() {} in ~GraphicID()
69 sal_Bool operator==( const GraphicID& rID ) const in operator ==()
81 GraphicID::GraphicID( const GraphicObject& rObj ) in GraphicID() function in GraphicID
141 ByteString GraphicID::GetIDString() const in GetIDString()
171 GraphicID maID;
182 …sal_Bool ImplMatches( const GraphicObject& rObj ) const { return( GraphicID( rObj ) == … in ImplMatches()
190 const GraphicID& GetID() const { return maID; } in GetID()
[all …]