Home
last modified time | relevance | path

Searched refs:bUseRelativeCoordinates (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx710 bool bUseRelativeCoordinates, in exportToSvgD() argument
732 bool bUseRelativeCoordinatesForFirstPoint(bUseRelativeCoordinates); in exportToSvgD()
800 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('T', 't', bUseRelativeCoordinates)); in exportToSvgD()
808 …NumberCharWithSpace(aResult, aEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates); in exportToSvgD()
809 …NumberCharWithSpace(aResult, aEdgeEnd.getY(), aCurrentSVGPosition.getY(), bUseRelativeCoordinates); in exportToSvgD()
815 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('Q', 'q', bUseRelativeCoordinates)); in exportToSvgD()
823 …putNumberCharWithSpace(aResult, aLeft.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates); in exportToSvgD()
824 …putNumberCharWithSpace(aResult, aLeft.getY(), aCurrentSVGPosition.getY(), bUseRelativeCoordinates); in exportToSvgD()
825 …NumberCharWithSpace(aResult, aEdgeEnd.getX(), aCurrentSVGPosition.getX(), bUseRelativeCoordinates); in exportToSvgD()
826 …NumberCharWithSpace(aResult, aEdgeEnd.getY(), aCurrentSVGPosition.getY(), bUseRelativeCoordinates); in exportToSvgD()
[all …]
/AOO42X/main/basegfx/source/inc/
H A Dstringconversiontools.hxx103 bool bUseRelativeCoordinates );
107 bool bUseRelativeCoordinates ) in lcl_getCommand() argument
109 return bUseRelativeCoordinates ? cLowerCaseCommand : cUpperCaseCommand; in lcl_getCommand()
/AOO42X/main/basegfx/source/tools/
H A Dstringconversiontools.cxx229 bool bUseRelativeCoordinates ) in lcl_putNumberCharWithSpace() argument
231 if( bUseRelativeCoordinates ) in lcl_putNumberCharWithSpace()
/AOO42X/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx276 bool bUseRelativeCoordinates,