Home
last modified time | relevance | path

Searched refs:aElementPath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx559 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in changeLibraryPassword() local
561 if( mxSFI->exists( aElementPath ) ) in changeLibraryPassword()
562 mxSFI->kill( aElementPath ); in changeLibraryPassword()
753 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary() local
772 aElementPath, in implStorePasswordLibrary()
1035 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implLoadPasswordLibrary() local
1040 aElementPath, in implLoadPasswordLibrary()
H A Dnamecont.cxx1483 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in implStoreLibrary() local
1501 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() local
2554 mxSFI->move( aElementPath, aDestElementPath ); in renameLibrary()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2168 String aElementPath( aPath ); local
2169 aElementPath += pElement->m_aName;
2170 pElement->SetContentType( Find_Impl( rSequence, aElementPath ) );
2224 String aElementPath( aPath ); local
2225 aElementPath += pElement->m_aName;
2229 aProps[1].Value <<= (::rtl::OUString ) aElementPath;