Home
last modified time | relevance | path

Searched refs:aAuthority (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sal/rtl/source/
H A Duri.cxx375 Component aAuthority; member
404 pComponents->aAuthority.pBegin = pPos; in parseUriRef()
408 pComponents->aAuthority.pEnd = pPos; in parseUriRef()
753 if (aRelComponents.aAuthority.isPresent()) in rtl_uriConvertRelToAbs()
755 aBuffer.append(aRelComponents.aAuthority.pBegin, in rtl_uriConvertRelToAbs()
756 aRelComponents.aAuthority.getLength()); in rtl_uriConvertRelToAbs()
765 if (aBaseComponents.aAuthority.isPresent()) in rtl_uriConvertRelToAbs()
766 aBuffer.append(aBaseComponents.aAuthority.pBegin, in rtl_uriConvertRelToAbs()
767 aBaseComponents.aAuthority.getLength()); in rtl_uriConvertRelToAbs()
/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx168 ::rtl::OUString aAuthority = xUriRef->getAuthority(); in isLibraryShared()
169 …if ( aAuthority.matchIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.expand:" ) )… in isLibraryShared()
171 … ::rtl::OUString aDecodedURL( aAuthority.copy( sizeof ( "vnd.sun.star.expand:" ) - 1 ) ); in isLibraryShared()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx989 ::rtl::OUString aAuthority = xUriRef->getAuthority(); in isLibraryShared()
990 …if ( aAuthority.matchIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.expand:" ) )… in isLibraryShared()
992 … ::rtl::OUString aDecodedURL( aAuthority.copy( sizeof ( "vnd.sun.star.expand:" ) - 1 ) ); in isLibraryShared()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1657 SID_IDENTIFIER_AUTHORITY aAuthority = SECURITY_NT_AUTHORITY; in IsAdmin() local
1659 if ( !AllocateAndInitializeSid( &aAuthority, 2, SECURITY_BUILTIN_DOMAIN_RID, in IsAdmin()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx1655 SubString aAuthority(getAuthority()); in convertRelToAbs() local
1657 + aAuthority.getBegin(), in convertRelToAbs()
1658 aAuthority.getLength()); in convertRelToAbs()

Completed in 63 milliseconds