| /AOO41X/main/linguistic/source/ |
| H A D | misc2.cxx | 94 String aRes; in GetModulePath() local 100 aRes = aPathOpt.GetModulePath(); in GetModulePath() 105 utl::LocalFileHelper::ConvertURLToPhysicalName( aTmp, aRes ); in GetModulePath() 119 if (bAddAccessDelim && aRes.Len()) in GetModulePath() 122 aRes += '\\'; in GetModulePath() 124 aRes += '/'; in GetModulePath() 128 return aRes; in GetModulePath() 143 rtl::OUString aRes( rTxt.copy( nTxtLen - nTrailing ) ); in StripTrailingChars() local 145 return aRes; in StripTrailingChars() 154 uno::Sequence< rtl::OUString > aRes; in GetMultiPaths_Impl() local [all …]
|
| H A D | gciterator.cxx | 306 OUString aRes; in GetOrCreateDocId() local 312 aRes = m_aDocIdMap[ xComponent.get() ]; in GetOrCreateDocId() 317 aRes = OUString::valueOf( nRes ); in GetOrCreateDocId() 318 m_aDocIdMap[ xComponent.get() ] = aRes; in GetOrCreateDocId() 322 return aRes; in GetOrCreateDocId() 577 linguistic2::ProofreadingResult aRes; in DequeueAndCheck() local 584 …aRes = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps … in DequeueAndCheck() 588 if (aRes.nBehindEndOfSentencePosition <= nStartPos) in DequeueAndCheck() 591 aRes.nBehindEndOfSentencePosition = nSuggestedEnd; in DequeueAndCheck() 594 aRes.xFlatParagraph = xFlatPara; in DequeueAndCheck() [all …]
|
| H A D | lngsvcmgr.cxx | 87 uno::Sequence< lang::Locale > aRes; in GetAvailLocales() local 140 aRes.realloc( nLanguages ); in GetAvailLocales() 141 lang::Locale *pRes = aRes.getArray(); in GetAvailLocales() 150 return aRes; in GetAvailLocales() 1404 uno::Sequence< OUString > aRes; in getAvailableServices() local 1445 aRes.realloc( nMaxCnt ); in getAvailableServices() 1446 OUString *pImplName = aRes.getArray(); in getAvailableServices() 1462 aRes.realloc( nCnt ); in getAvailableServices() 1465 return aRes; in getAvailableServices() 1476 uno::Sequence< lang::Locale > aRes; in getAvailableLocales() local [all …]
|
| /AOO41X/main/canvas/source/tools/ |
| H A D | canvastools.cxx | 304 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertToRGB() local 305 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB() 311 return aRes; in convertToRGB() 321 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB() local 322 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB() 328 return aRes; in convertToARGB() 338 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB() local 339 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB() 345 return aRes; in convertToPARGB() 352 uno::Sequence< double > aRes(nLen*4); in convertFromRGB() local [all …]
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxvalue.cxx | 620 SbxValues aRes; in GetString() local 621 aRes.eType = SbxSTRING; in GetString() 622 if( Get( aRes ) ) in GetString() 623 ((SbxValue*) this)->aToolString = *aRes.pOUString; in GetString() 632 SbxValues aRes; in GetCoreString() local 633 aRes.eType = SbxCoreSTRING; in GetCoreString() 634 if( Get( aRes ) ) in GetCoreString() 635 ((SbxValue*) this)->aToolString = *aRes.pOUString; in GetCoreString() 645 SbxValues aRes; in GetOUString() local 646 aRes.eType = SbxSTRING; in GetOUString() [all …]
|
| H A D | sbxstr.cxx | 46 ::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()
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | color.cxx | 56 HSLColor::HSLTriple aRes; in rgb2hsl() local 63 aRes.mnLuminance = (nMax + nMin) / 2.0; in rgb2hsl() 67 aRes.mnSaturation = 0.0; in rgb2hsl() 70 aRes.mnHue = 0.0; in rgb2hsl() 74 aRes.mnSaturation = aRes.mnLuminance > 0.5 ? in rgb2hsl() 79 aRes.mnHue = (nGreen - nBlue)/nDelta; in rgb2hsl() 81 aRes.mnHue = 2.0 + (nBlue - nRed)/nDelta; in rgb2hsl() 83 aRes.mnHue = 4.0 + (nRed - nGreen)/nDelta; in rgb2hsl() 85 aRes.mnHue *= 60.0; in rgb2hsl() 87 if( aRes.mnHue < 0.0 ) in rgb2hsl() [all …]
|
| /AOO41X/main/starmath/source/ |
| H A D | smmod.cxx | 95 String aRes; in GetUiSymbolName() local 101 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetUiSymbolName() 105 aRes = rUiNames.GetString(i); in GetUiSymbolName() 110 return aRes; in GetUiSymbolName() 116 String aRes; in GetExportSymbolName() local 122 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetExportSymbolName() 126 aRes = rExportNames.GetString(i); in GetExportSymbolName() 131 return aRes; in GetExportSymbolName() 137 String aRes; in GetUiSymbolSetName() local 143 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetUiSymbolSetName() [all …]
|
| H A D | cfgitem.cxx | 254 Font aRes; in GetFont() local 255 aRes.SetName( aName ); in GetFont() 256 aRes.SetCharSet( (rtl_TextEncoding) nCharSet ); in GetFont() 257 aRes.SetFamily( (FontFamily) nFamily ); in GetFont() 258 aRes.SetPitch( (FontPitch) nPitch ); in GetFont() 259 aRes.SetWeight( (FontWeight) nWeight ); in GetFont() 260 aRes.SetItalic( (FontItalic) nItalic ); in GetFont() 261 return aRes; in GetFont() 361 String aRes; in GetFontFormatId() local 367 aRes = aEntries[i].aId; in GetFontFormatId() [all …]
|
| H A D | symbol.cxx | 190 SymbolPtrVec_t aRes; in GetSymbols() local 193 aRes.push_back( &aIt->second ); in GetSymbols() 195 return aRes; in GetSymbols() 248 std::set< String > aRes; in GetSymbolSetNames() local 251 aRes.insert( aIt->second.GetSymbolSetName() ); in GetSymbolSetNames() 252 return aRes; in GetSymbolSetNames() 258 SymbolPtrVec_t aRes; in GetSymbolSet() local 265 aRes.push_back( &aIt->second ); in GetSymbolSet() 268 return aRes; in GetSymbolSet()
|
| /AOO41X/main/canvas/source/cairo/ |
| H A D | cairo_canvashelper.cxx | 681 uno::Sequence<double> aRes(3); in lerp() local 682 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp() 683 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp() 684 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp() 685 return aRes; in lerp() 689 uno::Sequence<double> aRes(4); in lerp() local 690 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp() 691 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp() 692 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp() 693 aRes[3] = basegfx::tools::lerp(rLeft[3],rRight[3],fAlpha); in lerp() [all …]
|
| /AOO41X/main/vcl/source/helper/ |
| H A D | canvasbitmap.cxx | 773 uno::Sequence< rendering::RGBColor > aRes(nLen/nComponentsPerPixel); in convertToRGB() local 774 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB() 809 return aRes; in convertToRGB() 822 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToARGB() local 823 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB() 862 return aRes; in convertToARGB() 875 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToPARGB() local 876 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB() 915 return aRes; in convertToPARGB() 925 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromRGB() local [all …]
|
| H A D | canvastools.cxx | 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 [all …]
|
| /AOO41X/main/basic/source/comp/ |
| H A D | token.cxx | 682 SbTextPortion aRes; in Hilite() local 683 aRes.nLine = nLine; in Hilite() 684 aRes.nStart = nCol1; in Hilite() 685 aRes.nEnd = nCol2; in Hilite() 689 aRes.eType = SB_COMMENT; break; in Hilite() 691 aRes.eType = SB_SYMBOL; break; in Hilite() 693 aRes.eType = SB_STRING; break; in Hilite() 695 aRes.eType = SB_NUMBER; break; in Hilite() 699 aRes.eType = SB_KEYWORD; in Hilite() 701 aRes.eType = SB_PUNCTUATION; in Hilite() [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unochart.cxx | 270 String aRes; in GetCellRangeName() local 288 aRes = pEndBox->GetName(); in GetCellRangeName() 305 aRes = pStartBox->GetName(); in GetCellRangeName() 306 aRes += (sal_Unicode)':'; in GetCellRangeName() 308 aRes += pEndBox->GetName(); in GetCellRangeName() 310 aRes += pStartBox->GetName(); in GetCellRangeName() 313 return aRes; in GetCellRangeName() 323 String aRes( rTableName ); in GetRangeRepFromTableAndCells() local 324 aRes += (sal_Unicode) '.'; in GetRangeRepFromTableAndCells() 325 aRes += rStartCell; in GetRangeRepFromTableAndCells() [all …]
|
| /AOO41X/main/unotools/source/config/ |
| H A D | lingucfg.cxx | 88 OUString aRes; in lcl_LanguageToCfgLocaleStr() local 90 aRes = MsLangId::convertLanguageToIsoString( nLanguage ); in lcl_LanguageToCfgLocaleStr() 91 return aRes; in lcl_LanguageToCfgLocaleStr() 358 uno::Any aRes; in GetProperty() local 383 aRes <<= rOpt.aActiveDics; in GetProperty() 388 aRes <<= rOpt.aActiveConvDics; in GetProperty() 394 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty() 400 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty() 406 aRes.setValue( &aLocale, ::getCppuType((lang::Locale*)0 )); in GetProperty() 427 aRes <<= *pbVal; in GetProperty() [all …]
|
| /AOO41X/main/lingucomponent/source/languageguessing/ |
| H A D | guesslang.cxx | 234 lang::Locale aRes; in guessPrimaryLanguage() local 239 aRes.Language = OUString::createFromAscii(g.GetLanguage().c_str()); in guessPrimaryLanguage() 240 aRes.Country = OUString::createFromAscii(g.GetCountry().c_str()); in guessPrimaryLanguage() 245 return aRes; in guessPrimaryLanguage() 274 Sequence< com::sun::star::lang::Locale > aRes; in getAvailableLanguages() local 276 aRes.realloc(gs.size()); in getAvailableLanguages() 278 com::sun::star::lang::Locale *pRes = aRes.getArray(); in getAvailableLanguages() 287 return aRes; in getAvailableLanguages() 298 Sequence< com::sun::star::lang::Locale > aRes; in getEnabledLanguages() local 300 aRes.realloc(gs.size()); in getEnabledLanguages() [all …]
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | unolingu.cxx | 114 Sequence< OUString > aRes( rCfgSvcs.getLength() ); in lcl_RemoveMissingEntries() local 115 OUString *pRes = aRes.getArray(); in lcl_RemoveMissingEntries() 126 aRes.realloc( nCnt ); in lcl_RemoveMissingEntries() 127 return aRes; in lcl_RemoveMissingEntries() 136 Sequence< OUString > aRes; in lcl_GetLastFoundSvcs() local 161 aRes = aSvcImplNames; in lcl_GetLastFoundSvcs() 169 return aRes; in lcl_GetLastFoundSvcs() 178 Sequence< OUString > aRes( nLen ); in lcl_GetNewEntries() local 179 OUString *pRes = aRes.getArray(); in lcl_GetNewEntries() 189 aRes.realloc( nCnt ); in lcl_GetNewEntries() [all …]
|
| /AOO41X/main/canvas/source/directx/ |
| H A D | dx_canvasbitmap.cxx | 75 uno::Any aRes; in getFastPropertyValue() local 83 … aRes = ::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 …]
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | CommonTools.cxx | 165 rtl::OUString aRes; in toString() local 171 aRes = ::rtl::OUString::valueOf(*(sal_Unicode*)rValue.getValue()); in toString() 174 aRes = ::rtl::OUString::valueOf(*(float*)rValue.getValue()); in toString() 177 aRes = ::rtl::OUString::valueOf(*(double*)rValue.getValue()); in toString() 180 aRes = ::rtl::OUString::valueOf((sal_Int32)*(sal_Bool*)rValue.getValue()); in toString() 185 aRes = ::rtl::OUString::valueOf(*(sal_Int32*)rValue.getValue()); in toString() 191 aRes = ::rtl::OUString::valueOf(nValue); in toString() 194 rValue >>= aRes; in toString() 201 aRes = toDateString(aDate); in toString() 207 aRes = toDateTimeString(aDT); in toString() [all …]
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 769 ParseResult aRes = pCharClass->parseAnyToken( sCommand, nCommandPos, in GetToken() local 774 xub_StrLen nRealStt = nCommandPos + (xub_StrLen)aRes.LeadingWhiteSpace; in GetToken() 775 if( aRes.TokenType & (KParseType::ASC_NUMBER | KParseType::UNI_NUMBER) ) in GetToken() 777 nNumberValue.PutDouble( aRes.Value ); in GetToken() 781 else if( aRes.TokenType & KParseType::IDENTNAME ) in GetToken() 783 … String aName( sCommand.Copy( nRealStt, static_cast<xub_StrLen>(aRes.EndPos) - nRealStt )); in GetToken() 792 nCommandPos = (xub_StrLen)aRes.EndPos; in GetToken() 818 nCommandPos = (xub_StrLen)aRes.EndPos; in GetToken() 825 else if ( aRes.TokenType & KParseType::DOUBLE_QUOTE_STRING ) in GetToken() 827 nNumberValue.PutString( String( aRes.DequotedNameOrString )); in GetToken() [all …]
|
| /AOO41X/main/lingucomponent/source/lingutil/ |
| H A D | lingutil.cxx | 75 String aRes = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI ); 76 return aRes; 83 rtl::OString aRes; in Win_GetShortPathName() local 95 …aRes = rtl::OString( OU2ENC( rtl::OUString( aShortBuffer, nShortLen ), osl_getThreadTextEncoding()… in Win_GetShortPathName() 99 return aRes; in Win_GetShortPathName() 110 std::vector< SvtLinguConfigDictionaryEntry > aRes; in GetOldStyleDics() local 113 return aRes; in GetOldStyleDics() 154 return aRes; in GetOldStyleDics() 201 aRes.push_back( aDicEntry ); in GetOldStyleDics() 209 return aRes; in GetOldStyleDics()
|
| /AOO41X/main/comphelper/source/container/ |
| H A D | enumhelper.cxx | 87 staruno::Any aRes; in nextElement() local 89 aRes = m_xAccess->getByName(m_aNames.getConstArray()[m_nPos++]); in nextElement() 97 if (!aRes.hasValue()) // es gibt kein Element mehr in nextElement() 100 return aRes; in nextElement() 190 staruno::Any aRes; in nextElement() local 193 aRes = m_xAccess->getByIndex(m_nPos++); in nextElement() 201 if (!aRes.hasValue()) // es gibt kein Element mehr in nextElement() 203 return aRes; in nextElement()
|
| /AOO41X/main/editeng/source/accessibility/ |
| H A D | AccessibleStaticTextBase.cxx | 350 sal_Int32 aRes(0); in Internal2Index() local 353 aRes += GetParagraph(i).getCharacterCount(); in Internal2Index() 355 return aRes + nEEIndex.nIndex; in Internal2Index() 843 ::rtl::OUString aRes; in getText() 845 aRes += mpImpl->GetParagraph(i).getText(); in getText() 847 return aRes; in getText() 886 ::rtl::OUString aRes; in getTextRange() 894 …aRes = mpImpl->GetParagraph( aStartIndex.nPara ).getTextRange( aStartIndex.nIndex, aEndIndex.nInde… in getTextRange() 899 aRes = mpImpl->GetParagraph(i).getTextRange( aStartIndex.nIndex, in getTextRange() 906 aRes += rtl::OUString(cNewLine); in getTextRange() [all …]
|
| /AOO41X/main/cppcanvas/source/tools/ |
| H A D | tools.cxx | 39 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()
|