Lines Matching refs:aCommand

800 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('T', 't', bUseRelativeCoordinates));  in exportToSvgD()  local
802 if(aLastSVGCommand != aCommand) in exportToSvgD()
804 aResult.append(aCommand); in exportToSvgD()
805 aLastSVGCommand = aCommand; in exportToSvgD()
810 aLastSVGCommand = aCommand; in exportToSvgD()
815 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('Q', 'q', bUseRelativeCoordinates)); in exportToSvgD() local
817 if(aLastSVGCommand != aCommand) in exportToSvgD()
819 aResult.append(aCommand); in exportToSvgD()
820 aLastSVGCommand = aCommand; in exportToSvgD()
827 aLastSVGCommand = aCommand; in exportToSvgD()
836 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('S', 's', bUseRelativeCoordinates)); in exportToSvgD() local
838 if(aLastSVGCommand != aCommand) in exportToSvgD()
840 aResult.append(aCommand); in exportToSvgD()
841 aLastSVGCommand = aCommand; in exportToSvgD()
848 aLastSVGCommand = aCommand; in exportToSvgD()
853 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('C', 'c', bUseRelativeCoordinates)); in exportToSvgD() local
855 if(aLastSVGCommand != aCommand) in exportToSvgD()
857 aResult.append(aCommand); in exportToSvgD()
858 aLastSVGCommand = aCommand; in exportToSvgD()
867 aLastSVGCommand = aCommand; in exportToSvgD()
892 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('V', 'v', bUseRelativeCoordinates)); in exportToSvgD() local
894 if(aLastSVGCommand != aCommand) in exportToSvgD()
896 aResult.append(aCommand); in exportToSvgD()
897 aLastSVGCommand = aCommand; in exportToSvgD()
906 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('H', 'h', bUseRelativeCoordinates)); in exportToSvgD() local
908 if(aLastSVGCommand != aCommand) in exportToSvgD()
910 aResult.append(aCommand); in exportToSvgD()
911 aLastSVGCommand = aCommand; in exportToSvgD()
920 …const sal_Unicode aCommand(::basegfx::internal::lcl_getCommand('L', 'l', bUseRelativeCoordinates)); in exportToSvgD() local
922 if(aLastSVGCommand != aCommand) in exportToSvgD()
924 aResult.append(aCommand); in exportToSvgD()
925 aLastSVGCommand = aCommand; in exportToSvgD()