Home
last modified time | relevance | path

Searched refs:lcl_getCommand (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx743 …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()
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx105 inline sal_Unicode lcl_getCommand( sal_Char cUpperCaseCommand, in lcl_getCommand() function

Completed in 22 milliseconds