Home
last modified time | relevance | path

Searched refs:aRes (Results 26 – 50 of 124) sorted by relevance

12345

/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx231 test( aRes.first == pRGBEnd, in checkCanvasBitmap()
382 test( aRes.first == pRGBEnd, in checkBitmapImport()
494 sal_Int8* pOut = aRes.getArray(); in getData()
522 return aRes; in getData()
717 uno::Sequence< rendering::RGBColor > aRes( nLen ); in convertIntegerToRGB() local
718 rendering::RGBColor* pOut = aRes.getArray(); in convertIntegerToRGB()
726 return aRes; in convertIntegerToRGB()
738 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB()
763 return aRes; in convertIntegerToARGB()
775 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB()
[all …]
/trunk/main/cppcanvas/source/tools/
H A Dtools.cxx39 uno::Sequence< double > aRes( 4 ); in intSRGBAToDoubleSequence() local
41 aRes[0] = getRed(aColor) / 255.0; in intSRGBAToDoubleSequence()
42 aRes[1] = getGreen(aColor) / 255.0; in intSRGBAToDoubleSequence()
43 aRes[2] = getBlue(aColor) / 255.0; in intSRGBAToDoubleSequence()
44 aRes[3] = getAlpha(aColor) / 255.0; in intSRGBAToDoubleSequence()
46 return aRes; in intSRGBAToDoubleSequence()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx365 rtl::OUString aRes;
377aRes = rtl::OUString( pFound->pUtf8Text, strlen( pFound->pUtf8Text ), RTL_TEXTENCODING_UTF8 );
380 aRes = rtl::OUString( &cChar, 1 );
381 return aRes;
393 OUString aRes; in transliterate_titlecase_Impl() local
415 aRes = aCharClassImpl.toTitle( aResolvedLigature, 0, nResolvedLen, rLocale ); in transliterate_titlecase_Impl()
416 aRes += aCharClassImpl.toLower( aText, 1, aText.getLength() - 1, rLocale ); in transliterate_titlecase_Impl()
417 offset.realloc( aRes.getLength() ); in transliterate_titlecase_Impl()
434 return aRes; in transliterate_titlecase_Impl()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx126 BitmapEx aRes( mpBackBuffer->getBitmapReference() ); in getScaledBitmap() local
128 aRes.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
132 new CanvasBitmap( aRes, *mpDevice, mpOutDevReference ) ); in getScaledBitmap()
164 uno::Sequence< sal_Int8 > aRes( 4*aBmpSize.Width()*aBmpSize.Height() ); in getData() local
165 sal_Int8* pRes = aRes.getArray(); in getData()
198 return aRes; in getData()
531 uno::Sequence< sal_Int8 > aRes( 4 ); in getPixel() local
532 sal_Int8* pRes = aRes.getArray(); in getPixel()
544 return aRes; in getPixel()
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx244 uno::Sequence< OUString > aRes( nLen ); in getElementNames() local
245 OUString *pName = aRes.getArray(); in getElementNames()
249 return aRes; in getElementNames()
547 uno::Sequence< OUString > aRes( 20 ); in queryConversions() local
548 OUString *pRes = aRes.getArray(); in queryConversions()
567 if (nCount + nNewLen > aRes.getLength()) in queryConversions()
569 aRes.realloc( nCount + nNewLen + 20 ); in queryConversions()
570 pRes = aRes.getArray(); in queryConversions()
582 aRes.realloc( nCount ); in queryConversions()
583 return aRes; in queryConversions()
H A Dspelldsp.cxx155 Sequence< OUString > aRes( nCount ); in GetSequence() local
156 OUString *pRes = aRes.getArray(); in GetSequence()
165 return aRes; in GetSequence()
763 uno::Sequence< sal_Int16 > aRes( LocaleSeqToLangSeq( aTmp ) ); in getLanguages() local
764 return aRes; in getLanguages()
841 Sequence< OUString > aRes; in GetServiceList() local
849 aRes = pEntry->aSvcImplNames; in GetServiceList()
851 return aRes; in GetServiceList()
H A Dconvdic.cxx481 uno::Sequence< OUString > aRes( nCount ); in getConversions() local
482 OUString *pRes = aRes.getArray(); in getConversions()
487 return aRes; in getConversions()
523 uno::Sequence< OUString > aRes( rConvMap.size() ); in getConversionEntries() local
524 OUString *pRes = aRes.getArray(); in getConversionEntries()
538 aRes.realloc( nIdx ); in getConversionEntries()
540 return aRes; in getConversionEntries()
/trunk/main/slideshow/source/inc/
H A Dinterruptabledelayevent.hxx135 InterruptableEventPair aRes; in makeInterruptableDelay() local
137 aRes.mpImmediateEvent = makeEvent( rFunctor, "makeInterruptableDelay"); in makeInterruptableDelay()
138 aRes.mpTimeoutEvent.reset( new DelayFacade( aRes.mpImmediateEvent, in makeInterruptableDelay()
141 return aRes; in makeInterruptableDelay()
/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()
/trunk/main/tools/source/generic/
H A Dsvlibrary.cxx42 uno::Sequence< rtl::OUString > aRes; in GetMultiPaths_Impl() local
72 aRes.realloc( nMaxEntries ); in GetMultiPaths_Impl()
73 rtl::OUString *pRes = aRes.getArray(); in GetMultiPaths_Impl()
87 aRes.realloc( nCount ); in GetMultiPaths_Impl()
90 return aRes; in GetMultiPaths_Impl()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx126 uno::Any aRes; in getSuperscript() local
134 aRes = aFont.getSuperscript(); in getSuperscript()
135 else if ( aRes != aFont.getSuperscript() ) in getSuperscript()
139 return aRes; in getSuperscript()
200 uno::Any aRes; in getSubscript() local
208 aRes = aFont.getSubscript(); in getSubscript()
209 else if ( aRes != aFont.getSubscript() ) in getSubscript()
213 return aRes; in getSubscript()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx463 rendering::ARGBColor aRes; in readColor() local
464 readDouble(aRes.Red); in readColor()
465 readDouble(aRes.Green); in readColor()
466 readDouble(aRes.Blue); in readColor()
467 readDouble(aRes.Alpha); in readColor()
468 return aRes; in readColor()
562 FontAttributes aRes(pFont->second); in readFont() local
563 aRes.size = nSize; in readFont()
564 m_pSink->setFont( aRes ); in readFont()
600 uno::Any aRes( xMat->getMaterial() ); in readFont() local
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1080 SystemGraphicsData aRes; in GetGraphicsData() local
1082 aRes.nSize = sizeof(aRes); in GetGraphicsData()
1083 aRes.pDisplay = GetXDisplay(); in GetGraphicsData()
1084 aRes.hDrawable = hDrawable_; in GetGraphicsData()
1085 aRes.pVisual = GetDisplay()->GetVisual( m_nScreen ).GetVisual(); in GetGraphicsData()
1086 aRes.nScreen = m_nScreen; in GetGraphicsData()
1087 aRes.nDepth = GetDisplay()->GetVisual( m_nScreen ).GetDepth(); in GetGraphicsData()
1088 aRes.aColormap = GetDisplay()->GetColormap( m_nScreen ).GetXColormap(); in GetGraphicsData()
1089 aRes.pRenderFormat = m_pRenderFormat; in GetGraphicsData()
1090 return aRes; in GetGraphicsData()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx262 String aRes; // darf erst am Ende freigegeben werden!! in SV_IMPL_VARARR() local
266 aRes = pService->Topics(); in SV_IMPL_VARARR()
268 aRes = pService->SysItems(); in SV_IMPL_VARARR()
270 aRes = pService->Status(); in SV_IMPL_VARARR()
272 aRes = pService->Formats(); in SV_IMPL_VARARR()
274 aRes = pService->GetHelp(); in SV_IMPL_VARARR()
276 aRes = pService->SysTopicGet( pTopic->aItem ); in SV_IMPL_VARARR()
278 if ( aRes.Len() ) in SV_IMPL_VARARR()
279 pData = new DdeData( aRes ); in SV_IMPL_VARARR()
/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/sc/source/core/data/
H A Dglobal.cxx507 String aRes( GetRscString( nErrNumber ) ); in GetLongErrorString() local
508 return aRes; in GetLongErrorString()
1119 : Resource(aRes) in ScFuncRes()
1146 aRes.GetId(), (int)nSuppressed, (int)nArgs); in ScFuncRes()
1157 aRes.GetId(), (int)nParam, (int)nArgs); in ScFuncRes()
1162 aRes.GetId(), (int)nParam, (int)nArgs); in ScFuncRes()
1173 aRes.GetId(), (int)nParam, (int)nArgs); in ScFuncRes()
1243 ScResId aRes(i); in ScFunctionList() local
1244 aRes.SetRT(RSC_RESOURCE); in ScFunctionList()
1246 if (pBlock->IsAvailableRes(aRes)) in ScFunctionList()
[all …]
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx58 uno::Sequence< double > aRes( 4 ); in color2Sequence() local
60 aRes[0] = static_cast<sal_uInt8>( (nColor&0xFF000000U) >> 24U ) / 255.0; in color2Sequence()
61 aRes[1] = static_cast<sal_uInt8>( (nColor&0x00FF0000U) >> 16U ) / 255.0; in color2Sequence()
62 aRes[2] = static_cast<sal_uInt8>( (nColor&0x0000FF00U) >> 8U ) / 255.0; in color2Sequence()
63 aRes[3] = static_cast<sal_uInt8>( (nColor&0x000000FFU) ) / 255.0; in color2Sequence()
65 return aRes; in color2Sequence()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx443 …ESelection aRes = rEditEngine.GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::i… in GetWordIndices() local
445 if( aRes.nStartPara == nPara && in GetWordIndices()
446 aRes.nStartPara == aRes.nEndPara ) in GetWordIndices()
448 nStart = aRes.nStartPos; in GetWordIndices()
449 nEnd = aRes.nEndPos; in GetWordIndices()
H A Dunoforou.cxx401 …ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com… in GetWordIndices() local
403 if( aRes.nStartPara == nPara && in GetWordIndices()
404 aRes.nStartPara == aRes.nEndPara ) in GetWordIndices()
406 nStart = aRes.nStartPos; in GetWordIndices()
407 nEnd = aRes.nEndPos; in GetWordIndices()
/trunk/main/starmath/source/
H A Daccessibility.cxx510 awt::Rectangle aRes; in getCharacterBounds() local
566 aRes.X = aTLPos.X(); in getCharacterBounds()
567 aRes.Y = aTLPos.Y(); in getCharacterBounds()
568 aRes.Width = aSize.Width(); in getCharacterBounds()
569 aRes.Height = aSize.Height(); in getCharacterBounds()
575 aRes.X += aRes.Width; in getCharacterBounds()
578 return aRes; in getCharacterBounds()
1411 if( aRes.nStartPara == nPara && in GetWordIndices()
1412 aRes.nStartPara == aRes.nEndPara ) in GetWordIndices()
1414 nStart = aRes.nStartPos; in GetWordIndices()
[all …]
/trunk/main/svtools/source/misc/
H A Dlangtab.cxx114 String aRes( rText ); in ApplyLreOrRleEmbedding() local
117 aRes.Insert( cStart, 0 ); in ApplyLreOrRleEmbedding()
118 aRes.Insert( cPopDirectionalFormat ); in ApplyLreOrRleEmbedding()
121 return aRes; in ApplyLreOrRleEmbedding()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx488 WW8PLCFxDesc aRes; in SearchRowEnd() local
489 aRes.pMemPos = 0; in SearchRowEnd()
490 aRes.nEndPos = rStartCp; in SearchRowEnd()
513 aRes.nStartPos = aRes.nEndPos; in SearchRowEnd()
514 aRes.pMemPos = 0; in SearchRowEnd()
521 pPap->GetSprms(&aRes); in SearchRowEnd()
2066 WW8PLCFxDesc aRes; in WW8TabDesc() local
2067 aRes.pMemPos = 0; in WW8TabDesc()
2075 pPap->GetSprms(&aRes); in WW8TabDesc()
2105 aRes.pMemPos = 0; in WW8TabDesc()
[all …]
/trunk/main/canvas/source/directx/
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()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx612 SystemGraphicsData aRes; in GetGraphicsData() local
613 aRes.nSize = sizeof(aRes); in GetGraphicsData()
614 aRes.hDrawable = 0; in GetGraphicsData()
615 aRes.pRenderFormat = 0; in GetGraphicsData()
616 return aRes; in GetGraphicsData()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx307 MacroResolvedInfo aRes( pShell ); in resolveVBAMacro() local
415 …for ( std::vector< rtl::OUString >::iterator it = sSearchList.begin(); !aRes.mbFound && (it != it_… in resolveVBAMacro()
417 aRes.mbFound = hasMacro( pShell, *it, sModule, sProcedure ); in resolveVBAMacro()
418 if ( aRes.mbFound ) in resolveVBAMacro()
421aRes.msResolvedMacro = sProcedure.Insert( '.', 0 ).Insert( sModule, 0).Insert( '.', 0 ).Insert( sC… in resolveVBAMacro()
423 return aRes; in resolveVBAMacro()

Completed in 218 milliseconds

12345