Home
last modified time | relevance | path

Searched refs:sAutoStyleName (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLRegressionCurveObjectContext.cxx65 OUString sAutoStyleName; in startFastElement() local
69 sAutoStyleName = aIter.toString(); in startFastElement()
74 RegressionStyle aStyle( mxSeries, sAutoStyleName ); in startFastElement()
111 OUString sAutoStyleName; in startFastElement() local
141 sAutoStyleName = aIter.toString(); in startFastElement()
148 if( sAutoStyleName.isEmpty() && !bShowEquation && !bShowRSquare ) in startFastElement()
153 if( !sAutoStyleName.isEmpty() ) in startFastElement()
159 SchXMLImportHelper::GetChartFamilyID(), sAutoStyleName ); in startFastElement()
H A DSchXMLPlotAreaContext.cxx712 OUString sAutoStyleName; in startFastElement() local
722 sAutoStyleName = aIter.toString(); in startFastElement()
913 OUString sAutoStyleName; in startFastElement() local
918 sAutoStyleName = aIter.toString(); in startFastElement()
928 if (!sAutoStyleName.isEmpty()) in startFastElement()
954 OUString sAutoStyleName; in startFastElement() local
959 sAutoStyleName = aIter.toString(); in startFastElement()
964 if( sAutoStyleName.isEmpty()) in startFastElement()
1196 OUString sAutoStyleName; in startFastElement() local
1206 sAutoStyleName = aIter.toString(); in startFastElement()
[all …]
H A DSchXMLLegendContext.cxx83 OUString sAutoStyleName; in startFastElement() local
125 sAutoStyleName = aIter.toString(); in startFastElement()
165 mrImportHelper.FillAutoStyle(sAutoStyleName, xLegendProps); in startFastElement()
H A DSchXMLAxisContext.cxx181 void SchXMLAxisContext::CreateGrid( const OUString& sAutoStyleName, bool bIsMajor ) in CreateGrid() argument
227 if (!sAutoStyleName.isEmpty()) in CreateGrid()
228 m_rImportHelper.FillAutoStyle(sAutoStyleName, xGridProp); in CreateGrid()
605 OUString sAutoStyleName; in createFastChildContext() local
616 sAutoStyleName = aIter.toString(); in createFastChildContext()
623 CreateGrid( sAutoStyleName, bIsMajor ); in createFastChildContext()
H A DSchXMLAxisContext.hxx72 void CreateGrid( const OUString& sAutoStyleName, bool bIsMajor );
H A DSchXMLChartContext.cxx316 OUString sAutoStyleName; in startFastElement() local
378 sAutoStyleName = aIter.toString(); in startFastElement()
434 mrImportHelper.FillAutoStyle(sAutoStyleName, xProp); in startFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLRegressionCurveObjectContext.cxx66 OUString sAutoStyleName; in StartElement() local
79 sAutoStyleName = xAttributeList->getValueByIndex( i ); in StartElement()
84 RegressionStyle aStyle( mxSeries, sAutoStyleName ); in StartElement()
131 OUString sAutoStyleName; in StartElement() local
165 sAutoStyleName = aValue; in StartElement()
170 if( !sAutoStyleName.isEmpty() || bShowEquation || bShowRSquare ) in StartElement()
174 if( !sAutoStyleName.isEmpty() ) in StartElement()
180 SchXMLImportHelper::GetChartFamilyID(), sAutoStyleName ); in StartElement()
H A DSchXMLPlotAreaContext.cxx680 OUString sAutoStyleName; in StartElement() local
694 sAutoStyleName = xAttrList->getValueByIndex( i ); in StartElement()
695 mDataPoint.msStyleName = sAutoStyleName; in StartElement()
848 OUString sAutoStyleName; in StartElement() local
868 if (!sAutoStyleName.isEmpty()) in StartElement()
869 mrImportHelper.FillAutoStyle(sAutoStyleName, xProp); in StartElement()
896 OUString sAutoStyleName; in StartElement() local
911 if( !sAutoStyleName.isEmpty()) in StartElement()
928 mrImportHelper.FillAutoStyle(sAutoStyleName, xProp); in StartElement()
1146 OUString sAutoStyleName; in StartElement() local
[all …]
H A DSchXMLLegendContext.cxx128 OUString sAutoStyleName; in StartElement() local
165 sAutoStyleName = aValue; in StartElement()
202 mrImportHelper.FillAutoStyle(sAutoStyleName, xLegendProps); in StartElement()
H A DSchXMLAxisContext.cxx177 void SchXMLAxisContext::CreateGrid( const OUString& sAutoStyleName, bool bIsMajor ) in CreateGrid() argument
223 if (!sAutoStyleName.isEmpty()) in CreateGrid()
224 m_rImportHelper.FillAutoStyle(sAutoStyleName, xGridProp); in CreateGrid()
673 OUString sAutoStyleName; in CreateChildContext() local
689 sAutoStyleName = xAttrList->getValueByIndex( i ); in CreateChildContext()
693 CreateGrid( sAutoStyleName, bIsMajor ); in CreateChildContext()
H A DSchXMLAxisContext.hxx73 void CreateGrid( const OUString& sAutoStyleName, bool bIsMajor );
H A DSchXMLChartContext.cxx317 OUString sAutoStyleName; in StartElement() local
381 sAutoStyleName = aValue; in StartElement()
435 mrImportHelper.FillAutoStyle(sAutoStyleName, xProp); in StartElement()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dodtvectorialwriter.pas977 sAutoStyleName, sPageMasterName, sPageLayoutName : String;
1015 sAutoStyleName := AEntityStyleName+'_P' + IntToStr(FAutomaticStyleID);
1021 '<style:style style:name="'+sAutoStyleName+'"' +
1069 AEntityStyleName:=sAutoStyleName;
/dports/editors/lazarus/lazarus/components/fpvectorial/
H A Dodtvectorialwriter.pas1013 sAutoStyleName, sPageMasterName, sPageLayoutName : String;
1051 sAutoStyleName := AEntityStyleName+'_P' + IntToStr(FAutomaticStyleID);
1057 '<style:style style:name="'+sAutoStyleName+'"' +
1105 AEntityStyleName:=sAutoStyleName;
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/
H A Dodtvectorialwriter.pas1013 sAutoStyleName, sPageMasterName, sPageLayoutName : String;
1051 sAutoStyleName := AEntityStyleName+'_P' + IntToStr(FAutomaticStyleID);
1057 '<style:style style:name="'+sAutoStyleName+'"' +
1105 AEntityStyleName:=sAutoStyleName;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/
H A Dodtvectorialwriter.pas977 sAutoStyleName, sPageMasterName, sPageLayoutName : String;
1015 sAutoStyleName := AEntityStyleName+'_P' + IntToStr(FAutomaticStyleID);
1021 '<style:style style:name="'+sAutoStyleName+'"' +
1069 AEntityStyleName:=sAutoStyleName;