Home
last modified time | relevance | path

Searched refs:Type (Results 51 – 75 of 2578) sorted by relevance

12345678910>>...104

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex_post.hxx57 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
59 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
75 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
81 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
97 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
105 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
131 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
146 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT…
159 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
190 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
[all …]
H A Dimplbase_ex.hxx55 typedef ::com::sun::star::uno::Type const & (SAL_CALL * fptr_getCppuType)( void * ) SAL_THROW( () );
107 ::com::sun::star::uno::Type const & rType,
115 ::com::sun::star::uno::Type const & rType,
122 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL ImplHe…
128 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL ImplIn…
130 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > const & rAddTypes )
144 ::com::sun::star::uno::Type const & rType,
153 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL WeakImplHelper_getTypes(
162 ::com::sun::star::uno::Type const & rType,
171 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL WeakAggImplHelper_getTypes(
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx165 Any createOleObjectWrapper(VARIANT* pVar, const Type& aType= Type());
176 Sequence<Any> createOleArrayWrapper(SAFEARRAY* pArray, VARTYPE type, const Type& unotype= Type());
201 Type getElementTypeOfSequence( const Type& seqType);
954 Type type; in anyToVariant()
1501 rAny.setValue(NULL, Type()); in variantToAny()
1504 rAny.setValue(NULL, Type()); in variantToAny()
1711 static Type VOID_TYPE= Type(); in createOleObjectWrapper()
1715 Type desiredType = aType; in createOleObjectWrapper()
2235 Type UnoConversionUtilities<T>::getElementTypeOfSequence( const Type& seqType) in getElementTypeOfSequence()
2237 Type retValue; in getElementTypeOfSequence()
[all …]
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx168 template< typename Type >
170 Type nLeft, Type nTop, Type nWidth, Type nHeight,
210 template< typename Type >
214 template< typename Type >
244 template< typename Type >
246 Type nLeft, Type nTop, Type nWidth, Type nHeight, in writeRectItem()
257 template< typename Type >
261 Type nLeft, nTop, nWidth, nHeight; in dumpRect()
266 template< typename Type >
435 template< typename Type >
[all …]
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs85 public Type [] getTypes() in getTypes()
87 Type [] types; in getTypes()
88 Type type = GetType(); in getTypes()
91 types = (Type []) s_types[ type ]; in getTypes()
94 Type [] interfaces = type.GetInterfaces(); in getTypes()
98 Type iface = interfaces[ pos ]; in getTypes()
107 Type [] ar = new Type [ len ]; in getTypes()
109 ar[ pos ] = (Type) list[ pos ]; in getTypes()
126 Type type = GetType(); in getImplementationId()
162 Type [] types = getTypes(); in ToString()
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx95 Sequence< Type > OColumn::getTypes() throw (RuntimeException) in getTypes()
348 Sequence< Type > SAL_CALL OColumns::getTypes( ) throw(RuntimeException) in getTypes()
353 Type aAppendType = getCppuType( (Reference<XAppend>*)0); in getTypes()
354 Type aDropType = getCppuType( (Reference<XDrop>*)0); in getTypes()
358 Sequence< Type > aTypes(xTypes->getTypes()); in getTypes()
360 Sequence< Type > aSecTypes(OColumns_BASE::getTypes()); in getTypes()
363 const Type* pBegin = aTypes.getConstArray(); in getTypes()
364 const Type* pEnd = pBegin + aTypes.getLength(); in getTypes()
383 Sequence< Type > aRet(aTypes.getLength() - nSize); in getTypes()
385 const Type* pBegin = aTypes.getConstArray(); in getTypes()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java65 switch (maScanner.Peek().Type) in Parse()
119 if (aStartToken.Type == TokenType.TAG_START) in ParseTag()
121 if (aStartToken.Type == TokenType.END_TAG_START) in ParseTag()
128 if (aStartToken.Type == TokenType.TAG_START) in ParseTag()
134 if (aStartToken.Type != TokenType.END_TAG_START in ParseTag()
135 && aEndToken.Type != TokenType.ELEMENT_END) in ParseTag()
152 if (maScanner.Peek().Type != TokenType.IDENTIFIER) in ParseTagContent()
159 if (aToken.Type != TokenType.IDENTIFIER) in ParseTagContent()
195 if (maScanner.Peek().Type == TokenType.COLON) in ParseQualifiedName()
233 if (aToken.Type == eType) in ExpectToken()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java33 import com.sun.star.uno.Type;
89 registerProperty("Deletable", new Type(boolean.class), in ParcelBrowseNode()
91 registerProperty("Editable", new Type(boolean.class), in ParcelBrowseNode()
93 registerProperty("Creatable", new Type(boolean.class), in ParcelBrowseNode()
95 registerProperty("Renamable", new Type(boolean.class), in ParcelBrowseNode()
199 Any result = new Any(new Type(Boolean.class), Boolean.TRUE); in invoke()
257 result = new Any(new Type(XBrowseNode.class), sbn); in invoke()
264 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
285 result = new Any(new Type(Boolean.class), Boolean.FALSE); in invoke()
333 result = new Any(new Type(XBrowseNode.class), this); in invoke()
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java26 import com.sun.star.uno.Type;
182 public Type[] getTypes() in getTypes()
184 Type[] typeReturn = in getTypes()
190 typeReturn = new Type[] in getTypes()
192Type(com.sun.star.task.XJobExecutor.class), new Type(com.sun.star.lang.XTypeProvider.class), new T… in getTypes()
/trunk/main/tools/inc/tools/
H A Dstack.hxx64 #define DECLARE_STACK( ClassName, Type ) \ argument
77 void Push( Type p ) { Stack::Push( (void*)p ); } \
78 Type Pop() { return (Type)Stack::Pop(); } \
79 Type Top() const { return (Type)Stack::Top(); } \
81 Type GetObject( sal_uIntPtr nIndex ) const \
82 { return (Type)Stack::GetObject( nIndex ); } \
83 sal_uIntPtr GetPos( const Type p ) const \
85 sal_uIntPtr GetPos( const Type p, sal_uIntPtr nStartIndex, \
/trunk/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx163 typedef basebmp::Color Type; typedef
175 static Type zero() { return Type(); } in zero()
176 static Type one() { return Type(0x01010101); } in one()
177 static Type nonZero() { return Type(0x01010101); } in nonZero()
179 static Promote toPromote(const Type& v) { return v; } in toPromote()
180 static RealPromote toRealPromote(const Type& v) { return v; } in toRealPromote()
181 static Type fromPromote(const Promote& v) { return v; } in fromPromote()
182 static Type fromRealPromote(const RealPromote& v) { return v; } in fromRealPromote()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java30 import com.sun.star.uno.Type;
54 registerProperty(PropertyIds.TYPE.name, PropertyIds.TYPE.id, Type.LONG, (short)0, in registerProperties()
68 registerProperty(PropertyIds.TYPENAME.name, PropertyIds.TYPENAME.id, Type.STRING, (short)0, in registerProperties()
82 registerProperty(PropertyIds.PRECISION.name, PropertyIds.PRECISION.id, Type.LONG, (short)0, in registerProperties()
96 registerProperty(PropertyIds.SCALE.name, PropertyIds.SCALE.id, Type.LONG, (short)0, in registerProperties()
110 … registerProperty(PropertyIds.ISNULLABLE.name, PropertyIds.ISNULLABLE.id, Type.LONG, (short)0, in registerProperties()
124 …registerProperty(PropertyIds.ISAUTOINCREMENT.name, PropertyIds.ISAUTOINCREMENT.id, Type.BOOLEAN, (… in registerProperties()
138 …registerProperty(PropertyIds.ISROWVERSION.name, PropertyIds.ISROWVERSION.id, Type.BOOLEAN, (short)… in registerProperties()
152 … registerProperty(PropertyIds.DESCRIPTION.name, PropertyIds.DESCRIPTION.id, Type.STRING, (short)0, in registerProperties()
166 …registerProperty(PropertyIds.DEFAULTVALUE.name, PropertyIds.DEFAULTVALUE.id, Type.STRING, (short)0, in registerProperties()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java35 import com.sun.star.uno.Type;
215 public com.sun.star.uno.Type[] getTypes() in getTypes()
217 Type[] typeReturn = in getTypes()
223 typeReturn = new Type[] in getTypes()
225Type(XPropertyAccess.class), new Type(XJob.class), new Type(XJobExecutor.class), new Type(XTypePr… in getTypes()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java35 import com.sun.star.uno.Type;
215 public com.sun.star.uno.Type[] getTypes() in getTypes()
217 Type[] typeReturn = in getTypes()
223 typeReturn = new Type[] in getTypes()
225Type(XPropertyAccess.class), new Type(XJob.class), new Type(XJobExecutor.class), new Type(XTypePr… in getTypes()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DCallWizard.java35 import com.sun.star.uno.Type;
208 public com.sun.star.uno.Type[] getTypes() { in getTypes()
209 Type[] typeReturn = { in getTypes()
213Type[] { new Type(XPropertyAccess.class), new Type(XJob.class), new Type(XJobExecutor.class), new in getTypes()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx149 inline System::Type* loadCliType(rtl_uString * unoName) in loadCliType()
154 System::Type* loadCliType(System::String * unoName) in loadCliType()
156 System::Type* retVal= NULL; in loadCliType()
207 System::Type * retVal = 0; in mapUnoType()
237 retVal= __typeof(System::Type); break; in mapUnoType()
347 switch (System::Type::GetTypeCode(cliType)) in mapCliType()
870 css::uno::Type value_td( mapCliType(aAny.Type), SAL_NO_ACQUIRE); in map_to_uno()
983 css::uno::Type anyType(value_td); in map_to_uno()
1066 System::Type* cliType = NULL; in map_to_uno()
1862 System::Type* arType[]= new System::Type*[nElements]; in map_to_cli()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DFilter.java28 import com.sun.star.uno.Type;
86 public Type[] getTypes() { in getTypes()
89 Type types[] = new Type[interfaces.length]; in getTypes()
91 types[i] = new Type(interfaces[i]); in getTypes()
185 public Type getElementType() { in getElementType()
201 public Type[] getTypes() { in getTypes()
204 Type types[] = new Type[interfaces.length]; in getTypes()
206 types[i] = new Type(interfaces[i]); in getTypes()
H A DConnector.java28 import com.sun.star.uno.Type;
86 public Type[] getTypes() { in getTypes()
89 Type types[] = new Type[interfaces.length]; in getTypes()
91 types[i] = new Type(interfaces[i]); in getTypes()
200 public Type getElementType() { in getElementType()
216 public Type[] getTypes() { in getTypes()
219 Type types[] = new Type[interfaces.length]; in getTypes()
221 types[i] = new Type(interfaces[i]); in getTypes()
H A DDocumentHandler.java29 import com.sun.star.uno.Type;
89 public Type[] getTypes() { in getTypes()
91 Type types[] = new Type[interfaces.length]; in getTypes()
93 types[i] = new Type(interfaces[i]); in getTypes()
317 public Type getElementType() { in getElementType()
318 return new Type(Object.class); in getElementType()
333 public Type[] getTypes() { in getTypes()
335 Type types[] = new Type[interfaces.length]; in getTypes()
337 types[i] = new Type(interfaces[i]); in getTypes()
/trunk/main/filter/source/xsltvalidate/
H A DXSLTValidate.java32 import com.sun.star.uno.Type;
81 public com.sun.star.uno.Type[] getTypes() { in getTypes()
82 Type[] typeReturn = {}; in getTypes()
85 typeReturn = new Type[] { in getTypes()
86 new Type( XTypeProvider.class ), in getTypes()
87 new Type( XExportFilter.class ), in getTypes()
88 new Type( XImportFilter.class ), in getTypes()
89 new Type( XServiceName.class ), in getTypes()
90 new Type( XServiceInfo.class ) }; in getTypes()
111 …xis=(com.sun.star.io.XInputStream)AnyConverter.toObject(new Type(com.sun.star.io.XInputStream.clas… in importer()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java35 import com.sun.star.uno.Type;
253 public com.sun.star.uno.Type[] getTypes() in getTypes()
255 Type[] typeReturn = in getTypes()
261 typeReturn = new Type[] in getTypes()
263Type(XPropertyAccess.class), new Type(XJob.class), new Type(XJobExecutor.class), new Type(XTypePr… in getTypes()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx220 DWORD Type; in GetValue() local
228 &Type, in GetValue()
241 if (REG_DWORD == Type) in GetValue()
245 else if (REG_SZ == Type || REG_EXPAND_SZ == Type || REG_MULTI_SZ == Type) in GetValue()
270 DWORD Type; in GetValue() local
278 &Type, in GetValue()
300 if (REG_DWORD == Type) in GetValue()
302 else if (REG_SZ == Type || REG_EXPAND_SZ == Type || REG_MULTI_SZ == Type) in GetValue()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java36 import com.sun.star.uno.Type;
95 …registerProperty(PropertyIds.TYPENAME.name, PropertyIds.TYPENAME.id, Type.STRING, PropertyAttribut… in registerProperties()
109 …registerProperty(PropertyIds.DESCRIPTION.name, PropertyIds.DESCRIPTION.id, Type.STRING, PropertyAt… in registerProperties()
123 …registerProperty(PropertyIds.DEFAULTVALUE.name, PropertyIds.DEFAULTVALUE.id, Type.STRING, Property… in registerProperties()
137 …registerProperty(PropertyIds.PRECISION.name, PropertyIds.PRECISION.id, Type.LONG, PropertyAttribut… in registerProperties()
151 …registerProperty(PropertyIds.TYPE.name, PropertyIds.TYPE.id, Type.LONG, PropertyAttribute.READONLY, in registerProperties()
165 …registerProperty(PropertyIds.SCALE.name, PropertyIds.SCALE.id, Type.LONG, PropertyAttribute.READON… in registerProperties()
179 …registerProperty(PropertyIds.ISNULLABLE.name, PropertyIds.ISNULLABLE.id, Type.LONG, PropertyAttrib… in registerProperties()
193 …registerProperty(PropertyIds.ISAUTOINCREMENT.name, PropertyIds.ISAUTOINCREMENT.id, Type.BOOLEAN, P… in registerProperties()
207 …registerProperty(PropertyIds.ISROWVERSION.name, PropertyIds.ISROWVERSION.id, Type.BOOLEAN, Propert… in registerProperties()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java68 import com.sun.star.uno.Type;
109 Type type = new Type(msg.getType()); in run()
202 public RefHolder(Type type, Object object) { in RefHolder()
207 public Type getType() { in getType()
219 private final Type type;
227 private boolean hasRefHolder(String oid, Type type) { in hasRefHolder()
242 final void addRefHolder(Object obj, Type type, String oid) { in addRefHolder()
264 final void remRefHolder(Type type, String oid) { in remRefHolder()
378 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo()
415 public Object mapInterfaceFrom(Object oId, Type type) { in mapInterfaceFrom()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java178 public com.sun.star.uno.Type getElementType() in getElementType()
322 new com.sun.star.uno.Type( in getPropertySetInfo()
326 new com.sun.star.uno.Type( Boolean.class ), in getPropertySetInfo()
387 public com.sun.star.uno.Type getElementType() in getElementType()
476 public com.sun.star.uno.Type getElementType() in getElementType()
571 new com.sun.star.uno.Type( Boolean.class), in getPropertySetInfo()
574 new com.sun.star.uno.Type( in getPropertySetInfo()
577 new com.sun.star.uno.Type( Integer.class ), (short) 0), in getPropertySetInfo()
582 new com.sun.star.uno.Type( Integer.class ), (short) 0 ), in getPropertySetInfo()
584 new com.sun.star.uno.Type( in getPropertySetInfo()
[all …]

Completed in 777 milliseconds

12345678910>>...104