| /AOO41X/main/bridges/source/cpp_uno/mingw_intel/ |
| H A D | smallstruct.cxx | 35 bool isSimpleStruct(typelib_TypeDescription const * type) { in isSimpleStruct() 71 bool isSmallStruct(typelib_TypeDescription const * type) { in isSmallStruct()
|
| /AOO41X/test/testgui/source/fvt/gui/sw/hyperlink/ |
| H A D | WarningDialog.java | 58 private String type; field in WarningDialog 97 public WarningDialog(String link, String type) { in WarningDialog()
|
| /AOO41X/main/ridljar/com/sun/star/uno/ |
| H A D | IBridge.java | 50 Object mapInterfaceTo(Object object, Type type); in mapInterfaceTo() 60 Object mapInterfaceFrom(Object object, Type type); in mapInterfaceFrom()
|
| H A D | UnoRuntime.java | 134 public static Object queryInterface(Type type, Object object) { in queryInterface() 306 public static final Object completeValue(Type type, Object value) { in completeValue() 637 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo() 641 public Object mapInterfaceFrom(Object object, Type type) { in mapInterfaceFrom() 673 public Object mapInterface(Object object, Type type) { in mapInterface()
|
| /AOO41X/main/i18nutil/source/utility/ |
| H A D | unicode.cxx | 306 sal_Int16 i = 0, type = typeList[0].to; in getUnicodeScriptType() local 317 unicode::isUnicodeScriptType( const sal_Unicode ch, sal_Int16 type) { in isUnicodeScriptType() 323 unicode::getUnicodeScriptStart( UnicodeScript type) { in getUnicodeScriptStart() 328 unicode::getUnicodeScriptEnd( UnicodeScript type) { in getUnicodeScriptEnd()
|
| /AOO41X/main/toolkit/source/helper/ |
| H A D | property.cxx | 93 #define DECL_PROP_1( asciiname, id, type, attrib1 ) \ argument 95 #define DECL_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 97 #define DECL_PROP_3( asciiname, id, type, attrib1, attrib2, attrib3 ) \ argument 99 #define DECL_PROP_4( asciiname, id, type, attrib1, attrib2, attrib3, attrib4 ) \ argument 102 #define DECL_DEP_PROP_1( asciiname, id, type, attrib1 ) \ argument 104 #define DECL_DEP_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 106 #define DECL_DEP_PROP_3( asciiname, id, type, attrib1, attrib2, attrib3 ) \ argument
|
| /AOO41X/main/codemaker/source/javamaker/ |
| H A D | classfile.cxx | 137 void ClassFile::Code::instrAnewarray(rtl::OString const & type) { in instrAnewarray() 153 void ClassFile::Code::instrCheckcast(rtl::OString const & type) { in instrCheckcast() 165 rtl::OString const & type, rtl::OString const & name, in instrGetstatic() 197 void ClassFile::Code::instrInstanceof(rtl::OString const & type) { in instrInstanceof() 204 rtl::OString const & type, rtl::OString const & name, in instrInvokeinterface() 216 rtl::OString const & type, rtl::OString const & name, in instrInvokespecial() 225 rtl::OString const & type, rtl::OString const & name, in instrInvokestatic() 234 rtl::OString const & type, rtl::OString const & name, in instrInvokevirtual() 284 void ClassFile::Code::instrNew(rtl::OString const & type) { in instrNew() 307 rtl::OString const & type, rtl::OString const & name, in instrPutfield() [all …]
|
| /AOO41X/main/idlc/source/ |
| H A D | idlc.cxx | 302 AstDeclaration const * resolveTypedefs(AstDeclaration const * type) { in resolveTypedefs() 312 AstDeclaration const * type, sal_Int32 * rank) in deconstructAndResolveTypedefs() 333 AstInterface const * resolveInterfaceTypedefs(AstType const * type) { in resolveInterfaceTypedefs()
|
| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_environment.cxx | 78 System::Object* obj, System::String* oid, System::Type* type) in registerInterface() 92 void Cli_environment::revokeInterface(System::String* oid, System::Type* type) in revokeInterface() 119 System::Type* type) in getRegisteredInterface()
|
| /AOO41X/main/winaccessibility/source/UAccCOM/ |
| H A D | AccRelation.cpp | 47 int type = relation.RelationType; in get_relationType() local 189 BSTR CAccRelation::getRelationTypeBSTR(int type) in getRelationTypeBSTR() 194 int type; in getRelationTypeBSTR() member
|
| /AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
| H A D | EmbeddedBinaryObject.java | 46 public EmbeddedBinaryObject(String name, String type) { in EmbeddedBinaryObject() 60 EmbeddedBinaryObject(String name, String type, OfficeZip source) { in EmbeddedBinaryObject()
|
| H A D | EmbeddedObject.java | 48 public EmbeddedObject(String name, String type) { in EmbeddedObject() 65 EmbeddedObject(String name, String type, OfficeZip source) { in EmbeddedObject()
|
| /AOO41X/test/testassistant/src/org/openoffice/test/assistant/views/ |
| H A D | ControlInfo.java | 57 public long type; field in ControlInfo 67 public ControlInfo(SmartId id, long type, String tip) { in ControlInfo()
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | VariablesDeclarations.java | 53 final String type) in produceVariable() 94 final String type = (String) entry.getKey(); in getDefinedMappings() local
|
| /AOO41X/main/qadevOOo/tests/java/ifc/form/binding/ |
| H A D | _XBindableValue.java | 97 public Object getValue(com.sun.star.uno.Type type) in getValue() 107 public boolean supportsType(com.sun.star.uno.Type type) { in supportsType()
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | controlpropertymap.cxx | 46 #define MAP_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, token, sta… argument 47 #define MAP_CONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, … argument 48 #define MAP_CONST_P( name, prefix, token, type, context ) { name.ascii, name.length, prefix, tok… argument
|
| /AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
| H A D | Token.java | 42 private int type; // operator, operand, function fixed, function variable field in Token 47 public Token(String op, int type, int id, int args) { in Token()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | ProxyFactory.java | 48 public Object create(String oid, Type type) { in create() 94 public Handler(String oid, Type type) { in Handler() 160 private final Type type; field in ProxyFactory.Handler
|
| /AOO41X/main/codemaker/source/codemaker/ |
| H A D | codemaker.cxx | 75 rtl::OString errorMsg(rtl::OString const & desc, rtl::OString const & type) { in errorMsg() 83 TypeManager const & manager, rtl::OString const & type, in decomposeAndResolve()
|
| /AOO41X/main/ridljar/test/com/sun/star/uno/ |
| H A D | UnoRuntime_Test.java | 146 public Object queryInterface(Type type) { in queryInterface() 166 public Object queryInterface(Type type) { in queryInterface() 179 public Object queryInterface(Type type) { in queryInterface()
|
| /AOO41X/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 66 sal_Bool CorbaType::isNestedTypeByName(const ::rtl::OString& type) in isNestedTypeByName() 376 void CorbaType::dumpNameSpace(FileStream& o, sal_Bool bOpen, sal_Bool bFull, const OString& type) in dumpNameSpace() 487 OString CorbaType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass() 571 OString CorbaType::printUnoType(const OString& type, sal_Bool bConst, sal_Bool bRef, sal_Bool bNati… in printUnoType() 626 void CorbaType::dumpUnoType(FileStream& o, const OString& type, in dumpUnoType() 634 OString CorbaType::printCorbaType(const OString& type, sal_Bool bConst, sal_Bool bRef) in printCorbaType() 696 sal_Bool CorbaType::isPassedAsPointer(const OString& type) in isPassedAsPointer() 770 sal_Bool CorbaType::isArray(const OString& type) in isArray() 800 OString CorbaType::printCorbaParameter(const OString& type, sal_Bool bOut) in printCorbaParameter() 860 void CorbaType::dumpCorbaType(FileStream& o, const OString& type, in dumpCorbaType() [all …]
|
| /AOO41X/main/registry/source/ |
| H A D | keyimpl.cxx | 275 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getValueInfo() local 331 sal_uInt8 type = (sal_uInt8)vType; in setValue() local 403 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_LONGLIST; in setLongListValue() local 466 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_STRINGLIST; in setStringListValue() local 534 sal_uInt8 type = (sal_uInt8)RG_VALUETYPE_UNICODELIST; in setUnicodeListValue() local 611 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getValue() local 710 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getLongListValue() local 807 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getStringListValue() local 913 sal_uInt8 type = *((sal_uInt8*)pBuffer); in getUnicodeListValue() local
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | ProxyProvider.java | 76 Type type; field in Proxy 106 public Object queryInterface(Type type) { in queryInterface()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Forms/ |
| H A D | TableCellTextBinding.java | 87 …public Object getValue(com.sun.star.uno.Type type) throws com.sun.star.form.binding.IncompatibleTy… in getValue() 123 public boolean supportsType(com.sun.star.uno.Type type) in supportsType()
|
| /AOO41X/main/codemaker/source/commoncpp/ |
| H A D | commoncpp.cxx | 46 rtl::OString typeToPrefix(TypeManager const & manager, rtl::OString const & type) in typeToPrefix() 71 rtl::OString scopedCppName(rtl::OString const & type, bool bNoNameSpace, in scopedCppName()
|