Searched refs:lcl_getCommand (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dsvgpolypolygon.cxx | 743 …aResult.append(::basegfx::internal::lcl_getCommand('M', 'm', bUseRelativeCoordinatesForFirstPoint)… in exportToSvgD() 746 …aLastSVGCommand = ::basegfx::internal::lcl_getCommand('L', 'l', bUseRelativeCoordinatesForFirstPo… in exportToSvgD() 800 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('T', 't', bUseRelativeCoordinates)); in exportToSvgD() 815 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('Q', 'q', bUseRelativeCoordinates)); in exportToSvgD() 836 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('S', 's', bUseRelativeCoordinates)); in exportToSvgD() 853 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('C', 'c', bUseRelativeCoordinates)); in exportToSvgD() 892 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('V', 'v', bUseRelativeCoordinates)); in exportToSvgD() 906 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('H', 'h', bUseRelativeCoordinates)); in exportToSvgD() 920 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('L', 'l', bUseRelativeCoordinates)); in exportToSvgD() 942 … aResult.append(::basegfx::internal::lcl_getCommand('Z', 'z', bUseRelativeCoordinates)); in exportToSvgD()
|
/aoo41x/main/basegfx/source/inc/ |
H A D | stringconversiontools.hxx | 105 inline sal_Unicode lcl_getCommand( sal_Char cUpperCaseCommand, in lcl_getCommand() function
|
Completed in 26 milliseconds