Searched refs:aGrfObject (Results 1 – 1 of 1) sorted by relevance
115 GraphicObject aGrfObject( ByteString( aGraphicId, RTL_TEXTENCODING_ASCII_US ) ); in SvXMLGraphicInputStream() local119 if( aGrfObject.GetType() != GRAPHIC_NONE ) in SvXMLGraphicInputStream()125 Graphic aGraphic( (Graphic&) aGrfObject.GetGraphic() ); in SvXMLGraphicInputStream()587 if( aGrfObject.GetType() != GRAPHIC_NONE ) in ImplWriteGraphic()592 Graphic aGraphic( (Graphic&) aGrfObject.GetGraphic() ); in ImplWriteGraphic()708 const GraphicObject aGrfObject( aAsciiObjectID ); in ImplInsertGraphicURL() local709 if( aGrfObject.GetType() != GRAPHIC_NONE ) in ImplInsertGraphicURL()712 Graphic aGraphic( (Graphic&) aGrfObject.GetGraphic() ); in ImplInsertGraphicURL()741 if( aGrfObject.GetType() == GRAPHIC_BITMAP ) in ImplInsertGraphicURL()743 if( aGrfObject.IsAnimated() ) in ImplInsertGraphicURL()[all …]
Completed in 13 milliseconds