Home
last modified time | relevance | path

Searched refs:SEQUENCE (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java50 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 Dlogindialog.hxx90 #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…
831SEQUENCE< OUSTRING > impl_readServerHistory ( …
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java119 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 Dunomodule.hxx56 #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 Dunomodule.cxx106 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 Dunomodule.hxx56 #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 Dunomodule.cxx112 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 Dswdetect.hxx72 #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 Dsortdynres.hxx51 #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 Dsortresult.hxx123 #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 Deventsupplier.hxx77 #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 Deventsupplier.cxx155 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 Dscdetect.hxx74 #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 Dsmdetect.hxx74 #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 DType_Test.java51 new Type("[]boolean", TypeClass.SEQUENCE).getZClass() in testZClass()
55 TypeClass.SEQUENCE).getZClass() in testZClass()
/trunk/main/offapi/com/sun/star/text/
H A DSetVariableType.idl46 // 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 DAnyConverter.java178 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 DType.java275 _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 DMemberDescriptionHelper.java53 if (tc != TypeClass.SEQUENCE) { in getElementTypeClass()
/trunk/main/udkapi/com/sun/star/uno/
H A DTypeClass.idl106 SEQUENCE,
/trunk/main/comphelper/source/property/
H A DTypeGeneration.cxx60 #undef SEQUENCE
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx78 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 Dtxtvfldi.cxx999 (SetVariableType::SEQUENCE == nType) ? in FindFieldMaster()
1078 SetVariableType::SEQUENCE); in FindFieldMaster()
H A Dtxtflde.cxx490 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 DUnmarshal.java337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue()

12