Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 176 – 200 of 226) sorted by relevance

12345678910

/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx1259 sal_uInt16 type = static_cast< sal_uInt16 >( prop.Type.getTypeClass() ); in addProperties()
1611 if ( prop.Type.getTypeClass() == uno::TypeClass_BOOLEAN ) in print()
/aoo42x/main/basic/source/classes/
H A Deventatt.cxx469 TypeClass eType = aAnyISP.getValueType().getTypeClass(); in RTL_Impl_CreateUnoDialog()
/aoo42x/main/forms/qa/integration/forms/
H A DCellBinding.java399 …if ( ((com.sun.star.uno.Any)cellContent).getType().getTypeClass() != com.sun.star.uno.TypeClass.VO… in verifyVoidCell()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_type.cxx117 PyRef getTypeClass( const Runtime & r ) in getTypeClass() function
H A Dpyuno_module.cxx376 if( a.getValueType().getTypeClass() == in getConstantByName()
/aoo42x/main/extensions/workben/
H A Dpythontest.cxx360 TypeClass type = aValue.getReflection()->getTypeClass(); in dumpVarToStream()
/aoo42x/main/extensions/source/ole/
H A Dservprov.cxx194 if (oleAny.getValueTypeClass() == getCppuType( (sal_uInt32 *)0).getTypeClass()) in CreateInstance()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java652 if (a.getType().getTypeClass() == TypeClass.INTERFACE) { in sendRequest()
/aoo42x/main/extensions/source/propctrlr/
H A Deformspropertyhandler.cxx371 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1210 if (aValue.getValueType().getTypeClass() != TypeClass_STRING) in setFastPropertyValue()
1479 if (aElement.getValueType().getTypeClass() != TypeClass_INTERFACE) in IMPLEMENT_LISTENER_ADMINISTRATION()
1663 if (Element.getValueType().getTypeClass() != TypeClass_INTERFACE) in replaceByIndex()
/aoo42x/main/sc/source/core/tool/
H A Daddincol.cxx712 switch (xClass->getTypeClass()) in lcl_ValidReturnType()
762 uno::TypeClass eType = xClass->getTypeClass(); in lcl_GetArgType()
/aoo42x/main/stoc/source/corereflection/
H A Dbase.hxx186 virtual TypeClass SAL_CALL getTypeClass() throw(::com::sun::star::uno::RuntimeException);
/aoo42x/main/chart2/source/model/main/
H A DDataSeries.cxx349 OSL_ASSERT( rValue.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ); in setFastPropertyValue_NoBroadcast()
/aoo42x/main/forms/source/component/
H A DEdit.cxx591 if ( (aDefaultControl.getValueType().getTypeClass() == TypeClass_STRING) in read()
H A DImageControl.cxx269 …DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, "OImageControlModel::setFast… in setFastPropertyValue_NoBroadcast()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx199 switch ( reader.getTypeClass() ) in checkType()
/aoo42x/main/toolkit/source/layout/core/
H A Dhelper.cxx324 switch ( rInfo.aType.getTypeClass() ) in getFastPropertyValue()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java171 if ( AnyConverter.getType(aArguments[0]).getTypeClass().equals(TypeClass.INTERFACE) ) in initialize()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java376 if (inL1Type.getTypeClass() != TypeClass.INTERFACE) { in readLongRequest()
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx752 DBG_ASSERT(aHidden.getValueType().getTypeClass() == TypeClass_BOOLEAN, in PreExecuteColumnContextMenu()
1125 if (aSelection.getValueType().getTypeClass() == TypeClass_INTERFACE) in SetDesignMode()
/aoo42x/main/sc/source/ui/vba/
H A Dvbahelper.cxx483 uno::TypeClass eTypeClass = aType.getTypeClass(); in getAnyAsString()
/aoo42x/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx139 if (target.getValueTypeClass() == getCppuType((sal_uInt32*) 0).getTypeClass()) in doTest()
/aoo42x/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx495 … if ( ( dataType.getTypeClass() == TypeClass_VOID ) && aColumnData[ rowIndex ].hasValue() ) in impl_reIndex_nothrow()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.cxx172 sal_Int16 SAL_CALL OXSDDataType::getTypeClass() throw (RuntimeException) in getTypeClass() function in xforms::OXSDDataType
/aoo42x/main/bridges/test/java_uno/any/
H A DTestAny.java2060 if (t1.getTypeClass() != tclass) { in testType()
2063 + t1.getTypeClass() + " != " + tclass); in testType()

Completed in 212 milliseconds

12345678910