Home
last modified time | relevance | path

Searched refs:aRes (Results 1 – 25 of 124) sorted by path

12345

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1154 …::css::uno::Sequence< ::css::beans::PropertyValue > aRes = convertHashMapToSequence( aCharAttrSeq … in retrieveCharacterAttributes()
1157 sal_Int32 nLength = aRes.getLength(); in retrieveCharacterAttributes()
1158 const ::css::beans::PropertyValue* pPairs = aRes.getConstArray(); in retrieveCharacterAttributes()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx449 uno::Sequence< animations::TargetProperties > aRes( aShapeHash.size() ); in createInitialTargetProperties() local
456 animations::TargetProperties& rCurrProps( aRes[ nCurrIndex++ ] ); in createInitialTargetProperties()
475 return aRes; in createInitialTargetProperties()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1934 SbxValues aRes; in ImplGetSBXForEntry() local
1935 aRes.eType = SbxVOID; in ImplGetSBXForEntry()
1936 pVar->Get( aRes ); in ImplGetSBXForEntry()
H A Dbasobj3.cxx326 SbxValues aRes; in RunMethod() local
327 aRes.eType = SbxVOID; in RunMethod()
328 pMethod->Get( aRes ); in RunMethod()
/trunk/main/basegfx/source/point/
H A Db2dpoint.cxx75 B2DPoint aRes( rPoint ); in operator *() local
76 return aRes *= rMat; in operator *()
H A Db3dpoint.cxx76 B3DPoint aRes( rPoint ); in operator *() local
77 return aRes *= rMat; in operator *()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx519 B2DPolygon aRes; in getPolygon() local
524 boost::ref(aRes), in getPolygon()
527 aRes.setClosed( true ); in getPolygon()
528 return aRes; in getPolygon()
928 B2DPolyPolygon aRes; in solveCrossovers() local
942 boost::ref(aRes)) ); in solveCrossovers()
944 return aRes; in solveCrossovers()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx231 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence()
235 aRes.append( polygonFromPoint2DSequence( points[nCurrPoly] ) ); in polyPolygonFromPoint2DSequenceSequence()
238 return aRes; in polyPolygonFromPoint2DSequenceSequence()
279 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromBezier2DSequenceSequence()
283 aRes.append( polygonFromBezier2DSequence( curves[nCurrPoly] ) ); in polyPolygonFromBezier2DSequenceSequence()
286 return aRes; in polyPolygonFromBezier2DSequenceSequence()
/trunk/main/basegfx/source/vector/
H A Db2dvector.cxx188 B2DVector aRes( rVec ); in operator *() local
189 return aRes*=rMat; in operator *()
H A Db2ivector.cxx127 B2IVector aRes( rVec ); in operator *() local
128 return aRes*=rMat; in operator *()
H A Db3dvector.cxx92 B3DVector aRes( rVec ); in operator *() local
93 return aRes*=rMat; in operator *()
H A Db3ivector.cxx42 B3IVector aRes( rVec ); in operator *() local
43 return aRes*=rMat; in operator *()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx198 B2DPolyPolygon aRes; in normalizePoly() local
219 aRes.append(aTmp); in normalizePoly()
224 aRes = tools::stripNeutralPolygons(aRes); in normalizePoly()
227 std::sort(aRes.begin(), in normalizePoly()
228 aRes.end(), in normalizePoly()
238 return aRes; in normalizePoly()
H A Dgenericclipper.cxx103 const B2DPolyPolygon aRes= in validate() local
109 basegfx::tools::exportToSvgD(aRes, true, true, false), in validate()
115 ASSERT_TRUE(basegfx::tools::exportToSvgD(aRes, true, true, false) == aValid) << pName; in validate()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4851 SbxValues aRes; in handleToStringForCOMObjects() local
4852 pMeth->Get( aRes ); in handleToStringForCOMObjects()
4853 pVal->Put( aRes ); in handleToStringForCOMObjects()
/trunk/main/basic/source/comp/
H A Dtoken.cxx682 SbTextPortion aRes; in Hilite() local
683 aRes.nLine = nLine; in Hilite()
684 aRes.nStart = nCol1; in Hilite()
685 aRes.nEnd = nCol2; in Hilite()
691 aRes.eType = SB_SYMBOL; break; in Hilite()
699 aRes.eType = SB_KEYWORD; in Hilite()
701 aRes.eType = SB_PUNCTUATION; in Hilite()
704 if( aRes.eType == SB_KEYWORD in Hilite()
706 aRes.eType = SB_SYMBOL; in Hilite()
707 if( eCurTok != EOLN && aRes.nStart <= aRes.nEnd ) in Hilite()
[all …]
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2243 String aRes; in RTLFUNC() local
2250 aRes = String::CreateFromAscii( buf ); in RTLFUNC()
2276 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2282 pMeth->PutString( aRes ); in RTLFUNC()
2316 String aRes; in RTLFUNC() local
2333 pFormatter->GetOutputString( nDays, nIndex, aRes, &pCol ); in RTLFUNC()
2334 pMeth->PutString( aRes ); in RTLFUNC()
3122 String aRes; in RTLFUNC() local
3123 pFormatter->GetOutputString( fSerial, nIndex, aRes, &pCol ); in RTLFUNC()
3124 rPar.Get(0)->PutString( aRes ); in RTLFUNC()
H A Dstep2.cxx151 SbxValues aRes( SbxOBJECT ); in FindElement() local
152 aRes.pObj = pUnoClass; in FindElement()
153 pElem->SbxVariable::Put( aRes ); in FindElement()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx1033 SbxValues aRes; in Run() local
1035 pValues = &aRes; in Run()
H A Dsbxstr.cxx46 ::rtl::OUString aRes; in ImpGetString()
48 aTmp.pOUString = &aRes; in ImpGetString()
92 aRes = pVal->GetString(); in ImpGetString()
99 aRes = ByteArrayToString( pArr ); in ImpGetString()
107 aRes = SbxRes( STRING_ERRORMSG ); in ImpGetString()
108 aRes += ::rtl::OUString( p->nUShort ); break; in ImpGetString()
140 return aRes; in ImpGetString()
150 XubString aRes; in ImpGetCoreString() local
156 return aRes; in ImpGetCoreString()
H A Dsbxvalue.cxx620 SbxValues aRes; in GetString() local
632 SbxValues aRes; in GetCoreString() local
658 Get( aRes ); in HasObject()
667 Get( aRes ); in GetBool()
672 t SbxValue::g() const { SbxValues aRes(e); Get( aRes ); return aRes.m; }
849 Put( aRes ); in PutStringExt()
867 Put( aRes ); in PutString()
876 Put( aRes ); in PutBool()
925 Put( aRes ); in PutpChar()
934 Put( aRes ); in PutString()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx685 return aRes; in lerp()
694 return aRes; in lerp()
1541 return aRes; in getData()
1624 return aRes; in convertToRGB()
1645 return aRes; in convertToARGB()
1662 return aRes; in convertToPARGB()
1679 return aRes; in convertFromRGB()
1696 return aRes; in convertFromARGB()
1713 return aRes; in convertFromPARGB()
1801 return aRes; in convertIntegerToRGB()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx115 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData() local
124 aBmpData.Scan0 = aRes.getArray(); in getData()
143 return aRes; in getData()
H A Ddx_canvasbitmap.cxx75 uno::Any aRes; in getFastPropertyValue() local
83aRes = ::com::sun::star::uno::Any( reinterpret_cast<sal_Int64>( (BitmapEx*) NULL ) ); in getFastPropertyValue()
96 aRes <<= args; in getFastPropertyValue()
108 return aRes; in getFastPropertyValue()
140 return aRes; in getFastPropertyValue()
152 aRes <<= args; in getFastPropertyValue()
161 return aRes; in getFastPropertyValue()
186 return aRes; in getFastPropertyValue()
214 return aRes; in getFastPropertyValue()
243 aRes <<= args; in getFastPropertyValue()
[all …]
H A Ddx_surfacebitmap.cxx511 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData() local
520 aBmpData.Scan0 = aRes.getArray(); in getData()
539 return aRes; in getData()
546 uno::Sequence< sal_Int8 > aRes(nWidth*nHeight*4); in getData() local
559 sal_uInt8 *pDst = (sal_uInt8 *)aRes.getArray(); in getData()
575 sal_uInt8 *pDst = (sal_uInt8 *)aRes.getArray(); in getData()
586 return aRes; in getData()

Completed in 146 milliseconds

12345