Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx111 sRet = sURL.Copy(sURL.Match(*aIter)); in cutPrefix()
113 sRet = sURL.Copy(aIter->Match(sURL)); in cutPrefix()
135 sRet = aIter->Copy(0,sURL.Match(*aIter)); in getPrefix()
137 sRet = sURL.Copy(0,aIter->Match(sURL)); in getPrefix()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx201 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect()
207 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
215 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
/trunk/main/tools/inc/tools/
H A Dstring.hxx320 xub_StrLen Match( const ByteString& rStr ) const;
321 xub_StrLen Match( const sal_Char* pCharStr ) const;
614 xub_StrLen Match( const UniString& rStr ) const;
615 xub_StrLen Match( const sal_Unicode* pCharStr ) const;
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx546 if ( aNewDocumentRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
548 else if ( aTemplateRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
550 else if ( aMyDocumentsRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
552 else if ( aSamplesFolderRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
554 else if ( rURL.Match( aMyDocumentsRootURL ) == STRING_MATCH ) in GetRootPos()
947 if ( rURL.Match( sServiceScheme ) != sServiceScheme.Len() ) in OpenFile()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.src133 …Text[ en-US ] = "Match the field name used in the mail merge to the column headers in your data so…
140 Text[ en-US ] = "Match ~Fields...";
544 Text [ en-US ] = "Match Fields";
H A Dmmgreetingspage.src166 Text[ en-US ] = "~Match fields...";
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx814 bool Match ( in Match() function
1639 if (Match(rDescriptor.mnEventCode, BUTTON_UP | LEFT_BUTTON | SINGLE_CLICK)) in ProcessButtonUpEvent()
1655 if (Match(rDescriptor.mnEventCode, MOUSE_MOTION | LEFT_BUTTON | SINGLE_CLICK)) in ProcessMotionEvent()
1886 if (Match(rDescriptor.mnEventCode, BUTTON_UP | LEFT_BUTTON)) in ProcessButtonUpEvent()
/trunk/main/cui/source/dialogs/
H A Dfmsearch.src155 Text [ en-US ] = "Match case" ;
212 Text [ en-US ] = "Match character width" ;
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx185 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect()
191 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
/trunk/main/starmath/source/
H A Dsmdetect.cxx177 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect()
182 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx2041 pFlyFmt->GetName().Match( aName ) == nNmLen ) in lcl_GetUniqueFlyName()
2153 if( rNm.Match( sGrfNm ) == ( nLen = sGrfNm.Len() )) in SetAllUniqueFlyNames()
2155 else if( rNm.Match( sFlyNm ) == ( nLen = sFlyNm.Len() )) in SetAllUniqueFlyNames()
2157 else if( rNm.Match( sOLENm ) == ( nLen = sOLENm.Len() )) in SetAllUniqueFlyNames()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx345 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect()
349 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
/trunk/main/sfx2/source/dialog/
H A Dsrchdlg.src71 Text [ en-US ] = "~Match case" ;
/trunk/main/basic/source/comp/
H A Ddim.cxx978 pDef->Match( p ); in DefDeclare()
1129 pDef->Match( pProc ); in DefProc()
H A Dsymtbl.cxx447 void SbiProcDef::Match( SbiProcDef* pOld ) in Match() function in SbiProcDef
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx398 …if ( STRING_MATCH != (nErrorPos = ByteString( aUTF8Tester, RTL_TEXTENCODING_UTF8 ).Match( aTestee … in IsUTF8()
622 xub_StrLen nPos = pSourceLine->Match( *pReferenceLine ); in CheckSyntax()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx226 void Match( SbiProcDef* pForward );
/trunk/main/i18npool/source/breakiterator/data/
H A Dsent.txt124 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be
H A Dline.txt495 # Match this, shown forward
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.src339 Text [ en-US ] = "Match case" ;
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1255 nDifPos = rNewString.Match(aString); in SetTextString()
1257 nDifPos = aString.Match(rNewString); in SetTextString()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.src312 Text [ en-US ] = "Match character width" ;
/trunk/main/tools/source/string/
H A Dstrimp.cxx1458 xub_StrLen STRING::Match( const STRING& rStr ) const in Match() function in STRING
1486 xub_StrLen STRING::Match( const STRCODE* pCharStr ) const in Match() function in STRING
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl214 /** Match two substrings and find if they are equivalent as per this
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx989 if ( aPrefix.Len() == aFact.Match( aPrefix ) ) in GetServiceNameFromFactory()

Completed in 142 milliseconds

1234