Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx58 aTableStart(), in ScMyOpenCloseColumnRowGroup()
69 aTableStart.clear(); in NewTable()
75 aTableStart.push_back(aGroup); in AddGroup()
82 if (!aTableStart.empty()) in IsGroupStart()
84 ScMyColumnRowGroupVec::iterator aItr(aTableStart.begin()); in IsGroupStart()
92 ScMyColumnRowGroupVec::iterator aEnd(aTableStart.end()); in IsGroupStart()
116 ScMyColumnRowGroupVec::iterator aItr(aTableStart.begin()); in OpenGroups()
117 ScMyColumnRowGroupVec::iterator aEndItr(aTableStart.end()); in OpenGroups()
124 aItr = aTableStart.erase(aItr); in OpenGroups()
180 aTableStart.sort(); in Sort()
H A DXMLColumnRowGroupExport.hxx49 ScMyColumnRowGroupVec aTableStart; member in ScMyOpenCloseColumnRowGroup