Lines Matching refs:aRes
132 ::PolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence()
137 aRes.Insert( polygonFromPoint2DSequence( points[nCurrPoly] ) ); in polyPolygonFromPoint2DSequenceSequence()
140 return aRes; in polyPolygonFromPoint2DSequenceSequence()
655 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertToRGB() local
656 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB()
662 return aRes; in convertToRGB()
672 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB() local
673 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
679 return aRes; in convertToARGB()
689 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB() local
690 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB()
696 return aRes; in convertToPARGB()
703 uno::Sequence< double > aRes(nLen*4); in convertFromRGB() local
704 double* pColors=aRes.getArray(); in convertFromRGB()
713 return aRes; in convertFromRGB()
720 uno::Sequence< double > aRes(nLen*4); in convertFromARGB() local
721 double* pColors=aRes.getArray(); in convertFromARGB()
730 return aRes; in convertFromARGB()
737 uno::Sequence< double > aRes(nLen*4); in convertFromPARGB() local
738 double* pColors=aRes.getArray(); in convertFromPARGB()
747 return aRes; in convertFromPARGB()