/aoo4110/main/linguistic/source/ |
H A D | misc2.cxx | 94 String aRes; in GetModulePath() local 122 aRes += '\\'; in GetModulePath() 124 aRes += '/'; in GetModulePath() 128 return aRes; in GetModulePath() 145 return aRes; in StripTrailingChars() 212 return aRes; in GetMultiPaths_Impl() 219 String aRes; in GetDictionaryWriteablePath() local 221 aRes = aPaths[0]; in GetDictionaryWriteablePath() 222 return aRes; in GetDictionaryWriteablePath() 261 String aRes; in SearchFileInPaths() local [all …]
|
H A D | gciterator.cxx | 306 OUString aRes; in GetOrCreateDocId() local 317 aRes = OUString::valueOf( nRes ); in GetOrCreateDocId() 322 return aRes; in GetOrCreateDocId() 608 …aRes.nStartOfNextSentencePosition = lcl_SkipWhiteSpaces( aCurTxt, aRes.nBehindEndOfSentencePositio… in DequeueAndCheck() 703 linguistic2::ProofreadingResult aRes; in checkSentenceAtPosition() local 769 aRes = aTmpRes; in checkSentenceAtPosition() 772 return aRes; in checkSentenceAtPosition() 1264 uno::Sequence< OUString > aRes(1); in GetServiceList() local 1273 aRes[0] = aImplName; in GetServiceList() 1275 aRes.realloc(0); in GetServiceList() [all …]
|
H A D | lngsvcmgr.cxx | 150 return aRes; in GetAvailLocales() 1462 aRes.realloc( nCnt ); in getAvailableServices() 1465 return aRes; in getAvailableServices() 1515 return aRes; in getAvailableLocales() 1731 rVal >>= aRes; in GetLangSvcList() 1746 return aRes; in GetLangSvcList() 1754 return aRes; in GetLangSvc() 1760 if (rVal >>= aRes) in GetLangSvc() 1764 aRes.realloc(1); in GetLangSvc() 1771 aRes.realloc(1); in GetLangSvc() [all …]
|
/aoo4110/main/canvas/source/tools/ |
H A D | canvastools.cxx | 311 return aRes; in convertToRGB() 328 return aRes; in convertToARGB() 345 return aRes; in convertToPARGB() 362 return aRes; in convertFromRGB() 379 return aRes; in convertFromARGB() 396 return aRes; in convertFromPARGB() 480 return aRes; in convertIntegerToRGB() 502 return aRes; in convertIntegerToARGB() 525 return aRes; in convertIntegerToPARGB() 543 return aRes; in convertIntegerFromRGB() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 620 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 …]
|
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()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | color.cxx | 56 HSLColor::HSLTriple aRes; in rgb2hsl() local 67 aRes.mnSaturation = 0.0; in rgb2hsl() 70 aRes.mnHue = 0.0; in rgb2hsl() 74 aRes.mnSaturation = aRes.mnLuminance > 0.5 ? in rgb2hsl() 85 aRes.mnHue *= 60.0; in rgb2hsl() 87 if( aRes.mnHue < 0.0 ) in rgb2hsl() 88 aRes.mnHue += 360.0; in rgb2hsl() 91 return aRes; in rgb2hsl() 121 RGBColor::RGBTriple aRes; in hsl2rgb() local 123 aRes.mnRed = hsl2rgbHelper( nVal2, in hsl2rgb() [all …]
|
/aoo4110/main/starmath/source/ |
H A D | smmod.cxx | 95 String aRes; in GetUiSymbolName() local 105 aRes = rUiNames.GetString(i); in GetUiSymbolName() 110 return aRes; in GetUiSymbolName() 116 String aRes; in GetExportSymbolName() local 126 aRes = rExportNames.GetString(i); in GetExportSymbolName() 131 return aRes; in GetExportSymbolName() 137 String aRes; in GetUiSymbolSetName() local 152 return aRes; in GetUiSymbolSetName() 158 String aRes; in GetExportSymbolSetName() local 168 aRes = rExportNames.GetString(i); in GetExportSymbolSetName() [all …]
|
H A D | cfgitem.cxx | 254 Font aRes; in GetFont() local 255 aRes.SetName( aName ); in GetFont() 261 return aRes; in GetFont() 361 String aRes; in GetFontFormatId() local 372 return aRes; in GetFontFormatId() 384 return aRes; in GetFontFormatId() 390 String aRes; in GetFontFormatId() local 393 return aRes; in GetFontFormatId() 401 String aRes; in GetNewFontFormatId() local 411 aRes = aTmpId; in GetNewFontFormatId() [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()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 685 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 …]
|
/aoo4110/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 809 return aRes; in convertToRGB() 862 return aRes; in convertToARGB() 915 return aRes; in convertToPARGB() 955 return aRes; in convertFromRGB() 995 return aRes; in convertFromARGB() 1037 return aRes; in convertFromPARGB() 1189 return aRes; in convertIntegerToRGB() 1244 return aRes; in convertIntegerToARGB() 1300 return aRes; in convertIntegerToPARGB() 1349 return aRes; in convertIntegerFromRGB() [all …]
|
H A D | canvastools.cxx | 132 ::PolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence() 140 return aRes; in polyPolygonFromPoint2DSequenceSequence() 662 return aRes; in convertToRGB() 679 return aRes; in convertToARGB() 696 return aRes; in convertToPARGB() 704 double* pColors=aRes.getArray(); in convertFromRGB() 713 return aRes; in convertFromRGB() 721 double* pColors=aRes.getArray(); in convertFromARGB() 730 return aRes; in convertFromARGB() 738 double* pColors=aRes.getArray(); in convertFromPARGB() [all …]
|
/aoo4110/main/basic/source/comp/ |
H A D | token.cxx | 681 SbTextPortion aRes; in Hilite() local 682 aRes.nLine = nLine; in Hilite() 683 aRes.nStart = nCol1; in Hilite() 684 aRes.nEnd = nCol2; in Hilite() 690 aRes.eType = SB_SYMBOL; break; in Hilite() 698 aRes.eType = SB_KEYWORD; in Hilite() 700 aRes.eType = SB_PUNCTUATION; in Hilite() 703 if( aRes.eType == SB_KEYWORD in Hilite() 705 aRes.eType = SB_SYMBOL; in Hilite() 706 if( eCurTok != EOLN && aRes.nStart <= aRes.nEnd ) in Hilite() [all …]
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 270 String aRes; in GetCellRangeName() local 313 return aRes; in GetCellRangeName() 338 return aRes; in GetRangeRepFromTableAndCells() 1086 return aRes; in GetBrokenCellRangeForExport() 1590 return aRes; in getSupportedServiceNames() 1853 String aRes; in convertRangeToXML() local 1916 return aRes; in convertRangeToXML() 1926 String aRes; in convertRangeFromXML() local 1964 return aRes; in convertRangeFromXML() 2014 return aRes; in getSupportedServiceNames() [all …]
|
/aoo4110/main/unotools/source/config/ |
H A D | lingucfg.cxx | 88 OUString aRes; in lcl_LanguageToCfgLocaleStr() local 91 return aRes; in lcl_LanguageToCfgLocaleStr() 358 uno::Any aRes; in GetProperty() local 433 return aRes; in GetProperty() 1282 return aRes; in GetActiveDictionariesByFormat() 1356 return aRes; in GetVendorImageUrl_Impl() 1371 return aRes; in GetSpellAndGrammarDialogImage() 1386 return aRes; in GetSpellAndGrammarContextSuggestionImage() 1401 return aRes; in GetSpellAndGrammarContextDictionaryImage() 1416 return aRes; in GetThesaurusDialogImage() [all …]
|
/aoo4110/main/lingucomponent/source/languageguessing/ |
H A D | guesslang.cxx | 234 lang::Locale aRes; in guessPrimaryLanguage() local 245 return aRes; in guessPrimaryLanguage() 274 Sequence< com::sun::star::lang::Locale > aRes; in getAvailableLanguages() local 276 aRes.realloc(gs.size()); 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() 311 return aRes; in getEnabledLanguages() 322 Sequence< com::sun::star::lang::Locale > aRes; in getDisabledLanguages() local 324 aRes.realloc(gs.size()); in getDisabledLanguages() [all …]
|
/aoo4110/main/editeng/source/misc/ |
H A D | unolingu.cxx | 126 aRes.realloc( nCnt ); in lcl_RemoveMissingEntries() 127 return aRes; in lcl_RemoveMissingEntries() 136 Sequence< OUString > aRes; in lcl_GetLastFoundSvcs() local 169 return aRes; in lcl_GetLastFoundSvcs() 189 aRes.realloc( nCnt ); in lcl_GetNewEntries() 190 return aRes; in lcl_GetNewEntries() 217 aRes.realloc( nCnt ); in lcl_MergeSeq() 218 return aRes; in lcl_MergeSeq() 606 return aRes; in queryMeanings() 1268 SvxAlternativeSpelling aRes; in SvxGetAltSpelling() local [all …]
|
/aoo4110/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 …]
|
/aoo4110/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() 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() 213 aRes = toTimeString(aTime); in toString() [all …]
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 777 nNumberValue.PutDouble( aRes.Value ); in GetToken() 792 nCommandPos = (xub_StrLen)aRes.EndPos; in GetToken() 818 nCommandPos = (xub_StrLen)aRes.EndPos; in GetToken() 868 if( aRes.EndPos < sCommand.Len() && in GetToken() 872 ++aRes.EndPos; in GetToken() 882 if( aRes.EndPos < sCommand.Len() ) in GetToken() 909 aRes.EndPos = nFndPos + 1; in GetToken() 925 else if( aRes.TokenType & KParseType::BOOLEAN ) in GetToken() 958 nCommandPos = (xub_StrLen)aRes.EndPos; in GetToken() 1681 if( aRes.TokenType & KParseType::IDENTNAME ) in IsValidVarName() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleStaticTextBase.cxx | 350 sal_Int32 aRes(0); in Internal2Index() local 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() 906 aRes += rtl::OUString(cNewLine); in getTextRange() 916 aRes += rtl::OUString(cNewLine); in getTextRange() 926 aRes = rtl::OUString(cNewLine) + aRes; in getTextRange() 930 aRes += rtl::OUString(cNewLine); in getTextRange() [all …]
|