Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 392) sorted by relevance

12345678910>>...16

/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.hxx77 #define DECL_PROP1IMPL(varname, type) \ argument
80 #define DECL_PROP0(varname, type) \ argument
/aoo4110/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx77 DWORD type; in getPathFromRegistryKey() local
/aoo4110/main/ucb/source/ucp/webdav/
H A DSerfInputStream.cxx66 Any SerfInputStream::queryInterface( const Type &type ) in queryInterface()
/aoo4110/main/idlc/source/
H A Dastdeclaration.cxx50 AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pScope) in AstDeclaration()
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx34 sal_Bool isBaseType(const OString& type) in isBaseType()
/aoo4110/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx99 sal_Bool KDESalGraphics::IsNativeControlSupported( ControlType type, ControlPart part ) in IsNativeControlSupported()
231 sal_Bool KDESalGraphics::drawNativeControl( ControlType type, ControlPart part, in drawNativeControl()
588 sal_Bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part, in getNativeControlRegion()
/aoo4110/main/vcl/unx/gtk/a11y/
H A Datkfactory.cxx61 static GType type = 0; in atk_noop_object_wrapper_get_type() local
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DStorageFileAccess.cxx48 #define ThrowException(env, type, msg) { \ argument
/aoo4110/main/mysqlc/source/
H A Dmysqlc_propertyids.hxx140 #define DECL_PROP1IMPL(varname, type) \ argument
143 #define DECL_PROP0(varname, type) \ argument
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java243 final String type = element.getType(); in writeElement() local
252 final String type = section.getType(); in writeSection() local
/aoo4110/main/vcl/inc/vcl/
H A Dfontmanager.hxx57 enum type { enum
67 enum type { enum
83 enum type { enum
92 enum type { enum
109 enum type { enum
122 enum type { enum
132 enum type { enum
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx139 rtl::OString const & type, rtl::OString const & prefix) in translateUnoTypeToJavaFullyQualifiedName()
328 TypeManager const & manager, rtl::OString const & type, bool array, in translateUnoTypeToDescriptor()
348 rtl::OString const & type, rtl::OString * descriptor, in getFieldDescriptor()
420 rtl::OString const & type, bool array, bool dependency, in addParameter()
733 JavaOptions /*TODO const*/ & options, rtl::OString const & type, in writeClassFile()
1027 sal_Int32 typeParameterIndex, rtl::OString const & type, in addField()
1199 bool typeParameter, rtl::OString const & type, bool any, in addLoadLocal()
1737 RTTypeClass typeClass, rtl::OString const & type, sal_uInt16 * index) in addBaseArguments()
1940 rtl::OString type( in handleAggregatingType() local
2096 rtl::OString type( in createExceptionsAttribute() local
[all …]
/aoo4110/main/xmloff/source/table/
H A DXMLTableExport.cxx65 #define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context,… argument
66 #define CMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_COLUMN… argument
67 #define RMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TABLE_ROW,co… argument
/aoo4110/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx115 css::uno::Any Interface::queryInterface(css::uno::Type const & type) in queryInterface()
149 css::uno::Any Base::queryInterface(css::uno::Type const & type) in queryInterface()
178 css::uno::Any Derived::queryInterface(css::uno::Type const & type) in queryInterface()
/aoo4110/main/registry/inc/registry/
H A Dreflwrit.hxx315 inline void RegistryTypeWriter::setParamData(sal_uInt16 index, in setParamData()
324 inline void RegistryTypeWriter::setExcData(sal_uInt16 index, in setExcData()
/aoo4110/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx344 bool isSimpleStruct(typelib_TypeDescriptionReference * type) { in isSimpleStruct()
477 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions()
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJob.java75 protected Object dispatch_queryInterface(Type type) { in dispatch_queryInterface()
/aoo4110/main/codemaker/source/cppumaker/
H A Dincludes.cxx77 rtl::OString type( in add() local
/aoo4110/main/cppuhelper/source/
H A Daccess_control.cxx102 Type const & type, rtl_uString * str1, rtl_uString * str2 ) in __checkPermission()
H A Dfindsofficepath.c48 DWORD type; in getPathFromRegistryKey() local
/aoo4110/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java165 private void saveToOther(int iterator, String type){ in saveToOther()
/aoo4110/main/vos/inc/vos/
H A Dmacros.hxx35 # define VOS_CAST(type,value) (*((type*)&(value))) argument
142 # define VOS_FIELDOFFSET(type, field) ((sal_Int32)(&((type *)1)->field) - 1) argument
/aoo4110/main/connectivity/source/inc/
H A Dpropertyids.hxx72 #define DECL_PROP1IMPL(varname, type) \ argument
75 #define DECL_PROP0(varname, type) \ argument
/aoo4110/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java60 private void add(String entry, String type) { in add()
/aoo4110/main/sc/source/ui/vba/
H A Dvbapagebreak.cxx57 void ScVbaPageBreak<Ifc1>::setType(sal_Int32 type) throw (uno::RuntimeException) in setType()

Completed in 227 milliseconds

12345678910>>...16