Home
last modified time | relevance | path

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

/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgusenode.hxx68 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgUseNode
H A Dsvgmasknode.hxx67 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgMaskNode
H A Dsvgrectnode.hxx62 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgRectNode
H A Dsvgimagenode.hxx75 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgImageNode
H A Dsvgsvgnode.hxx87 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgSvgNode
H A Dsvgpatternnode.hxx92 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() function in svgio::svgreader::SvgPatternNode
H A Dsvgcharacternode.hxx59 void setX(const SvgNumberVector& aX) { maX = aX; } in setX() function in svgio::svgreader::SvgTextPositions
/trunk/main/basegfx/inc/basegfx/point/
H A Db2dhompoint.hxx188 inline void setX(double fX) in setX() function in basegfx::B2DHomPoint
H A Db3dhompoint.hxx206 void setX(double fX) in setX() function in basegfx::B3DHomPoint
/trunk/main/tools/inc/tools/
H A Dgen.hxx152 void setX(long nX) { X() = nX; } in setX() function in Point
463 void setX( long n ) { nRight += n-nLeft; nLeft = n; } in setX() function in Rectangle
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2i64tuple.hxx99 void setX(sal_Int64 fX) in setX() function in basegfx::B2I64Tuple
H A Db2ituple.hxx100 void setX(sal_Int32 fX) in setX() function in basegfx::B2ITuple
H A Db3i64tuple.hxx113 void setX(sal_Int64 nX) in setX() function in basegfx::B3I64Tuple
H A Db3ituple.hxx112 void setX(sal_Int32 nX) in setX() function in basegfx::B3ITuple
H A Db2dtuple.hxx110 void setX(double fX) in setX() function in basegfx::B2DTuple
H A Db3dtuple.hxx124 void setX(double fX) in setX() function in basegfx::B3DTuple

Completed in 70 milliseconds