Home
last modified time | relevance | path

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

/trunk/main/package/source/xstor/
H A Dxstorage.hxx83 struct SotElement_Impl struct
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 );
254 void OpenSubStream( SotElement_Impl* pElement );
258 void RemoveElement( SotElement_Impl* pElement );
259 void ClearElement( SotElement_Impl* pElement );
[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()
663 SotElement_Impl* pNewElement = new SotElement_Impl( aName, xNameContainer.is(), sal_False ); in ReadContents()
1127 SotElement_Impl* pToDelete = *pElementIter; in Commit()
1324 SotElement_Impl* pToDelete = *pElementIter; in Revert()
1538 SotElement_Impl* pDeletedElm = NULL; in InsertElement()
1567 return new SotElement_Impl( aName, bIsStorage, sal_True ); in InsertElement()
2672 SotElement_Impl* pElementToDel = (*pElementIter); in openStorageElement()
3034 SotElement_Impl* pElement = NULL; in isStreamElement()
3103 SotElement_Impl* pElement = NULL; in isStorageElement()
[all …]

Completed in 39 milliseconds