/aoo4110/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 111 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()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 186 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect() 192 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect() 200 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
|
/aoo4110/main/tools/inc/tools/ |
H A D | string.hxx | 320 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;
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.src | 133 …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 D | mmgreetingspage.src | 166 Text[ en-US ] = "~Match fields...";
|
/aoo4110/main/svtools/source/contnr/ |
H A D | templwin.cxx | 546 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()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 814 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()
|
/aoo4110/main/starmath/source/ |
H A D | smdetect.cxx | 186 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect() 191 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | fmsearch.src | 155 Text [ en-US ] = "Match case"; 212 Text [ en-US ] = "Match character width" ;
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | swdetect.cxx | 185 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect() 191 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 2049 pFlyFmt->GetName().Match( aName ) == nNmLen ) in lcl_GetUniqueFlyName() 2161 if( rNm.Match( sGrfNm ) == ( nLen = sGrfNm.Len() )) in SetAllUniqueFlyNames() 2163 else if( rNm.Match( sFlyNm ) == ( nLen = sFlyNm.Len() )) in SetAllUniqueFlyNames() 2165 else if( rNm.Match( sOLENm ) == ( nLen = sOLENm.Len() )) in SetAllUniqueFlyNames()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 345 if( aURL.Match( aPrefix ) == aPrefix.Len() ) in detect() 349 if ( aURL.Match( aPattern ) >= aPattern.Len() ) in detect()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | srchdlg.src | 71 Text[ en-US ] = "~Match case";
|
/aoo4110/main/basic/source/inc/ |
H A D | symtbl.hxx | 226 void Match( SbiProcDef* pForward );
|
/aoo4110/main/l10ntools/source/ |
H A D | gsicheck.cxx | 398 …if ( STRING_MATCH != (nErrorPos = ByteString( aUTF8Tester, RTL_TEXTENCODING_UTF8 ).Match( aTestee … in IsUTF8() 622 xub_StrLen nPos = pSourceLine->Match( *pReferenceLine ); in CheckSyntax()
|
/aoo4110/main/basic/source/comp/ |
H A D | dim.cxx | 978 pDef->Match( p ); in DefDeclare() 1129 pDef->Match( pProc ); in DefProc()
|
H A D | symtbl.cxx | 447 void SbiProcDef::Match( SbiProcDef* pOld ) in Match() function in SbiProcDef
|
/aoo4110/main/i18npool/source/breakiterator/data/ |
H A D | sent.txt | 124 # (.? | $LF $CR) Match one $Sep instance. Use .? rather than $Sep because position might be
|
H A D | line.txt | 495 # Match this, shown forward
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | srtdlg.src | 343 Text [ en-US ] = "Match case";
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1255 nDifPos = rNewString.Match(aString); in SetTextString() 1257 nDifPos = aString.Match(rNewString); in SetTextString()
|
/aoo4110/main/svx/source/dialog/ |
H A D | srchdlg.src | 312 Text [ en-US ] = "Match character width" ;
|
/aoo4110/main/tools/source/string/ |
H A D | strimp.cxx | 1458 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
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | XTransliteration.idl | 213 /** Match two substrings and find if they are equivalent as per this
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 992 if ( aPrefix.Len() == aFact.Match( aPrefix ) ) in GetServiceNameFromFactory()
|