Searched refs:aAuthority (Results 1 – 5 of 5) sorted by relevance
375 Component aAuthority; member404 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()
168 ::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()
989 ::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()
1657 SID_IDENTIFIER_AUTHORITY aAuthority = SECURITY_NT_AUTHORITY; in IsAdmin() local1659 if ( !AllocateAndInitializeSid( &aAuthority, 2, SECURITY_BUILTIN_DOMAIN_RID, in IsAdmin()
1655 SubString aAuthority(getAuthority()); in convertRelToAbs() local1657 + aAuthority.getBegin(), in convertRelToAbs()1658 aAuthority.getLength()); in convertRelToAbs()
Completed in 52 milliseconds