/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 199 const rtl::OUString aScheme in queryContent() local 201 if ( !aScheme.equalsAsciiL( in queryContent() 203 !aScheme.equalsAsciiL( in queryContent() 205 !aScheme.equalsAsciiL( in queryContent() 207 !aScheme.equalsAsciiL( in queryContent() 209 !aScheme.equalsAsciiL( in queryContent() 217 if ( aURL.getLength() < ( aScheme.getLength() + 3 ) ) in queryContent() 222 ( aURL.getStr()[ aScheme.getLength() + 2 ] != sal_Unicode( '/' ) ) ) in queryContent() 228 if ( aScheme.equalsAsciiL( in queryContent() 237 else if ( aScheme.equalsAsciiL( in queryContent() [all …]
|
H A D | SerfSession.cxx | 235 rtl::OUString aScheme( m_aUri.GetScheme() ); in composeCurrentUri() local 236 rtl::OUStringBuffer aBuf( aScheme ); in composeCurrentUri() 262 bAppendPort = aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in composeCurrentUri() 266 bAppendPort = !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in composeCurrentUri()
|
H A D | webdavcontent.cxx | 2738 const rtl::OUString aScheme = sourceURI.GetScheme().toAsciiLowerCase(); in transfer() local 2739 if ( aScheme.equalsAsciiL( in transfer() 2745 else if ( aScheme.equalsAsciiL( in transfer() 2751 else if ( aScheme.equalsAsciiL( in transfer() 2759 if ( !aScheme.equalsAsciiL( in transfer() 2761 !aScheme.equalsAsciiL( in transfer() 3530 const rtl::OUString aScheme( in getResourceType() local
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hlinettp.cxx | 212 String aScheme = GetSchemeFromURL(aStrURL); in CreateAbsoluteURL() local 262 String aScheme = GetSchemeFromURL( maCbbTarget.GetText() ); in IMPL_LINK() local 263 if(aScheme.Len()!=0) in IMPL_LINK() 264 SetScheme( aScheme ); in IMPL_LINK() 306 void SvxHyperlinkInternetTp::SetScheme( const String& aScheme ) in SetScheme() argument 310 sal_Bool bFTP = aScheme.SearchAscii( sFTPScheme ) == 0; in SetScheme() 313 bTelnet = aScheme.SearchAscii( sTelnetScheme ) == 0; in SetScheme() 322 RemoveImproperProtocol(aScheme); in SetScheme() 333 if( aScheme.SearchAscii( sHTTPScheme ) == 0 || aScheme.Len() == 0 ) in SetScheme() 402 String aScheme = GetSchemeFromButtons(); in IMPL_LINK() local [all …]
|
H A D | hlmailtp.cxx | 209 void SvxHyperlinkMailTp::SetScheme( const String& aScheme ) in SetScheme() argument 214 sal_Bool bMail = aScheme.SearchAscii( sNewsScheme ) != 0; in SetScheme() 221 RemoveImproperProtocol(aScheme); in SetScheme() 275 String aScheme = GetSchemeFromButtons(); in IMPL_LINK() local 276 SetScheme( aScheme ); in IMPL_LINK() 288 String aScheme = GetSchemeFromURL( maCbbReceiver.GetText() ); in IMPL_LINK() local 289 if(aScheme.Len()!=0) in IMPL_LINK() 290 SetScheme( aScheme ); in IMPL_LINK()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | mediadescriptor.cxx | 464 ::rtl::OUString aScheme; in isStreamReadOnly() 466 aScheme = xId->getContentProviderScheme(); in isStreamReadOnly() 468 if (aScheme.equalsIgnoreAsciiCase(CONTENTSCHEME_FILE)) in isStreamReadOnly() 788 rtl::OUString aScheme; in impl_openStreamWithURL() local 792 aScheme = xContId->getContentProviderScheme(); in impl_openStreamWithURL() 793 …if(!aScheme.equalsIgnoreAsciiCaseAscii( "http" ) && !aScheme.equalsIgnoreAsciiCaseAscii( "https" )) in impl_openStreamWithURL() 807 rtl::OUString aScheme; in impl_openStreamWithURL() local 815 aScheme = xContId->getContentProviderScheme(); in impl_openStreamWithURL() 820 if( bLockFile && aScheme.equalsIgnoreAsciiCaseAscii( "file" ) ) in impl_openStreamWithURL() 843 if ( bLockFile || !aScheme.equalsIgnoreAsciiCaseAscii( "file" ) ) in impl_openStreamWithURL()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_uri.cxx | 63 rtl::OUString aScheme in init() local 65 if ( !aScheme.equalsAsciiL( in init() 73 m_aUri = m_aUri.replaceAt( 0, aScheme.getLength(), aScheme ); in init()
|
/aoo41x/main/sal/rtl/source/ |
H A D | uri.cxx | 374 Component aScheme; member 393 pComponents->aScheme.pBegin = pBegin; in parseUriRef() 394 pComponents->aScheme.pEnd = ++p; in parseUriRef() 715 if (aRelComponents.aScheme.isPresent()) in rtl_uriConvertRelToAbs() 726 if (!aBaseComponents.aScheme.isPresent()) in rtl_uriConvertRelToAbs() 751 aBuffer.append(aBaseComponents.aScheme.pBegin, in rtl_uriConvertRelToAbs() 752 aBaseComponents.aScheme.getLength()); in rtl_uriConvertRelToAbs()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchyuri.cxx | 70 rtl::OUString aScheme in init() local 72 if ( aScheme.equalsAsciiL( in init() 75 m_aUri = m_aUri.replaceAt( 0, aScheme.getLength(), aScheme ); in init()
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 952 rtl::OUString aScheme; in UCBOpenContentSync() local 954 aScheme = xContId->getContentProviderScheme(); in UCBOpenContentSync() 957 if( ! aScheme.equalsIgnoreAsciiCaseAscii("http") && in UCBOpenContentSync() 958 ! aScheme.equalsIgnoreAsciiCaseAscii("https") && in UCBOpenContentSync() 959 ! aScheme.equalsIgnoreAsciiCaseAscii("vnd.sun.star.webdav") && in UCBOpenContentSync() 960 ! aScheme.equalsIgnoreAsciiCaseAscii("ftp")) in UCBOpenContentSync() 964 if ( (aScheme.compareToAscii( "http" ) != COMPARE_EQUAL) || in UCBOpenContentSync() 965 (aScheme.compareToAscii( "https" ) != COMPARE_EQUAL) ) in UCBOpenContentSync() 1194 ::rtl::OUString aScheme = xIdent->getContentProviderScheme(); in _UCBOpenContentSync() 1198 if ( aScheme.compareToAscii("http") != COMPARE_EQUAL ) in _UCBOpenContentSync()
|
/aoo41x/main/chart2/source/tools/ |
H A D | ThreeDHelper.cxx | 1203 ThreeDLookScheme aScheme = ThreeDLookScheme_Unknown; in detectScheme() local 1225 aScheme = ThreeDLookScheme_Simple; in detectScheme() 1230 aScheme = ThreeDLookScheme_Realistic; in detectScheme() 1233 return aScheme; in detectScheme() 1236 void ThreeDHelper::setScheme( const uno::Reference< XDiagram >& xDiagram, ThreeDLookScheme aScheme ) in setScheme() argument 1238 if( aScheme == ThreeDLookScheme_Unknown ) in setScheme() 1245 if( aScheme == ThreeDLookScheme_Simple ) in setScheme() 1265 lcl_setLightsForScheme( xProp, aScheme ); in setScheme() 1329 …ThreeDLookScheme aScheme = (drawing::ShadeMode_FLAT==aShadeMode) ? ThreeDLookScheme_Simple : Three… in setDefaultIllumination() local 1330 lcl_setLightsForScheme( xSceneProperties, aScheme ); in setDefaultIllumination()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | contentidentifier.cxx | 82 OUString aScheme( rURL.copy( 0, nPos ) ); in ContentIdentifier_Impl() local 83 m_aProviderScheme = aScheme.toAsciiLowerCase(); in ContentIdentifier_Impl() 84 m_aContentId = rURL.replaceAt( 0, nPos, aScheme ); in ContentIdentifier_Impl()
|
/aoo41x/main/ucb/source/core/ |
H A D | identify.cxx | 105 OUString aScheme( m_aContentId.copy( 0, nPos ) ); in getContentProviderScheme() local 106 m_aProviderScheme = aScheme.toAsciiLowerCase(); in getContentProviderScheme()
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_provider.cxx | 125 rtl::OUString aScheme( rtl::OUString::createFromAscii( MYUCP_URL_SCHEME ) ); in queryContent() local 126 if ( !Identifier->getContentProviderScheme().equalsIgnoreAsciiCase( aScheme ) ) in queryContent()
|
/aoo41x/main/scripting/source/basprov/ |
H A D | basprov.cxx | 161 ::rtl::OUString aScheme = xUriRef->getScheme(); in isLibraryShared() 162 if ( aScheme.equalsIgnoreAsciiCaseAscii( "file" ) ) in isLibraryShared() 166 else if ( aScheme.equalsIgnoreAsciiCaseAscii( "vnd.sun.star.pkg" ) ) in isLibraryShared()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 495 ::rtl::OUString aScheme = INetURLObject::GetScheme( GetURLObject().GetProtocol() ); in DocNeedsFileDateCheck() 496 sal_Bool bIsWebDAV = ( aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTP_SCHEME ) || in DocNeedsFileDateCheck() 497 aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTPS_SCHEME ) ); in DocNeedsFileDateCheck() 1311 ::rtl::OUString aScheme = INetURLObject::GetScheme(GetURLObject().GetProtocol()); in LockOrigFileOnDemand() 1312 if( aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTP_SCHEME ) || in LockOrigFileOnDemand() 1313 aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTPS_SCHEME ) ) in LockOrigFileOnDemand() 2510 if( aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTP_SCHEME ) || in GetMedium_Impl() 2511 aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTPS_SCHEME ) ) in GetMedium_Impl() 2988 ::rtl::OUString aScheme = INetURLObject::GetScheme(GetURLObject().GetProtocol()); in UnlockFile() 2989 if( aScheme.equalsIgnoreAsciiCaseAscii( INET_HTTP_SCHEME ) || in UnlockFile() [all …]
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 161 rtl::OUString aScheme( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(ODMA_URL_SCHEME) ) ); in queryContent() local 163 rtl::OUString sOdma = aScheme.getToken(3,'.',nIndex); in queryContent() 166 if ( !(Identifier->getContentProviderScheme().equalsIgnoreAsciiCase( aScheme ) || in queryContent()
|
/aoo41x/main/svtools/source/control/ |
H A D | inettbc.cxx | 694 String aScheme( INetURLObject::GetScheme( aCurObj.GetProtocol() ) ); in run() local 695 …if ( aText.CompareIgnoreCaseToAscii( aScheme, aText.Len() ) == COMPARE_EQUAL && aText.Len() < aSch… in run() 711 aCurString.Erase( 0, aScheme.Len() ); in run()
|
/aoo41x/main/cui/source/inc/ |
H A D | hlmailtp.hxx | 50 void SetScheme( const String& aScheme );
|
H A D | hlinettp.hxx | 71 void SetScheme( const String& aScheme );
|
/aoo41x/main/basctl/source/basicide/ |
H A D | scriptdocument.cxx | 982 ::rtl::OUString aScheme = xUriRef->getScheme(); in isLibraryShared() 983 if ( aScheme.equalsIgnoreAsciiCaseAscii( "file" ) ) in isLibraryShared() 987 else if ( aScheme.equalsIgnoreAsciiCaseAscii( "vnd.sun.star.pkg" ) ) in isLibraryShared()
|
/aoo41x/main/chart2/source/inc/ |
H A D | ThreeDHelper.hxx | 139 , ThreeDLookScheme aScheme );
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | ChartTypeDialogController.cxx | 234 ThreeDLookScheme aScheme = rParameter.eThreeDLookScheme; in adjustParameterToMainType() local 244 rParameter.eThreeDLookScheme = aScheme; in adjustParameterToMainType()
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.hxx | 326 getContentType( const ::rtl::OUString& aScheme, sal_Bool bFolder );
|
H A D | pkgcontent.cxx | 248 const ::rtl::OUString& aScheme, sal_Bool bFolder ) in getContentType() 251 + aScheme in getContentType()
|