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.cxx564 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in changeLibraryPassword() local
566 if( mxSFI->exists( aElementPath ) ) in changeLibraryPassword()
567 mxSFI->kill( aElementPath ); in changeLibraryPassword()
758 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implStorePasswordLibrary() local
777 aElementPath, in implStorePasswordLibrary()
1041 String aElementPath = aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ); in implLoadPasswordLibrary() local
1046 aElementPath, in implLoadPasswordLibrary()
H A Dnamecont.cxx1496 String aElementPath( aElementInetObj.GetMainURL( INetURLObject::NO_DECODE ) ); in implStoreLibrary() local
1514 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() local
2582 mxSFI->move( aElementPath, aDestElementPath ); in renameLibrary()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2169 String aElementPath( aPath ); local
2170 aElementPath += pElement->m_aName;
2171 pElement->SetContentType( Find_Impl( rSequence, aElementPath ) );
2225 String aElementPath( aPath ); local
2226 aElementPath += pElement->m_aName;
2230 aProps[1].Value <<= (::rtl::OUString ) aElementPath;

Completed in 52 milliseconds