/aoo41x/main/svtools/source/control/ |
H A D | inettbc.cxx | 488 aInput += aMatch; in ReadFolder() 511 String aMatch; in ParseSmart() local 588 return aMatch; in ParseSmart() 612 String aMatch; in run() local 631 aMatch = aText; in run() 632 if ( aMatch.Len() ) in run() 634 INetURLObject aURLObject( aMatch ); in run() 640 Insert( aText, aMatch ); in run() 707 Insert( aMatch, aMatch ); in run() 726 String aURL( aMatch ); in run() [all …]
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 142 SfxFilterMatcher aMatch( aOwnCont ); in DoExecute() local 164 pFilter = aMatch.GetFilter4Extension( pFilter->GetDefaultExtension() ); in DoExecute() 179 pFilter = aMatch.GetFilter4Extension( aExt ); in DoExecute() 188 …pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARIMPRESS_60, SFX_FILTER_TEMPLATEPATH ); in DoExecute() 192 …pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_60, SFX_FILTER_IMPORT, SFX_FILTE… in DoExecute() 196 … pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_60, SFX_FILTER_TEMPLATEPATH ); in DoExecute() 204 …pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARIMPRESS_50, SFX_FILTER_TEMPLATEPATH ); in DoExecute() 212 … pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_50, SFX_FILTER_TEMPLATEPATH ); in DoExecute() 220 … pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW_40, SFX_FILTER_TEMPLATEPATH ); in DoExecute() 224 …pFilter = aMatch.GetFilter4ClipBoardId( SOT_FORMATSTR_ID_STARDRAW, SFX_FILTER_IMPORT, SFX_FILTER_T… in DoExecute() [all …]
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 213 SfxFilterMatcher aMatch; in detect() local 214 pFilter = aMatch.GetFilter4EA( aTypeName ); in detect() 377 … SfxFilterMatcher aMatch( String::CreateFromAscii("simpress") ); in detect() local 378 pFilter = aMatch.GetFilter4FilterName( aName ); in detect() 401 SfxFilterMatcher aMatch( String::CreateFromAscii("sdraw") ); in detect() local 402 pFilter = aMatch.GetFilter4FilterName( aName ); in detect()
|
/aoo41x/main/canvas/source/factory/ |
H A D | cf_service.cxx | 347 CacheVector::iterator aMatch; in lookupAndUse() local 348 if( (aMatch=std::find_if(m_aCachedImplementations.begin(), in lookupAndUse() 356 Reference<XInterface> xCanvas( use( aMatch->second, args, xContext ) ); in lookupAndUse() 456 if( aMatch != aEnd ) in lookupAndUse() 460 aMatch->second = pCurrImpl->trim(); in lookupAndUse()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 1024 sal_uInt16 aMatch[SPOTCOUNT]; in impCalcBackgroundColor() local 1029 aMatch[i] = 0; in impCalcBackgroundColor() 1037 aMatch[i]++; in impCalcBackgroundColor() 1051 if( aMatch[i] == nMatchCount ) in impCalcBackgroundColor()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 132 SfxFilterMatcher aMatch; in GetFilterByName() local 133 return aMatch.GetFilter4FilterName( rName, 0, 0 ); in GetFilterByName()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 162 SfxFilterMatcher aMatch( pImpl->aName ); \ 163 return aMatch.aMethod( aArg, nMust, nDont ); \ 175 SfxFilterMatcher aMatch( pImpl->aName ); in GetAnyFilter() local 176 return aMatch.GetAnyFilter( nMust, nDont ); in GetAnyFilter()
|
/aoo41x/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 1720 String aMatch(RTL_CONSTASCII_USTRINGPARAM( in contentEvent() local 1724 aMatch += String(evt.Id->getContentIdentifier()); in contentEvent() 1727 aMatch.AppendAscii(RTL_CONSTASCII_STRINGPARAM(" - ")); in contentEvent() 1728 aMatch += String(evt.Content->getContentType()); in contentEvent() 1732 aMatch.AppendAscii(RTL_CONSTASCII_STRINGPARAM("<no id>")); in contentEvent() 1733 print(aMatch); in contentEvent()
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | FilterHelper.cxx | 81 rtl::OUString aMatch(rtl::OUString::createFromAscii(pMatch)); in isFilterString() local 86 if( !aToken.match( aMatch ) ) in isFilterString()
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 201 const ::rtl::OUString &aMatch ) in createTest() 203 ::rtl::OString sMatch = rtl::OUStringToOString( aMatch, RTL_TEXTENCODING_UTF8 ); in createTest()
|
H A D | NStatement.hxx | 197 const ::rtl::OUString &aMatch );
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 661 SfxFilterMatcher aMatch( String::CreateFromAscii("simpress") ); in InsertFile() local 663 nErr = aMatch.GuessFilter(aMed, &pFilter); in InsertFile()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | typedetection.cxx | 114 const FlatDetectionInfo& aMatch = *(lFlatTypes.begin()); in queryTypeByURL() local 115 sType = aMatch.sType; in queryTypeByURL()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1395 const BitmapColor aMatch( pReadAcc->GetBestMatchingColor( rColor ) ); in CreateRegion() local 1411 while( ( nX <= nRight ) && ( aMatch != pReadAcc->GetPixel( nY, nX ) ) ) in CreateRegion() 1419 while( ( nX <= nRight ) && ( aMatch == pReadAcc->GetPixel( nY, nX ) ) ) in CreateRegion()
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 511 rtl::OUString aMatch(rtl::OUString::createFromAscii(pMatch)); in isFilterString() local 516 if( !aToken.match( aMatch ) ) in isFilterString()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 7207 SfxFilterMatcher aMatch( sStarName ); in CheckForConvertToSOObj() local 7214 pFilter = aMatch.GetFilter4EA( aType ); in CheckForConvertToSOObj()
|