Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 2066) sorted by relevance

12345678910>>...83

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java564 success &= testMapAny(transport, new Any(Type.TYPE, Type.VOID), in test()
573 new Any(Type.TYPE, Type.UNSIGNED_SHORT), in test()
578 new Any(Type.TYPE, Type.UNSIGNED_LONG), in test()
583 new Any(Type.TYPE, Type.UNSIGNED_HYPER), in test()
595 success &= testMapAny(transport, new Any(Type.TYPE, Type.ANY), in test()
1083 new Any(new Type(Type[].class), in test()
1088 new Type(Type[].class), in test()
1538 new Any(new Type(Type[][].class), in test()
1543 new Type(Type[][].class), in test()
2057 Type t1 = new Type(zclass); in testType()
[all …]
/trunk/main/cppuhelper/source/
H A Dtypeprovider.cxx70 const Type & rType1, in OTypeCollection()
80 const Type & rType1, in OTypeCollection()
81 const Type & rType2, in OTypeCollection()
92 const Type & rType1, in OTypeCollection()
93 const Type & rType2, in OTypeCollection()
94 const Type & rType3, in OTypeCollection()
106 const Type & rType1, in OTypeCollection()
107 const Type & rType2, in OTypeCollection()
108 const Type & rType3, in OTypeCollection()
109 const Type & rType4, in OTypeCollection()
[all …]
H A Dimplbase_ex.cxx305 Sequence< Type > types( cd->m_nTypes ); in ImplHelper_getTypes()
306 Type * pTypes = types.getArray(); in ImplHelper_getTypes()
318 Type * pTypes = types.getArray(); in ImplInhHelper_getTypes()
355 Sequence< Type > types( nTypes +1 ); in WeakImplHelper_getTypes()
356 Type * pTypes = types.getArray(); in WeakImplHelper_getTypes()
388 Sequence< Type > types( nTypes +2 ); in WeakAggImplHelper_getTypes()
389 Type * pTypes = types.getArray(); in WeakAggImplHelper_getTypes()
422 Sequence< Type > types( nTypes +2 ); in WeakComponentImplHelper_getTypes()
423 Type * pTypes = types.getArray(); in WeakComponentImplHelper_getTypes()
456 Sequence< Type > types( nTypes +3 ); in WeakAggComponentImplHelper_getTypes()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dtypeprovider.hxx62 const ::com::sun::star::uno::Type & rType1,
66 const ::com::sun::star::uno::Type & rType1,
67 const ::com::sun::star::uno::Type & rType2,
71 const ::com::sun::star::uno::Type & rType1,
72 const ::com::sun::star::uno::Type & rType2,
73 const ::com::sun::star::uno::Type & rType3,
77 const ::com::sun::star::uno::Type & rType1,
78 const ::com::sun::star::uno::Type & rType2,
79 const ::com::sun::star::uno::Type & rType3,
80 const ::com::sun::star::uno::Type & rType4,
[all …]
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java28 import com.sun.star.uno.Type;
107 new Type("byte"), in test()
108 new Type("char"), in test()
109 new Type("short"), in test()
110 new Type("long"), in test()
111 new Type("hyper"), in test()
112 new Type("float"), in test()
115 new Type("void"), in test()
116 new Type("any"), in test()
117 new Type( in test()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx94 template< typename Type >
95 inline bool get_flag( Type nBitField, Type nMask ) in get_flag()
114 template< typename Type >
115 inline void set_flag( Type& rnBitField, Type nMask, bool bSet = true ) in set_flag()
125 Type nNewValue = static_cast< Type >( nValue & nMask ); in insert_value()
149 template< typename Type >
186 template< typename Type >
192 template< typename Type >
456 template< typename Type > ScfDelList< Type >& ScfDelList< Type >::operator=( const ScfDelList& rSrc… in operator =()
464 template< typename Type > ScfDelList< Type >::~ScfDelList() in ~ScfDelList()
[all …]
H A Dfapihelper.hxx66 template< typename Type >
113 template< typename Type >
114 ::com::sun::star::uno::Sequence< Type > ScfApiHelper::VectorToSequence( const ::std::vector< Type >… in VectorToSequence()
183 template< typename Type >
210 template< typename Type >
268 template< typename Type >
285 template< typename Type >
318 template< typename Type >
325 template< typename Type >
332 template< typename Type >
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx114 inline ReturnType getLimitedValue( Type nValue, Type nMin, Type nMax ) in getLimitedValue()
120 inline ReturnType getIntervalValue( Type nValue, Type nBegin, Type nEnd ) in getIntervalValue()
140 template< typename Type >
141 inline bool getFlag( Type nBitField, Type nMask ) in getFlag()
170 template< typename Type >
171 inline void setFlag( Type& ornBitField, Type nMask, bool bSet = true ) in setFlag()
185 Type nNewValue = static_cast< Type >( nValue & nMask ); in insertValue()
193 template< typename Type >
286 template< typename Type >
293 template< typename Type >
[all …]
H A Dbinaryinputstream.hxx84 template< typename Type >
90 template< typename Type >
91 inline Type readValue() { Type nValue; readValue( nValue ); return nValue; } in readValue()
94 template< typename Type >
119 template< typename Type >
243 template< typename Type >
250 template< typename Type >
257 nRet = readMemory( opnArray, nReadSize, sizeof( Type ) ) / sizeof( Type ); in readArray()
263 template< typename Type >
270 template< typename Type >
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DType_Test.java50 assure("TYPE", new Type("type").getZClass() == Type.class); in testZClass()
60 new Type("com.sun.star.uno.TypeClass", in testZClass()
66 new Type("com.sun.star.uno.Exception", in testZClass()
70 new Type("com.sun.star.uno.RuntimeException", in testZClass()
78 new Type("com.sun.star.uno.XInterface", in testZClass()
92 Type ifc = new Type(com.sun.star.uno.XInterface.class); in testIsSupertypeOf()
93 Type ctx = new Type(com.sun.star.uno.XComponentContext.class); in testIsSupertypeOf()
94 Type exc = new Type(com.sun.star.uno.RuntimeException.class); in testIsSupertypeOf()
95 assure("LONG :> LONG", Type.LONG.isSupertypeOf(Type.LONG)); in testIsSupertypeOf()
97 assure("ANY :> ANY", Type.ANY.isSupertypeOf(Type.ANY)); in testIsSupertypeOf()
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx40 inline Type::Type() SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
47 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
53 inline Type::Type( TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
59 inline Type::Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
65 inline Type::Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
70 inline Type::Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
75 inline Type::Type( const Type & rType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
86 inline Type & Type::operator = ( const Type & rType ) SAL_THROW( () ) in operator =()
101 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type in getCppuType() argument
198 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType1()
[all …]
H A DType.h61 class Type class
85 inline Type() SAL_THROW( () );
105 inline Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
126 inline Type( const Type & rType ) SAL_THROW( () );
130 inline ~Type() SAL_THROW( () )
138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () );
183 inline sal_Bool SAL_CALL equals( const Type & rType ) const SAL_THROW( () ) in equals()
223 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type
262 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType(
437 template< typename T > inline const ::com::sun::star::uno::Type & SAL_CALL
[all …]
/trunk/main/tools/inc/tools/
H A Dlist.hxx74 #define DECLARE_LIST( ClassName, Type ) \ argument
95 void Insert( Type pNew, Type pOld ) \
101 Type Remove( Type p ) \
103 Type Replace( Type p ) \
105 Type Replace( Type p, sal_uIntPtr nIndex ) \
107 Type Replace( Type pNew, Type pOld ) \
124 Type Seek( void* p ) { return (Type)List::Seek( p ); } \
125 Type First() { return (Type)List::First(); } \
126 Type Last() { return (Type)List::Last(); } \
127 Type Next() { return (Type)List::Next(); } \
[all …]
H A Dtable.hxx114 Type Remove( sal_uIntPtr nKey ) \
116 Type Replace( sal_uIntPtr nKey, Type p ) \
118 Type Get( sal_uIntPtr nKey ) const \
119 { return (Type)Table::Get( nKey ); } \
121 Type GetCurObject() const \
129 Type Seek( sal_uIntPtr nKey ) \
131 Type Seek( Type p ) \
133 Type First() { return (Type)Table::First(); } \
134 Type Last() { return (Type)Table::Last(); } \
135 Type Next() { return (Type)Table::Next(); } \
[all …]
H A Dunqidx.hxx94 #define DECLARE_UNIQUEINDEX( ClassName, Type ) \ argument
116 { return (Type)UniqueIndex::Remove( nIndex ); } \
117 Type Replace( sal_uIntPtr nIndex, Type p ) \
118 { return (Type)UniqueIndex::Replace( nIndex, \
121 { return (Type)UniqueIndex::Get( nIndex ); } \
123 Type GetCurObject() const \
130 Type Seek( Type p ) \
132 Type First() { return (Type)UniqueIndex::First(); } \
133 Type Last() { return (Type)UniqueIndex::Last(); } \
134 Type Next() { return (Type)UniqueIndex::Next(); } \
[all …]
H A Downlist.hxx33 #define PRV_SV_DECL_OWNER_LIST(ClassName,Type) \ argument
46 { delete (Type *)aTypes.Remove(); } \
48 { delete (Type *)aTypes.Remove( pObj ); } \
50 { delete (Type *)aTypes.Remove( nPos ); } \
51 Type & Insert( const Type &, sal_uIntPtr nPos ); \
52 Type & Insert( const Type & rType ) \
54 Type & Append( const Type & rType ) \
62 #define PRV_SV_IMPL_OWNER_LIST(ClassName,Type) \ argument
75 Type * p = (Type *)aTypes.First(); \
83 Type & ClassName::Insert( const Type & rType, sal_uIntPtr nPos ) \
[all …]
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx434 template< typename Type >
440 template< typename Type >
1044 Type Config::getIntOption( const String& rKey, Type nDefault ) const in getIntOption()
1662 Type nData; in dumpName()
1671 Type nData; in dumpDec()
1680 Type nData; in dumpHex()
1689 Type nData; in dumpBin()
1698 Type nData; in dumpFix()
1707 Type nData; in dumpBool()
1716 Type nData; in dumpValue()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java147 public static final Type VOID = new Type(void.class);
148 public static final Type CHAR = new Type(char.class);
150 public static final Type BYTE = new Type(byte.class);
151 public static final Type SHORT = new Type(short.class);
152 public static final Type UNSIGNED_SHORT = new Type(
154 public static final Type LONG = new Type(int.class);
155 public static final Type UNSIGNED_LONG = new Type(
157 public static final Type HYPER = new Type(long.class);
158 public static final Type UNSIGNED_HYPER = new Type(
163 public static final Type TYPE = new Type(Type.class);
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java30 import com.sun.star.uno.Type;
128 ci= cont.addInterface(new Type(XWeak.class), obj1); in addInterface()
143 Type[] arT= cont.getContainedTypes(); in addInterface()
168 cont.addInterface(new Type(XWeak.class), obj1); in getContainedTypes()
174 Type[] types= cont.getContainedTypes(); in getContainedTypes()
187 else if (types[c].equals(new Type())) in getContainedTypes()
225 icont= cont.getContainer(new Type(XWeak.class)); in getContainer()
284 Type[] types= cont.getContainedTypes(); in clear()
323 cont.addInterface(new Type(XWeak.class),obj1); in disposeAndClear()
324 cont.addInterface(new Type(XWeak.class), obj2); in disposeAndClear()
[all …]
H A DPropertySet_Test.java27 import com.sun.star.uno.Type;
343 value= new Any(new Type(Type.class), new Type(String.class)); in setPropertyValue()
398 value= new Any(new Type(Type.class), new Type(String.class)); in setPropertyValue()
543 Type _t= new Type(Object.class); in setPropertyValue()
1112 public Type typePropA;
1501 if (aProp.Name.equals("PropChar") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty1()
1541 if (aProp.Name.equals("charA") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty2()
1544 else if (aProp.Name.equals("charB") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty2()
1547 else if (aProp.Name.equals("charC") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty2()
1596 Type t1= null; in anyEquals()
[all …]
/trunk/main/cppu/inc/cppu/
H A Dunotype.hxx104 inline ::com::sun::star::uno::Type const &
120 inline ::com::sun::star::uno::Type const &
125 inline ::com::sun::star::uno::Type const &
130 inline ::com::sun::star::uno::Type const &
135 inline ::com::sun::star::uno::Type const &
140 inline ::com::sun::star::uno::Type const &
145 inline ::com::sun::star::uno::Type const &
151 inline ::com::sun::star::uno::Type const &
156 inline ::com::sun::star::uno::Type const &
162 inline ::com::sun::star::uno::Type const &
[all …]
/trunk/main/svl/inc/svl/
H A Dcntnrsrt.hxx32 * DECLARE_CONTAINER_SORT( ClassName, Type )
33 * IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
47 * DECLARE_CONTAINER_SORT_DEL( ClassName, Type )
48 * IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
66 sal_Bool Insert( Type* pObj ); \
68 Type *Remove( sal_uLong nPos ) \
69 { return (Type *)Container::Remove( nPos ); } \
71 Type *Remove( Type* pObj ); \
75 Type *pObj = Remove( nPos ); \
86 Type* operator[]( sal_uLong nPos ) const \
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx982 ::System::Type * arCtor[] = {::System::Type::GetType(S"System.Type[]")}; in complete_iface_type()
987 ::System::Type * arCtsTypes[] = new ::System::Type*[numTypes]; in complete_iface_type()
1011 ::System::Type * arCtorOneway[] = new ::System::Type*[0]; in complete_iface_type()
1210 ::System::Type * base_type = __try_cast< ::System::Type * >( in complete_struct_type()
1556 ::System::Type * arTypeParameters[] = new ::System::Type* [cParams + 1]; in complete_service_type()
1572 ::System::Type * arParamTypes[] = new ::System::Type * [cParams + 1]; in complete_service_type()
1727 ::System::Type * arTypesCtorAny[] = {__typeof(::System::Type), in complete_service_type()
1845 ::System::Type * excType = __try_cast< ::System::Type* >( in complete_service_type()
1953 ::System::Type * arTypesCtor[] = {::System::Type::GetType(S"System.Type[]")}; in get_exception_attribute()
2254 ::System::Type * param_types[] = new ::System::Type * [ 1 ]; in TypeEmitter()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java34 import com.sun.star.uno.Type;
52 Type t = new Type(typeName); in getTypeDescription()
82 return getDefinitely(Type.VOID); in getTypeDescription()
88 return getDefinitely(Type.BYTE); in getTypeDescription()
97 return getDefinitely(Type.LONG); in getTypeDescription()
115 return getDefinitely(Type.CHAR); in getTypeDescription()
124 return getDefinitely(Type.ANY); in getTypeDescription()
359 Type t = new Type(interfaces[i]); in create()
546 Type t = new Type(typeName.substring(i, j)); in calculateTypeArguments()
597 Type t = info.getUnoType(); in calculateFieldDescriptions()
[all …]
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java61 import com.sun.star.uno.Type;
286 …return new Type[]{new Type(XPerformanceTest.class), new Type(XServiceInfo.class), new Type(XTypePr… in getTypes()
950 …return new Type[]{new Type(XBridgeTest.class), new Type(XRecursiveCall.class), new Type(XServiceIn… in getTypes()
1125 Type.ANY, in testConstructorsService()
1139 new Type[] { Type.ANY }, in testConstructorsService()
1168 Type.ANY, in testConstructorsService()
1183 new Type[] { Type.ANY }, in testConstructorsService()
1191 new Type( in testConstructorsService()
1203 new Type( in testConstructorsService()
1212 new TestPolyStruct(Type.LONG), in testConstructorsService()
[all …]

Completed in 183 milliseconds

12345678910>>...83