Home
last modified time | relevance | path

Searched defs:type (Results 101 – 125 of 394) sorted by relevance

12345678910>>...16

/AOO41X/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java57 final Class type = metaData.getParameterType(key); in setProperty() local
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/xlink/
H A DXLinkReadHandler.java41 private String type; field in XLinkReadHandler
/AOO41X/main/svx/source/inc/
H A Dsdbdatacolumn.hxx78 …terface( const ::com::sun::star::uno::Type& type) throw ( ::com::sun::star::uno::RuntimeException ) in queryInterface()
/AOO41X/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DIProtocol.java79 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest()
/AOO41X/main/idlc/inc/idlc/
H A Dastmember.hxx45 NodeType type, AstType const * pType, rtl::OString const & name, in AstMember()
H A Dastparameter.hxx34 Direction direction, bool rest, AstType const * type, in AstParameter()
/AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java127 XComponentContext context, XInterface object, Type type, in PropertySetMixin()
603 XTypeDescription type, HashMap map, ArrayList handleNames, HashSet seen) in initProperties()
913 Object value, XIdlClass type, boolean wrapAmbiguous, in wrapValue()
1009 private static XTypeDescription resolveTypedefs(XTypeDescription type) { in resolveTypedefs()
1078 private final Type type; field in PropertySetMixin
/AOO41X/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx123 OString const & type, bool referenceType, bool defaultvalue) in printType()
191 OString type(codemaker::convertString(reader.getTypeName())); in printConstructor() local
358 OString type(codemaker::convertString(reader.getTypeName())); in printMethods() local
600 typereg::Reader const & reader, OString const & type, in printServiceMembers()
655 OString const & type, OString const & delegate) in generateDocumentation()
/AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A Durp.java118 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest()
475 boolean internal, String oid, TypeDescription type, String function, in writeRequest()
496 boolean internal, String oid, TypeDescription type, in writeRequest()
663 boolean internal, String objectId, TypeDescription type, in QueuedRelease()
675 public final TypeDescription type; field in urp.QueuedRelease
H A DUrpMessage.java35 ITypeDescription type, IMethodDescription method, boolean synchronous, in UrpMessage()
/AOO41X/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx106 css::uno::Any Empty1::queryInterface(css::uno::Type const & type) in queryInterface()
164 css::uno::Any Empty2::queryInterface(css::uno::Type const & type) in queryInterface()
262 css::uno::Any Full::queryInterface(css::uno::Type const & type) in queryInterface()
/AOO41X/main/codemaker/source/cunomaker/
H A Dcunotype.cxx77 sal_Bool CunoType::isNestedTypeByName(const ::rtl::OString& type) in isNestedTypeByName()
92 sal_Bool CunoType::hasNestedType(const ::rtl::OString& type) in hasNestedType()
423 OString type(relType.replace('/', '_')); in dumpDepIncludes() local
939 OString CunoType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass()
1023 void CunoType::dumpType(FileStream& o, const OString& type, in dumpType()
1085 OString CunoType::getBaseType(const OString& type) in getBaseType()
1123 void CunoType::dumpCppuGetType(FileStream& o, const OString& type, sal_Bool bDecl, CunoTypeDecl eDe… in dumpCppuGetType()
1171 OString type(checkSpecialCunoType(typeName)); in dumpTypeInit() local
1219 BASETYPE CunoType::isBaseType(const OString& type) in isBaseType()
1253 OString CunoType::typeToIdentifier(const OString& type) in typeToIdentifier()
[all …]
/AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettingsBeanInfo.java102 public Image getIcon(int type) { in getIcon()
/AOO41X/main/ucb/source/ucp/gio/
H A Dgio_outputstream.cxx80 uno::Any OutputStream::queryInterface( const uno::Type &type ) throw( uno::RuntimeException ) in queryInterface()
/AOO41X/main/qadevOOo/tests/java/ifc/i18n/
H A D_XBreakIterator.java280 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType() local
630 Short type = (Short)vCharBlockTypes.get(i); in _nextCharBlock() local
661 Short type = (Short)vCharBlockTypes.get(i); in _previousCharBlock() local
/AOO41X/main/xmloff/source/draw/
H A Dsdpropls.cxx85 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
86 #define _MAPV(name,prefix,token,type,context,version) { name, sizeof(name)-1, prefix, token, type,… argument
87 #define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
88 #define GMAPV(name,prefix,token,type,context,version) _MAPV(name,prefix,token,static_cast<sal_Int32… argument
89 #define DPMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XM… argument
90 #define TMAP(name,prefix,token,type,context) _MAP(name,prefix,token,static_cast<sal_Int32>(type|XML… argument
91 #define PMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,co… argument
/AOO41X/main/sal/inc/sal/
H A Dmacros.h35 # define SAL_FIELDOFFSET(type, field) ((sal_Int32)(&((type *)16)->field) - 16) argument
/AOO41X/main/binaryurp/source/
H A Dbinaryany.cxx45 BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value) in BinaryAny()
H A Dbridge.cxx327 rtl::OUString const & oid, css::uno::TypeDescription const & type) in registerIncomingInterface()
362 css::uno::TypeDescription const & type) in registerOutgoingInterface()
411 rtl::OUString const & oid, css::uno::TypeDescription const & type) in findStub()
433 rtl::OUString const & oid, css::uno::TypeDescription const & type) in releaseStub()
917 rtl::OUString const & oid, css::uno::TypeDescription const & type) in makeReleaseCall()
931 css::uno::TypeDescription const & type, in sendRequest()
/AOO41X/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java99 long receiver_handle, long td_handle, Type type, String oid ) in JNI_proxy()
113 long receiver_handle, long td_handle, Type type, String oid, in create()
/AOO41X/main/extensions/source/ole/
H A Dunoconversionutilities.hxx618 void UnoConversionUtilities<T>::anyToVariant(VARIANT* pVariant, const Any& rAny, VARTYPE type) in anyToVariant()
954 Type type; in anyToVariant() local
1225 size_t UnoConversionUtilities<T>::getOleElementSize( VARTYPE type) in getOleElementSize()
1555 Type type; in variantToAny() local
1947 Type type; in convertValueObject() local
1989 …sionUtilities<T>::dispatchExObject2Sequence( const VARIANTARG* pvar, Any& anySeq, const Type& type) in dispatchExObject2Sequence()
2136 … unsigned int dimCount, unsigned int actDim, long* index, VARTYPE type, const Type& unotype) in createOleArrayWrapperOfDim()
2249 Sequence<Any> UnoConversionUtilities<T>::createOleArrayWrapper(SAFEARRAY* pArray, VARTYPE type, con… in createOleArrayWrapper()
2297 VARTYPE UnoConversionUtilities<T>::mapTypeClassToVartype( TypeClass type) in mapTypeClassToVartype()
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java102 public Token getOperandToken(String s, String type) { in getOperandToken()
/AOO41X/main/basebmp/inc/basebmp/
H A Daccessortraits.hxx73 type; typedef
/AOO41X/main/qadevOOo/runner/util/
H A DRegistryTools.java98 RegistryValueType type ; in compareKeys() local
312 RegistryValueType type ; in printKeyInfo() local
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx91 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno() local
137 typelib_TypeDescriptionReference * type = param.pTypeRef; in call_uno() local

12345678910>>...16