Searched defs:GraphicEntity (Results 1 – 1 of 1) sorted by relevance
73 struct GraphicEntity struct in GraphicCollector75 … maLogicalSize; // the biggest logical size the graphic will be displayed76 sal_Bool mbRemoveCropArea; //77 com::sun::star::text::GraphicCrop maGraphicCropLogic;78 std::vector< GraphicUser > maUser; 80 GraphicEntity( const GraphicUser& rUser ) in GraphicEntity() function