Searched refs:pRowFormatRanges (Results 1 – 3 of 3) sorted by relevance
465 pRowFormatRanges(NULL), in ScXMLExport()491 pRowFormatRanges = new ScRowFormatRanges(); in ScXMLExport()557 if (pRowFormatRanges) in ~ScXMLExport()558 delete pRowFormatRanges; in ~ScXMLExport()1148 while (pRowFormatRanges->GetNext(aRange)) in WriteRowContent()1294 pRowFormatRanges->Clear(); in OpenAndCloseRow()1329 … ScRowFormatRanges* pTempRowFormatRanges = new ScRowFormatRanges(pRowFormatRanges); in OpenRow()1331 delete pRowFormatRanges; in OpenRow()1332 pRowFormatRanges = pTempRowFormatRanges; in OpenRow()1380 pRowFormatRanges->Clear(); in ExportFormatRanges()[all …]
983 const sal_Int32 nTable, ScRowFormatRanges* pRowFormatRanges) in GetFormatRanges() argument1033 pRowFormatRanges->AddRange(aRange, nRow); in GetFormatRanges()1044 pRowFormatRanges->Sort(); in GetFormatRanges()
91 ScRowFormatRanges* pRowFormatRanges; member in ScXMLExport