Lines Matching refs:SbxOBJECT
144 if ( pRef->GetType() == SbxOBJECT ) in getDefaultProp()
563 case TypeClass_EXCEPTION: eRetType = SbxOBJECT; break; in unoToSbxType()
574 eRetType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in unoToSbxType()
1002 if( eBaseType == SbxOBJECT ) in getUnoTypeForSbxValue()
1132 if( eBaseType == SbxOBJECT ) in sbxToUnoValueImpl()
1333 if( eBaseType == SbxOBJECT ) in sbxToUnoValue()
1412 if( eBaseType == SbxOBJECT ) in sbxToUnoValue()
1878 case SbxOBJECT: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxOBJECT") ); break; in Dbg_SbxDataType2String()
1902 case SbxOBJECT | SbxARRAY: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxARRAY") ); break; in Dbg_SbxDataType2String()
1961 if( eType == SbxOBJECT ) in Impl_DumpProperties()
1965 eType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in Impl_DumpProperties()
2031 if( eType == SbxOBJECT ) in Impl_DumpMethods()
2035 eType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in Impl_DumpMethods()
3826 : SbxMethod( aName_, SbxOBJECT ) in SbUnoServiceCtor()
3874 new SbxMethod( String( RTL_CONSTASCII_USTRINGPARAM( "get" ) ), SbxOBJECT ); in SbUnoSingleton()
4323 else if( eBaseType == SbxOBJECT ) in RTL_Impl_CreateUnoValue()