Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/ !
H A Dxmlexprt.cxx465 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 …]
H A DXMLStylesExportHelper.cxx983 const sal_Int32 nTable, ScRowFormatRanges* pRowFormatRanges) in GetFormatRanges() argument
1033 pRowFormatRanges->AddRange(aRange, nRow); in GetFormatRanges()
1044 pRowFormatRanges->Sort(); in GetFormatRanges()
H A Dxmlexprt.hxx91 ScRowFormatRanges* pRowFormatRanges; member in ScXMLExport