Home
last modified time | relevance | path

Searched refs:xAttribute (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/compositor/nodes/
H A DCOM_Stabilize2dNode.cpp51 MovieClipAttributeOperation *xAttribute = new MovieClipAttributeOperation(); in convertToOperations() local
66 xAttribute->setAttribute(MCA_X); in convertToOperations()
67 xAttribute->setFramenumber(context.getFramenumber()); in convertToOperations()
68 xAttribute->setMovieClip(clip); in convertToOperations()
69 xAttribute->setInvert(invert); in convertToOperations()
78 converter.addOperation(xAttribute); in convertToOperations()
90 converter.addLink(xAttribute->getOutputSocket(), translateOperation->getInputSocket(1)); in convertToOperations()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dtdmgr.cxx198 const Reference< XInterfaceAttributeTypeDescription2 > & xAttribute ) in createCTD()
201 if (xAttribute.is()) in createCTD()
203 OUString aMemberName( xAttribute->getName() ); in createCTD()
204 Reference< XTypeDescription > xType( xAttribute->getType() ); in createCTD()
208 xAttribute->getGetExceptions() ); in createCTD()
216 xAttribute->getSetExceptions() ); in createCTD()
224 xAttribute->getPosition(), in createCTD()
228 xAttribute->isReadOnly(), in createCTD()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dtdmgr.cxx197 const Reference< XInterfaceAttributeTypeDescription2 > & xAttribute ) in createCTD()
200 if (xAttribute.is()) in createCTD()
202 OUString aMemberName( xAttribute->getName() ); in createCTD()
203 Reference< XTypeDescription > xType( xAttribute->getType() ); in createCTD()
207 xAttribute->getGetExceptions() ); in createCTD()
215 xAttribute->getSetExceptions() ); in createCTD()
223 xAttribute->getPosition(), in createCTD()
227 xAttribute->isReadOnly(), in createCTD()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DDomExport.cxx209 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() argument
211 mrExport.AddAttribute( qualifiedName( xAttribute ), in addAttribute()
212 xAttribute->getNodeValue() ); in addAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DDomExport.cxx203 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() argument
205 mrExport.AddAttribute( qualifiedName( xAttribute ), in addAttribute()
206 xAttribute->getNodeValue() ); in addAttribute()
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualxpath.c903 char *xAttribute = NULL; in vxpath_column() local
964 xAttribute = sqlite3_mprintf ("%s:%s", prefix, node->name); in vxpath_column()
967 xAttribute = sqlite3_mprintf ("%s", node->name); in vxpath_column()
1028 if (!xAttribute) in vxpath_column()
1031 sqlite3_result_text (pContext, xAttribute, in vxpath_column()
1032 strlen (xAttribute), SQLITE_TRANSIENT); in vxpath_column()
1051 if (xAttribute) in vxpath_column()
1052 sqlite3_free (xAttribute); in vxpath_column()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsvectorfieldsymbollayer.h85 QString xAttribute() const { return mXAttribute; } in xAttribute() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsvectorfieldsymbollayer.h81 QString xAttribute() const { return mXAttribute; } in xAttribute() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/climaker/
H A Dclimaker_emit.cxx984 reflection::XInterfaceAttributeTypeDescription2 > xAttribute(
990 ::System::Type ^ attribute_type = get_type( xAttribute->getType() );
996 ustring_to_String( xAttribute->getMemberName() ),
1001 if (xAttribute->isBound())
1016 xAttribute->getMemberName() ),
1021 get_exception_attribute(xAttribute->getGetExceptions());
1027 if (! xAttribute->isReadOnly())
1035 xAttribute->getMemberName() ),
1042 get_exception_attribute(xAttribute->getSetExceptions());
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/climaker/
H A Dclimaker_emit.cxx984 reflection::XInterfaceAttributeTypeDescription2 > xAttribute(
990 ::System::Type ^ attribute_type = get_type( xAttribute->getType() );
996 ustring_to_String( xAttribute->getMemberName() ),
1001 if (xAttribute->isBound())
1016 xAttribute->getMemberName() ),
1021 get_exception_attribute(xAttribute->getGetExceptions());
1027 if (! xAttribute->isReadOnly())
1035 xAttribute->getMemberName() ),
1042 get_exception_attribute(xAttribute->getSetExceptions());
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/symbology/
H A Dqgsvectorfieldsymbollayer.sip.in89 QString xAttribute() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/symbology/
H A Dqgsvectorfieldsymbollayer.sip.in83 QString xAttribute() const;
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsvectorfieldsymbollayerwidget.cpp65 mXAttributeComboBox->setCurrentIndex( mXAttributeComboBox->findText( mLayer->xAttribute() ) ); in setSymbolLayer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsvectorfieldsymbollayerwidget.cpp65 mXAttributeComboBox->setCurrentIndex( mXAttributeComboBox->findText( mLayer->xAttribute() ) ); in setSymbolLayer()
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DPyQGIS-1.8.api2463 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString
H A DPyQGIS-2.0.api5929 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString
H A DPyQGIS-2.2.api6466 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DPyQGIS-1.8.api2463 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString
H A DPyQGIS-2.0.api5929 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString
H A DPyQGIS-2.2.api6466 qgis.core.QgsVectorFieldSymbolLayer.xAttribute?4() -> QString