Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 101 – 125 of 223) sorted by relevance

123456789

/aoo4110/main/rdbmaker/source/rdbmaker/
H A Dspecialtypemanager.hxx55 RTTypeClass getTypeClass(const ::rtl::OString& name);
H A Dspecialtypemanager.cxx85 RTTypeClass SpecialTypeManager::getTypeClass(const OString& name) in getTypeClass() function in SpecialTypeManager
/aoo4110/main/odk/examples/java/Inspector/
H A DXUnoMethodNode.java47 public TypeClass getTypeClass(); in getTypeClass() method
H A DInspectorPane.java129 …if (_oUnoMethodNode.getXIdlMethod().getReturnType().getTypeClass().getValue() == TypeClass.VOID_va… in invoke()
136 …+= m_oSourceCodeGenerator.getStringValueOfObject(oUnoReturnObject, _oUnoMethodNode.getTypeClass()); in invoke()
H A DIntrospector.java314 return aType.getTypeClass().getValue() == TypeClass.SEQUENCE_value; in isObjectSequence()
322 breturn = isObjectPrimitive(_oUnoObject.getClass(), aType.getTypeClass()); in isObjectPrimitive()
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdef.cxx37 TypeClass TypedefTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::TypedefTypeDescriptionImpl
H A Dtdconsts.cxx47 TypeClass ConstantsTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::ConstantsTypeDescriptionImpl
H A Dtdmodule.cxx46 TypeClass ModuleTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::ModuleTypeDescriptionImpl
H A Dtdenum.cxx44 TypeClass EnumTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::EnumTypeDescriptionImpl
H A Dfunctiondescription.cxx90 || exceptions[i]->getTypeClass() != css::uno::TypeClass_EXCEPTION) in getExceptions()
H A Dstructtypedescription.hxx59 virtual com::sun::star::uno::TypeClass SAL_CALL getTypeClass()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DMemberDescriptionHelper.java52 TypeClass tc = desc.getTypeClass(); in getElementTypeClass()
/aoo4110/main/xmloff/source/style/
H A DEnumPropertyHdl.cxx55 switch( mrType.getTypeClass() ) in importXML()
/aoo4110/main/qadevOOo/tests/java/ifc/reflection/
H A D_XIdlReflection.java59 result &= cls.getTypeClass() == TypeClass.INTERFACE; in _forName()
/aoo4110/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx75 reader.getTypeClass() == RT_TYPE_EXCEPTION in add()
H A Dcodemaker.cxx122 *typeClass = reader.getTypeClass(); in decomposeAndResolve()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java179 if (t.getTypeClass() != TypeClass.UNKNOWN) in registerProperty()
396 if (prop.Type.getTypeClass() == TypeClass.INTERFACE) in getPropertyValue()
/aoo4110/main/xmloff/source/forms/
H A Delementimport.cxx394 eValueTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()
399 TypeClass ePropTypeClass = aProperty.Type.getTypeClass(); in implApplyGenericProperties()
404 ePropTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()
958 if (TypeClass_ANY == aProp.Type.getTypeClass()) in implTranslateValueProperty()
/aoo4110/main/comphelper/inc/comphelper/
H A Dextract.hxx46 if (rType.getTypeClass() == ::com::sun::star::uno::TypeClass_ENUM) in int2enum()
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx629 switch( rAny.getValueType().getTypeClass() ) in extractIntFromAny()
651 switch( rAny.getValueType().getTypeClass() ) in extractBoolFromAny()
677 switch( rAny.getValueType().getTypeClass() ) in extractStringFromAny()
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXTypeDescription.idl64 com::sun::star::uno::TypeClass getTypeClass();
/aoo4110/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx730 reader.getSuperTypeName(0))).getTypeClass()) in generateDocumentation()
848 reader.getSuperTypeName(0))).getTypeClass()) in generateDocumentation()
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1120 OSL_ENSURE(aEffectiveMin.getValueType().getTypeClass() == TypeClass_DOUBLE, in TransferFormComponentProperties()
1130 OSL_ENSURE(aEffectiveMax.getValueType().getTypeClass() == TypeClass_DOUBLE, in TransferFormComponentProperties()
1140 sal_Bool bIsString = aEffectiveDefault.getValueType().getTypeClass() == TypeClass_STRING; in TransferFormComponentProperties()
1141 OSL_ENSURE(bIsString || aEffectiveDefault.getValueType().getTypeClass() == TypeClass_DOUBLE, in TransferFormComponentProperties()
/aoo4110/main/forms/source/component/
H A DHidden.cxx100 …DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING, "OHiddenModel::setFastProper… in setFastPropertyValue_NoBroadcast()
/aoo4110/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx135 nTypeClass = m_xDataType->getTypeClass(); in classify()

Completed in 111 milliseconds

123456789