Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/
H A DStyleOASISTContext.cxx300 sal_Int32 nSplineType = 0; in StartElement() local
302 nSplineType = 1; in StartElement()
304 nSplineType = 2; in StartElement()
310 OUString::number( nSplineType )); in StartElement()
H A DStyleOOoTContext.cxx646 sal_Int32 nSplineType = sAttrValue.toInt32(); in StartElement() local
650 switch( nSplineType ) in StartElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/
H A DStyleOASISTContext.cxx300 sal_Int32 nSplineType = 0; in StartElement() local
302 nSplineType = 1; in StartElement()
304 nSplineType = 2; in StartElement()
310 OUString::number( nSplineType )); in StartElement()
H A DStyleOOoTContext.cxx637 sal_Int32 nSplineType = sAttrValue.toInt32(); in StartElement() local
641 switch( nSplineType ) in StartElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbachart.cxx175 sal_Int32 nSplineType = 0; in getChartType() local
176 mxDiagramPropertySet->getPropertyValue(SPLINETYPE) >>= nSplineType; in getChartType()
177 if (nSplineType == 1) in getChartType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbachart.cxx175 sal_Int32 nSplineType = 0; in getChartType() local
176 mxDiagramPropertySet->getPropertyValue(SPLINETYPE) >>= nSplineType; in getChartType()
177 if (nSplineType == 1) in getChartType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx3800 sal_Int32 nSplineType = 0; in exportSmooth() local
3802 mAny >>= nSplineType; in exportSmooth()
3803 const char* pVal = nSplineType != 0 ? "1" : "0"; in exportSmooth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx4290 sal_Int32 nSplineType = 0; in exportSmooth() local
4292 mAny >>= nSplineType; in exportSmooth()
4293 const char* pVal = nSplineType != 0 ? "1" : "0"; in exportSmooth()