Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 412) sorted by relevance

12345678910>>...17

/trunk/main/binaryurp/source/
H A Dmarshal.cxx128 css::uno::TypeDescription const & type, BinaryAny const & value) in writeValue()
198 css::uno::TypeDescription const & type, void const * value) in writeValue()
286 css::uno::TypeDescription const & type, void const * aggregateValue) in writeMemberValues()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedXMLObject.java69 public EmbeddedXMLObject(String name, String type) { in EmbeddedXMLObject()
82 EmbeddedXMLObject(String name, String type, OfficeZip source) { in EmbeddedXMLObject()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DWinInfoReceiver.java26 void addWinInfo(SmartId id, long type, String t1); in addWinInfo()
/trunk/main/idlc/inc/idlc/
H A Dasttype.hxx31 AstType(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstType()
H A Dastbasetype.hxx33 AstBaseType(const ExprType type, const ::rtl::OString& name, AstScope* pScope) in AstBaseType()
H A Dastmodule.hxx37 AstModule(NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstModule()
H A Dastservice.hxx38 AstService(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstService()
/trunk/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx51 sal_uInt8 type; member
57 sal_uInt8 type; member
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java50 private int type; field in OColumn
75 final int type, in OColumn()
/trunk/main/comphelper/source/misc/
H A Devtmethodhelper.cxx35 Sequence< ::rtl::OUString> getEventMethodsForType(const Type& type) in getEventMethodsForType()
/trunk/main/basebmp/inc/basebmp/
H A Dpaletteformats.hxx88 typedef vigra::VigraFalseType type; typedef
98 typedef PaletteImageAccessor< Accessor, ColorType > type; typedef
H A Dpixelformatadapters.hxx58 Setter > type; typedef
/trunk/main/oox/source/ppt/
H A Dcommonbehaviorcontext.hxx39 MS_AttributeNames type; member
/trunk/main/codemaker/inc/codemaker/
H A Dgeneratedtypeset.hxx54 void add(rtl::OString const & type) { m_set.insert(type); } in add()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXLayerHandlerImpl.java45 com.sun.star.uno.Type type) in addProperty()
88 com.sun.star.uno.Type type, boolean param3) in overrideProperty()
/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DTaskEvent.java46 private int type; field in TaskEvent
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DImplementation.java65 String type in getConnectionService() local
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.hxx45 ABPropertyType type; member
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystemBeanInfo.java111 public Image getIcon(int type) in getIcon()
/trunk/main/extensions/source/ole/
H A Djscriptclasses.cxx142 STDMETHODIMP JScriptValue::Set( VARIANT type, VARIANT value) in Set()
176 STDMETHODIMP JScriptValue::InitInOutParam( VARIANT type, VARIANT value) in InitInOutParam()
205 STDMETHODIMP JScriptValue::GetValue( BSTR* type, VARIANT *value) in GetValue()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTaskEvent.java41 private int type; field in TaskEvent
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java67 public static TypeDescription getTypeDescription(Type type) in getTypeDescription()
228 private static TypeDescription getDefinitely(Type type) { in getDefinitely()
236 private static TypeDescription get(Type type) throws ClassNotFoundException in get()
247 private static TypeDescription create(Type type) in create()
447 ITypeDescription type = t == null in initMethodDescriptions() local
/trunk/main/sal/inc/sal/
H A Dtypes.h372 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) argument
373 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) argument
374 #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr)) argument
376 #define SAL_CONST_CAST(type, expr) ((type) (expr)) argument
377 #define SAL_REINTERPRET_CAST(type, expr) ((type) (expr)) argument
378 #define SAL_STATIC_CAST(type, expr) ((type) (expr)) argument
455 #define SAL_INT_CAST(type, expr) ((type) (expr)) argument
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XDataContainer.java71 String type = oObj.getContentType() ; in _getContentType() local
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx55 void loadFpRegsFromStruct(typelib_TypeDescription * type, void * data) { in loadFpRegsFromStruct()
415 typelib_InterfaceTypeDescription * type = proxy->getTypeDescr(); in vtableCall() local
554 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions()

Completed in 69 milliseconds

12345678910>>...17