Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx179 struct EmuSize struct
181 sal_Int64 Width;
182 sal_Int64 Height;
184 inline explicit EmuSize() : Width( 0 ), Height( 0 ) {} in EmuSize() argument
185 …inline explicit EmuSize( sal_Int64 nWidth, sal_Int64 nHeight ) : Width( nWidth ), Height( nHei… in EmuSize() argument

Completed in 8 milliseconds