Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx609 : aRowFormatRanges(), in ScRowFormatRanges()
617 : aRowFormatRanges(pRanges->aRowFormatRanges), in ScRowFormatRanges()
630 aRowFormatRanges.clear(); in Clear()
643 if (!aRowFormatRanges.empty()) in AddRange()
645 ScMyRowFormatRange* pRange(&aRowFormatRanges.back()); in AddRange()
669 aRowFormatRanges.push_back(aRange); in AddRange()
726 aRowFormatRanges.push_back(rFormatRange); in AddRange()
733 ScMyRowFormatRangesList::iterator aItr(aRowFormatRanges.begin()); in GetNext()
734 if (aItr != aRowFormatRanges.end()) in GetNext()
737 aRowFormatRanges.erase(aItr); in GetNext()
[all …]
H A DXMLStylesExportHelper.hxx158 ScMyRowFormatRangesList aRowFormatRanges; member in ScRowFormatRanges

Completed in 16 milliseconds