Home
last modified time | relevance | path

Searched refs:XForm (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/graphics/dia/dia-0.97.3/plug-ins/vdx/
H A Dvdx-export.c579 memset(&XForm, 0, sizeof(XForm)); in draw_line()
681 memset(&XForm, 0, sizeof(XForm)); in draw_polyline()
812 memset(&XForm, 0, sizeof(XForm)); in fill_polygon()
979 memset(&XForm, 0, sizeof(XForm)); in draw_arc()
1139 memset(&XForm, 0, sizeof(XForm)); in draw_ellipse()
1146 XForm.LocPinX = XForm.Width/2.0; in draw_ellipse()
1147 XForm.LocPinY = XForm.Height/2.0; in draw_ellipse()
1227 memset(&XForm, 0, sizeof(XForm)); in fill_ellipse()
1234 XForm.LocPinX = XForm.Width/2.0; in fill_ellipse()
1235 XForm.LocPinY = XForm.Height/2.0; in fill_ellipse()
[all …]
H A Dvdx-import.c751 if (!XForm) in apply_XForm()
757 q.x -= XForm->LocPinX; in apply_XForm()
761 if (XForm->FlipX) in apply_XForm()
765 if (XForm->FlipY) in apply_XForm()
783 q.x += XForm->PinX; in apply_XForm()
784 q.y += XForm->PinY; in apply_XForm()
786 if (XForm->children) in apply_XForm()
792 XForm = (struct vdx_XForm*)XForm->children->data; in apply_XForm()
793 if (XForm) in apply_XForm()
2646 if (XForm) in vdx_plot_shape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmpgeimp.hxx46 css::uno::Reference< css::form::XForm > xCurrentForm;
63 void setCurForm(const css::uno::Reference< css::form::XForm>& xForm);
64 css::uno::Reference< css::form::XForm> getDefaultForm();
72 css::uno::Reference< css::form::XForm> findPlaceInFormComponentHierarchy(
100 css::uno::Reference< css::form::XForm> findFormForDataSource(
101 const css::uno::Reference< css::form::XForm>& rForm,
108 …s::form::XFormComponent>& xFormComponent, const css::uno::Reference< css::form::XForm>& xControls);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmpgeimp.hxx49 css::uno::Reference< css::form::XForm > xCurrentForm;
66 void setCurForm(const css::uno::Reference< css::form::XForm>& xForm);
67 css::uno::Reference< css::form::XForm> getDefaultForm();
75 css::uno::Reference< css::form::XForm> findPlaceInFormComponentHierarchy(
103 css::uno::Reference< css::form::XForm> findFormForDataSource(
104 const css::uno::Reference< css::form::XForm>& rForm,
111 …s::form::XFormComponent>& xFormComponent, const css::uno::Reference< css::form::XForm>& xControls);
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/util/
H A DFormTools.java34 import com.sun.star.form.XForm;
180 XForm oForm = UnoRuntime.queryInterface(XForm.class, oControl); in insertForm()
200 XForm the_form = null; in bindForm()
201 the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), aForm); in bindForm()
224 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm()
250 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/util/
H A DFormTools.java34 import com.sun.star.form.XForm;
180 XForm oForm = UnoRuntime.queryInterface(XForm.class, oControl); in insertForm()
200 XForm the_form = null; in bindForm()
201 the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), aForm); in bindForm()
224 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm()
250 XForm the_form = (XForm) AnyConverter.toObject(new Type(XForm.class), in bindForm()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx57 struct XForm;
82 struct XForm struct
90 XForm() in XForm() argument
101 friend SvStream& ReadXForm( SvStream& rIn, XForm& rXForm ) in ReadXForm()
106 rXForm = XForm(); in ReadXForm()
207 XForm aBaseTransform;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx61 struct XForm;
86 struct XForm struct
94 XForm() in XForm() argument
105 friend SvStream& ReadXForm( SvStream& rIn, XForm& rXForm ) in ReadXForm()
110 rXForm = XForm(); in ReadXForm()
211 XForm aBaseTransform;
/dports/math/pdal/PDAL-2.3.0/pdal/
H A DScaling.hpp51 XForm m_xXform; ///< X-dimension transform (scale/offset)
52 XForm m_yXform; ///< Y-dimension transform (scale/offset)
53 XForm m_zXform; ///< Z-dimension transform (scale/offset)
H A Dpdal_types.hpp70 struct XForm struct
113 XForm() : m_scale(1.0), m_offset(0.0) in XForm() argument
116 XForm(double scale, double offset) : m_scale(scale), m_offset(offset) in XForm() argument
134 inline std::istream& operator>>(std::istream& in, XForm::XFormComponent& xfc) in operator >>()
145 const XForm::XFormComponent& xfc) in operator <<()
/dports/graphics/ipe/ipe-7.2.23/src/include/
H A Dipetext.h118 struct XForm { struct
127 void setXForm(XForm *xform) const; argument
128 inline const XForm *getXForm() const;
143 mutable XForm *iXForm; // reference counted
223 inline const Text::XForm *Text::getXForm() const in getXForm()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDTypes.h22 struct XForm struct
35 XForm() : pinX(0.0), pinY(0.0), height(0.0), width(0.0), in XForm() function
38 XForm(const XForm &xform) = default;
39 XForm &operator=(const XForm &xform) = default; argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmpgeimp.cxx351 void FmFormPageImpl::setCurForm(const Reference< css::form::XForm >& xForm) in setCurForm()
357 Reference< XForm > FmFormPageImpl::getDefaultForm() in getDefaultForm()
359 Reference< XForm > xForm; in getDefaultForm()
443 Reference< css::form::XForm > FmFormPageImpl::findPlaceInFormComponentHierarchy( in findPlaceInFormComponentHierarchy()
451 Reference< XForm > xForm; in findPlaceInFormComponentHierarchy()
467 Reference< css::form::XForm > xToSearch; in findPlaceInFormComponentHierarchy()
537 Reference< XForm > FmFormPageImpl::findFormForDataSource( in findFormForDataSource()
538 const Reference< XForm > & rForm, const Reference< XDataSource > & _rxDatabase, in findFormForDataSource()
541 Reference< XForm > xResultForm; in findFormForDataSource()
608 Reference< css::form::XForm > xSearchForm; in findFormForDataSource()
[all …]
H A Dnavigatortreemodel.cxx75 Reference< XForm > xForm(evt.Source, UNO_QUERY); in propertyChange()
112 Reference< XForm > xForm(xIface, UNO_QUERY); in Insert()
298 cppu::UnoType<XForm>::get()) in Insert()
301 Reference< XForm > xElementAsForm(xElement, UNO_QUERY); in Insert()
493 Reference< XForm > xSubForm; in FillBranch()
496 DBG_ASSERT( xForms->getByIndex(i).getValueType() == cppu::UnoType<XForm>::get(), in FillBranch()
522 Reference< XForm > xSubForm(xCurrentComponent, UNO_QUERY); in FillBranch()
543 void NavigatorTreeModel::InsertForm(const Reference< XForm > & xForm, sal_uInt32 nRelPos) in InsertForm()
552 Reference< XForm > xParentForm(xIFace, UNO_QUERY); in InsertForm()
567 Reference< XForm > xForm(xIFace, UNO_QUERY); in InsertFormComponent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmpgeimp.cxx354 void FmFormPageImpl::setCurForm(const Reference< css::form::XForm >& xForm) in setCurForm()
360 Reference< XForm > FmFormPageImpl::getDefaultForm() in getDefaultForm()
362 Reference< XForm > xForm; in getDefaultForm()
446 Reference< css::form::XForm > FmFormPageImpl::findPlaceInFormComponentHierarchy( in findPlaceInFormComponentHierarchy()
454 Reference< XForm > xForm; in findPlaceInFormComponentHierarchy()
470 Reference< css::form::XForm > xToSearch; in findPlaceInFormComponentHierarchy()
540 Reference< XForm > FmFormPageImpl::findFormForDataSource( in findFormForDataSource()
541 const Reference< XForm > & rForm, const Reference< XDataSource > & _rxDatabase, in findFormForDataSource()
544 Reference< XForm > xResultForm; in findFormForDataSource()
611 Reference< css::form::XForm > xSearchForm; in findFormForDataSource()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_toolkit/
H A DTabController.java25 import com.sun.star.form.XForm;
93 XForm form = null; in createTestEnvironment()
97 form = (XForm) AnyConverter.toObject(new Type(XForm.class), temp); in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_toolkit/
H A DTabController.java25 import com.sun.star.form.XForm;
93 XForm form = null; in createTestEnvironment()
97 form = (XForm) AnyConverter.toObject(new Type(XForm.class), temp); in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/view/
H A D_XFormLayerAccess.java21 import com.sun.star.form.XForm;
48 private XForm xForm = null;
56 xForm = (XForm) tEnv.getObjRelation("XFormLayerAccess.XForm"); in before()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/view/
H A D_XFormLayerAccess.java21 import com.sun.star.form.XForm;
48 private XForm xForm = null;
56 xForm = (XForm) tEnv.getObjRelation("XFormLayerAccess.XForm"); in before()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkSliderRepresentation2D.cxx62 this->XForm = vtkTransform::New(); in vtkSliderRepresentation2D()
80 this->SliderXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
107 this->TubeXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
142 this->CapXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
189 this->XForm->Delete(); in ~vtkSliderRepresentation2D()
466 this->XForm->Identity(); in BuildRepresentation()
467 this->XForm->Translate(tx,ty,0.0); in BuildRepresentation()
468 this->XForm->Scale(sx,sy,1.0); in BuildRepresentation()
469 this->XForm->RotateZ( vtkMath::DegreesFromRadians( theta ) ); in BuildRepresentation()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkSliderRepresentation2D.cxx62 this->XForm = vtkTransform::New(); in vtkSliderRepresentation2D()
80 this->SliderXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
106 this->TubeXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
140 this->CapXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
186 this->XForm->Delete(); in ~vtkSliderRepresentation2D()
461 this->XForm->Identity(); in BuildRepresentation()
462 this->XForm->Translate(tx, ty, 0.0); in BuildRepresentation()
463 this->XForm->Scale(sx, sy, 1.0); in BuildRepresentation()
464 this->XForm->RotateZ(vtkMath::DegreesFromRadians(theta)); in BuildRepresentation()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkSliderRepresentation2D.cxx62 this->XForm = vtkTransform::New(); in vtkSliderRepresentation2D()
80 this->SliderXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
107 this->TubeXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
142 this->CapXForm->SetTransform(XForm); in vtkSliderRepresentation2D()
189 this->XForm->Delete(); in ~vtkSliderRepresentation2D()
466 this->XForm->Identity(); in BuildRepresentation()
467 this->XForm->Translate(tx,ty,0.0); in BuildRepresentation()
468 this->XForm->Scale(sx,sy,1.0); in BuildRepresentation()
469 this->XForm->RotateZ( vtkMath::DegreesFromRadians( theta ) ); in BuildRepresentation()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Ddefunctions.h52 XForm* get_deform_xform(DeformObject*, int deformMode);
53 XForm* get_deform_xform2(DeformObject*, int deformMode, double factor);
54 XForm* get_deform_xform3(DeformObject*, int deformMode, double factor);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/test/view/
H A Dxformlayeraccess.hxx26 void setForm(const css::uno::Reference<css::form::XForm>& r_xForm) { m_xForm = r_xForm; } in setForm()
36 css::uno::Reference<css::form::XForm> m_xForm;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/test/view/
H A Dxformlayeraccess.hxx26 void setForm(const css::uno::Reference<css::form::XForm>& r_xForm) { m_xForm = r_xForm; } in setForm()
36 css::uno::Reference<css::form::XForm> m_xForm;

12345678910>>...21