Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 51 – 75 of 226) sorted by relevance

12345678910

/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java96 TypeClass typeClass = type.getTypeClass(); in writeType()
111 switch(type.getTypeClass().getValue()) { in writeValue()
298 if (ctype.getTypeClass() == TypeClass.BYTE) { in writeSequenceValue()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx177 if( TypeClass_VOID != m_aPropType.getTypeClass() ) in addValue()
199 switch (_rExpectedType.getTypeClass()) in convertString()
227 if (TypeClass_SHORT == _rExpectedType.getTypeClass()) in convertString()
/aoo42x/main/forms/source/component/
H A DComboBox.cxx233 DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING, in setFastPropertyValue_NoBroadcast()
247 DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, in setFastPropertyValue_NoBroadcast()
253 DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING, in setFastPropertyValue_NoBroadcast()
353 if (m_aBoundColumn.getValueType().getTypeClass() == TypeClass_SHORT) in write()
H A DListBox.cxx298 …DBG_ASSERT((_rValue.getValueType().getTypeClass() == TypeClass_SHORT) || (_rValue.getValueType().g… in setFastPropertyValue_NoBroadcast()
503 if (m_aBoundColumn.getValueType().getTypeClass() != TypeClass_VOID) in write()
679 if ( m_aBoundColumn.getValueType().getTypeClass() == TypeClass_SHORT ) in loadData()
1125 switch ( _rExchangeType.getTypeClass() ) in lcl_getCurrentExchangeType()
1134 switch ( aElementType.getTypeClass() ) in lcl_getCurrentExchangeType()
H A DCurrency.cxx216 if ( aControlValue.getValueType().getTypeClass() == TypeClass_VOID ) in commitControlValueToDbColumn()
248 if ( m_aDefault.getValueType().getTypeClass() == TypeClass_DOUBLE ) in getDefaultForReset()
/aoo42x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx253 if( rRet.getValueType().getTypeClass() == TypeClass_VOID ) in convertToEventReturn()
255 switch( rRetType.getTypeClass() ) in convertToEventReturn()
321 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring()
325 switch( aRet.getValueType().getTypeClass() ) in approveFiring()
372 Type aRetType(xRetType->getTypeClass(), xRetType->getName()); in approveFiring()
/aoo42x/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx188 assertEqual(css::uno::TypeClass_SEQUENCE, sequence->getTypeClass()); in run()
203 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run()
239 assertEqual(css::uno::TypeClass_INTERFACE_METHOD, method->getTypeClass()); in run()
/aoo42x/main/unodevtools/inc/unodevtools/
H A Dtypemanager.hxx85 RTTypeClass getTypeClass(const ::rtl::OString& name) const;
86 RTTypeClass getTypeClass(RegistryKey& rTypeKey) const;
/aoo42x/main/cppuhelper/source/
H A Dimplbase_ex.cxx55 if (TypeClass_INTERFACE != rType.getTypeClass()) in checkInterface()
103 …OSL_ENSURE( rType.getTypeClass() == TypeClass_INTERFACE, "### wrong helper init: expected interfac… in __getTypeEntries()
105 if (rType.getTypeClass() != TypeClass_INTERFACE) in __getTypeEntries()
/aoo42x/main/odk/examples/java/Inspector/
H A DSwingUnoMethodNode.java80 public TypeClass getTypeClass() { in getTypeClass() method in SwingUnoMethodNode
81 return m_oUnoMethodNode.getTypeClass(); in getTypeClass()
H A DUnoNode.java323 TypeClass aTypeClass = aType.getTypeClass(); in getDisplayValuesofPrimitiveArray()
326 nTypeValue = (sequenceComponentType(aType)).getTypeClass().getValue(); in getDisplayValuesofPrimitiveArray()
381 … System.out.println("Value could not be retrieved: " + aType.getTypeClass().getClass().getName()); in getDisplayValuesofPrimitiveArray()
H A DUnoPropertyNode.java145 …isObjectPrimitive(getUnoReturnObject().getClass(), getProperty().Type.getTypeClass()); … in isPrimitive()
152 bIsPrimitive = Introspector.isObjectPrimitive(aProperty.Type.getTypeClass()); in isPrimitive()
/aoo42x/main/rdbmaker/inc/codemaker/
H A Dtypemanager.hxx91 virtual RTTypeClass getTypeClass(const ::rtl::OString& /*name*/) in getTypeClass() function in TypeManager
151 RTTypeClass getTypeClass(const ::rtl::OString& name);
/aoo42x/main/extensions/source/ole/
H A Dunoconversionutilities.hxx329 switch( ptype.getTypeClass()) in variantToAny()
578 OUString::valueOf((sal_Int32) ptype.getTypeClass()), in variantToAny()
1737 if( aType.getTypeClass() == TypeClass_INTERFACE) in createOleObjectWrapper()
1739 else if( aType.getTypeClass() == TypeClass_STRUCT) in createOleObjectWrapper()
2221 if( unotype.getTypeClass() == TypeClass_VOID) in createOleArrayWrapperOfDim()
2238 if( seqType.getTypeClass() != TypeClass_VOID) in getElementTypeOfSequence()
2240 OSL_ASSERT( seqType.getTypeClass() == TypeClass_SEQUENCE); in getElementTypeOfSequence()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dtdcomp.cxx44 TypeClass CompoundTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::CompoundTypeDescriptionImpl
90 virtual TypeClass SAL_CALL getTypeClass() throw (RuntimeException) in getTypeClass() function in stoc_rdbtdp::__anon0ba6a3d10111::TypeParameter
H A Dstructtypedescription.cxx64 css::uno::TypeClass StructTypeDescription::getTypeClass() in getTypeClass() function in StructTypeDescription
67 return m_base->getTypeClass(); in getTypeClass()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.hxx77 sal_Int16 getTypeClass() const { return m_nTypeClass; } in getTypeClass() function in xforms::OXSDDataType
102 virtual sal_Int16 SAL_CALL getTypeClass() throw (::com::sun::star::uno::RuntimeException);
165 return new classname( _rName, getTypeClass() ); \
/aoo42x/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1414 if( aAny.getValueType().getTypeClass() == TypeClass_INTERFACE ) { in getRegistryFromServiceManager()
1451 if( aArgs.getConstArray()[0].getValueType().getTypeClass() == TypeClass_INTERFACE ) { in initialize()
1468 if( aArgs.getConstArray()[1].getValueType().getTypeClass() == TypeClass_STRING ) { in initialize()
1483 if( aArgs.getConstArray()[2].getValueType().getTypeClass() == TypeClass_STRING ) { in initialize()
1498 if( aArgs.getConstArray()[3].getValueType().getTypeClass() == TypeClass_INTERFACE ) { in initialize()
1664 if( aAny.getValueType().getTypeClass() == TypeClass_INTERFACE ) in revokeImplementation()
/aoo42x/main/chart2/source/inc/
H A DCommonFunctors.hxx65 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
82 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
/aoo42x/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx198 uno::TypeClass ePropertyType = ControlValueType.getTypeClass(); in convertToPropertyValue()
503 switch ( _rTargetType.getTypeClass() ) in convertStringToGenericValue()
525 switch ( aElementType.getTypeClass() ) in convertStringToGenericValue()
H A Dformcomponenthandler.cxx223 const TypeClass eType = _rPropertyValue.getValueType().getTypeClass(); in lcl_getStringResourceResolverForProperty()
260 TypeClass eType = aPropertyValue.getValueType().getTypeClass(); in impl_getPropertyValue_throw()
363 TypeClass eType = aPropertyValue.getValueType().getTypeClass(); in setPropertyValue()
678 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue()
1016 TypeClass eType = aProperty.Type.getTypeClass(); in describePropertyLine()
2225 if ( ( _rProperty.Type.getTypeClass() == TypeClass_INTERFACE ) in impl_shouldExcludeProperty_nothrow()
2226 || ( _rProperty.Type.getTypeClass() == TypeClass_ARRAY ) in impl_shouldExcludeProperty_nothrow()
2227 || ( _rProperty.Type.getTypeClass() == TypeClass_UNKNOWN ) in impl_shouldExcludeProperty_nothrow()
/aoo42x/main/comphelper/source/property/
H A Dpropertybag.cxx114 if ( _rType.getTypeClass() == TypeClass_VOID ) in addVoidProperty()
139 if ( aPropertyType.getTypeClass() == TypeClass_VOID ) in addProperty()
/aoo42x/main/comphelper/qa/complex/comphelper/
H A DMap.java230 … new TypeClass[] { intType.getTypeClass(), longType.getTypeClass(), msfType.getTypeClass() }, in testComplexKeyTypes()
/aoo42x/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx182 RTTypeClass RegistryTypeManager::getTypeClass(const OString& name) in getTypeClass() function in RegistryTypeManager
203 RTTypeClass ret = reader.getTypeClass(); in getTypeClass()
/aoo42x/main/xmloff/source/forms/
H A Dpropertyexport.cxx146 bool bIsEmptyValue = TypeClass_VOID == aValue.getValueType().getTypeClass(); in exportRemainingProperties()
188 switch ( aExportType.getTypeClass() ) in exportRemainingProperties()
630 switch (_rType.getTypeClass()) in implGetPropertyXMLType()

Completed in 180 milliseconds

12345678910