Searched refs:bPrevAutoStyle (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLStylesExportHelper.cxx | 499 sal_Bool bPrevAutoStyle(sal_False); in FillDefaultStyles() local 528 bRow, bPrevAutoStyle); in FillDefaultStyles() 530 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 537 if ((nIndex != nPrevIndex) || (bIsAutoStyle != bPrevAutoStyle)) in FillDefaultStyles() 541 bRow, bPrevAutoStyle); in FillDefaultStyles() 543 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 548 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 635 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange) in AddRange() argument 639 (bPrevAutoStyle != rFormatRange.bIsAutoStyle)) in AddRange() 681 sal_Bool bPrevAutoStyle((*pRowDefaults)[nRow].bIsAutoStyle); in AddRange() local [all …]
|
| H A D | XMLStylesExportHelper.hxx | 164 const sal_Bool bPrevAutoStyle, const ScMyRowFormatRange& rFormatRange);
|
| H A D | xmlexprt.cxx | 955 sal_Bool bPrevAutoStyle((*pDefaults->GetColDefaults())[nColumn].bIsAutoStyle); in WriteColumn() local 959 ((*pDefaults->GetColDefaults())[i].bIsAutoStyle != bPrevAutoStyle)) in WriteColumn() 961 WriteSingleColumn(nRepeat, nStyleIndex, nPrevIndex, bPrevAutoStyle, bIsVisible); in WriteColumn() 963 bPrevAutoStyle = (*pDefaults->GetColDefaults())[i].bIsAutoStyle; in WriteColumn() 969 WriteSingleColumn(nRepeat, nStyleIndex, nPrevIndex, bPrevAutoStyle, bIsVisible); in WriteColumn()
|