Home
last modified time | relevance | path

Searched refs:SotElement_Impl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/package/source/xstor/
H A Dxstorage.hxx83 struct SotElement_Impl struct
95SotElement_Impl( const ::rtl::OUString& rName, sal_Bool bStor, sal_Bool bNew ); argument
96 ~SotElement_Impl();
100 typedef ::std::list< SotElement_Impl* > SotElementList_Impl;
176 SotElement_Impl* m_pRelStorElement;
236 void CopyStorageElement( SotElement_Impl* pElement,
243 SotElement_Impl* FindElement( const ::rtl::OUString& rName );
246 SotElement_Impl* InsertStream( ::rtl::OUString aName, sal_Bool bEncr );
247SotElement_Impl* InsertRawStream( ::rtl::OUString aName, const ::com::sun::star::uno::Reference< :…
250 SotElement_Impl* InsertStorage( ::rtl::OUString aName, sal_Int32 nStorageMode );
[all …]
H A Dxstorage.cxx171 SotElement_Impl::SotElement_Impl( const ::rtl::OUString& rName, sal_Bool bStor, sal_Bool bNew ) in SotElement_Impl() function in SotElement_Impl
182 SotElement_Impl::~SotElement_Impl() in ~SotElement_Impl()
663SotElement_Impl* pNewElement = new SotElement_Impl( aName, xNameContainer.is(), sal_False ); in ReadContents()
796 void OStorage_Impl::CopyStorageElement( SotElement_Impl* pElement, in CopyStorageElement()
1127 SotElement_Impl* pToDelete = *pElementIter; in Commit()
1324 SotElement_Impl* pToDelete = *pElementIter; in Revert()
1396 SotElement_Impl* OStorage_Impl::FindElement( const ::rtl::OUString& rName ) in FindElement()
1415 SotElement_Impl* OStorage_Impl::InsertStream( ::rtl::OUString aName, sal_Bool bEncr ) in InsertStream()
1439 SotElement_Impl* pNewElement = InsertElement( aName, sal_False ); in InsertStream()
1450 SotElement_Impl* OStorage_Impl::InsertRawStream( ::rtl::OUString aName, const uno::Reference< io::X… in InsertRawStream()
[all …]