Home
last modified time | relevance | path

Searched refs:maTabColor (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx100 maSheetSettings.maTabColor.importColor( rAttribs ); in importTabColor()
184 rStrm >> maSheetSettings.maTabColor; in importSheetPr()
201 rStrm >> maSheetSettings.maTabColor >> maSheetSettings.maCodeName; in importChartSheetPr()
285 if( !maSheetSettings.maTabColor.isAuto() ) in finalizeImport()
287 ::Color nColor = maSheetSettings.maTabColor.getColor( getBaseFilter().getGraphicHelper() ); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx100 maSheetSettings.maTabColor.importColor( rAttribs ); in importTabColor()
184 rStrm >> maSheetSettings.maTabColor; in importSheetPr()
201 rStrm >> maSheetSettings.maTabColor >> maSheetSettings.maCodeName; in importChartSheetPr()
285 if( !maSheetSettings.maTabColor.isAuto() ) in finalizeImport()
287 ::Color nColor = maSheetSettings.maTabColor.getColor( getBaseFilter().getGraphicHelper() ); in finalizeImport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dworksheetsettings.hxx32 Color maTabColor; /// Sheet tab color. member
H A Dexcrecds.hxx315 Color maTabColor; member in XclExpXmlSheetPr
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dworksheetsettings.hxx34 Color maTabColor; /// Sheet tab color. member
H A Dexcrecds.hxx316 Color const maTabColor; member in XclExpXmlSheetPr
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexcrecds.cxx368 mnScTab(nScTab), mpManager(pManager), mbFitToPage(bFitToPages), maTabColor(rTabColor) {} in XclExpXmlSheetPr()
389 if (maTabColor != COL_AUTO) in SaveXml()
390 rWorksheet->singleElement(XML_tabColor, XML_rgb, XclXmlUtils::ToOString(maTabColor)); in SaveXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcrecds.cxx370 mnScTab(nScTab), mpManager(pManager), mbFitToPage(bFitToPages), maTabColor(rTabColor) {} in XclExpXmlSheetPr()
391 if (maTabColor != COL_AUTO) in SaveXml()
392 rWorksheet->singleElement(XML_tabColor, XML_rgb, XclXmlUtils::ToOString(maTabColor)); in SaveXml()