| /trunk/main/bridges/test/java_uno/any/ |
| H A D | TestAny.java | 50 success &= testType(boolean[].class, TypeClass.SEQUENCE, "[]boolean"); in test() 51 success &= testType(byte[].class, TypeClass.SEQUENCE, "[]byte"); in test() 52 success &= testType(short[].class, TypeClass.SEQUENCE, "[]short"); in test() 53 success &= testType(int[].class, TypeClass.SEQUENCE, "[]long"); in test() 54 success &= testType(long[].class, TypeClass.SEQUENCE, "[]hyper"); in test() 55 success &= testType(float[].class, TypeClass.SEQUENCE, "[]float"); in test() 56 success &= testType(double[].class, TypeClass.SEQUENCE, "[]double"); in test() 57 success &= testType(char[].class, TypeClass.SEQUENCE, "[]char"); in test() 58 success &= testType(String[].class, TypeClass.SEQUENCE, "[]string"); in test() 59 success &= testType(Type[].class, TypeClass.SEQUENCE, "[]type"); in test() [all …]
|
| /trunk/main/framework/inc/services/ |
| H A D | logindialog.hxx | 90 #define SEQUENCE ::com::sun::star::uno::Sequence macro 196 SEQUENCE< OUSTRING > seqServerList ; 212 , seqServerList ( SEQUENCE< OUSTRING >() ) in tIMPL_DialogData() 707 const SEQUENCE< PROPERTY > impl_getStaticPropertyDescriptor(); 726 sal_Bool impl_tryToChangeProperty( const SEQUENCE< OUSTRING >& seqProperty , 800 void impl_addServerToHistory( SEQUENCE< OUSTRING >& seqHistory , 820 …void impl_writeServerHistory ( const SEQUENCE< OUSTRING >& lHisto… 831 …SEQUENCE< OUSTRING > impl_readServerHistory ( …
|
| /trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshaling_Test.java | 119 new Type("[]boolean", TypeClass.SEQUENCE), in test() 120 new Type("[][]byte", TypeClass.SEQUENCE), in test() 121 new Type("[][][]char", TypeClass.SEQUENCE), in test() 122 new Type("[][][][]short", TypeClass.SEQUENCE), in test() 123 new Type("[][][][][]any", TypeClass.SEQUENCE), in test() 125 new Type("[]com.sun.star.uno.XInterface", TypeClass.SEQUENCE), in test()
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unomodule.hxx | 56 #define SEQUENCE ::com::sun::star::uno::Sequence macro 59 #define SEQUENCE ::com::sun::star::uno::Sequence macro 84 …virtual SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const SEQUENCE< DISPATCHDESCR…
|
| H A D | unomodule.cxx | 106 SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL SdUnoModule::queryDispatches( const SEQUENCE< DISPATCHD… in queryDispatches() 109 SEQUENCE< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unomodule.hxx | 56 #define SEQUENCE ::com::sun::star::uno::Sequence macro 59 #define SEQUENCE ::com::sun::star::uno::Sequence macro 84 …virtual SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL queryDispatches( const SEQUENCE< DISPATCHDESCR…
|
| H A D | unomodule.cxx | 112 SEQUENCE< REFERENCE< XDISPATCH > > SAL_CALL SwUnoModule::queryDispatches( in queryDispatches() 113 const SEQUENCE< DISPATCHDESCRIPTOR >& seqDescripts ) throw( uno::RuntimeException ) in queryDispatches() 116 SEQUENCE< REFERENCE< XDISPATCH > > lDispatcher( nCount ); in queryDispatches()
|
| H A D | swdetect.hxx | 72 #define SEQUENCE ::com::sun::star::uno::Sequence macro 88 …virtual ::rtl::OUString SAL_CALL detect( SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDesc…
|
| /trunk/main/ucb/source/sorter/ |
| H A D | sortdynres.hxx | 51 #define SEQUENCE com::sun::star::uno::Sequence macro 82 SEQUENCE < NUMBERED_SORTINGINFO > maOptions; 102 const SEQUENCE < NUMBERED_SORTINGINFO > &aOptions, 248 const SEQUENCE< NUMBERED_SORTINGINFO > & Info,
|
| H A D | sortresult.hxx | 123 #define SEQUENCE com::sun::star::uno::Sequence macro 174 const SEQUENCE < NUMBERED_SORTINGINFO > &xSortInfo, 198 void Initialize( const SEQUENCE < NUMBERED_SORTINGINFO > &xSortInfo,
|
| /trunk/main/sfx2/source/inc/ |
| H A D | eventsupplier.hxx | 77 #define SEQUENCE ::com::sun::star::uno::Sequence macro 92 SEQUENCE< OUSTRING > maEventNames; 93 SEQUENCE< ANY > maEventData; 114 virtual SEQUENCE< OUSTRING > SAL_CALL getElementNames() throw ( RUNTIMEEXCEPTION );
|
| /trunk/main/sfx2/source/notify/ |
| H A D | eventsupplier.cxx | 155 SEQUENCE< OUSTRING > SAL_CALL SfxEvents_Impl::getElementNames() throw ( RUNTIMEEXCEPTION ) in getElementNames() 183 UNOTYPE aElementType = ::getCppuType( (const SEQUENCE < PROPERTYVALUE > *)0 ); in getElementType() 200 SEQUENCE < PROPERTYVALUE > aProperties; in Execute() 366 maEventData = SEQUENCE < ANY > ( maEventNames.getLength() ); in SfxEvents_Impl() 384 SEQUENCE < PROPERTYVALUE > aProperties; in ConvertToMacro()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | scdetect.hxx | 74 #define SEQUENCE ::com::sun::star::uno::Sequence macro 88 …virtual ::rtl::OUString SAL_CALL detect( SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDesc…
|
| /trunk/main/starmath/source/ |
| H A D | smdetect.hxx | 74 #define SEQUENCE ::com::sun::star::uno::Sequence macro 88 …virtual ::rtl::OUString SAL_CALL detect( SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDesc…
|
| /trunk/main/ridljar/test/com/sun/star/uno/ |
| H A D | Type_Test.java | 51 new Type("[]boolean", TypeClass.SEQUENCE).getZClass() in testZClass() 55 TypeClass.SEQUENCE).getZClass() in testZClass()
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | SetVariableType.idl | 46 // DocMerge from idl: value com::sun::star::text::SetVariableType::SEQUENCE 49 const short SEQUENCE = 1;
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
| H A D | AnyConverter.java | 178 return containsType(TypeClass.SEQUENCE, object); in isArray() 373 return convertSimple( TypeClass.SEQUENCE, null, object); in toArray()
|
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
| H A D | Type.java | 275 _typeClass = TypeClass.SEQUENCE; in Type() 454 ? TypeClass.SEQUENCE : TypeClass.UNKNOWN; in init()
|
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
| H A D | MemberDescriptionHelper.java | 53 if (tc != TypeClass.SEQUENCE) { in getElementTypeClass()
|
| /trunk/main/udkapi/com/sun/star/uno/ |
| H A D | TypeClass.idl | 106 SEQUENCE,
|
| /trunk/main/comphelper/source/property/ |
| H A D | TypeGeneration.cxx | 60 #undef SEQUENCE
|
| /trunk/main/sw/source/core/fields/ |
| H A D | expfld.cxx | 78 nRet = SetVariableType::SEQUENCE; // 1 in SV_IMPL_PTRARR() 98 case SetVariableType::SEQUENCE: nSet = nsSwGetSetExpType::GSE_SEQ; break; in lcl_APIToSubType()
|
| /trunk/main/xmloff/source/text/ |
| H A D | txtvfldi.cxx | 999 (SetVariableType::SEQUENCE == nType) ? in FindFieldMaster() 1078 SetVariableType::SEQUENCE); in FindFieldMaster()
|
| H A D | txtflde.cxx | 490 case SetVariableType::SEQUENCE: in MapFieldName() 511 case SetVariableType::SEQUENCE: in MapFieldName() 1975 if ( SetVariableType::SEQUENCE == nType ) in ExportFieldDeclarations()
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Unmarshal.java | 337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue()
|