Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 126 – 150 of 223) sorted by relevance

123456789

/aoo4110/main/forms/source/component/
H A DNumeric.cxx202 if (m_aDefault.getValueType().getTypeClass() == TypeClass_DOUBLE) in getDefaultForReset()
H A DFile.cxx180 …DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_STRING, "OFileControlModel::setFastPr… in setFastPropertyValue_NoBroadcast()
/aoo4110/main/configmgr/source/
H A Dtype.cxx121 switch (value.getValueType().getTypeClass()) { in getDynamicType()
/aoo4110/main/chart2/source/tools/
H A DImplOPropertySet.cxx85 rProp.second.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ) in operator ()()
/aoo4110/main/codemaker/source/codemaker/
H A Ddependencies.cxx67 RTTypeClass tc = reader.getTypeClass(); in Dependencies()
/aoo4110/main/codemaker/source/commoncpp/
H A Dcommoncpp.cxx48 RTTypeClass typeclass = manager.getTypeClass(type); in typeToPrefix()
/aoo4110/main/comphelper/inc/comphelper/
H A Dproperty.hxx176 if (cppu::getTypeFavourUnsigned(&_rCurrentValue).getTypeClass() in tryPropertyValueEnum()
/aoo4110/main/svx/source/fmcomp/
H A Dgridcell.cxx1334 …DBG_ASSERT(aFmtKey.getValueType().getTypeClass() == TypeClass_LONG, "DbFormattedField::Init : inva… in Init()
1404 if (aMin.getValueType().getTypeClass() != TypeClass_VOID) in Init()
1406 …DBG_ASSERT(aMin.getValueType().getTypeClass() == TypeClass_DOUBLE, "DbFormattedField::Init : the m… in Init()
1422 if (aMin.getValueType().getTypeClass() != TypeClass_VOID) in Init()
1424 …DBG_ASSERT(aMin.getValueType().getTypeClass() == TypeClass_DOUBLE, "DbFormattedField::Init : the m… in Init()
1442 switch (aDefault.getValueType().getTypeClass()) in Init()
2261 if ( aCentury.getValueType().getTypeClass() != TypeClass_VOID ) in implAdjustGenericFieldSetting()
/aoo4110/main/editeng/source/items/
H A Dxmlcnitm.cxx105 if( rVal.getValue() != NULL && rVal.getValueType().getTypeClass() == TypeClass_INTERFACE ) in PutValue()
/aoo4110/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx813 reader.getSuperTypeName(0))).getTypeClass()) in generateDocumentation()
944 getTypeClass()) == RT_TYPE_INTERFACE) ) in generateDocumentation()
/aoo4110/main/codemaker/source/cppumaker/
H A Dincludes.cxx275 return m_manager.getTypeClass(registryType) == RT_TYPE_INTERFACE; in isInterfaceType()
/aoo4110/main/cppuhelper/source/
H A Dpropertysetmixin.cxx195 if (members[i]->getTypeClass() in initProperties()
307 t->getTypeClass(), t->getName()), in initProperties()
329 while (t->getTypeClass() == css::uno::TypeClass_TYPEDEF) { in resolveTypedefs()
H A Dstdidlclass.cxx84 virtual TypeClass SAL_CALL getTypeClass( ) throw(RuntimeException) in getTypeClass() function in cppu::OStdIdlClass
/aoo4110/main/registry/inc/registry/
H A Dreader.hxx187 RTTypeClass getTypeClass() const { in getTypeClass() function in typereg::Reader
/aoo4110/main/cppu/inc/com/sun/star/uno/
H A DType.h144 inline TypeClass SAL_CALL getTypeClass() const SAL_THROW( () ) in getTypeClass() function in com::sun::star::uno::Type
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java286 int nType = AnyConverter.getType(aValue).getTypeClass().getValue(); in isValidAndBoolean()
1181 int type = AnyConverter.getType(aValue).getTypeClass().getValue(); in getTypeObject()
/aoo4110/main/pyuno/source/module/
H A Dpyuno_runtime.cxx496 o.getStr(), (com::sun::star::uno::TypeClass)t.getTypeClass(), *this), in any2PyObject()
786 if( PyObject_IsInstance( o, getTypeClass( runtime ).get() ) ) in pyObject2Any()
/aoo4110/main/registry/tools/
H A Dchecksingleton.cxx184 if ( reader.isValid() && reader.getTypeClass() == RT_TYPE_SINGLETON ) in checkSingletons()
/aoo4110/main/chart2/source/model/main/
H A DDataPoint.cxx217 OSL_ASSERT( rValue.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ); in setFastPropertyValue_NoBroadcast()
/aoo4110/main/comphelper/source/misc/
H A Danycompare.cxx192 switch ( i_type.getTypeClass() ) in getStandardLessPredicate()
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx1742 if (!reader.isValid() || reader.getTypeClass() != typeClass in addBaseArguments()
1830 RTTypeClass typeClass = reader.getTypeClass(); in handleAggregatingType()
3057 switch (manager.getTypeReader(base).getTypeClass()) { in handleSingleton()
3250 switch (reader.getTypeClass()) { in produceType()
3322 switch (reader.getTypeClass()) { in produceType()
/aoo4110/main/udkapi/com/sun/star/beans/
H A DXIntroTest.idl149 com::sun::star::uno::TypeClass getTypeClass( [in] short n );
/aoo4110/main/stoc/test/
H A Dtestintrosp.idl163 com::sun::star::uno::TypeClass getTypeClass( [in] short n );
/aoo4110/main/chart2/source/model/template/
H A DCandleStickChartType.cxx325 OSL_ASSERT( rValue.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ); in setFastPropertyValue_NoBroadcast()
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx128 ::rtl::OString getTypeClass(const ::rtl::OString& type="",

Completed in 162 milliseconds

123456789