Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 26 – 50 of 226) sorted by relevance

12345678910

/aoo42x/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx224 RTTypeClass UnoTypeManager::getTypeClass(const OString& name) const in getTypeClass() function in unodevtools::UnoTypeManager
235 RTTypeClass tc = mapTypeClass(xTD->getTypeClass()); in getTypeClass()
245 RTTypeClass UnoTypeManager::getTypeClass(RegistryKey& rTypeKey) const in getTypeClass() function in unodevtools::UnoTypeManager
262 RTTypeClass ret = reader.getTypeClass(); in getTypeClass()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlDataSourceSetting.cxx164 …if ( !m_bIsList && ( m_aPropType.getTypeClass() == TypeClass_STRING ) && !m_aSetting.Value.hasValu… in EndElement()
180 if( TypeClass_VOID != m_aPropType.getTypeClass() ) in addValue()
202 switch (_rExpectedType.getTypeClass()) in convertString()
230 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
/aoo42x/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx87 if ( _rProperty.Type.getTypeClass() == TypeClass_BOOLEAN ) in describePropertyLine()
96 switch ( _rProperty.Type.getTypeClass() ) in describePropertyLine()
201 if ( _rControlValue.getValueType().getTypeClass() == TypeClass_STRING ) in convertToPropertyValue()
234 if ( _rControlValueType.getTypeClass() == TypeClass_STRING ) in convertToControlValue()
H A Dgenericpropertyhandler.cxx451 if ( pos->second.Type.getTypeClass() == TypeClass_ENUM ) in convertToPropertyValue()
478 if ( pos->second.Type.getTypeClass() == TypeClass_ENUM ) in convertToControlValue()
557 switch ( pProperties->Type.getTypeClass() ) in impl_ensurePropertyMap()
576 …Class eElementTypeClass = ::comphelper::getSequenceElementType( pProperties->Type ).getTypeClass(); in impl_ensurePropertyMap()
650 switch ( pos->second.Type.getTypeClass() ) in describePropertyLine()
/aoo42x/main/codemaker/source/idlmaker/
H A Didltype.cxx240 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpDepIncludes()
407 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in dumpType()
499 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpIdlGetType()
516 m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE) in dumpIdlGetType()
577 sal_Bool isTypeDef = (m_typeMgr.getTypeClass(baseType) == RT_TYPE_TYPEDEF); in checkSpecialIdlType()
586 typeClass = reader.getTypeClass(); in checkSpecialIdlType()
612 sal_Bool mustBeChecked = (m_typeMgr.getTypeClass(baseType) == RT_TYPE_TYPEDEF); in checkRealBaseType()
621 typeClass = reader.getTypeClass(); in checkRealBaseType()
1609 RTTypeClass typeClass = reader.getTypeClass(); in produceType()
/aoo42x/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx141 if ( xType->getTypeClass() == TypeClass_INTERFACE ) in getInheritedMemberCount()
291 switch (xType->getTypeClass()) in getTypeBlop()
329 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) in getTypeBlop()
342 if ( TypeClass_CONSTANT == memberTypes[i]->getTypeClass() ) in getTypeBlop()
435 if (xType->getTypeClass() == TypeClass_EXCEPTION) in getTypeBlop()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dtdsingleton.cxx57 if (resolveTypedefs(base)->getTypeClass() == TypeClass_INTERFACE) { in init()
59 } else if (base->getTypeClass() == TypeClass_SERVICE) { in init()
83 TypeClass SingletonTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::SingletonTypeDescriptionImpl
H A Dtdprovider.cxx393 if (aReader.getTypeClass() == RT_TYPE_MODULE || in getByHierarchicalNameImpl()
394 aReader.getTypeClass() == RT_TYPE_CONSTANTS || in getByHierarchicalNameImpl()
395 aReader.getTypeClass() == RT_TYPE_ENUM) in getByHierarchicalNameImpl()
478 while (resolved->getTypeClass() == TypeClass_TYPEDEF) { in resolveTypedefs()
495 switch (aReader.getTypeClass()) in createTypeDescription()
H A Dtdservice.cxx102 virtual TypeClass SAL_CALL getTypeClass()
124 TypeClass PropertyTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::PropertyTypeDescriptionImpl
171 TypeClass ServiceTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::ServiceTypeDescriptionImpl
409 if (resolveTypedefs(ifc)->getTypeClass() != TypeClass_INTERFACE) { in getReferences()
H A Drdbtdp_tdenumeration.cxx140 if ( aReader.getTypeClass() == RT_TYPE_MODULE ) in createInstance()
390 RTTypeClass eTypeClass = aReader.getTypeClass(); in queryMore()
503 if ( aReader.getTypeClass() == RT_TYPE_MODULE ) in queryMore()
/aoo42x/main/codemaker/source/codemaker/
H A Dtypemanager.cxx220 RTTypeClass RegistryTypeManager::getTypeClass(const OString& name) const in getTypeClass() function in RegistryTypeManager
242 RTTypeClass ret = reader.getTypeClass(); in getTypeClass()
257 RTTypeClass RegistryTypeManager::getTypeClass(RegistryKey& rTypeKey) const in getTypeClass() function in RegistryTypeManager
279 RTTypeClass ret = reader.getTypeClass(); in getTypeClass()
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx440 TypeClass eObjType = obj.getValueType().getTypeClass(); in setPropertyValueByIndex()
471 TypeClass eValType = aValue.getValueType().getTypeClass(); in setPropertyValueByIndex()
584 TypeClass eObjType = obj.getValueType().getTypeClass(); in getPropertyValueByIndex()
798 TypeClass eType = maInspectedObject.getValueType().getTypeClass(); in ImplIntrospectionAccess()
933 TypeClass eType = mrInspectedObject.getValueType().getTypeClass(); in ImplIntrospectionAdapter()
1935 if ( aToInspectObj.getValueType().getTypeClass() == TypeClass_TYPE ) in inspect()
2024 TypeClass eType = aToInspectObj.getValueType().getTypeClass(); in implInspect()
2397 Type aFieldType( xPropType->getTypeClass(), xPropType->getName() ); in implInspect()
2618 if( xSetRetType->getTypeClass() != TypeClass_VOID ) in implInspect()
2751 if( xSetRetType->getTypeClass() != TypeClass_VOID ) in implInspect()
[all …]
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx568 if ( evt.NewValue.getValueType().getTypeClass() == TypeClass_LONG ) in _propertyChanged()
827 if (aSupplier.getValueType().getTypeClass() != TypeClass_VOID) in write()
896 switch (aEffectiveValue.getValueType().getTypeClass()) in write()
1031 || ( ( aControlValue.getValueType().getTypeClass() == TypeClass_STRING ) in commitControlValueToDbColumn()
1042 …if ( aControlValue.getValueType().getTypeClass() == TypeClass_DOUBLE || (aControlValue >>= f)) // … in commitControlValueToDbColumn()
1048 …DBG_ASSERT( aControlValue.getValueType().getTypeClass() == TypeClass_STRING, "OFormattedModel::com… in commitControlValueToDbColumn()
1138 switch ( aExternalValueType.getTypeClass() ) in translateControlValueToExternalValue()
/aoo42x/main/registry/source/
H A Dregimpl.cxx156 switch (reader.getTypeClass()) { in dumpType()
195 "<invalid (%ld)>", static_cast< long >(reader.getTypeClass())); in dumpType()
1142 if (reader.getTypeClass() == RT_TYPE_INVALID) in checkBlop()
1169 if ((reader.getTypeClass() != reader2.getTypeClass()) in checkBlop()
1170 || reader2.getTypeClass() == RT_TYPE_INVALID) in checkBlop()
1182 if (reader.getTypeClass() == RT_TYPE_MODULE) in checkBlop()
1275 RegistryTypeWriter writer(reader.getTypeClass(), in mergeModuleValue()
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java53 if (t.getTypeClass() == TypeClass.UNKNOWN) { in getTypeDescription()
194 public TypeClass getTypeClass() { in getTypeClass() method in TypeDescription
224 return "[" + getClass().getName() + ": " + getTypeClass() + ", " in toString()
250 TypeClass typeClass = type.getTypeClass(); in create()
360 if (t.getTypeClass() == TypeClass.INTERFACE) { in create()
/aoo42x/main/registry/inc/registry/
H A Dreflread.hxx56 RTTypeClass (TYPEREG_CALLTYPE *getTypeClass) (TypeReaderImpl);
154 inline RTTypeClass getTypeClass() const;
361 inline RTTypeClass RegistryTypeReader::getTypeClass() const in getTypeClass() function in RegistryTypeReader
362 { return m_pApi->getTypeClass(m_hImpl); } in getTypeClass()
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java155 if (a.getType().getTypeClass() == TypeClass.INTERFACE) { in queryInterface()
163 object = a.getType().getTypeClass() == TypeClass.INTERFACE in queryInterface()
225 switch (t.getTypeClass().getValue()) { in areSame()
321 switch (type.getTypeClass().getValue()) { in completeValue()
H A DType.java263 _typeClass = typeDescription.getTypeClass(); in Type()
322 public TypeClass getTypeClass() { in getTypeClass() method in Type
453 _typeClass = t.getTypeClass() != TypeClass.UNKNOWN in init()
594 if (args < 0 && new Type(c).getTypeClass() == TypeClass.UNKNOWN) in determineClass()
/aoo42x/main/svtools/source/uno/
H A Dunoiface.cxx906 const ::com::sun::star::uno::TypeClass rTC = Value.getValueType().getTypeClass(); in setProperty()
1043 switch (rValue.getValueType().getTypeClass()) in convertEffectiveValue()
1102 switch (rValue.getValueType().getTypeClass()) in SetMinValue()
1113 …DBG_ASSERT(rValue.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_VOID, "SVTXFor… in SetMinValue()
1114 if ( rValue.getValueType().getTypeClass() != ::com::sun::star::uno::TypeClass_VOID ) in SetMinValue()
1143 switch (rValue.getValueType().getTypeClass()) in SetMaxValue()
1154 if (rValue.getValueType().getTypeClass() != ::com::sun::star::uno::TypeClass_VOID) in SetMaxValue()
1185 switch (aConverted.getValueType().getTypeClass()) in SetDefaultValue()
1277 if (rValue.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE ) in SetValue()
1285 …DBG_ASSERT(rValue.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING, "SVTXF… in SetValue()
[all …]
/aoo42x/main/comphelper/source/container/
H A Denumerablemap.cxx401 …if ( ( aValueType.getTypeClass() == TypeClass_VOID ) || ( aValueType.getTypeClass() == TypeClass_U… in initialize()
446 TypeClass eAllowedTypeClass = m_aData.m_aValueType.getTypeClass(); in impl_checkValue_throw()
521 if ( ( _keyOrValueType.getTypeClass() == TypeClass_DOUBLE ) in impl_checkNaN_throw()
522 || ( _keyOrValueType.getTypeClass() == TypeClass_FLOAT ) in impl_checkNaN_throw()
/aoo42x/main/rdbmaker/source/codemaker/
H A Ddependency.cxx140 if (count == 0 || reader.getTypeClass() == RT_TYPE_ENUM) in checkFieldDependencies()
254 if ( bDepend && reader.getTypeClass() == RT_TYPE_MODULE) in checkTypeDependencies()
266 if (reader.getTypeClass() == RT_TYPE_INTERFACE) in checkTypeDependencies()
/aoo42x/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx636 …sal_Bool bVoid = pProp->GetValue().getValueType().getTypeClass() == ::com::sun::star::uno::TypeCla… in write()
736 else if ( rType.getTypeClass() == TypeClass_ENUM ) in write()
939 else if ( pType->getTypeClass() == TypeClass_ENUM ) in read()
1128 sal_Bool bVoid = rValue.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_VOID; in convertFastPropertyValue()
1136 if ( pDestType->getTypeClass() == TypeClass_ANY ) in convertFastPropertyValue()
1151 switch (pDestType->getTypeClass()) in convertFastPropertyValue()
1203 if ( rValue.getValueType().getTypeClass() == TypeClass_INTERFACE ) in convertFastPropertyValue()
1257 …DBG_ASSERT( ( rValue.getValueType().getTypeClass() != ::com::sun::star::uno::TypeClass_VOID ) || (… in setFastPropertyValue_NoBroadcast()
/aoo42x/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx167 if (xNewTD->getTypeClass() == TypeClass_STRUCT) in checkStruct()
451 TypeClass tc = xNewTD->getTypeClass(); in check()
452 if (tc != xExistingTD->getTypeClass()) in check()
460 buf.append( getTypeClassName( xExistingTD->getTypeClass() ) ); in check()
/aoo42x/main/xmloff/source/forms/
H A Dpropertyimport.cxx104 switch (_rExpectedType.getTypeClass()) in convertString()
133 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
150 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
492 if( TypeClass_VOID == aPropType.getTypeClass() ) in StartElement()
/aoo42x/main/svx/source/form/
H A Dformcontrolfactory.cxx619 if ( aProperty.Type.getTypeClass() == TypeClass_DOUBLE ) in initializeFieldDependentProperties()
621 else if ( aProperty.Type.getTypeClass() == TypeClass_LONG ) in initializeFieldDependentProperties()
631 if ( aProperty.Type.getTypeClass() == TypeClass_DOUBLE ) in initializeFieldDependentProperties()
633 else if ( aProperty.Type.getTypeClass() == TypeClass_LONG ) in initializeFieldDependentProperties()

Completed in 162 milliseconds

12345678910