Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx539 UCBStorageElementList_Impl m_aChildrenList; member in UCBStorage_Impl
575 return m_aChildrenList; in GetChildrenList()
2013 m_aChildrenList.Insert( pElement, LIST_APPEND );
2102 sal_Int32 nCount = m_aChildrenList.Count();
2103 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2109 pElement = m_aChildrenList.Next();
2161 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2174 pElement = m_aChildrenList.Next();
2215 UCBStorageElement_Impl* pElement = m_aChildrenList.First();
2234 pElement = m_aChildrenList.Next();
[all …]
/trunk/main/package/source/xstor/
H A Dxstorage.cxx344 for ( SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in ~OStorage_Impl()
345 pElementIter != m_aChildrenList.end(); pElementIter++ ) in ~OStorage_Impl()
348 m_aChildrenList.clear(); in ~OStorage_Impl()
556 return m_aChildrenList; in GetChildrenList()
678 m_aChildrenList.push_back( pNewElement ); in ReadContents()
722 for ( SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in CopyToStorage()
723 pElementIter != m_aChildrenList.end(); pElementIter++ ) in CopyToStorage()
1110 SotElementList_Impl::iterator pElementIter = m_aChildrenList.begin(); in Commit()
1111 while ( pElementIter != m_aChildrenList.end() ) in Commit()
1129 m_aChildrenList.remove( pToDelete ); in Commit()
[all …]
H A Dxstorage.hxx145 SotElementList_Impl m_aChildrenList; member