Home
last modified time | relevance | path

Searched refs:aXName (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DRegressionCurveCalculator.cxx210 void SAL_CALL RegressionCurveCalculator::setXYNames( const OUString& aXName, const OUString& aYName… in setXYNames() argument
212 if ( aXName.isEmpty() ) in setXYNames()
215 mXName = aXName; in setXYNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DRegressionCurveCalculator.cxx206 void SAL_CALL RegressionCurveCalculator::setXYNames( const OUString& aXName, const OUString& aYName… in setXYNames() argument
208 if ( aXName.isEmpty() ) in setXYNames()
211 mXName = aXName; in setXYNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DRegressionCurveCalculator.hxx98 const OUString& aXName, const OUString& aYName ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DRegressionCurveCalculator.hxx97 const OUString& aXName, const OUString& aYName ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx574 OUString aXName ("x"), aYName ("f(x)"); in getHelpText() local
591 if ( !(xEqProp->getPropertyValue( "XName") >>= aXName) ) in getHelpText()
592 aXName = "x"; in getHelpText()
598 xCalculator->setXYNames ( aXName, aYName ); in getHelpText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx569 OUString aXName ("x"), aYName ("f(x)"); in getHelpText() local
585 if ( !(xEqProp->getPropertyValue( "XName") >>= aXName) ) in getHelpText()
586 aXName = "x"; in getHelpText()
592 xCalculator->setXYNames ( aXName, aYName ); in getHelpText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Deppt.cxx722 aXName( mXDrawPage, css::uno::UNO_QUERY ); in ImplCreateDocument() local
724 if ( aXName.is() ) in ImplCreateDocument()
725 maSlideNameList.push_back( aXName->getName() ); in ImplCreateDocument()
872 … css::uno::Reference< css::container::XNamed > aXName( aXDrawPage, css::uno::UNO_QUERY ); in ImplCreateDocument() local
873 if ( aXName.is() ) in ImplCreateDocument()
875 OUString aSlideName( aXName->getName() ); in ImplCreateDocument()
H A Dpptx-epptooxml.cxx506 Reference<XNamed> aXName(aXCustomShowDrawPage, UNO_QUERY_THROW); in WriteCustomSlideShow() local
507 OUString sCustomShowSlideName = aXName->getName(); in WriteCustomSlideShow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Deppt.cxx719 aXName( mXDrawPage, css::uno::UNO_QUERY ); in ImplCreateDocument() local
721 if ( aXName.is() ) in ImplCreateDocument()
722 maSlideNameList.push_back( aXName->getName() ); in ImplCreateDocument()
869 … css::uno::Reference< css::container::XNamed > aXName( aXDrawPage, css::uno::UNO_QUERY ); in ImplCreateDocument() local
870 if ( aXName.is() ) in ImplCreateDocument()
872 OUString aSlideName( aXName->getName() ); in ImplCreateDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl172 @param aXName string of the name of X variable
175 void setXYNames( [in] string aXName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl167 @param aXName string of the name of X variable
170 void setXYNames( [in] string aXName,
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1512 OUString aXName, aYName; in createRegressionCurveEquationShapes() local
1513 if ( !(xEquationProperties->getPropertyValue( "XName" ) >>= aXName) ) in createRegressionCurveEquationShapes()
1514 aXName = OUString( "x" ); in createRegressionCurveEquationShapes()
1517 xRegressionCurveCalculator->setXYNames( aXName, aYName ); in createRegressionCurveEquationShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1476 OUString aXName, aYName; in createRegressionCurveEquationShapes() local
1477 if ( !(xEquationProperties->getPropertyValue( "XName" ) >>= aXName) ) in createRegressionCurveEquationShapes()
1478 aXName = OUString( "x" ); in createRegressionCurveEquationShapes()
1481 xRegressionCurveCalculator->setXYNames( aXName, aYName ); in createRegressionCurveEquationShapes()