Searched refs:EmuPoint (Results  1 – 3 of 3) sorted by relevance
| /aoo42x/main/oox/inc/oox/drawingml/ | 
| H A D | drawingmltypes.hxx | 167 struct EmuPoint  struct172     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()  function
 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()
 
 | 
| /aoo42x/main/oox/inc/oox/xls/ | 
| H A D | drawingbase.hxx | 36 struct AnchorPointModel : public ::oox::drawingml::EmuPoint38     inline explicit     AnchorPointModel() : ::oox::drawingml::EmuPoint( -1, -1 ) {}  in AnchorPointModel()
 109     ::oox::drawingml::EmuPoint calcCellAnchorEmu( const CellAnchorModel& rModel ) const;
 
 | 
| /aoo42x/main/oox/source/xls/ | 
| H A D | drawingbase.cxx | 215                 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 17 milliseconds