Home
last modified time | relevance | path

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

/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx539 UCBStorageElementList_Impl m_aChildrenList; member in UCBStorage_Impl
575 return m_aChildrenList; in GetChildrenList()
2014 m_aChildrenList.Insert( pElement, LIST_APPEND );
2103 sal_Int32 nCount = m_aChildrenList.Count();
2104 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2110 pElement = m_aChildrenList.Next();
2162 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2175 pElement = m_aChildrenList.Next();
2216 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2235 pElement = m_aChildrenList.Next();
[all …]
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx346 for ( SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in ~OStorage_Impl()
347 pElementIter != m_aChildrenList.end(); pElementIter++ ) in ~OStorage_Impl()
350 m_aChildrenList.clear(); in ~OStorage_Impl()
558 return m_aChildrenList; in GetChildrenList()
680 m_aChildrenList.push_back( pNewElement ); in ReadContents()
724 for ( SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in CopyToStorage()
725 pElementIter != m_aChildrenList.end(); pElementIter++ ) in CopyToStorage()
1112 SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in Commit()
1113 while ( pElementIter != m_aChildrenList.end() ) in Commit()
1131 m_aChildrenList.remove( pToDelete ); in Commit()
[all …]
H A Dxstorage.hxx145 SotElementList_Impl m_aChildrenList; member