Home
last modified time | relevance | path

Searched refs:Url (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx685 addPersistent( aPersistent[nURLInd].Url, in doChangeMasterPassword()
774 PrivateAdd( Url, UserName, Passwords, MEMORY_RECORD, aHandler ); in add()
783 PrivateAdd( Url, UserName, Passwords, PERSISTENT_RECORD, aHandler ); in addPersistent()
805 PassMap::iterator aIter = m_aContainer.find( Url ); in PrivateAdd()
815 m_aContainer.insert( PairUrlRecord( Url, listToAdd ) ); in PrivateAdd()
818 m_pStorageFile->update( Url, aRecord ); in PrivateAdd()
1411 addPersistent( aPersistent[nURLInd].Url, in useDefaultMasterPassword()
1443 mUrlContainer.add( Url, MakePersistent ); in addUrl()
1450 return mUrlContainer.find( Url ); in findUrl()
1454 void SAL_CALL PasswordContainer::removeUrl( const ::rtl::OUString& Url ) in removeUrl() argument
[all …]
/trunk/main/svl/source/inc/
H A Dpasswordcontainer.hxx413 …virtual void SAL_CALL addUrl( const ::rtl::OUString& Url, ::sal_Bool MakePersistent ) throw (::com…
414 …virtual ::rtl::OUString SAL_CALL findUrl( const ::rtl::OUString& Url ) throw (::com::sun::star::un…
415 …virtual void SAL_CALL removeUrl( const ::rtl::OUString& Url ) throw (::com::sun::star::uno::Runtim…
/trunk/extras/l10n/source/kab/
H A Dlocalize.sdf22305 connectivity source\resource\conn_shared_res.src 0 string STR_NO_VALID_FILE_URL 0 kab Url '$URL$…
/trunk/main/uui/source/
H A Diahndl.cxx771 aArguments.push_back( aLLException.Url ); in handleRequest_impl()
788 aArguments.push_back( aLNLException.Url ); in handleRequest_impl()
805 aArguments.push_back( aLLEException.Url ); in handleRequest_impl()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1973 sal_Bool SAL_CALL shell::getUnqFromUrl( const rtl::OUString& Url,rtl::OUString& Unq ) in getUnqFromUrl() argument
1975 if( 0 == Url.compareToAscii( "file:///" ) || in getUnqFromUrl()
1976 0 == Url.compareToAscii( "file://localhost/" ) || in getUnqFromUrl()
1977 0 == Url.compareToAscii( "file://127.0.0.1/" ) ) in getUnqFromUrl()
1983 sal_Bool err = osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( Url,Unq ); in getUnqFromUrl()
1985 Unq = Url; in getUnqFromUrl()
1997 sal_Bool SAL_CALL shell::getUrlFromUnq( const rtl::OUString& Unq,rtl::OUString& Url ) in getUrlFromUnq() argument
1999 sal_Bool err = osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( Unq,Url ); in getUrlFromUnq()
2001 Url = Unq; in getUrlFromUnq()
H A Dshell.hxx402 sal_Bool SAL_CALL getUnqFromUrl( const rtl::OUString& Url, rtl::OUString& Unq );
404 sal_Bool SAL_CALL getUrlFromUnq( const rtl::OUString& Unq, rtl::OUString& Url );
/trunk/main/udkapi/com/sun/star/registry/
H A DXImplementationRegistration2.idl35 …XImplementationRegistration</type>. It can be useful to specify a complete Url to a component but …
/trunk/main/svl/qa/complex/passwordcontainer/
H A DTest01.java87 if(!aRecord.Url.equals(sURL)) { in test()
88 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test()
H A DTest02.java91 if(!aRecord.Url.equals(sURL)) { in test()
92 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test()
102 if(!aRecords[0].Url.equals(sURL)) { in test()
H A DTest03.java88 if(!aRecord.Url.equals(sURL)) { in test()
89 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScSheetLinkObj.csv4 "ScSheetLinkObj";"com::sun::star::sheet::SheetLink";"Url"
H A Dcom.sun.star.comp.office.ScAreaLinkObj.csv1 "ScAreaLinkObj";"com::sun::star::sheet::CellAreaLink";"Url"
/trunk/main/oox/source/token/
H A Dproperties.txt469 Url
/trunk/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderDistributor.idl60 <p> The Uno Url is handed to the
64 @param Url A Uno Url to address the
71 connection to the given Url, the call will fail, no matter whether
74 boolean connectToRemoteAcceptor([in] string Url,
84 @param Url A Uno Url to address the
89 boolean disconnectFromRemoteAcceptor([in] string Url);
H A DInteractiveLockingException.idl45 /** The Url of the resource this exception is related to.
47 string Url;
/trunk/main/offapi/com/sun/star/task/
H A DUrlRecord.idl40 string Url;
H A DXPasswordContainer.idl51 @param Url URL-pattern, that will be used later to retrieve
62 …void add( [in] string Url, [in] string UserName, [in] sequence<string> Passwords, [in] XInteract…
67 @param Url URL-pattern, that will be used later to retrieve
83 @param Url URL-pattern to retrieve password for.
89 UrlRecord find( [in] string Url, [in] XInteractionHandler Handler );
94 @param Url URL-pattern to retrieve passwords for.
102 UrlRecord findForName( [in] string Url, [in] string UserName , [in] XInteractionHandler Handler );
107 @param Url URL-pattern to remove passwords for.
112 void remove( [in] string Url, [in] string UserName );
118 @param Url URL-pattern to remove passwords for.
[all …]
H A DXUrlContainer.idl50 @param Url URL to add to the container
55 void addUrl( [in] string Url, [in] boolean MakePersistent );
60 @param Url URL to lookup.
63 string findUrl( [in] string Url );
68 @param Url URL to remove.
70 void removeUrl( [in] string Url );
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetLink.idl62 <p>This name is equal to the <const>Url</const> property.</p>
83 [property] string Url;
H A DCellAreaLink.idl78 [property] string Url;
/trunk/main/desktop/test/deployment/update/wrong_url/
H A Dreadme.txt3 url1.oxt: The corresponding url1.update.xml contains two download urls. The first Url points to a l…
/trunk/main/cui/source/options/
H A Dwebconninfo.cxx202 ::rtl::OUString aUIEntry( aURLEntries[nURLInd].Url ); in FillPasswordList()
/trunk/extras/l10n/source/ga/
H A Dlocalize.sdf46607 chart2 source\controller\dialogs\Strings.src 0 string STR_OBJECT_DIAGRAM_FLOOR 0 ga Urlár na Cai…
68571 …rtCommands.UserInterface.Commands..uno:FormatFloor Label 0 ga Formáidigh Urlár... 2002-02-02 …

Completed in 2503 milliseconds