Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/unodraw/
H A Dunoshap2.cxx1169 …quenceSequence( const basegfx::B2DPolyPolygon& rPolyPoly, drawing::PointSequenceSequence& rRetval ) in B2DPolyPolygonToSvxPointSequenceSequence() argument
1171 if( (sal_uInt32)rRetval.getLength() != rPolyPoly.count() ) in B2DPolyPolygonToSvxPointSequenceSequence()
1172 rRetval.realloc( rPolyPoly.count() ); in B2DPolyPolygonToSvxPointSequenceSequence()
1175 drawing::PointSequence* pOuterSequence = rRetval.getArray(); in B2DPolyPolygonToSvxPointSequenceSequence()
1502 …olygonBezier( const basegfx::B2DPolyPolygon& rPolyPoly, drawing::PolyPolygonBezierCoords& rRetval ) in SvxConvertB2DPolyPolygonToPolyPolygonBezier() argument
1509 rRetval.Coordinates.realloc((sal_Int32)aPolyPoly.Count()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1510 rRetval.Flags.realloc((sal_Int32)aPolyPoly.Count()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1513 drawing::PointSequence* pOuterSequence = rRetval.Coordinates.getArray(); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1514 drawing::FlagSequence* pOuterFlags = rRetval.Flags.getArray(); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
/aoo41x/main/svx/source/inc/
H A Dunopolyhelper.hxx46 …st basegfx::B2DPolyPolygon& rPolyPoly, com::sun::star::drawing::PolyPolygonBezierCoords& rRetval );
/aoo41x/main/sfx2/inc/sfx2/
H A Dappuno.hxx104 …static ErrCode loadMacro( const ::rtl::OUString& aURL, ::com::sun::star::uno::Any& rRetval, const …
/aoo41x/main/sfx2/source/appl/
H A Dappuno.cxx1839 ErrCode SfxMacroLoader::loadMacro( const ::rtl::OUString& rURL, com::sun::star::uno::Any& rRetval, … in loadMacro() argument
1958 rRetval = sbxToUnoValue( retValRef ); in loadMacro()

Completed in 115 milliseconds