Searched refs:ScHTMLEntryList (Results 1 – 2 of 2) sorted by relevance
455 typedef ::std::list< ScHTMLEntry* > ScHTMLEntryList; typedef in ScHTMLTable456 typedef ::std::map< ScHTMLPos, ScHTMLEntryList > ScHTMLEntryMap;477 void ImplPushEntryToList( ScHTMLEntryList& rEntryList, ScHTMLEntryPtr& rxEntry );542 ScHTMLEntryList* mpCurrEntryList; /// Current entry list from map for faster access.
2303 void ScHTMLTable::ImplPushEntryToList( ScHTMLEntryList& rEntryList, ScHTMLEntryPtr& rxEntry ) in ImplPushEntryToList()2634 const ScHTMLEntryList& rEntryList = aMapIter->second; in RecalcDocSize()2635 ScHTMLEntryList::const_iterator aListIter; in RecalcDocSize()2636 ScHTMLEntryList::const_iterator aListIterEnd = rEntryList.end(); in RecalcDocSize()2686 ScHTMLEntryList& rEntryList = aMapIter->second; in RecalcDocPos()2688 ScHTMLEntryList::iterator aListIterEnd = rEntryList.end(); in RecalcDocPos()2689 …for( ScHTMLEntryList::iterator aListIter = rEntryList.begin(); aListIter != aListIterEnd; ++aListI… in RecalcDocPos()
Completed in 32 milliseconds