/aoo42x/main/o3tl/inc/o3tl/ |
H A D | vector_pool.hxx | 86 struct type struct 88 type() : in type() argument 92 explicit type( const ValueType& val ) : in type() argument 97 ValueType value; 98 std::ptrdiff_t nextFree;
|
/aoo42x/main/xml2cmp/source/inc/ |
H A D | new_del.h | 34 #define ASSIGN_NEW( ptr, type ) \ argument 37 #define ASSIGN_NEW1( ptr, type, param1 ) \ argument 40 #define ASSIGN_NEW2( ptr, type, param1, param2 ) \ argument 43 #define ASSIGN_NEW3( ptr, type, param1, param2, param3 ) \ argument 46 #define DELETE( ptr, type ) \ argument
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/ |
H A D | java_environment.java | 62 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface() 78 public void revokeInterface(String oid, Type type) { in revokeInterface() 92 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface() 155 Object object, String oid, Type type) in register() 188 public synchronized boolean revoke(String oid, Type type) { in revoke() 201 public synchronized Object get(String oid, Type type) { in get() 232 private void removeLevel2Entry(Level1Entry l1, String oid, Type type) { in removeLevel2Entry() 241 public Object find(Type type) { in find() 271 String oid, Type type, Object object, ReferenceQueue queue) in Level2Entry() 289 public final Type type; field in java_environment.Registry.Level2Entry
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Unmarshal.java | 83 public Object readInterface(Type type) { in readInterface() 115 TypeDescription type = null; in readType() local 135 public Object readValue(TypeDescription type) { in readValue() 288 TypeDescription type = readType(); in readAnyValue() local 381 private Object readSequenceValue(TypeDescription type) { in readSequenceValue() 399 private Enum readEnumValue(TypeDescription type) { in readEnumValue() 414 private Object readStructValue(TypeDescription type) { in readStructValue() 427 private Exception readExceptionValue(TypeDescription type) { in readExceptionValue() 446 private Object readInterfaceValue(TypeDescription type) { in readInterfaceValue() 467 private void readFields(TypeDescription type, Object value) { in readFields()
|
H A D | Marshal.java | 78 public void writeInterface(XInterface object, Type type) { in writeInterface() 95 public void writeType(TypeDescription type) { in writeType() 110 public void writeValue(TypeDescription type, Object value) { in writeValue() 271 TypeDescription type; in writeAnyValue() local 293 private void writeSequenceValue(TypeDescription type, Object value) { in writeSequenceValue() 312 private void writeEnumValue(TypeDescription type, Enum value) { in writeEnumValue() 333 private void writeStructValue(TypeDescription type, Object value) { in writeStructValue() 346 private void writeExceptionValue(TypeDescription type, Exception value) { in writeExceptionValue() 351 private void writeInterfaceValue(TypeDescription type, XInterface value) { in writeInterfaceValue()
|
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | dependency.cxx | 54 sal_Bool TypeDependency::insert(const OString& type, const OString& depend, sal_uInt16 use) in insert() 83 TypeUsingSet TypeDependency::getDependencies(const OString& type) in getDependencies() 96 sal_Bool TypeDependency::hasDependencies(const OString& type) in hasDependencies() 109 void TypeDependency::setGenerated(const OString& type, sal_uInt16 genFlag) in setGenerated() 118 sal_Bool TypeDependency::isGenerated(const OString& type, sal_uInt16 genFlag) in isGenerated() 136 TypeReader& reader, const OString& type) in checkFieldDependencies() 159 TypeReader& reader, const OString& type) in checkMethodDependencies() 217 TypeReader& reader, const OString& type) in checkReferenceDependencies() 236 …peDependencies(TypeManager& typeMgr, TypeDependency& dependencies, const OString& type, sal_Bool b… in checkTypeDependencies()
|
/aoo42x/main/configmgr/source/ |
H A D | type.cxx | 51 bool isListType(Type type) { in isListType() 55 Type elementType(Type type) { in elementType() 79 css::uno::Type mapType(Type type) { in mapType()
|
/aoo42x/main/forms/source/inc/ |
H A D | property.hxx | 108 #define DECL_PROP_IMPL(varname, type) \ argument 116 #define DECL_IFACE_PROP_IMPL(varname, type) \ argument 141 #define DECL_PROP0(varname, type) \ argument 145 #define DECL_PROP1(varname, type, attrib1) \ argument 149 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument 153 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument 163 #define DECL_IFACE_PROP0(varname, type) \ argument 167 #define DECL_IFACE_PROP1(varname, type, attrib1) \ argument 171 #define DECL_IFACE_PROP2(varname, type, attrib1, attrib2) \ argument 175 #define DECL_IFACE_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument [all …]
|
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | metafunctions.hxx | 41 typedef B type; typedef 45 typedef const B type; typedef 53 typedef const T type; typedef 57 typedef const T type; typedef 63 typedef T type; typedef 67 typedef T type; typedef 140 falseCase >::type type; typedef 154 falseCase >::type >::type type; typedef 168 falseCase >::type type; typedef
|
/aoo42x/main/xmloff/source/style/ |
H A D | PageMasterStyleMap.cxx | 34 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, static_cast<sa… argument 35 #define PLMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_PAGE_LAYOUT… argument 36 #define HFMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_HEADER_FOOT… argument 39 #define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
|
/aoo42x/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | TestBridge.java | 52 public Object registerInterface(Object object, String oId[], Type type) { in registerInterface() 56 public void revokeInterface(String oId, Type type) { in revokeInterface() 59 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface() 79 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo() 89 public Object mapInterfaceFrom(Object object, Type type) { in mapInterfaceFrom()
|
/aoo42x/main/codemaker/source/codemaker/ |
H A D | unotype.cxx | 35 codemaker::UnoType::Sort codemaker::UnoType::getSort(rtl::OString const & type) in getSort() 55 bool codemaker::UnoType::isSequenceType(rtl::OString const & type) { in isSequenceType() 60 rtl::OString const & type, sal_Int32 * rank, in decompose()
|
H A D | dependencies.cxx | 51 TypeManager const & manager, rtl::OString const & type): in Dependencies() 131 void Dependencies::insert(rtl::OUString const & type, bool base) { in insert() 143 void Dependencies::insert(rtl::OString const & type, bool base) { in insert()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 103 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, … argument 104 #define MAP_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, toke… argument 147 #define MAP_CONST_COLUMN( name, prefix, token, type, context ) { name.ascii, name.length, prefix, … in GetColumnStylesPropertySetMapper() argument 161 #define MAP_CONST_CELL( name, prefix, token, type, context ) { name.ascii, name.length, prefix, to… in GetCellStylesPropertySetMapper() argument 162 #define MAP_CONST_TEXT( name, prefix, token, type, context ) { name.ascii, name.length, prefix, to… in GetCellStylesPropertySetMapper() argument 163 #define MAP_CONST_TEXT_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, … in GetCellStylesPropertySetMapper() argument 203 #define MAP_CONST_ROW( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok… in GetRowStylesPropertySetMapper() argument
|
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | vtables.cxx | 46 sal_Int32 getVtableCount(typelib_InterfaceTypeDescription const * type) { in getVtableCount() 68 typelib_InterfaceTypeDescription * type, sal_Int32 localMember) in mapLocalMemberToLocalFunction() 120 sal_Int32 getLocalFunctions(typelib_InterfaceTypeDescription const * type) { in getLocalFunctions() 128 sal_Int32 getPrimaryFunctions(typelib_InterfaceTypeDescription * type) { in getPrimaryFunctions()
|
H A D | types.cxx | 40 bool isSimpleType(typelib_TypeDescriptionReference const * type) { in isSimpleType() 44 bool isSimpleType(typelib_TypeDescription const * type) { in isSimpleType() 48 bool relatesToInterfaceType(typelib_TypeDescription const * type) { in relatesToInterfaceType()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | IEnvironment.java | 98 Object registerInterface(Object object, String[] oid, Type type); in registerInterface() 122 void revokeInterface(String oid, Type type); in revokeInterface() 132 Object getRegisteredInterface(String oid, Type type); in getRegisteredInterface()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | remote_environment.java | 42 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface() 47 public void revokeInterface(String oid, Type type) { in revokeInterface() 52 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 109 Type type = new Type(msg.getType()); in run() local 202 public RefHolder(Type type, Object object) { in RefHolder() 219 private final Type type; field in java_remote_bridge.RefHolder 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() 615 String oid, Type type, String operation, Object[] params) in sendRequest() 663 String oid, Type type, String operation, Object[] arguments) in sendInternalRequest()
|
/aoo42x/main/idlc/source/ |
H A D | astconstant.cxx | 33 AstConstant::AstConstant(const ExprType type, in AstConstant() 44 AstConstant::AstConstant(const ExprType type, in AstConstant() 118 OUString type; in dumpBlob() local
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | ColumnRowInfo.java | 40 private int type; field in ColumnRowInfo 51 public ColumnRowInfo(int type) { in ColumnRowInfo() 63 public ColumnRowInfo(int dimension, int repeated, int type) { in ColumnRowInfo() 75 public ColumnRowInfo(int dimension, int repeated, int type, boolean userDefined) { in ColumnRowInfo()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 113 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPA… argument 114 #define MAP_CONST_T( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument 115 #define MAP_CONST_ASCII_T( name, prefix, token, type, context ) { name, sizeof(name)-1,XML_NAMESPA… argument 116 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE… argument 117 #define MAP_CONST_S( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument 118 #define MAP_CONST_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPAC… argument 119 #define GMAP( name, prefix, token, type, context ) { name.ascii, name.length, XML_NAMESPAC… argument 120 #define MAP_CONST_C_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPA… argument 121 #define MAP_CONST_C( name, prefix, token, type, context ) { name, name.length, XML_NAMESPA… argument
|
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | isdirectreturntype.cxx | 37 bool isPodStruct(typelib_CompoundTypeDescription * type) { in isPodStruct() 54 bool isDirectReturnType(typelib_TypeDescriptionReference * type) { in isDirectReturnType()
|
/aoo42x/main/qadevOOo/tests/java/ifc/document/ |
H A D | _XTypeDetection.java | 71 String type = oObj.queryTypeByURL(docURL) ; in _queryTypeByURL() local 96 String type = oObj.queryTypeByDescriptor(mediaDescr, false); in _queryTypeByDescriptor() local
|
/aoo42x/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | TypeDetection.java | 299 String type = m_xDetection.queryTypeByDescriptor( in checkMediaDescriptorURL() local 335 String type = m_xDetection.queryTypeByDescriptor( in checkMediaDescriptorXInputStream() local 377 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedType() local 432 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedFilter() local 477 String type = m_xDetection.queryTypeByDescriptor( in checkPreselectedDocService() local 530 String type = m_xDetection.queryTypeByDescriptor(inOut, true); in checkStreamLoader() local
|