/aoo41x/main/bridges/test/java_uno/any/ |
H A D | TestAny.java | 61 success &= testType(Enum1[].class, TypeClass.SEQUENCE, in test() 369 TypeClass.SEQUENCE), in test() 376 TypeClass.SEQUENCE), in test() 383 TypeClass.SEQUENCE), in test() 419 TypeClass.SEQUENCE), in test() 423 TypeClass.SEQUENCE), in test() 428 TypeClass.SEQUENCE), in test() 441 TypeClass.SEQUENCE), in test() 448 TypeClass.SEQUENCE), in test() 455 TypeClass.SEQUENCE), in test() [all …]
|
/aoo41x/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 >& lHistory ); 831 SEQUENCE< OUSTRING > impl_readServerHistory ( );
|
/aoo41x/main/jurt/test/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()
|
/aoo41x/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()
|
H A D | sddetect.hxx | 74 #define SEQUENCE ::com::sun::star::uno::Sequence macro 88 …virtual ::rtl::OUString SAL_CALL detect( SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDesc…
|
/aoo41x/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…
|
/aoo41x/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,
|
/aoo41x/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 );
|
/aoo41x/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()
|
/aoo41x/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…
|
/aoo41x/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…
|
/aoo41x/main/ridljar/test/com/sun/star/uno/ |
H A D | Type_Test.java | 53 new Type("[]boolean", TypeClass.SEQUENCE).getZClass() in testZClass() 57 TypeClass.SEQUENCE).getZClass() in testZClass()
|
/aoo41x/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;
|
/aoo41x/main/jurt/com/sun/star/uno/ |
H A D | AnyConverter.java | 178 return containsType(TypeClass.SEQUENCE, object); in isArray() 372 return convertSimple( TypeClass.SEQUENCE, null, object); in toArray()
|
/aoo41x/main/ridljar/com/sun/star/uno/ |
H A D | Type.java | 275 _typeClass = TypeClass.SEQUENCE; in Type() 454 ? TypeClass.SEQUENCE : TypeClass.UNKNOWN; in init()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | MemberDescriptionHelper.java | 53 if (tc != TypeClass.SEQUENCE) { in getElementTypeClass()
|
/aoo41x/main/udkapi/com/sun/star/uno/ |
H A D | TypeClass.idl | 106 SEQUENCE,
|
/aoo41x/main/comphelper/source/property/ |
H A D | TypeGeneration.cxx | 60 #undef SEQUENCE
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtvfldi.cxx | 999 (SetVariableType::SEQUENCE == nType) ? in FindFieldMaster() 1078 SetVariableType::SEQUENCE); in FindFieldMaster()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 80 nRet = SetVariableType::SEQUENCE; // 1 in SV_IMPL_PTRARR() 100 case SetVariableType::SEQUENCE: nSet = nsSwGetSetExpType::GSE_SEQ; break; in lcl_APIToSubType()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Unmarshal.java | 337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue()
|