/aoo42x/main/offapi/com/sun/star/task/ |
H A D | XPasswordContainer.idl | 51 @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 D | XUrlContainer.idl | 50 @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 );
|
H A D | UrlRecord.idl | 40 string Url;
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | XRemoteContentProviderDistributor.idl | 60 <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 D | InteractiveLockingException.idl | 45 /** The Url of the resource this exception is related to. 47 string Url;
|
/aoo42x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 685 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 …]
|
/aoo42x/main/svl/qa/complex/passwordcontainer/ |
H A D | Test02.java | 91 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 D | Test01.java | 87 if(!aRecord.Url.equals(sURL)) { in test() 88 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test()
|
H A D | Test03.java | 88 if(!aRecord.Url.equals(sURL)) { in test() 89 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 1973 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 D | shell.hxx | 402 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 );
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | SheetLink.idl | 62 <p>This name is equal to the <const>Url</const> property.</p> 83 [property] string Url;
|
H A D | CellAreaLink.idl | 78 [property] string Url;
|
/aoo42x/main/svl/source/inc/ |
H A D | passwordcontainer.hxx | 413 …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…
|
/aoo42x/main/uui/source/ |
H A D | iahndl.cxx | 771 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()
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScSheetLinkObj.csv | 4 "ScSheetLinkObj";"com::sun::star::sheet::SheetLink";"Url"
|
H A D | com.sun.star.comp.office.ScAreaLinkObj.csv | 1 "ScAreaLinkObj";"com::sun::star::sheet::CellAreaLink";"Url"
|
/aoo42x/main/desktop/test/deployment/update/wrong_url/ |
H A D | readme.txt | 3 url1.oxt: The corresponding url1.update.xml contains two download urls. The first Url points to a l…
|
/aoo42x/main/udkapi/com/sun/star/registry/ |
H A D | XImplementationRegistration2.idl | 35 …XImplementationRegistration</type>. It can be useful to specify a complete Url to a component but …
|
/aoo42x/main/oox/source/token/ |
H A D | properties.txt | 469 Url
|
/aoo42x/main/cui/source/options/ |
H A D | webconninfo.cxx | 202 ::rtl::OUString aUIEntry( aURLEntries[nURLInd].Url ); in FillPasswordList()
|
/aoo42x/extras/l10n/source/ga/ |
H A D | localize.sdf | 46607 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 …
|
/aoo42x/extras/l10n/source/kab/ |
H A D | localize.sdf | 22305 connectivity source\resource\conn_shared_res.src 0 string STR_NO_VALID_FILE_URL 0 kab Url '$URL$…
|