Home
last modified time | relevance | path

Searched refs:registerProperty (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/PropertySet/
H A DPropTest.java175 registerProperty("boolA", (short) 0); in PropTest()
176 registerProperty("charA", (short) 0); in PropTest()
177 registerProperty("byteA", (short) 0); in PropTest()
178 registerProperty("shortA", (short) 0); in PropTest()
179 registerProperty("intA", (short) 0); in PropTest()
180 registerProperty("longA", (short) 0); in PropTest()
181 registerProperty("floatA", (short) 0); in PropTest()
182 registerProperty("doubleA", (short) 0); in PropTest()
185 registerProperty("anyA", PropertyAttribute.MAYBEVOID); in PropTest()
186 registerProperty("typeA", PropertyAttribute.MAYBEVOID); in PropTest()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/PropertySet/
H A DPropTest.java175 registerProperty("boolA", (short) 0); in PropTest()
176 registerProperty("charA", (short) 0); in PropTest()
177 registerProperty("byteA", (short) 0); in PropTest()
178 registerProperty("shortA", (short) 0); in PropTest()
179 registerProperty("intA", (short) 0); in PropTest()
180 registerProperty("longA", (short) 0); in PropTest()
181 registerProperty("floatA", (short) 0); in PropTest()
182 registerProperty("doubleA", (short) 0); in PropTest()
185 registerProperty("anyA", PropertyAttribute.MAYBEVOID); in PropTest()
186 registerProperty("typeA", PropertyAttribute.MAYBEVOID); in PropTest()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A Ddatasettings.cxx42registerProperty(PROPERTY_HAVING_CLAUSE, PROPERTY_ID_HAVING_CLAUSE, PropertyAttribute::BOUND, in registerPropertiesFor()
45 registerProperty(PROPERTY_GROUP_BY, PROPERTY_ID_GROUP_BY, PropertyAttribute::BOUND, in registerPropertiesFor()
49 registerProperty(PROPERTY_FILTER, PROPERTY_ID_FILTER, PropertyAttribute::BOUND, in registerPropertiesFor()
52 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in registerPropertiesFor()
55 registerProperty(PROPERTY_APPLYFILTER, PROPERTY_ID_APPLYFILTER, PropertyAttribute::BOUND, in registerPropertiesFor()
58 registerProperty(PROPERTY_FONT, PROPERTY_ID_FONT, PropertyAttribute::BOUND, in registerPropertiesFor()
64 registerProperty(PROPERTY_AUTOGROW, PROPERTY_ID_AUTOGROW, PropertyAttribute::BOUND, in registerPropertiesFor()
73 registerProperty(PROPERTY_TEXTEMPHASIS, PROPERTY_ID_TEXTEMPHASIS, PropertyAttribute::BOUND, in registerPropertiesFor()
76registerProperty(PROPERTY_TEXTRELIEF, PROPERTY_ID_TEXTRELIEF, PropertyAttribute::BOUND,&_pItem->m_… in registerPropertiesFor()
78registerProperty(PROPERTY_FONTNAME, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,… in registerPropertiesFor()
[all …]
H A Dtable.cxx156 registerProperty(PROPERTY_FILTER, PROPERTY_ID_FILTER, PropertyAttribute::BOUND, in construct()
159 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in construct()
162 registerProperty(PROPERTY_APPLYFILTER, PROPERTY_ID_APPLYFILTER, PropertyAttribute::BOUND, in construct()
165 registerProperty(PROPERTY_FONT, PROPERTY_ID_FONT, PropertyAttribute::BOUND, in construct()
171 registerProperty(PROPERTY_AUTOGROW, PROPERTY_ID_AUTOGROW, PropertyAttribute::BOUND, in construct()
177registerProperty(PROPERTY_PRIVILEGES, PROPERTY_ID_PRIVILEGES, PropertyAttribute::BOUND | PropertyA… in construct()
183 registerProperty(PROPERTY_TEXTEMPHASIS, PROPERTY_ID_TEXTEMPHASIS, PropertyAttribute::BOUND, in construct()
186 registerProperty(PROPERTY_TEXTRELIEF, PROPERTY_ID_TEXTRELIEF, PropertyAttribute::BOUND, in construct()
189registerProperty(PROPERTY_FONTNAME, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,… in construct()
197registerProperty(PROPERTY_FONTWEIGHT, PROPERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,… in construct()
[all …]
H A Ddefinitioncolumn.cxx64registerProperty( PROPERTY_TYPENAME, PROPERTY_ID_TYPENAME, nDefaultAttr, &m_aTypeName, cppu::UnoTy… in IMPLEMENT_FORWARD_XINTERFACE2()
65registerProperty( PROPERTY_DESCRIPTION, PROPERTY_ID_DESCRIPTION, nDefaultAttr, &m_aDescription, cp… in IMPLEMENT_FORWARD_XINTERFACE2()
71registerProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, cppu::UnoType<decltype(… in IMPLEMENT_FORWARD_XINTERFACE2()
72registerProperty( PROPERTY_PRECISION, PROPERTY_ID_PRECISION, nDefaultAttr, &m_nPrecision, cppu::Un… in IMPLEMENT_FORWARD_XINTERFACE2()
73registerProperty( PROPERTY_SCALE, PROPERTY_ID_SCALE, nDefaultAttr, &m_nScale, cppu::UnoType<declty… in IMPLEMENT_FORWARD_XINTERFACE2()
74registerProperty( PROPERTY_ISNULLABLE, PROPERTY_ID_ISNULLABLE, nDefaultAttr, &m_nIsNullable, cppu:… in IMPLEMENT_FORWARD_XINTERFACE2()
77registerProperty( PROPERTY_ISCURRENCY, PROPERTY_ID_ISCURRENCY, nDefaultAttr, &m_bCurrency, cppu::U… in IMPLEMENT_FORWARD_XINTERFACE2()
165registerProperty( PROPERTY_SCHEMANAME, PROPERTY_ID_SCHEMANAME, nPropAttr, &m_sSchemaName, cppu::Un… in OQueryColumn()
166registerProperty( PROPERTY_TABLENAME, PROPERTY_ID_TABLENAME, nPropAttr, &m_sTableName, cppu::UnoTy… in OQueryColumn()
167registerProperty( PROPERTY_REALNAME, PROPERTY_ID_REALNAME, nPropAttr, &m_sRealName, cppu::UnoType<… in OQueryColumn()
[all …]
H A Dquerydescriptor.cxx74registerProperty(PROPERTY_NAME, PROPERTY_ID_NAME, PropertyAttribute::BOUND|PropertyAttribute::CONS… in IMPLEMENT_FORWARD_XINTERFACE3()
77 registerProperty(PROPERTY_COMMAND, PROPERTY_ID_COMMAND, PropertyAttribute::BOUND, in IMPLEMENT_FORWARD_XINTERFACE3()
80registerProperty(PROPERTY_ESCAPE_PROCESSING, PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::BOU… in IMPLEMENT_FORWARD_XINTERFACE3()
83registerProperty(PROPERTY_UPDATE_TABLENAME, PROPERTY_ID_UPDATE_TABLENAME, PropertyAttribute::BOUND, in IMPLEMENT_FORWARD_XINTERFACE3()
86registerProperty(PROPERTY_UPDATE_SCHEMANAME, PROPERTY_ID_UPDATE_SCHEMANAME, PropertyAttribute::BOU… in IMPLEMENT_FORWARD_XINTERFACE3()
89registerProperty(PROPERTY_UPDATE_CATALOGNAME, PROPERTY_ID_UPDATE_CATALOGNAME, PropertyAttribute::B… in IMPLEMENT_FORWARD_XINTERFACE3()
92registerProperty(PROPERTY_LAYOUTINFORMATION, PROPERTY_ID_LAYOUTINFORMATION, PropertyAttribute::BOU… in IMPLEMENT_FORWARD_XINTERFACE3()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A Ddatasettings.cxx46registerProperty(PROPERTY_HAVING_CLAUSE, PROPERTY_ID_HAVING_CLAUSE, PropertyAttribute::BOUND, in registerPropertiesFor()
49 registerProperty(PROPERTY_GROUP_BY, PROPERTY_ID_GROUP_BY, PropertyAttribute::BOUND, in registerPropertiesFor()
53 registerProperty(PROPERTY_FILTER, PROPERTY_ID_FILTER, PropertyAttribute::BOUND, in registerPropertiesFor()
56 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in registerPropertiesFor()
59 registerProperty(PROPERTY_APPLYFILTER, PROPERTY_ID_APPLYFILTER, PropertyAttribute::BOUND, in registerPropertiesFor()
62 registerProperty(PROPERTY_FONT, PROPERTY_ID_FONT, PropertyAttribute::BOUND, in registerPropertiesFor()
68 registerProperty(PROPERTY_AUTOGROW, PROPERTY_ID_AUTOGROW, PropertyAttribute::BOUND, in registerPropertiesFor()
77 registerProperty(PROPERTY_TEXTEMPHASIS, PROPERTY_ID_TEXTEMPHASIS, PropertyAttribute::BOUND, in registerPropertiesFor()
80registerProperty(PROPERTY_TEXTRELIEF, PROPERTY_ID_TEXTRELIEF, PropertyAttribute::BOUND,&_pItem->m_… in registerPropertiesFor()
82registerProperty(PROPERTY_FONTNAME, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,… in registerPropertiesFor()
[all …]
H A Dtable.cxx169 registerProperty(PROPERTY_FILTER, PROPERTY_ID_FILTER, PropertyAttribute::BOUND, in construct()
172 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in construct()
175 registerProperty(PROPERTY_APPLYFILTER, PROPERTY_ID_APPLYFILTER, PropertyAttribute::BOUND, in construct()
178 registerProperty(PROPERTY_FONT, PROPERTY_ID_FONT, PropertyAttribute::BOUND, in construct()
184 registerProperty(PROPERTY_AUTOGROW, PROPERTY_ID_AUTOGROW, PropertyAttribute::BOUND, in construct()
190registerProperty(PROPERTY_PRIVILEGES, PROPERTY_ID_PRIVILEGES, PropertyAttribute::BOUND | PropertyA… in construct()
196 registerProperty(PROPERTY_TEXTEMPHASIS, PROPERTY_ID_TEXTEMPHASIS, PropertyAttribute::BOUND, in construct()
199 registerProperty(PROPERTY_TEXTRELIEF, PROPERTY_ID_TEXTRELIEF, PropertyAttribute::BOUND, in construct()
202registerProperty(PROPERTY_FONTNAME, PROPERTY_ID_FONTNAME, PropertyAttribute::BOUND,… in construct()
210registerProperty(PROPERTY_FONTWEIGHT, PROPERTY_ID_FONTWEIGHT, PropertyAttribute::BOUND,… in construct()
[all …]
H A Ddefinitioncolumn.cxx67registerProperty( PROPERTY_TYPENAME, PROPERTY_ID_TYPENAME, nDefaultAttr, &m_aTypeName, cppu::UnoTy… in IMPLEMENT_FORWARD_XINTERFACE2()
68registerProperty( PROPERTY_DESCRIPTION, PROPERTY_ID_DESCRIPTION, nDefaultAttr, &m_aDescription, cp… in IMPLEMENT_FORWARD_XINTERFACE2()
74registerProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, cppu::UnoType<decltype(… in IMPLEMENT_FORWARD_XINTERFACE2()
75registerProperty( PROPERTY_PRECISION, PROPERTY_ID_PRECISION, nDefaultAttr, &m_nPrecision, cppu::Un… in IMPLEMENT_FORWARD_XINTERFACE2()
76registerProperty( PROPERTY_SCALE, PROPERTY_ID_SCALE, nDefaultAttr, &m_nScale, cppu::UnoType<declty… in IMPLEMENT_FORWARD_XINTERFACE2()
77registerProperty( PROPERTY_ISNULLABLE, PROPERTY_ID_ISNULLABLE, nDefaultAttr, &m_nIsNullable, cppu:… in IMPLEMENT_FORWARD_XINTERFACE2()
80registerProperty( PROPERTY_ISCURRENCY, PROPERTY_ID_ISCURRENCY, nDefaultAttr, &m_bCurrency, cppu::U… in IMPLEMENT_FORWARD_XINTERFACE2()
168registerProperty( PROPERTY_SCHEMANAME, PROPERTY_ID_SCHEMANAME, nPropAttr, &m_sSchemaName, cppu::Un… in OQueryColumn()
169registerProperty( PROPERTY_TABLENAME, PROPERTY_ID_TABLENAME, nPropAttr, &m_sTableName, cppu::UnoTy… in OQueryColumn()
170registerProperty( PROPERTY_REALNAME, PROPERTY_ID_REALNAME, nPropAttr, &m_sRealName, cppu::UnoType<… in OQueryColumn()
[all …]
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dbasedevice.h114 void registerProperty(void *p, INDI_PROPERTY_TYPE type);
117 void registerProperty(ITextVectorProperty *property);
118 void registerProperty(INumberVectorProperty *property);
119 void registerProperty(ISwitchVectorProperty *property);
120 void registerProperty(ILightVectorProperty *property);
121 void registerProperty(IBLOBVectorProperty *property);
123 void registerProperty(INDI::PropertyView<IText> *property);
124 void registerProperty(INDI::PropertyView<INumber> *property);
126 void registerProperty(INDI::PropertyView<ILight> *property);
127 void registerProperty(INDI::PropertyView<IBLOB> *property);
[all …]
H A Dbasedevice.cpp886 void BaseDevice::registerProperty(INDI::Property &property) in registerProperty() function in INDI::BaseDevice
917 void BaseDevice::registerProperty(ITextVectorProperty *property) in registerProperty() function in INDI::BaseDevice
919 registerProperty(property, INDI_TEXT); in registerProperty()
924 registerProperty(property, INDI_NUMBER); in registerProperty()
929 registerProperty(property, INDI_SWITCH); in registerProperty()
932 void BaseDevice::registerProperty(ILightVectorProperty *property) in registerProperty() function in INDI::BaseDevice
934 registerProperty(property, INDI_LIGHT); in registerProperty()
937 void BaseDevice::registerProperty(IBLOBVectorProperty *property) in registerProperty() function in INDI::BaseDevice
939 registerProperty(property, INDI_BLOB); in registerProperty()
942 void BaseDevice::registerProperty(PropertyView<IText> *property) in registerProperty() function in INDI::BaseDevice
[all …]
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/gui/qt/mainwidgets/
H A Dperiodictablewidget.cpp14 void PeriodicTableWidget::registerProperty(QWidget*, T Element::*) in registerProperty() function in PeriodicTableWidget
18 void PeriodicTableWidget::registerProperty(QWidget* w, double Element::* prop) in registerProperty() function in PeriodicTableWidget
135 registerProperty(ui->mSel, &Element::m);
136 registerProperty(ui->zSel, &Element::Z);
137 registerProperty(ui->covSel, &Element::covr);
138 registerProperty(ui->vdwSel, &Element::vdwr);
139 registerProperty(ui->cpnlSel, &Element::CPNL);
140 registerProperty(ui->cpppSel, &Element::CPPP);
141 registerProperty(ui->pwppSel, &Element::PWPP);
142 registerProperty(ui->colSel, &Element::col);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/sdbcx/
H A DVColumn.cxx154registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPENAME), PROPER… in construct()
155registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DESCRIPTION), PROPER… in construct()
157registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION), PROPER… in construct()
158registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE), PROPER… in construct()
159registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE), PROPER… in construct()
160registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE), PROPER… in construct()
161registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT), PROPER… in construct()
162registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISROWVERSION), PROPER… in construct()
163registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISCURRENCY), PROPER… in construct()
165registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME), PROPER… in construct()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/sdbcx/
H A DVColumn.cxx155registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPENAME), PROPER… in construct()
156registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_DESCRIPTION), PROPER… in construct()
158registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION), PROPER… in construct()
159registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE), PROPER… in construct()
160registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE), PROPER… in construct()
161registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLABLE), PROPER… in construct()
162registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISAUTOINCREMENT), PROPER… in construct()
163registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISROWVERSION), PROPER… in construct()
164registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISCURRENCY), PROPER… in construct()
166registerProperty(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME), PROPER… in construct()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-properties-values-api/
H A Dregister-property.html.ini2 [registerProperty requires a name matching <custom-property-name>]
5 [registerProperty fails for an already registered property]
8 [registerProperty only allows omitting initialValue if syntax is '*']
11 [registerProperty requires inherits]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-properties-values-api/
H A Dregister-property.html.ini2 [registerProperty requires a name matching <custom-property-name>]
5 [registerProperty fails for an already registered property]
8 [registerProperty only allows omitting initialValue if syntax is '*']
11 [registerProperty requires inherits]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-properties-values-api/
H A Dregister-property.html.ini2 [registerProperty requires a name matching <custom-property-name>]
5 [registerProperty fails for an already registered property]
8 [registerProperty only allows omitting initialValue if syntax is '*']
11 [registerProperty requires inherits]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-properties-values-api/
H A Dregister-property.html.ini2 [registerProperty requires a name matching <custom-property-name>]
5 [registerProperty fails for an already registered property]
8 [registerProperty only allows omitting initialValue if syntax is '*']
11 [registerProperty requires inherits]
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/adaptors/
H A Ditemadaptor.h29 …object_.registerProperty("Locked").onInterface(INTERFACE_NAME).withGetter([this](){ return this->L… in Item_adaptor()
30 …object_.registerProperty("Attributes").onInterface(INTERFACE_NAME).withGetter([this](){ return thi… in Item_adaptor()
31 …object_.registerProperty("Label").onInterface(INTERFACE_NAME).withGetter([this](){ return this->La… in Item_adaptor()
32 …object_.registerProperty("Type").onInterface(INTERFACE_NAME).withGetter([this](){ return this->Typ… in Item_adaptor()
33 …object_.registerProperty("Created").onInterface(INTERFACE_NAME).withGetter([this](){ return this->… in Item_adaptor()
34 …object_.registerProperty("Modified").onInterface(INTERFACE_NAME).withGetter([this](){ return this-… in Item_adaptor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/dataaccess/
H A Dcommanddefinition.cxx40 registerProperty(PROPERTY_COMMAND, PROPERTY_ID_COMMAND, PropertyAttribute::BOUND, in registerProperties()
43registerProperty(PROPERTY_ESCAPE_PROCESSING, PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::BOU… in registerProperties()
46registerProperty(PROPERTY_UPDATE_TABLENAME, PROPERTY_ID_UPDATE_TABLENAME, PropertyAttribute::BOUND, in registerProperties()
49registerProperty(PROPERTY_UPDATE_SCHEMANAME, PROPERTY_ID_UPDATE_SCHEMANAME, PropertyAttribute::BOU… in registerProperties()
52registerProperty(PROPERTY_UPDATE_CATALOGNAME, PROPERTY_ID_UPDATE_CATALOGNAME, PropertyAttribute::B… in registerProperties()
54registerProperty(PROPERTY_LAYOUTINFORMATION, PROPERTY_ID_LAYOUTINFORMATION, PropertyAttribute::BOU… in registerProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Dcommanddefinition.cxx41 registerProperty(PROPERTY_COMMAND, PROPERTY_ID_COMMAND, PropertyAttribute::BOUND, in registerProperties()
44registerProperty(PROPERTY_ESCAPE_PROCESSING, PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::BOU… in registerProperties()
47registerProperty(PROPERTY_UPDATE_TABLENAME, PROPERTY_ID_UPDATE_TABLENAME, PropertyAttribute::BOUND, in registerProperties()
50registerProperty(PROPERTY_UPDATE_SCHEMANAME, PROPERTY_ID_UPDATE_SCHEMANAME, PropertyAttribute::BOU… in registerProperties()
53registerProperty(PROPERTY_UPDATE_CATALOGNAME, PROPERTY_ID_UPDATE_CATALOGNAME, PropertyAttribute::B… in registerProperties()
55registerProperty(PROPERTY_LAYOUTINFORMATION, PROPERTY_ID_LAYOUTINFORMATION, PropertyAttribute::BOU… in registerProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/
H A DDEPSSolverImpl.java61 registerProperty(m_agentSwitchRate); in DEPSSolverImpl()
62 registerProperty(m_minFactor); in DEPSSolverImpl()
63 registerProperty(m_maxFactor); in DEPSSolverImpl()
64 registerProperty(m_CR); in DEPSSolverImpl()
65 registerProperty(m_c1); in DEPSSolverImpl()
66 registerProperty(m_c2); in DEPSSolverImpl()
67 registerProperty(m_weight); in DEPSSolverImpl()
68 registerProperty(m_CL); in DEPSSolverImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/
H A DDEPSSolverImpl.java61 registerProperty(m_agentSwitchRate); in DEPSSolverImpl()
62 registerProperty(m_minFactor); in DEPSSolverImpl()
63 registerProperty(m_maxFactor); in DEPSSolverImpl()
64 registerProperty(m_CR); in DEPSSolverImpl()
65 registerProperty(m_c1); in DEPSSolverImpl()
66 registerProperty(m_c2); in DEPSSolverImpl()
67 registerProperty(m_weight); in DEPSSolverImpl()
68 registerProperty(m_CL); in DEPSSolverImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/uno/
H A DColumnModel.cxx77registerProperty( PROPERTY_ACTIVE_CONNECTION, PROPERTY_ID_ACTIVE_CONNECTION, PropertyAttribute::TR… in registerProperties()
81registerProperty( PROPERTY_COLUMN, PROPERTY_ID_COLUMN, PropertyAttribute::TRANSIENT | PropertyAttr… in registerProperties()
86 registerProperty( PROPERTY_DEFAULTCONTROL, PROPERTY_ID_DEFAULTCONTROL, PropertyAttribute::BOUND, in registerProperties()
88 registerProperty( PROPERTY_ENABLED, PROPERTY_ID_ENABLED, PropertyAttribute::BOUND, in registerProperties()
90 registerProperty( PROPERTY_BORDER, PROPERTY_ID_BORDER, PropertyAttribute::BOUND, in registerProperties()
92 registerProperty( PROPERTY_EDIT_WIDTH, PROPERTY_ID_EDIT_WIDTH, PropertyAttribute::BOUND, in registerProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/uno/
H A DColumnModel.cxx82registerProperty( PROPERTY_ACTIVE_CONNECTION, PROPERTY_ID_ACTIVE_CONNECTION, PropertyAttribute::TR… in registerProperties()
86registerProperty( PROPERTY_COLUMN, PROPERTY_ID_COLUMN, PropertyAttribute::TRANSIENT | PropertyAttr… in registerProperties()
91 registerProperty( PROPERTY_DEFAULTCONTROL, PROPERTY_ID_DEFAULTCONTROL, PropertyAttribute::BOUND, in registerProperties()
93 registerProperty( PROPERTY_ENABLED, PROPERTY_ID_ENABLED, PropertyAttribute::BOUND, in registerProperties()
95 registerProperty( PROPERTY_BORDER, PROPERTY_ID_BORDER, PropertyAttribute::BOUND, in registerProperties()
97 registerProperty( PROPERTY_EDIT_WIDTH, PROPERTY_ID_EDIT_WIDTH, PropertyAttribute::BOUND, in registerProperties()

12345678910>>...14