Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/inc/
H A Dhtmlpars.hxx455 typedef ::std::list< ScHTMLEntry* > ScHTMLEntryList; typedef in ScHTMLTable
456 typedef ::std::map< ScHTMLPos, ScHTMLEntryList > ScHTMLEntryMap;
477 void ImplPushEntryToList( ScHTMLEntryList& rEntryList, ScHTMLEntryPtr& rxEntry );
542 ScHTMLEntryList* mpCurrEntryList; /// Current entry list from map for faster access.
/aoo4110/main/sc/source/filter/html/
H A Dhtmlpars.cxx2303 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 59 milliseconds