Home
last modified time | relevance | path

Searched refs:STRING_MATCH (Results 1 – 9 of 9) sorted by relevance

/AOO41X/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()
/AOO41X/main/tools/source/string/
H A Dstrimp.cxx1465 return STRING_MATCH; in Match()
1481 return STRING_MATCH; in Match()
1492 return STRING_MATCH; in Match()
1507 return STRING_MATCH; in Match()
/AOO41X/main/tools/inc/tools/
H A Dstring.hxx112 #define STRING_MATCH ((xub_StrLen)0x7FFFFFFF) macro
117 #define STRING_MATCH ((xub_StrLen)0xFFFF) macro
/AOO41X/main/tools/source/fsys/
H A Ddirent.cxx1831 if ( nPos == STRING_MATCH && aThisStr.Len() != aCurStr.Len() ) in ImpToRel()
1835 if ( nPos == STRING_MATCH ) in ImpToRel()
/AOO41X/main/l10ntools/source/
H A Dgsicheck.cxx398 …if ( STRING_MATCH != (nErrorPos = ByteString( aUTF8Tester, RTL_TEXTENCODING_UTF8 ).Match( aTestee … in IsUTF8()
/AOO41X/main/sc/source/ui/app/
H A Dinputwin.cxx1266 if (nDifPos == STRING_MATCH) in SetTextString()
/AOO41X/main/idl/source/objects/
H A Dtypes.cxx2487 if( nPos != aPrefix.Len() && nPos != STRING_MATCH ) in ReadContextSvIdl()
/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx290 ….MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( pImplEntry->maStr ) == STRING_MATCH ); in FindMatchingEntry()
/AOO41X/main/cui/source/options/
H A Dtreeopt.cxx962 && sExpand.Match( sPageURL ) == STRING_MATCH ) in ActivateLastSelection()