Lines Matching refs:Len

272         if (( sURL.Len() > 0 ) && ( sURL.GetChar(sURL.Len()-1) != '/' ))
299 pBox->SetSelection( Selection( pThis->aText.Len(), aTmp.Len() ) );
356 … || (aText.Len() > 1 && aText.Copy( aText.Len() - 2, 2 ).CompareToAscii( "/." ) == COMPARE_EQUAL) in ReadFolder()
357 … || (aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) == COMPARE_EQUAL); in ReadFolder()
385 if ( rMatch.GetChar(rMatch.Len()-1) == '/' ) in ReadFolder()
389 xub_StrLen nMatchLen = aMatchName.Len(); in ReadFolder()
475 … if ((aText.Len() && aText.GetChar(aText.Len() - 1) == '.') || bPureHomePath) in ReadFolder()
483 DBG_ASSERT( aInput.Len() >= nMatchLen, "Suspicious Matching!" ); in ReadFolder()
484 aInput.Erase( aInput.Len() - nMatchLen ); in ReadFolder()
519 if( aBaseURL.Len() ) in ParseSmart()
548 if( aText.Search( '\\' ) == 0 && (aText.Len() < 2 || aText.GetChar( 1 ) != '\\') ) in ParseSmart()
575 if ( aText.GetChar( aText.Len() - 1 ) == '.' ) in ParseSmart()
604 sal_uInt16 nTextLen = aText.Len(); in run()
616 if ( !aBaseURL.Len() ) in run()
632 if ( aMatch.Len() ) in run()
636 if ( aMainURL.Len() ) in run()
695 … ( aText.CompareIgnoreCaseToAscii( aScheme, aText.Len() ) == COMPARE_EQUAL && aText.Len() < aSchem… in run()
711 aCurString.Erase( 0, aScheme.Len() ); in run()
714 if( aText.CompareIgnoreCaseToAscii( aCurString, aText.Len() )== COMPARE_EQUAL ) in run()
730 if( aText.Len() < aMatch.Len() ) in run()
742 if( aText.CompareTo( aCurMainURL, aText.Len() ) == COMPARE_EQUAL ) in run()
744 if( aText.Len() < aCurMainURL.Len() ) in run()
773 if( aSelection.Max() != aCurText.Len() && !bForce ) in TryAutoComplete()
777 if( aCurText.Len() && bIsAutoCompleteEnabled ) in TryAutoComplete()
880 if ( sText.Len() && bIsAutoCompleteEnabled ) in UpdatePickList()
928 … if ( aURL.Len() && ( !pImp->pUrlFilter || pImp->pUrlFilter->isUrlAllowed( aURL ) ) ) in UpdatePicklistForSmartProtocol_Impl()
930 sal_Bool bFound = (aURL.GetChar(aURL.Len()-1) == '/' ); in UpdatePicklistForSmartProtocol_Impl()
970 if ( aCode == KEY_RETURN && GetText().Len() ) in ProcessKey()
1006 else if ( aCode == KEY_RETURN && !GetText().Len() && GetOpenHdl().IsSet() ) in ProcessKey()
1063 SetSelection( Selection( nLen, GetText().Len() ) ); in PreNotify()
1071 SetSelection( Selection( 0, GetText().Len() ) ); in PreNotify()
1097 SetSelection( Selection( 0, GetText().Len() ) ); in Notify()
1102 if( !GetText().Len() ) in Notify()
1161 if ( !aText.Len() ) in GetURL()
1211 ( aTitle.Len() > 1 || in GetURL()
1268 if( aText.Len() == 1 || aText.GetChar( 1 ) == '/' ) in TildeParsing()
1279 if( aText.Len() == 1 ) in TildeParsing()
1286 …ring aUserName = aText.Copy( 1, ( nNameEnd != STRING_NOTFOUND ) ? nNameEnd : ( aText.Len() - 1 ) ); in TildeParsing()
1317 if( !aParseTilde.Len() || aParseTilde.EqualsAscii( "/" ) ) in TildeParsing()
1330 if( aParseTilde.GetChar( aParseTilde.Len() - 1 ) != '/' ) in TildeParsing()
1332 if( aText.Len() > 2 ) in TildeParsing()