Home
last modified time | relevance | path

Searched refs:Type (Results 76 – 100 of 2706) sorted by relevance

12345678910>>...109

/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx191 template< typename Type >
198 …plicit XclExpValueRecord( sal_uInt16 nRecId, const Type& rValue, sal_Size nSize = sizeof( Type in XclExpValueRecord()
202 inline const Type& GetValue() const { return maValue; } in GetValue()
204 inline void SetValue( const Type& rValue ) { maValue = rValue; } in SetValue()
218 Type maValue; /// The record data.
222 template< typename Type >
223 void XclExpValueRecord< Type >::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
235 template< typename Type >
236 XclExpValueRecord< Type >* XclExpValueRecord< Type >::SetAttribute( sal_Int32 nId ) in SetAttribute()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java28 import com.sun.star.uno.Type;
72 public Type[] getTypes() { in getTypes()
75 Type types[] = new Type[interfaces.length]; in getTypes()
77 types[i] = new Type(interfaces[i]); in getTypes()
181 public Type[] getTypes() { in getTypes()
184 Type types[] = new Type[interfaces.length]; in getTypes()
186 types[i] = new Type(interfaces[i]); in getTypes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java29 import com.sun.star.uno.Type;
43 protected Type[] types = new Type[] {
44 new Type(String.class), new Type(com.sun.star.sheet.DataImportMode.class),
45 new Type(String.class), new Type(Boolean.class)
153 protected boolean checkPropertyTypes(PropertyValue[] props, Type[] types) { in checkPropertyTypes()
157 Type ValueType = new Type(props[i].Value.getClass()); in checkPropertyTypes()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrywnt.cxx233 DWORD Type; in GetValue() local
241 &Type, in GetValue()
254 if (REG_DWORD == Type) in GetValue()
258 else if (REG_SZ == Type || REG_EXPAND_SZ == Type || REG_MULTI_SZ == Type) in GetValue()
283 DWORD Type; in GetValue() local
291 &Type, in GetValue()
313 if (REG_DWORD == Type) in GetValue()
315 else if (REG_SZ == Type || REG_EXPAND_SZ == Type || REG_MULTI_SZ == Type) in GetValue()
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx136 InteractionRequest::queryInterface( const uno::Type & rType ) in queryInterface()
171 uno::Sequence< uno::Type > SAL_CALL InteractionRequest::getTypes() in getTypes()
286 InteractionAbort::queryInterface( const uno::Type & rType ) in queryInterface()
323 uno::Sequence< uno::Type > SAL_CALL InteractionAbort::getTypes() in getTypes()
388 InteractionRetry::queryInterface( const uno::Type & rType ) in queryInterface()
425 uno::Sequence< uno::Type > SAL_CALL InteractionRetry::getTypes() in getTypes()
490 InteractionApprove::queryInterface( const uno::Type & rType ) in queryInterface()
527 uno::Sequence< uno::Type > SAL_CALL InteractionApprove::getTypes() in getTypes()
592 InteractionDisapprove::queryInterface( const uno::Type & rType ) in queryInterface()
629 uno::Sequence< uno::Type > SAL_CALL InteractionDisapprove::getTypes() in getTypes()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx99 queryInterface( const com::sun::star::uno::Type & rType )
107 virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
197 queryInterface( const com::sun::star::uno::Type & rType )
205 virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
234 queryInterface( const com::sun::star::uno::Type & rType )
242 virtual com::sun::star::uno::Sequence< com::sun::star::uno::Type > SAL_CALL
271 queryInterface( const com::sun::star::uno::Type & rType )
308 queryInterface( const com::sun::star::uno::Type & rType )
437 queryInterface( const com::sun::star::uno::Type & rType )
649 queryInterface( const com::sun::star::uno::Type & rType )
[all …]
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java38 import com.sun.star.uno.Type;
110 public com.sun.star.uno.Type[] getTypes() { in getTypes()
111 Type[] typeReturn = {}; in getTypes()
114 typeReturn = new Type[] { in getTypes()
115 new Type( XTypeProvider.class ), in getTypes()
116 new Type( XImportFilter.class ), in getTypes()
117 new Type( XExportFilter.class ), in getTypes()
118 new Type( XServiceName.class ), in getTypes()
119 new Type( XServiceInfo.class ) }; in getTypes()
293 sURL=(String)AnyConverter.toObject(new Type(java.lang.String.class), pValue[i].Value); in exporter()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx48 template< typename Type >
49 int lclCompareVectors( const ::std::vector< Type >& rLeft, const ::std::vector< Type >& rRight ) in lclCompareVectors()
54 typedef typename ::std::vector< Type >::const_iterator CIT; in lclCompareVectors()
70 template< typename Type >
73 template< typename Type >
74 struct XclDirectHasher : public XclHasher< Type >
88 template< typename Type, typename ValueHasher >
92 typedef typename ::std::vector< Type >::const_iterator CIT; in lclHashVector()
99 template< typename Type >
100 inline sal_uInt16 lclHashVector( const ::std::vector< Type >& rVec ) in lclHashVector()
[all …]
/trunk/main/configmgr/source/
H A Dtype.hxx31 class Type;
36 enum Type { enum
42 bool isListType(Type type);
44 Type elementType(Type type);
46 com::sun::star::uno::Type mapType(Type type);
48 Type getDynamicType(com::sun::star::uno::Any const & value);
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java37 import com.sun.star.uno.Type;
110 public Type[] getTypes() { in getTypes()
111 Type[] type = new Type[5]; in getTypes()
112 type[0] = new Type(XInterface.class); in getTypes()
113 type[1] = new Type(XTypeProvider.class); in getTypes()
114 type[2] = new Type(XSingleLayerStratum.class); in getTypes()
115 type[3] = new Type(XServiceInfo.class); in getTypes()
116 type[4] = new Type(XTimeStamped.class); in getTypes()
245 pInfo[0].Type = "int"; in readData()
/trunk/main/svl/inc/svl/
H A Dhint.hxx39 #define DECL_PTRHINT(Visibility, Name, Type) \ argument
42 Type* pObj; \
47 Name( Type* Object, sal_Bool bOwnedByHint = sal_False ); \
50 Type* GetObject() const { return pObj; } \
54 #define IMPL_PTRHINT_AUTODELETE(Name, Type) \ argument
56 Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \
60 #define IMPL_PTRHINT(Name, Type) \ argument
62 Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx81 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > * pTypes;
119 void SAL_CALL writeTypeOffset( const ::com::sun::star::uno::Type & rType, sal_Int32 nOffset )
129 const ::com::sun::star::uno::Type & rType, ::com::sun::star::lang::XTypeProvider * pBase )
135 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
220 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
222 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
234 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
243 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
255 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
257 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & …
[all …]
H A Dimplbase1.hxx75 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
77 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
99 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
105 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
132 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
134 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation()
140 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
202 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
213 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
271 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
[all …]
H A Dimplbase2.hxx76 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
78 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
100 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
106 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
133 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
135 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation()
141 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
198 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
209 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
267 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
[all …]
H A Dimplbase3.hxx77 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
79 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
101 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
107 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
134 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
136 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( ::com::sun::star::uno::Type const & … in queryAggregation()
142 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
200 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
211 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (… in getTypes()
269 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface()
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.src54 Text [ en-US ] = "Type";
58 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks…
86 Text [ en-US ] = "Type";
90 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar month…
118 Text [ en-US ] = "Type";
122 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar years…
/trunk/main/dbaccess/source/core/api/
H A DView.cxx101 Any SAL_CALL View::queryInterface( const Type & _rType ) throw(RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
111 Sequence< Type > SAL_CALL View::getTypes( ) throw(RuntimeException) in getTypes()
113 Type aAlterType = getCppuType( (Reference<XAlterView>*)0); in getTypes()
115 …Sequence< Type > aTypes( ::comphelper::concatSequences(View_Base::getTypes(),View_IBASE::getTypes(… in getTypes()
116 ::std::vector<Type> aOwnTypes; in getTypes()
119 const Type* pIter = aTypes.getConstArray(); in getTypes()
120 const Type* pEnd = pIter + aTypes.getLength(); in getTypes()
127 Type* pTypes = aOwnTypes.empty() ? 0 : &aOwnTypes[0]; in getTypes()
128 return Sequence< Type >(pTypes, aOwnTypes.size()); in getTypes()
/trunk/main/autodoc/inc/ary/idl/
H A Di_type.hxx65 class Type : public ary::Entity class
71 virtual ~Type() {} in ~Type()
90 …const Type & FirstEnclosedNonSequenceType( /// @return *this, if this is not a ->Sequence.
102 virtual const Type &
112 Type::Get_Text( StringVector & o_module, in Get_Text()
122 Type::TemplateParameters() const in TemplateParameters()
127 inline const Type &
128 Type::FirstEnclosedNonSequenceType(const Gate & i_rGate) const in FirstEnclosedNonSequenceType()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java63 import com.sun.star.uno.Type;
173 …nterface( XIndexAccess.class, xIntrospectionAccessObject.queryAdapter(new Type( XIndexAccess.class… in getUnoObjectsOfContainer()
195 protected XIdlMethod[] getMethodsOfInterface(Type _aType){ in getMethodsOfInterface()
206 protected XIdlField[] getFieldsOfType(Type _aType){ in getFieldsOfType()
278 protected Type[] getInterfaces(Object _oUnoObject, String _sServiceName){ in getInterfaces()
279 Type[] aTypes = getInterfaces(_oUnoObject); in getInterfaces()
290 Type[] aRetTypes = new Type[aTypesVector.size()]; in getInterfaces()
301 protected Type[] getInterfaces(Object _oUnoParentObject){ in getInterfaces()
302 Type[] aTypes = new Type[]{}; in getInterfaces()
313 Type aType = AnyConverter.getType(_oUnoObject); in isObjectSequence()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XLayerHandler.java31 import com.sun.star.uno.Type;
53 new Type(java.lang.String.class), false); in _endLayer()
57 new Type(java.lang.String.class), false); in _endLayer()
61 new Type(java.lang.String.class), false); in _endLayer()
68 new Type(java.lang.String.class), false); in _endLayer()
72 new Type(java.lang.Long.class), false); in _endLayer()
76 new Type(java.lang.String.class), false); in _endLayer()
81 new Type(java.lang.String.class), false); in _endLayer()
85 new Type(java.lang.String.class)); in _endLayer()
92 new Type(java.lang.String.class), false); in _endLayer()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java39 import com.sun.star.uno.Type;
285 public com.sun.star.uno.Type[] getTypes() in getTypes()
287 Type[] retValue = new Type[ 8 ]; in getTypes()
288 retValue[ 0 ] = new Type( XScriptProvider.class ); in getTypes()
289 retValue[ 1 ] = new Type( XBrowseNode.class ); in getTypes()
291 retValue[ 3 ] = new Type( XTypeProvider.class ); in getTypes()
292 retValue[ 4 ] = new Type( XServiceInfo.class ); in getTypes()
293 retValue[ 5 ] = new Type( XPropertySet.class ); in getTypes()
294 retValue[ 6 ] = new Type( XInvocation.class ); in getTypes()
569 public com.sun.star.uno.Type getElementType() in getElementType()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java31 import com.sun.star.uno.Type;
83 public Object readInterface(Type type) { in readInterface()
283 private Type readTypeValue() { in readTypeValue()
284 return new Type(readType()); in readTypeValue()
303 return new Any(Type.UNSIGNED_SHORT, readShortValue()); in readAnyValue()
309 return new Any(Type.UNSIGNED_LONG, readLongValue()); in readAnyValue()
344 return new Any(new Type(type), value); in readAnyValue()
348 return new Any(new Type(type), value); in readAnyValue()
362 ? new Any(new Type(type), value) : value; in readAnyValue()
372 ? value : new Any(new Type(type), value); in readAnyValue()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java37 static public Type getType( Object object ) in getType()
39 Type t; in getType()
53 t = new Type( object.getClass() ); in getType()
327 static public Type toType(Object object) throws com.sun.star.lang.IllegalArgumentException { in toType()
328 return (Type) convertSimple( TypeClass.TYPE, null, object); in toType()
343 static public Object toObject(Type type, Object object) in toObject()
364 return (T) toObject( new Type( clazz ), object ); in toObject()
385 static private final Type m_XInterface_type = new Type( XInterface.class );
387 static private Object convertSimple( TypeClass destTClass, Type destType, Object object_ ) in convertSimple()
391 Type type; in convertSimple()
[all …]
/trunk/main/tools/inc/tools/
H A Dqueue.hxx64 #define DECLARE_QUEUE( ClassName, Type ) \ argument
77 void Put( Type p ) { Queue::Put( (void*)p ); } \
78 Type Get() { return (Type)Queue::Get(); } \
80 Type GetObject( sal_uIntPtr nIndex ) const \
81 { return (Type)Queue::GetObject( nIndex ); } \
82 sal_uIntPtr GetPos( const Type p ) const \
84 sal_uIntPtr GetPos( const Type p, sal_uIntPtr nStartIndex, \
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas154 If myComponent.Type <> vbext_ct_MSForm Then
249 If myComponent.Type = vbext_ct_MSForm Or _
250 myComponent.Type = vbext_ct_ClassModule Then
606 Select Case vbc.Type
744 (aShape.Type = msoOLEControlObject)
749 Select Case aShape.Type
787 If aShape.Type = msoEmbeddedOLEObject Or _
788 aShape.Type = msoOLEControlObject Then
798 If aShape.Type = msoOLEControlObject Then
829 If aShape.Type = msoLinkedOLEObject Then
[all …]

Completed in 156 milliseconds

12345678910>>...109