Home
last modified time | relevance | path

Searched refs:Type (Results 26 – 50 of 2450) sorted by relevance

12345678910>>...98

/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx483 #define DECLARE_SVTREELIST( ClassName, Type ) \ argument
494 { return (Type)SvTreeList::Last(pDepth); } \
505 Type FirstChild( Type pParent ) const \
506 { return (Type)SvTreeList::FirstChild(pParent); } \
508 Type NextSibling( Type pEntry ) const \
509 { return (Type)SvTreeList::NextSibling(pEntry); } \
511 Type PrevSibling( Type pEntry ) const \
512 { return (Type)SvTreeList::PrevSibling(pEntry); } \
514 Type LastSibling( Type pEntry ) const \
515 { return (Type)SvTreeList::LastSibling(pEntry); } \
[all …]
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs89 public class PolymorphicType: Type
91 private Type m_base;
159 public Type OriginalType
193 public override Type BaseType
249 public override Type DeclaringType
264 Type attributeType, in GetCustomAttributes()
271 Type attributeType, in IsDefined()
286 Type[] types, in GetConstructorImpl()
352 Type[] types, in GetMethodImpl()
387 Type returnType, in GetPropertyImpl()
[all …]
H A DAny.cs39 private Type _type;
43 private static void checkArgs(Type type, Object value) in checkArgs()
72 public Any(Type type, object value) in Any()
83 public void setValue(Type type, object value) in setValue()
90 public Type Type property
152 public Any(Type value): this(typeof(Type), value) in Any()
163 msg.Append(Type.ToString()); in ToString()
172 if (Type == null || Type == typeof(void)) in hasValue()
194 return Type.Equals(obj.Type) in Equals()
202 return Type.GetHashCode() ^ (Value != null ? Value.GetHashCode() : 0); in GetHashCode()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx346 template< typename Type >
353 template< typename Type >
355 template< typename Type >
361 template< typename Type >
362 …inline Type dumpBorderStyleProperty( Type nDefault ) { return dumpDecProperty< Type >( nDe… in dumpBorderStyleProperty()
363 template< typename Type >
364 …inline Type dumpSpecialEffectProperty( Type nDefault ) { return dumpDecProperty< Type >( n… in dumpSpecialEffectProperty()
431 template< typename Type >
434 …mxStrm->skip( (sizeof( Type ) - ((mxStrm->tell() - mnPropertiesStart) % sizeof( Type ))) % sizeof(… in alignInput()
437 template< typename Type >
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_share.h128 ::System::Type * m_type_Exception;
173 ::System::Type * m_base_type;
216 ::System::Type * get_type(
218 ::System::Type * get_type(
221 ::System::Type * get_type(
224 ::System::Type * get_type(
231 ::System::Type * get_type(
234 ::System::Type * get_type(
237 ::System::Type * get_type(
246 ::System::Type * get_type(
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls46 Private Type ShapeInfo
49 End Type
51 Private Type FrameInfo
54 End Type
513 Select Case aILShape.Type
613 Select Case myField.Type
638 If myField.Type = wdFieldLink Then
666 (myField.Type = wdFieldAsk) Or _
669 (myField.Type = wdFieldNext) Or _
679 Select Case myField.Type
[all …]
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs607 Type b13 = typeof(ulong); in testS1()
627 Type b33 = b13; in testS1()
645 Type[] b51 = new Type[] {typeof(int), typeof(long)}; in testS1()
664Type[][] b69 = new Type[][] {new Type[]{typeof(byte), typeof(long)}, new Type[]{typeof(Any)}}; in testS1()
682 Type[][] b87 =b69; in testS1()
1040 Type t = typeof(unoidl.test.cliure.climaker.S4); in testSingletons()
1079 Type typeS1 = typeof(unoidl.test.cliure.climaker.S1); in testAttributes()
1167 l.assure(attr != null && attr.Type == "if"); in testPolyStructAttributes()
1225 Type aType = typeof(XTest); in testInterface()
1251 Type outType; in testInterface()
[all …]
/trunk/main/starmath/source/
H A Dtoolbox.src85 Type = TOOLBOXITEM_BREAK ;
101 Type = TOOLBOXITEM_SPACE ;
168 Type = TOOLBOXITEM_BREAK ;
202 Type = TOOLBOXITEM_BREAK ;
236 Type = TOOLBOXITEM_BREAK ;
246 Type = TOOLBOXITEM_BREAK ;
306 Type = TOOLBOXITEM_BREAK ;
340 Type = TOOLBOXITEM_BREAK ;
368 Type = TOOLBOXITEM_SPACE ;
372 Type = TOOLBOXITEM_BREAK ;
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx66 switch( rSource.Type ) in FillEquationParameter()
128 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode()
138 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
174 aRet.Type = EnhancedCustomShapeParameterType::ADJUSTMENT; in fillNode()
207 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
351 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
361 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
386 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
411 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
444 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode()
[all …]
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c37 #define printTypeSize(Type,Name) printf( "sizeof(%s)\t\t= %d\n", Name, (int) sizeof (Type) ) argument
39 #define isSignedType(Type) (((Type)-1) < 0) argument
65 typedef int (*TestFunc)( Type, void* );
172 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
188 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
218 int SetAtAddress( Type eT, void* p ) in SetAtAddress()
231 char* TypeName( Type eT ) in TypeName()
255 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess()
266 int CheckSetAccess( Type eT, void* p ) in CheckSetAccess()
289 int GetAlignment( Type eT ) in GetAlignment()
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.hxx51 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in Sequence()
78 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in Sequence()
95 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in Sequence()
112 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in ~Sequence()
121 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in operator =()
134 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in operator ==()
154 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in getArray()
193 const Type & rType = ::cppu::getTypeFavourUnsigned( this ); in realloc()
257 inline const ::com::sun::star::uno::Type &
267 inline const ::com::sun::star::uno::Type &
[all …]
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java56 Type aType= new Type(String.class);
60 anyVoid= new Any(new Type(void.class), null); in AnyConverter_Test()
63 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()
65 anyInt= new Any(new Type(Integer.TYPE), aInt); in AnyConverter_Test()
66 anyLong= new Any(new Type(Long.TYPE), aLong); in AnyConverter_Test()
69 anyStr= new Any(new Type(String.class), aStr); in AnyConverter_Test()
70 anyType= new Any(new Type(Type.class), aType); in AnyConverter_Test()
570 Type _type= new Type(XTypeProvider.class); in test_toObject()
684 Type val= AnyConverter.toType(aType); in test_toType()
908 public com.sun.star.uno.Type[] getTypes() in getTypes()
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java73 new Any(Type.UNSIGNED_LONG, new Integer(3)), in test_areSame()
74 new Any(Type.UNSIGNED_LONG, new Integer(3)))); in test_areSame()
102 UnoRuntime.completeValue(Type.UNSIGNED_LONG, null).equals( in test_completeValue()
105 new Type("[][]unsigned long"), null); in test_completeValue()
109 UnoRuntime.completeValue(new Type(TypeClass.class), null) == in test_completeValue()
112 new Type("com.sun.star.beans.Optional<unsigned long>"), null); in test_completeValue()
143 public Object queryInterface(Type type) { in queryInterface()
144 return type.equals(new Type(Ifc.class)) ? t2 : null; in queryInterface()
163 public Object queryInterface(Type type) { in queryInterface()
164 return type.equals(new Type(Ifc.class)) ? t4 : null; in queryInterface()
[all …]
/trunk/main/ucb/source/core/
H A Ducbprops.cxx59 const com::sun::star::uno::Type& (*pGetCppuType)();
68 static const com::sun::star::uno::Type& OUString_getCppuType() in OUString_getCppuType()
73 static const com::sun::star::uno::Type& sal_uInt16_getCppuType() in sal_uInt16_getCppuType()
79 static const com::sun::star::uno::Type& sal_uInt32_getCppuType() in sal_uInt32_getCppuType()
85 static const com::sun::star::uno::Type& sal_uInt64_getCppuType() in sal_uInt64_getCppuType()
91 static const com::sun::star::uno::Type& enum_getCppuType() in enum_getCppuType()
97 static const com::sun::star::uno::Type& sal_Bool_getCppuType() in sal_Bool_getCppuType()
102 static const com::sun::star::uno::Type& byte_getCppuType() in byte_getCppuType()
114 static const com::sun::star::uno::Type& DateTime_getCppuType() in DateTime_getCppuType()
147 static const com::sun::star::uno::Type& RuleSet_getCppuType() in RuleSet_getCppuType()
[all …]
/trunk/main/tools/workben/
H A Dsolar.c28 typedef int (*TestFunc)( Type, void* );
39 int check( TestFunc func, Type eT, void* p );
67 sizeof (Type) )
69 #define isSignedType(Type) (((Type)-1) < 0) argument
167 int check( TestFunc func, Type eT, void* p ) in check()
214 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
227 int SetAtAddress( Type eT, void* p ) in SetAtAddress()
240 char* TypeName( Type eT ) in TypeName()
253 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess()
264 int CheckSetAccess( Type eT, void* p ) in CheckSetAccess()
[all …]
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java45 import com.sun.star.uno.Type;
107 Type keyType = AnyConverter.getType( _keys[0] ); in impl_checkMappings()
108 Type valueType = AnyConverter.getType( _values[0] ); in impl_checkMappings()
189 Type intType = new Type( Integer.class ); in testComplexKeyTypes()
190 Type longType = new Type( Long.class ); in testComplexKeyTypes()
191 Type msfType = new Type ( XMultiServiceFactory.class ); in testComplexKeyTypes()
195 new Type[] { intType, longType, msfType }, in testComplexKeyTypes()
211 Type formComponentType = new Type( XFormComponent.class ); in testComplexKeyTypes()
346 new Type( Integer.class ), new Type( impl_getValueClassByPos( valueTypePos ) ) ); in testValueTypes()
448 ….EnumerableMap.create( connection.getComponentContext(), new Type( String.class ), new Type( Strin… in testEnumerations()
[all …]
/trunk/main/forms/source/inc/
H A Dcomponenttools.hxx41 …ess : public ::std::binary_function< ::com::sun::star::uno::Type, ::com::sun::star::uno::Type, boo…
44 typedef ::com::sun::star::uno::Type Type; typedef
47 bool operator()( const Type& _rLHS, const Type& _rRHS ) const in operator ()()
62 typedef ::com::sun::star::uno::Type Type; typedef in frm::TypeBag
63 typedef ::com::sun::star::uno::Sequence< Type > TypeSequence;
64 typedef ::std::set< Type, TypeCompareLess > TypeSet;
84 void addType( const Type& i_rType );
86 void removeType( const Type& i_rType );
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx98 sal_Int32 _nAttributes, void* _pPointerToMember, const Type& _rMemberType) in registerProperty()
126 Any* _pPointerToMember, const Type& _rExpectedType) in registerMayBeVoidProperty()
148 const Type& _rType, const void* _pInitialValue) in registerPropertyNoMember()
238 aErrorMessage.append( _rProperty.aProperty.Type.getTypeName() ); in lcl_throwIllegalPropertyValueTypeException()
275 if ( !aNewRequestedValue.getValueType().equals( aPos->aProperty.Type ) ) in convertFastPropertyValue()
277 Any aProperlyTyped( NULL, aPos->aProperty.Type.getTypeLibType() ); in convertFastPropertyValue()
344 if (!_rValue.getValueType().equals(aPos->aProperty.Type)) in convertFastPropertyValue()
349 aProperlyTyped = Any( NULL, aPos->aProperty.Type.getTypeLibType() ); in convertFastPropertyValue()
371 OSL_ENSURE( pNewValue->getValueType() == aPos->aProperty.Type, in convertFastPropertyValue()
457 _rValue.setValue(aPos->aLocation.pDerivedClassMember, aPos->aProperty.Type); in getFastPropertyValue()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dbinaryoutputstream.hxx65 template< typename Type >
66 void writeValue( Type nValue );
69 template< typename Type >
70 inline BinaryOutputStream& operator<<( Type nValue ) { writeValue( nValue ); return *this; } in operator <<()
82 template< typename Type >
83 void BinaryOutputStream::writeValue( Type nValue ) in writeValue()
86 writeMemory( &nValue, static_cast< sal_Int32 >( sizeof( Type ) ), sizeof( Type ) ); in writeValue()
128 template< typename Type >
129 inline BinaryXOutputStream& operator<<( Type nValue ) { writeValue( nValue ); return *this; } in operator <<()
169 template< typename Type >
[all …]
/trunk/main/editeng/source/items/
H A Dflditem.cxx72 DBG_ASSERT( Type() == rFld.Type(), "==: Verschiedene Typen" ); in operator ==()
189 return ( ( pField->Type() == pOtherFld->Type() ) in operator ==()
228 if ( rOther.Type() != Type() ) in operator ==()
364 if ( rOther.Type() != Type() ) in operator ==()
440 return ( rCmp.Type() == TYPE(SvxPageField) ); in operator ==()
466 return ( rCmp.Type() == TYPE(SvxPagesField) ); in operator ==()
486 return ( rCmp.Type() == TYPE(SvxTimeField) ); in operator ==()
511 return ( rCmp.Type() == TYPE(SvxFileField) ); in operator ==()
577 if ( rOther.Type() != Type() ) in operator ==()
716 if ( rOther.Type() != Type() ) in operator ==()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dtoolbox.hrc77 Type = TOOLBOXITEM_SEPARATOR ; \
133 Type = TOOLBOXITEM_SEPARATOR ; \
165 Type = TOOLBOXITEM_SEPARATOR ; \
192 Type = TOOLBOXITEM_SEPARATOR ; \
212 Type = TOOLBOXITEM_SEPARATOR ; \
232 Type = TOOLBOXITEM_SEPARATOR ; \
276 Type = TOOLBOXITEM_SEPARATOR ; \
301 Type = TOOLBOXITEM_SEPARATOR ; \
392 Type = TOOLBOXITEM_SEPARATOR ; \
404 Type = TOOLBOXITEM_SEPARATOR ; \
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java25 import com.sun.star.uno.Type;
45 synchronized public Type[] getContainedTypes() in getContainedTypes()
48 Type[] retVal= null; in getContainedTypes()
52 Type [] arTypes= new Type[size]; in getContainedTypes()
62 arTypes[countTypes++]= new Type(); in getContainedTypes()
63 else if (key instanceof Type) in getContainedTypes()
64 arTypes[countTypes++]= (Type) key; in getContainedTypes()
66 arTypes[countTypes++]= new Type((Class<?>) key); in getContainedTypes()
68 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()
74 retVal= new Type[countTypes]; in getContainedTypes()
[all …]
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java72 import com.sun.star.uno.Type;
158 new Type(String.class), nv.Value); in initialize()
161 new Type(String.class), nv.Value); in initialize()
164 new Type(String.class), nv.Value); in initialize()
452 public com.sun.star.uno.Type[] getTypes() { in getTypes()
453 Type[] typeReturn = {}; in getTypes()
455 typeReturn = new Type[]{ in getTypes()
456 new Type(XTypeProvider.class), in getTypes()
457 new Type(XServiceName.class), in getTypes()
458 new Type(XServiceInfo.class), in getTypes()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XUpdateHandler.java27 import com.sun.star.uno.Type;
52 new Type(java.lang.String.class), in before()
57 new Type(java.lang.String.class), in before()
62 new Type(java.lang.String.class), in before()
71 new Type(java.lang.String.class), in before()
76 new Type(java.lang.Long.class), in before()
82 new Type(java.lang.String.class), in before()
89 new Type(java.lang.String.class), in before()
94 new Type(java.lang.String.class)); in before()
219 new Type(java.lang.String.class)); in _startUpdate()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java27 import com.sun.star.uno.Type;
62 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface()
78 public void revokeInterface(String oid, Type type) { in revokeInterface()
92 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface()
155 Object object, String oid, Type type) in register()
188 public synchronized boolean revoke(String oid, Type type) { in revoke()
201 public synchronized Object get(String oid, Type type) { in get()
241 public Object find(Type type) { in find()
265 public final HashMap<Type, Level2Entry> level2map =
266 new HashMap<Type, Level2Entry>();
[all …]

Completed in 168 milliseconds

12345678910>>...98