Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.hxx141 struct ScMyRowFormatRange struct
150 ScMyRowFormatRange(); argument
151 sal_Bool operator<(const ScMyRowFormatRange& rRange) const;
154 typedef std::list<ScMyRowFormatRange> ScMyRowFormatRangesList;
164 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange);
174 void AddRange(ScMyRowFormatRange& rFormatRange, const sal_Int32 nStartRow);
175 sal_Bool GetNext(ScMyRowFormatRange& rFormatRange);
H A DXMLStylesExportHelper.cxx593 ScMyRowFormatRange::ScMyRowFormatRange() in ScMyRowFormatRange() function in ScMyRowFormatRange
603 sal_Bool ScMyRowFormatRange::operator< (const ScMyRowFormatRange& rRange) const in operator <()
635 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange) in AddRange()
645 ScMyRowFormatRange* pRange(&aRowFormatRanges.back()); in AddRange()
662 ScMyRowFormatRange aRange; in AddRange()
674 void ScRowFormatRanges::AddRange(ScMyRowFormatRange& rFormatRange, in AddRange()
731 sal_Bool ScRowFormatRanges::GetNext(ScMyRowFormatRange& aFormatRange) in GetNext()
1006 ScMyRowFormatRange aRange; in GetFormatRanges()
H A Dxmlexprt.cxx1139 ScMyRowFormatRange aRange; in WriteRowContent()