Searched refs:bUseRelativeCoordinates (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/basegfx/source/polygon/ |
| H A D | b2dsvgpolypolygon.cxx | 710 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 D | stringconversiontools.hxx | 103 bool bUseRelativeCoordinates ); 107 bool bUseRelativeCoordinates ) in lcl_getCommand() argument 109 return bUseRelativeCoordinates ? cLowerCaseCommand : cUpperCaseCommand; in lcl_getCommand()
|
| /AOO42X/main/basegfx/source/tools/ |
| H A D | stringconversiontools.cxx | 229 bool bUseRelativeCoordinates ) in lcl_putNumberCharWithSpace() argument 231 if( bUseRelativeCoordinates ) in lcl_putNumberCharWithSpace()
|
| /AOO42X/main/basegfx/inc/basegfx/polygon/ |
| H A D | b2dpolypolygontools.hxx | 276 bool bUseRelativeCoordinates,
|