Home
last modified time | relevance | path

Searched refs:rParameter (Results 1 – 25 of 62) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx185 if(!rParameter.b3DLook && rParameter.eStackMode==GlobalStackMode_STACK_Z) in adjustParameterToMainType()
321 if( rParameter.b3DLook ) in commitToModel()
386 if(rParameter.nSubTypeIndex>3 && !rParameter.b3DLook) in adjustSubTypeAndEnableControls()
423 if( rParameter.b3DLook ) in fillSubTypeList()
500 if( rParameter.b3DLook ) in fillSubTypeList()
577 if( rParameter.b3DLook ) in fillSubTypeList()
718 rParameter.b3DLook = false; in adjustParameterToSubType()
743 if(!rParameter.b3DLook && rParameter.eStackMode == GlobalStackMode_STACK_Z ) in adjustParameterToSubType()
748 if( rParameter.b3DLook && rParameter.eStackMode == GlobalStackMode_NONE ) in adjustParameterToMainType()
897 if( rParameter.b3DLook ) in fillSubTypeList()
[all …]
H A DChartResourceGroups.cxx48 m_xCB_3DLook->set_active(rParameter.b3DLook); in fillControls()
49 m_xLB_Scheme->set_sensitive(rParameter.b3DLook); in fillControls()
52 switch (rParameter.eThreeDLookScheme) in fillControls()
66 rParameter.b3DLook = m_xCB_3DLook->get_active(); in fillParameter()
143 rParameter.eStackMode != GlobalStackMode_NONE in fillControls()
144 && rParameter.eStackMode in fillControls()
146 switch (rParameter.eStackMode) in fillControls()
178 rParameter.eStackMode = GlobalStackMode_NONE; in fillParameter()
239 switch (rParameter.eCurveStyle) in fillControls()
352 rParameter.nGeometry3D = 1; in fillParameter()
[all …]
H A DChartResourceGroupDlgs.cxx48 switch (rParameter.eCurveStyle) in fillControls()
60 m_xMF_SplineOrder->set_value(rParameter.nSplineOrder); in fillControls()
71 rParameter.eCurveStyle = CurveStyle_LINES; in fillParameter()
73 rParameter.eCurveStyle = CurveStyle_CUBIC_SPLINES; in fillParameter()
75 rParameter.eCurveStyle = CurveStyle_B_SPLINES; in fillParameter()
99 switch (rParameter.eCurveStyle) in fillControls()
118 rParameter.eCurveStyle = CurveStyle_LINES; in fillParameter()
120 rParameter.eCurveStyle = CurveStyle_STEP_CENTER_Y; in fillParameter()
122 rParameter.eCurveStyle = CurveStyle_STEP_START; in fillParameter()
124 rParameter.eCurveStyle = CurveStyle_STEP_END; in fillParameter()
[all …]
H A Dtp_ChartType.cxx156 void ChartTypeTabPage::commitToModel( const ChartTypeParameter& rParameter ) in commitToModel() argument
162 m_pCurrentMainType->commitToModel( rParameter, m_xChartModel ); in commitToModel()
285 void ChartTypeTabPage::fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTyp… in fillAllControls() argument
290 m_pCurrentMainType->fillSubTypeList(*m_xSubTypeList, rParameter); in fillAllControls()
292 m_xSubTypeList->SelectItem( static_cast<sal_uInt16>( rParameter.nSubTypeIndex) ); in fillAllControls()
293 m_pDim3DLookResourceGroup->fillControls( rParameter ); in fillAllControls()
294 m_pStackingResourceGroup->fillControls( rParameter ); in fillAllControls()
295 m_pSplineResourceGroup->fillControls( rParameter ); in fillAllControls()
296 m_pGeometryResourceGroup->fillControls( rParameter ); in fillAllControls()
297 m_pSortByXValuesResourceGroup->fillControls( rParameter ); in fillAllControls()
H A Dtp_ChartType.hxx60 void fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList=true );
65 void commitToModel( const ChartTypeParameter& rParameter );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx185 if(!rParameter.b3DLook && rParameter.eStackMode==GlobalStackMode_STACK_Z) in adjustParameterToMainType()
320 if( rParameter.b3DLook ) in commitToModel()
386 if(rParameter.nSubTypeIndex>3 && !rParameter.b3DLook) in adjustSubTypeAndEnableControls()
423 if( rParameter.b3DLook ) in fillSubTypeList()
500 if( rParameter.b3DLook ) in fillSubTypeList()
577 if( rParameter.b3DLook ) in fillSubTypeList()
718 rParameter.b3DLook = false; in adjustParameterToSubType()
743 if(!rParameter.b3DLook && rParameter.eStackMode == GlobalStackMode_STACK_Z ) in adjustParameterToSubType()
748 if( rParameter.b3DLook && rParameter.eStackMode == GlobalStackMode_NONE ) in adjustParameterToMainType()
897 if( rParameter.b3DLook ) in fillSubTypeList()
[all …]
H A DChartResourceGroups.cxx44 m_xCB_3DLook->set_active(rParameter.b3DLook); in fillControls()
45 m_xLB_Scheme->set_sensitive(rParameter.b3DLook); in fillControls()
57 rParameter.b3DLook = m_xCB_3DLook->get_active(); in fillParameter()
133 && rParameter.eStackMode in fillControls()
135 switch (rParameter.eStackMode) in fillControls()
205 switch (rParameter.eCurveStyle) in fillControls()
228 rParameter.eCurveStyle = CurveStyle_LINES; in fillParameter()
256 switch (rParameter.eCurveStyle) in fillControls()
323 switch (rParameter.eCurveStyle) in fillControls()
436 rParameter.nGeometry3D = 1; in fillParameter()
[all …]
H A Dtp_ChartType.cxx157 void ChartTypeTabPage::commitToModel( const ChartTypeParameter& rParameter ) in commitToModel() argument
163 m_pCurrentMainType->commitToModel( rParameter, m_xChartModel ); in commitToModel()
281 void ChartTypeTabPage::fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTyp… in fillAllControls() argument
286 m_pCurrentMainType->fillSubTypeList(*m_xSubTypeList, rParameter); in fillAllControls()
288 m_xSubTypeList->SelectItem( static_cast<sal_uInt16>( rParameter.nSubTypeIndex) ); in fillAllControls()
289 m_pDim3DLookResourceGroup->fillControls( rParameter ); in fillAllControls()
290 m_pStackingResourceGroup->fillControls( rParameter ); in fillAllControls()
291 m_pSplineResourceGroup->fillControls( rParameter ); in fillAllControls()
292 m_pGeometryResourceGroup->fillControls( rParameter ); in fillAllControls()
293 m_pSortByXValuesResourceGroup->fillControls( rParameter ); in fillAllControls()
H A Dtp_ChartType.hxx61 void fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList=true );
66 void commitToModel( const ChartTypeParameter& rParameter );
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DChartTypeDialogController.hxx70 bool mapsToSameService(const ChartTypeParameter& rParameter) const;
71 bool mapsToSimilarService(const ChartTypeParameter& rParameter,
130 virtual void adjustParameterToSubType(ChartTypeParameter& rParameter);
131 virtual void adjustParameterToMainType(ChartTypeParameter& rParameter);
133 void commitToModel(const ChartTypeParameter& rParameter,
136 const ChartTypeParameter& rParameter,
166 const ChartTypeParameter& rParameter) override;
179 const ChartTypeParameter& rParameter) override;
192 const ChartTypeParameter& rParameter) override;
208 const ChartTypeParameter& rParameter) override;
[all …]
H A DChartResourceGroups.hxx48 void fillControls(const ChartTypeParameter& rParameter);
49 void fillParameter(ChartTypeParameter& rParameter);
67 void fillControls(const ChartTypeParameter& rParameter);
68 void fillParameter(ChartTypeParameter& rParameter);
84 void fillControls(const ChartTypeParameter& rParameter);
85 void fillParameter(ChartTypeParameter& rParameter);
109 void fillControls(const ChartTypeParameter& rParameter);
110 void fillParameter(ChartTypeParameter& rParameter);
135 void fillControls(const ChartTypeParameter& rParameter);
136 void fillParameter(ChartTypeParameter& rParameter);
H A DChartResourceGroupDlgs.hxx33 void fillControls(const ChartTypeParameter& rParameter);
34 void fillParameter(ChartTypeParameter& rParameter, bool bSmoothLines);
51 void fillControls(const ChartTypeParameter& rParameter);
52 void fillParameter(ChartTypeParameter& rParameter, bool bSteppedLines);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DChartTypeDialogController.hxx107 bool mapsToSameService(const ChartTypeParameter& rParameter) const;
108 bool mapsToSimilarService(const ChartTypeParameter& rParameter,
167 virtual void adjustParameterToSubType(ChartTypeParameter& rParameter);
168 virtual void adjustParameterToMainType(ChartTypeParameter& rParameter);
170 void commitToModel(const ChartTypeParameter& rParameter,
173 const ChartTypeParameter& rParameter,
203 const ChartTypeParameter& rParameter) override;
216 const ChartTypeParameter& rParameter) override;
229 const ChartTypeParameter& rParameter) override;
245 const ChartTypeParameter& rParameter) override;
[all …]
H A DChartResourceGroups.hxx52 void fillControls(const ChartTypeParameter& rParameter);
53 void fillParameter(ChartTypeParameter& rParameter);
71 void fillControls(const ChartTypeParameter& rParameter);
72 void fillParameter(ChartTypeParameter& rParameter);
88 void fillControls(const ChartTypeParameter& rParameter);
89 void fillParameter(ChartTypeParameter& rParameter);
107 void fillControls(const ChartTypeParameter& rParameter);
128 void fillControls(const ChartTypeParameter& rParameter);
149 void fillControls(const ChartTypeParameter& rParameter);
150 void fillParameter(ChartTypeParameter& rParameter);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/sidebar/
H A DChartTypePanel.cxx331 void ChartTypePanel::fillAllControls(const ChartTypeParameter& rParameter, in fillAllControls() argument
337 m_pCurrentMainType->fillSubTypeList(*m_xSubTypeList, rParameter); in fillAllControls()
339 m_xSubTypeList->SelectItem(static_cast<sal_uInt16>(rParameter.nSubTypeIndex)); in fillAllControls()
340 m_pDim3DLookResourceGroup->fillControls(rParameter); in fillAllControls()
341 m_pStackingResourceGroup->fillControls(rParameter); in fillAllControls()
342 m_pSplineResourceGroup->fillControls(rParameter); in fillAllControls()
343 m_pGeometryResourceGroup->fillControls(rParameter); in fillAllControls()
344 m_pSortByXValuesResourceGroup->fillControls(rParameter); in fillAllControls()
392 void ChartTypePanel::commitToModel(const ChartTypeParameter& rParameter) in commitToModel() argument
398 m_pCurrentMainType->commitToModel(rParameter, m_xChartModel); in commitToModel()
H A DChartTypePanel.hxx80 void fillAllControls(const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList = true);
85 void commitToModel(const ChartTypeParameter& rParameter);
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dximpcustomshape.cxx204 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::NORMAL; in GetNextParameter()
207 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT; in GetNextParameter()
220 rParameter.Value <<= aEquationName; in GetNextParameter()
229 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::LEFT; in GetNextParameter()
234 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::TOP; in GetNextParameter()
239 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::RIGHT; in GetNextParameter()
244 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::BOTTOM; in GetNextParameter()
269 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::WIDTH; in GetNextParameter()
274 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::HEIGHT; in GetNextParameter()
389 rParameter.Value <<= fAttrDouble; in GetNextParameter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dximpcustomshape.cxx203 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::NORMAL; in GetNextParameter()
206 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::ADJUSTMENT; in GetNextParameter()
219 rParameter.Value <<= aEquationName; in GetNextParameter()
228 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::LEFT; in GetNextParameter()
233 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::TOP; in GetNextParameter()
238 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::RIGHT; in GetNextParameter()
243 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::BOTTOM; in GetNextParameter()
268 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::WIDTH; in GetNextParameter()
273 rParameter.Type = css::drawing::EnhancedCustomShapeParameterType::HEIGHT; in GetNextParameter()
388 rParameter.Value <<= fAttrDouble; in GetNextParameter()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx81 rParameter.Value <<= nNewValue; in SetEnhancedCustomShapeParameter()
334 rParameter += "?"; in AppendEnhancedCustomShapeEquationParameter()
336 rParameter += " "; in AppendEnhancedCustomShapeEquationParameter()
353 rParameter += "$"; in AppendEnhancedCustomShapeEquationParameter()
355 rParameter += " "; in AppendEnhancedCustomShapeEquationParameter()
360 rParameter += "left"; in AppendEnhancedCustomShapeEquationParameter()
365 rParameter += "top"; in AppendEnhancedCustomShapeEquationParameter()
370 rParameter += "right"; in AppendEnhancedCustomShapeEquationParameter()
375 rParameter += "bottom"; in AppendEnhancedCustomShapeEquationParameter()
434 rParameter.Value <<= nValue; in SetEnhancedCustomShapeHandleParameter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx86 rParameter.Value <<= nNewValue; in SetEnhancedCustomShapeParameter()
339 rParameter += "?"; in AppendEnhancedCustomShapeEquationParameter()
341 rParameter += " "; in AppendEnhancedCustomShapeEquationParameter()
358 rParameter += "$"; in AppendEnhancedCustomShapeEquationParameter()
360 rParameter += " "; in AppendEnhancedCustomShapeEquationParameter()
365 rParameter += "left"; in AppendEnhancedCustomShapeEquationParameter()
370 rParameter += "top"; in AppendEnhancedCustomShapeEquationParameter()
375 rParameter += "right"; in AppendEnhancedCustomShapeEquationParameter()
380 rParameter += "bottom"; in AppendEnhancedCustomShapeEquationParameter()
439 rParameter.Value <<= nValue; in SetEnhancedCustomShapeHandleParameter()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/algorithm/
H A DNonRobustLineIntersector.java82 double dist = rParameter(p1, p2, p); in computeIntersection()
234 r3 = rParameter(p1, p2, p3); in computeCollinearIntersection()
235 r4 = rParameter(p1, p2, p4); in computeCollinearIntersection()
282 private double rParameter(Coordinate p1, Coordinate p2, Coordinate p) { in rParameter() method in NonRobustLineIntersector
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx42 for (vcl::font::FeatureParameter const& rParameter : rFeatureDefinition.getEnumParameters()) in makeEnumComboBox()
44 rNameBox.append(OUString::number(rParameter.getCode()), rParameter.getDescription()); in makeEnumComboBox()
45 if (rParameter.getCode() == nDefault) in makeEnumComboBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DFontFeaturesDialog.cxx40 for (vcl::font::FeatureParameter const& rParameter : rFeatureDefinition.getEnumParameters()) in makeEnumComboBox()
42 rNameBox.append(OUString::number(rParameter.getCode()), rParameter.getDescription()); in makeEnumComboBox()
43 if (rParameter.getCode() == nDefault) in makeEnumComboBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DEnhancedCustomShape2d.hxx212 …SAL_DLLPRIVATE static void AppendEnhancedCustomShapeEquationParameter( OUString& rParameter, const…
215 rParameter, const sal_Int32 nValue );
217rParameter, const sal_Int32 nPara, const bool bIsSpecialValue, bool bHorz );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DEnhancedCustomShape2d.hxx210 …SAL_DLLPRIVATE static void AppendEnhancedCustomShapeEquationParameter( OUString& rParameter, const…
213 rParameter, const sal_Int32 nValue );
215rParameter, const sal_Int32 nPara, const bool bIsSpecialValue, bool bHorz );

123