Searched refs:aElementPath (Results 1 – 3 of 3) sorted by relevance
559 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in changeLibraryPassword() local561 if( mxSFI->exists( aElementPath ) ) in changeLibraryPassword()562 mxSFI->kill( aElementPath ); in changeLibraryPassword()753 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary() local772 aElementPath, in implStorePasswordLibrary()1035 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implLoadPasswordLibrary() local1040 aElementPath, in implLoadPasswordLibrary()
1483 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in implStoreLibrary() local1501 if( xSFI->exists( aElementPath ) ) in implStoreLibrary()1502 xSFI->kill( aElementPath ); in implStoreLibrary()1503 Reference< XOutputStream > xOutput = xSFI->openFileWrite( aElementPath ); in implStoreLibrary()1513 SfxErrorContext aEc( ERRCTX_SFX_SAVEDOC, aElementPath ); in implStoreLibrary()2542 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in renameLibrary() local2554 mxSFI->move( aElementPath, aDestElementPath ); in renameLibrary()
2168 String aElementPath( aPath ); local2169 aElementPath += pElement->m_aName;2170 pElement->SetContentType( Find_Impl( rSequence, aElementPath ) );2224 String aElementPath( aPath ); local2225 aElementPath += pElement->m_aName;2229 aProps[1].Value <<= (::rtl::OUString ) aElementPath;