Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 89) sorted by relevance

1234

/trunk/main/svl/inc/svl/
H A Dcntnrsrt.hxx57 #define DECLARE_CONTAINER_SORT_COMMON( ClassName, Type ) \ argument
94 #define DECLARE_CONTAINER_SORT( ClassName, Type ) \ argument
102 #define DECLARE_CONTAINER_SORT_DEL( ClassName, Type ) \ argument
110 #define IMPL_CONTAINER_SORT( ClassName, Type, SortFunc ) \ argument
H A Dhint.hxx39 #define DECL_PTRHINT(Visibility, Name, Type) \ argument
54 #define IMPL_PTRHINT_AUTODELETE(Name, Type) \ argument
60 #define IMPL_PTRHINT(Name, Type) \ argument
H A Dsmplhint.hxx76 #define DECL_OBJHINT(Name, Type) \ argument
88 #define IMPL_OBJHINT(Name, Type) \ argument
/trunk/main/tools/inc/tools/
H A Downlist.hxx33 #define PRV_SV_DECL_OWNER_LIST(ClassName,Type) \ argument
62 #define PRV_SV_IMPL_OWNER_LIST(ClassName,Type) \ argument
H A Dunqidx.hxx94 #define DECLARE_UNIQUEINDEX( ClassName, Type ) \ argument
/trunk/main/forms/source/inc/
H A Dcomponenttools.hxx44 typedef ::com::sun::star::uno::Type Type; typedef
62 typedef ::com::sun::star::uno::Type Type; typedef in frm::TypeBag
/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx40 inline Type::Type() SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
47 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
53 inline Type::Type( TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
59 inline Type::Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
65 inline Type::Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
70 inline Type::Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
75 inline Type::Type( const Type & rType ) SAL_THROW( () ) in Type() function in com::sun::star::uno::Type
101 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type … in getCppuType()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java46 public class Type { class
169 public Type() { in Type() method in Type
183 public Type(String typeName, TypeClass typeClass) { in Type() method in Type
197 public Type(Class zClass) { in Type() method in Type
251 public Type(Class zClass, boolean alternative) { in Type() method in Type
261 public Type(ITypeDescription typeDescription) { in Type() method in Type
272 public Type(String typeName) { in Type() method in Type
307 public Type(TypeClass typeClass) { in Type() method in Type
/trunk/main/basebmp/inc/basebmp/
H A Dendian.hxx35 #define BASEBMP_BYTE_SWAP(Type,SwapFunc) \ argument
/trunk/main/cli_ure/source/basetypes/uno/
H A DParameterizedTypeAttribute.cs52 public string Type property in uno.ParameterizedTypeAttribute
/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
40 #define printTypeSign(Type,Name) printf( "%s\t\t= %s %s\n", Name, ( isSignedType(Type) ? "signed" :… argument
64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; typedef
/trunk/main/sfx2/source/sidebar/
H A DPaint.hxx45 enum Type enum in sfx2::sidebar::Paint
/trunk/main/autodoc/inc/ary/doc/
H A Dd_node.hxx83 Node::Type() const in Type() function in ary::doc::Node
/trunk/main/autodoc/inc/ary/idl/
H A Di_param.hxx54 Type_id Type() const { return nType; } in Type() function in ary::idl::Parameter
H A Di_structelem.hxx89 StructElement::Type() const in Type() function in ary::idl::StructElement
H A Di_comrela.hxx62 Type_id Type() const { return nType; } in Type() function in ary::idl::CommentedRelation
H A Di_constant.hxx92 Constant::Type() const in Type() function in ary::idl::Constant
H A Di_type.hxx65 class Type : public ary::Entity class
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DToken.java48 public final TokenType Type; field in Token
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DBlobParser.java95 enum Type enum in BlobParser
/trunk/main/tools/workben/
H A Dsolar.c27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; typedef
66 #define printTypeSize(Type,Name) printf( "sizeof(%s)\t= %d\n", Name, \ argument
69 #define isSignedType(Type) (((Type)-1) < 0) argument
70 #define printTypeSign(Type,Name) printf( "%s\t= %s %s\n", Name, \ argument
/trunk/main/writerfilter/source/dmapper/
H A DCellColorHandler.hxx42 enum Type {P, C, Others}; enum in writerfilter::dmapper::CellColorHandler
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_vari.hxx97 Variable::Type() const in Type() function in ary::cpp::Variable
/trunk/main/basic/inc/basic/
H A Dttstrhlp.hxx41 #define MakeStringParam(Type,aText) ( Type.AppendAscii("=").Append( aText ).Append( EndKenn ) ) argument
42 #define MakeStringNumber(Type,nNumber) MakeStringParam (Type, UniString::CreateFromInt32(nNumber)) argument
/trunk/main/sal/inc/osl/
H A Dsocket.hxx193 inline Socket::Socket(oslSocketType Type, in Socket()
412 oslSocketType Type ) in StreamSocket()
463 oslSocketType Type) in ConnectorSocket()
477 oslSocketType Type ) in AcceptorSocket()
526 oslSocketType Type) in DatagramSocket()

Completed in 82 milliseconds

1234