Searched defs:GraphicUser (Results 1 – 1 of 1) sorted by relevance
59 struct GraphicUser struct in GraphicCollector61 …com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; // if mbFillBitmap i…62 …com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > mxPropertySet; // to be use…63 com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > mxPagePropertySet;64 rtl::OUString maGraphicURL;65 rtl::OUString maGraphicStreamURL;66 com::sun::star::text::GraphicCrop maGraphicCropLogic;67 com::sun::star::awt::Size maLogicalSize;68 sal_Bool mbFillBitmap;70 GraphicUser() : mxShape(), maGraphicCropLogic( 0, 0, 0, 0 ), mbFillBitmap( sal_False ) {}; in GraphicUser() function
Completed in 11 milliseconds