Searched refs:GetColDefaults (Results 1 – 2 of 2) sorted by relevance
954 sal_Int32 nPrevIndex((*pDefaults->GetColDefaults())[nColumn].nIndex); in WriteColumn()955 sal_Bool bPrevAutoStyle((*pDefaults->GetColDefaults())[nColumn].bIsAutoStyle); in WriteColumn()958 if (((*pDefaults->GetColDefaults())[i].nIndex != nPrevIndex) || in WriteColumn()959 ((*pDefaults->GetColDefaults())[i].bIsAutoStyle != bPrevAutoStyle)) in WriteColumn()962 nPrevIndex = (*pDefaults->GetColDefaults())[i].nIndex; in WriteColumn()963 bPrevAutoStyle = (*pDefaults->GetColDefaults())[i].bIsAutoStyle; in WriteColumn()1788 pRowFormatRanges->SetColDefaults(pDefaults->GetColDefaults()); in _ExportContent()1790 pCellStyles->SetColDefaults(pDefaults->GetColDefaults()); in _ExportContent()
138 const ScMyDefaultStyleList* GetColDefaults() { return pColDefaults; } in GetColDefaults() function in ScMyDefaultStyles