Home
last modified time | relevance | path

Searched defs:xValue (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx68 OOXMLValue::Pointer_t xValue(OOXMLBooleanValue::Create(pValue)); in attributes() local
76 OOXMLValue::Pointer_t xValue(new OOXMLStringValue(aValue)); in attributes() local
84 OOXMLValue::Pointer_t xValue = OOXMLIntegerValue::Create(nValue); in attributes() local
92 OOXMLValue::Pointer_t xValue(new OOXMLHexValue(pValue)); in attributes() local
100 OOXMLValue::Pointer_t xValue(new OOXMLHexColorValue(pValue)); in attributes() local
109 OOXMLValue::Pointer_t xValue(new OOXMLTwipsMeasureValue(pValue)); in attributes() local
122 OOXMLValue::Pointer_t xValue(new OOXMLHpsMeasureValue(pValue)); in attributes() local
130 OOXMLValue::Pointer_t xValue(new OOXMLMeasurementOrPercentValue(pValue)); in attributes() local
140 OOXMLValue::Pointer_t xValue = OOXMLIntegerValue::Create(nValue); in attributes() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DDataPoint.cs38 public DataPoint (double xValue, double yValue) in DataPoint()
44 public DataPoint (double xValue, double[] yValues) in DataPoint()
56 public DataPoint(double xValue, string yValues) in DataPoint()
108 public void SetValueXY (object xValue, params object[] yValue) in SetValueXY()
H A DDataPointCollection.cs40 public int AddXY (double xValue, double yValue) in AddXY()
46 public int AddXY (Object xValue, params Object[] yValue) in AddXY()
76 …public void DataBindXY (System.Collections.IEnumerable xValue, params System.Collections.IEnumerab… in DataBindXY()
82 …public void DataBindXY (System.Collections.IEnumerable xValue, string xField, System.Collections.I… in DataBindXY()
172 public void InsertXY (int index, Object xValue, params Object[] yValue) in InsertXY()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DClipPath.java76 private double[] xValue = null; field in ClipPath
120 public ClipPath(double[] xValue, double[] yValue) { in ClipPath()
136 public ClipPath(double[] xValue, double[] yValue, in ClipPath()
163 public ClipPath(double[] xValue, double[] yValue, boolean fillPath, in ClipPath()
393 public void setXValue(double[] xValue) { in setXValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java27 final int xValue = 1; in testSimpleMessageHeader() local
52 final int xValue = 1; in testMessageWithRequestIdHeader() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java27 final int xValue = 1; in testSimpleMessageHeader() local
52 final int xValue = 1; in testMessageWithRequestIdHeader() local
/dports/devel/vc/Vc-1.4.2/tests/
H A Dstore.cpp45 T xValue = 1; in TEST_TYPES() local
85 T xValue = 1; in TEST_TYPES() local
107 T xValue = 1; in TEST_TYPES() local
129 T xValue = 1; in TEST_TYPES() local
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/
H A Db3dMain.c320 int b3dFirstIndexForInserting(B3DPrimitiveEdgeList *list, int xValue) in b3dFirstIndexForInserting()
423 int xValue = v1->windowPosX; in b3dAddLowerEdgeFromFace() local
491 int xValue = v0->windowPosX; in b3dAddEdgesFromFace() local
708 int xValue = edge->xValue; in b3dAdvanceAETEdge() local
724 double zValueAt(B3DPrimitiveFace *face, double xValue, double yValue) in zValueAt()
732 #define zValueAt(face, xValue, yValue) \ argument
775 int xValue, rightX; in b3dCheckIntersectionOfFaces() local
1006 double xValue = scaledX * B3D_FixedToFloat; in b3dSearchForNewTopFill() local
1365 double xValue = rightEdge->xValue * B3D_FixedToFloat; in b3dMainLoop() local
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dvalue.cpp54 double xValue = Value(Z[x]); in Value() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DXYFunctionInterface.cpp435 … double xValue = x[aIndex] + (double)i * (x[aIndex + 1] - x[aIndex]) / ((double)numSegs - 1.0); in renderAsLineSegments() local
444 … double xValue = x[aIndex] + (double)i * (x[aIndex + 1] - x[aIndex]) / ((double)numSegs - 1.0); in renderAsLineSegments() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DPolynomialRegressionCurveCalculator.cxx60 double xValue = rValues.first[i]; in computeCorrelationCoefficient() local
133 double xValue = aValues.first[i]; in recalculateRegression() local
180 double xValue = aValues.first[i]; in recalculateRegression() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DPolynomialRegressionCurveCalculator.cxx60 double xValue = rValues.first[i]; in computeCorrelationCoefficient() local
133 double xValue = aValues.first[i]; in recalculateRegression() local
180 double xValue = aValues.first[i]; in recalculateRegression() local
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/series/items/
H A DLineSeriesItem.as137 public var xValue:Object; variable in LineSeriesItem
H A DPlotSeriesItem.as154 public var xValue:Object; variable in PlotSeriesItem
H A DBubbleSeriesItem.as137 public var xValue:Object; variable in BubbleSeriesItem
H A DAreaSeriesItem.as207 public var xValue:Object; variable in AreaSeriesItem
H A DBarSeriesItem.as235 public var xValue:Object; variable in BarSeriesItem
H A DColumnSeriesItem.as176 public var xValue:Object; variable in ColumnSeriesItem
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Drdfhelper.cxx119 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in addStatement() local
145 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in removeStatement() local
168 …uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, aStatement.Object->… in clearStatements() local
227 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in removeTextNodeStatement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Drdfhelper.cxx118 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in addStatement() local
144 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in removeStatement() local
167 …uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, aStatement.Object->… in clearStatements() local
226 uno::Reference<rdf::XLiteral> xValue = rdf::Literal::create(xComponentContext, rValue); in removeTextNodeStatement() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_calculus/
H A Dtable_field_analyzer.cpp187 double xValue = pRecord->asDouble(xField); in On_Execute() local
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/trend/
H A DlinearBestFitClass.php56 public function getValueOfYForX($xValue) {
H A DlogarithmicBestFitClass.php56 public function getValueOfYForX($xValue) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/
H A DlinearBestFitClass.php46 public function getValueOfYForX($xValue)
H A DlogarithmicBestFitClass.php46 public function getValueOfYForX($xValue)

12345678910>>...18