Home
last modified time | relevance | path

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

12345678910>>...16

/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DWinInfoReceiver.java26 void addWinInfo(SmartId id, long type, String t1); in addWinInfo()
/aoo41x/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()
/aoo41x/main/sal/inc/sal/
H A Dtypes.h345 #define SAL_CONST_CAST(type, expr) (const_cast< type >(expr)) argument
346 #define SAL_REINTERPRET_CAST(type, expr) (reinterpret_cast< type >(expr)) argument
347 #define SAL_STATIC_CAST(type, expr) (static_cast< type >(expr)) argument
349 #define SAL_CONST_CAST(type, expr) ((type) (expr)) argument
350 #define SAL_REINTERPRET_CAST(type, expr) ((type) (expr)) argument
351 #define SAL_STATIC_CAST(type, expr) ((type) (expr)) argument
428 #define SAL_INT_CAST(type, expr) ((type) (expr)) argument
/aoo41x/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx50 sal_uInt8 type; member
56 sal_uInt8 type; member
/aoo41x/main/comphelper/source/misc/
H A Devtmethodhelper.cxx35 Sequence< ::rtl::OUString> getEventMethodsForType(const Type& type) in getEventMethodsForType()
/aoo41x/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
H A Dcolormisc.hxx64 typedef ColorBitmaskOutputMaskFunctor<polarity> type; typedef
146 typedef ColorBlendFunctor8<polarity> type; typedef
152 typedef ColorBlendFunctor32<polarity> type; typedef
/aoo41x/main/oox/source/ppt/
H A Dcommonbehaviorcontext.hxx39 MS_AttributeNames type; member
/aoo41x/main/codemaker/inc/codemaker/
H A Dgeneratedtypeset.hxx54 void add(rtl::OString const & type) { m_set.insert(type); } in add()
/aoo41x/main/qadevOOo/runner/util/
H A DXLayerHandlerImpl.java45 com.sun.star.uno.Type type) in addProperty()
88 com.sun.star.uno.Type type, boolean param3) in overrideProperty()
/aoo41x/main/wizards/com/sun/star/wizards/web/status/
H A DTaskEvent.java46 private int type; field in TaskEvent
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystemBeanInfo.java111 public Image getIcon(int type) in getIcon()
/aoo41x/main/jurt/com/sun/star/comp/connections/
H A DImplementation.java65 String type in getConnectionService() local
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabRecord.hxx45 ABPropertyType type; member
/aoo41x/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()
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/
H A DTaskEvent.java41 private int type; field in TaskEvent
/aoo41x/main/ridljar/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
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XDataContainer.java71 String type = oObj.getContentType() ; in _getContentType() local
/aoo41x/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()
/aoo41x/main/svx/source/inc/
H A Dsdbdatacolumn.hxx78 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw… in queryInterface()
/aoo41x/main/stoc/source/security/
H A Dpermissions.h48 t_type type, in Permission()

Completed in 106 milliseconds

12345678910>>...16