Home
last modified time | relevance | path

Searched refs:ScRowFormatRanges (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx608 ScRowFormatRanges::ScRowFormatRanges() in ScRowFormatRanges() function in ScRowFormatRanges
616 ScRowFormatRanges::ScRowFormatRanges(const ScRowFormatRanges* pRanges) in ScRowFormatRanges() function in ScRowFormatRanges
624 ScRowFormatRanges::~ScRowFormatRanges() in ~ScRowFormatRanges()
628 void ScRowFormatRanges::Clear() in Clear()
634 void ScRowFormatRanges::AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_… in AddRange()
674 void ScRowFormatRanges::AddRange(ScMyRowFormatRange& rFormatRange, in AddRange()
731 sal_Bool ScRowFormatRanges::GetNext(ScMyRowFormatRange& aFormatRange) in GetNext()
744 sal_Int32 ScRowFormatRanges::GetMaxRows() in GetMaxRows()
763 sal_Int32 ScRowFormatRanges::GetSize() in GetSize()
768 void ScRowFormatRanges::Sort() in Sort()
[all …]
H A DXMLStylesExportHelper.hxx156 class ScRowFormatRanges class
167 ScRowFormatRanges();
168 ScRowFormatRanges(const ScRowFormatRanges* pRanges);
169 ~ScRowFormatRanges();
222 const sal_Int32 nTable, ScRowFormatRanges* pFormatRanges);
H A Dxmlexprt.hxx50 class ScRowFormatRanges;
91 ScRowFormatRanges* pRowFormatRanges;
H A Dxmlexprt.cxx491 pRowFormatRanges = new ScRowFormatRanges(); in ScXMLExport()
1329 ScRowFormatRanges* pTempRowFormatRanges = new ScRowFormatRanges(pRowFormatRanges); in OpenRow()

Completed in 34 milliseconds