Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx167 struct EmuPoint struct
169 sal_Int64 X;
170 sal_Int64 Y;
172 inline explicit EmuPoint() : X( 0 ), Y( 0 ) {} in EmuPoint() argument
173 inline explicit EmuPoint( sal_Int64 nX, sal_Int64 nY ) : X( nX ), Y( nY ) {} in EmuPoint() argument

Completed in 9 milliseconds