Searched refs:aElementPath (Results 1 – 3 of 3) sorted by relevance
564 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in changeLibraryPassword() local566 if( mxSFI->exists( aElementPath ) ) in changeLibraryPassword()567 mxSFI->kill( aElementPath ); in changeLibraryPassword()758 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary() local777 aElementPath, in implStorePasswordLibrary()1041 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implLoadPasswordLibrary() local1046 aElementPath, in implLoadPasswordLibrary()
1496 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in implStoreLibrary() local1514 if( xSFI->exists( aElementPath ) ) in implStoreLibrary()1515 xSFI->kill( aElementPath ); in implStoreLibrary()1516 Reference< XOutputStream > xOutput = xSFI->openFileWrite( aElementPath ); in implStoreLibrary()1526 SfxErrorContext aEc( ERRCTX_SFX_SAVEDOC, aElementPath ); in implStoreLibrary()2570 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in renameLibrary() local2582 mxSFI->move( aElementPath, aDestElementPath ); in renameLibrary()
2169 String aElementPath( aPath ); local2170 aElementPath += pElement->m_aName;2171 pElement->SetContentType( Find_Impl( rSequence, aElementPath ) );2225 String aElementPath( aPath ); local2226 aElementPath += pElement->m_aName;2230 aProps[1].Value <<= (::rtl::OUString ) aElementPath;
Completed in 158 milliseconds