Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx167 struct EmuPoint struct
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
191 struct EmuRectangle : public EmuPoint, public EmuSize
194 …inline explicit EmuRectangle( const EmuPoint& rPos, const EmuSize& rSize ) : EmuPoint( rPos ),… in EmuRectangle()
195 …le( sal_Int64 nX, sal_Int64 nY, sal_Int64 nWidth, sal_Int64 nHeight ) : EmuPoint( nX, nY ), EmuSiz… in EmuRectangle()
197 inline void setPos( const EmuPoint& rPos ) { static_cast< EmuPoint& >( *this ) = rPos; } in setPos()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx36 struct AnchorPointModel : public ::oox::drawingml::EmuPoint
38 inline explicit AnchorPointModel() : ::oox::drawingml::EmuPoint( -1, -1 ) {} in AnchorPointModel()
109 ::oox::drawingml::EmuPoint calcCellAnchorEmu( const CellAnchorModel& rModel ) const;
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx215 EmuPoint aPoint = calcCellAnchorEmu( maFrom ); in calcAnchorRectEmu()
247 EmuPoint aPoint = calcCellAnchorEmu( aValidTo ); in calcAnchorRectEmu()
280 EmuPoint ShapeAnchor::calcCellAnchorEmu( const CellAnchorModel& rModel ) const in calcCellAnchorEmu()
284 EmuPoint aEmuPoint( lclHmmToEmu( aPoint.X ), lclHmmToEmu( aPoint.Y ) ); in calcCellAnchorEmu()

Completed in 19 milliseconds