Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx635 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange) in AddRange() argument
638 if ((nPrevIndex != rFormatRange.nIndex) || in AddRange()
639 (bPrevAutoStyle != rFormatRange.bIsAutoStyle)) in AddRange()
640 nIndex = rFormatRange.nIndex; in AddRange()
649 (pRange->bIsAutoStyle == rFormatRange.bIsAutoStyle) && in AddRange()
651 (pRange->nValidationIndex == rFormatRange.nValidationIndex)) in AddRange()
653 if (rFormatRange.nRepeatRows < pRange->nRepeatRows) in AddRange()
654 pRange->nRepeatRows = rFormatRange.nRepeatRows; in AddRange()
665 aRange.nRepeatRows = rFormatRange.nRepeatRows; in AddRange()
666 aRange.nValidationIndex = rFormatRange.nValidationIndex; in AddRange()
[all …]
H A DXMLStylesExportHelper.hxx164 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange);
174 void AddRange(ScMyRowFormatRange& rFormatRange, const sal_Int32 nStartRow);
175 sal_Bool GetNext(ScMyRowFormatRange& rFormatRange);