Home
last modified time | relevance | path

Searched defs:GraphicUser (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.hxx59 struct GraphicUser struct in GraphicCollector
61 …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 10 milliseconds