Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/trunk/main/sal/inc/rtl/
H A Dlogfile.hxx143 #define RTL_LOGFILE_CONTEXT( instance, name ) ::rtl::Logfile instance( name ) argument
144 #define RTL_LOGFILE_CONTEXT_AUTHOR( instance, project, author, name ) ::rtl::Logfile instance(proje… argument
145 #define RTL_LOGFILE_CONTEXT_TRACE( instance, message ) \ argument
147 instance.getName(), \
151 instance.getName() ); \
156 instance.getName() ); \
161 instance.getName() ); \
166 #define RTL_LOGFILE_CONTEXT( instance, name ) ((void)0) argument
189 #define RTL_LOGFILE_PRODUCT_CONTEXT( instance, name ) \ argument
190 ::rtl::Logfile instance( name )
[all …]
H A Dinstance.hxx377 static T instance; in operator ()() local
378 return &instance; in operator ()()
460 static T instance(d); in operator ()() local
461 return &instance; in operator ()()
/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx54 CPreviewAdapterImpl(HINSTANCE instance);
111 CPreviewAdapterImpl::CPreviewAdapterImpl(HINSTANCE instance) : in CPreviewAdapterImpl() argument
112 m_Instance(instance), in CPreviewAdapterImpl()
412 CWin98PreviewAdapterImpl(HINSTANCE instance);
433 CWin98PreviewAdapterImpl::CWin98PreviewAdapterImpl(HINSTANCE instance) : in CWin98PreviewAdapterImpl() argument
434 CPreviewAdapterImpl(instance), in CWin98PreviewAdapterImpl()
552 CWin95NTPreviewAdapterImpl(HINSTANCE instance);
562 CPreviewAdapterImpl(instance) in CWin95NTPreviewAdapterImpl()
593 CPreviewAdapter::CPreviewAdapter(HINSTANCE instance) in CPreviewAdapter() argument
596 m_pImpl.reset(new CWin95NTPreviewAdapterImpl(instance)); in CPreviewAdapter()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DInstallerFactory.java32 private static Installer instance = null; field in InstallerFactory
39 if (instance == null) { in getInstance()
40 instance = createInstaller(); in getInstance()
42 return instance; in getInstance()
49 instance = new LinuxInstaller(); in createInstaller()
51 instance = new SolarisInstaller(); in createInstaller()
60 return instance; in createInstaller()
/trunk/main/udkapi/com/sun/star/lang/
H A DXMultiServiceFactory.idl53 /** Creates an instance classified by the specified name.
56 classified name of instance
58 instance
63 /** Creates an instance classified by the specified name and passes the arguments
64 to that instance.
67 classified name of instance
69 arguments passed to the instance
71 instance
H A DXSingleComponentFactory.idl42 /** Creates an instance of a service implementation.
45 the instance gets its deployment values from this
47 component instance
53 /** Creates an instance of a component and initializes the new instance
59 the instance gets its deployment values from this
61 component instance
H A DXMultiComponentFactory.idl42 /** Creates an instance of a component which supports the
48 context the component instance gets its deployment values from
50 component instance
57 /** Creates an instance of a component which supports the
58 services specified by the factory, and initializes the new instance
66 context the component instance gets its deployment values from
68 component instance
/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalDocLink.idl50 /** <p>This method adds a new sheet cache instance to the external document
51 link for a specified sheet name. If a sheet cache instance already
52 exists for the specified name, then the existing instance is returned.</p>
66 @return com::sun::star::sheet::XExternalSheetCache sheet cache instance
75 represented by an instance of
77 value is stored within a formula token instance.</p>
79 <p>Each external document cache instance has a unique index value, and this
81 from the parent <type scope="com::sun::star::sheet">ExternalDocLinks</type> instance.</p>
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DSharedResources.java39 private static SharedResources instance; field in SharedResources
46 if (instance == null) { in registerClient()
47 instance = new SharedResources(context); in registerClient()
54 CompHelper.disposeComponent(instance); in revokeClient()
55 instance = null; in revokeClient()
60 return instance; in getInstance()
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m71 // The layout for an instance of MetaDataImporterPlugIn
109 // Utility function that allocates a new instance.
123 /* Retain and keep an open instance refcount for each factory. */
135 // Utility function that deallocates the instance when
165 * set the ppv parameter equal to the instance, and
192 // is requested, bump the refCount for the instance. NOTE: returning the
205 // If the refCount goes to zero, deallocate the instance.
229 * instance of TestType and return the IUnknown interface.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DDispatchRecorder.java143 DispatchStatement instance = new DispatchStatement(); in createTestEnvironment() local
153 instance.aCommand = instanceURL.Complete; in createTestEnvironment()
154 instance.aArgs = dispArgs; in createTestEnvironment()
155 instance.aTarget = "_top"; in createTestEnvironment()
156 instance.nFlags = com.sun.star.frame.FrameSearchFlag.ALL; in createTestEnvironment()
158 tEnv.addObjRelation("INSTANCE" + n, instance); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DFilterFactory.java104 Object[] instance = null;; in createTestEnvironment() local
107 instance = (Object[]) xNA.getByName(filterName); in createTestEnvironment()
108 PropertyValue[] props = (PropertyValue[]) instance; in createTestEnvironment()
110 (((PropertyValue[]) instance), "FilterService"); //instance[9]; in createTestEnvironment()
122 setPropertyValueValue((PropertyValue[])instance, "TemplateName", "INSTANCE1"); in createTestEnvironment()
123 tEnv.addObjRelation("INSTANCE" +1, instance); in createTestEnvironment()
/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx48 ShapeTypeHandler* ShapeTypeHandler::instance = NULL; member in accessibility::ShapeTypeHandler
68 if (instance == NULL) in Instance()
71 if (instance == NULL) in Instance()
74 instance = new ShapeTypeHandler; in Instance()
81 return *instance; in Instance()
174 instance = NULL; in ~ShapeTypeHandler()
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx150 static ptr instance; member in comphelper::UiEventsLogger_Impl
314 if(UiEventsLogger_Impl::instance!=UiEventsLogger_Impl::ptr()) in disposing()
322 if(UiEventsLogger_Impl::instance) in reinit()
324 UiEventsLogger_Impl::instance->disposing(); in reinit()
325 delete UiEventsLogger_Impl::instance; in reinit()
326 UiEventsLogger_Impl::instance = NULL; in reinit()
656 UiEventsLogger_Impl::ptr UiEventsLogger_Impl::instance = UiEventsLogger_Impl::ptr(); member in comphelper::UiEventsLogger_Impl
659 if(instance == NULL) in getInstance()
660 instance = UiEventsLogger_Impl::ptr(new UiEventsLogger_Impl()); in getInstance()
661 return instance; in getInstance()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl63 <p>This instance allows for operations on a user interface form, by saving its clients
96 /** provides access to the cursor of the form the instance is operating on.
100 /** provides access to the update cursor of the form the instance is operating on.
104 /** provides access to the form controller which the instance is operating on.
107 actually having access to the form controller instance. However, in this
116 For instance, you could imagine a toolbar button which is associated with a given feature.
255 /** denotes the instance which should be notified about features whose state might have changed.
257 <p>If this attribute is not <NULL/>, the instance which it denotes will be notified
260 <p>For instance, imagine a form whose current row has just been moved to another
264 <p>Note that the instance does not actually notify changes in the feature states, but only
H A DFormOperations.idl53 …/** creates a <code>FormOperations</code> instance which works on a <type scope="com::sun::star::f…
54 instance.
57 <type scope="com::sun::star::form::component">DataForm</type> instance.
66 …/** creates a <code>FormOperations</code> instance which works on a <type scope="com::sun::star::f…
67 instance.
/trunk/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl37 <p>Usually, you don't deal with this loader directly. Instead, use an instance with
60 Using this URL creates an instance of the
65 Using this URL creates an instance of the
70 Using this URL creates an instance of the
75 Using this URL creates an instance of the
80 Using this URL creates an instance of the
H A DDataSourceBrowser.idl54 instance of the system.
88 instance can provide dispatches for (usually by implementing a
95 provided by the external instance.
99 In particular, the supported URL's for communicating to an external instance are:
103 Available whenever an external instance provides a dispatcher (
109 …It is the task of the external instance to provide functionality for this URL, but usually it is u…
115 Available whenever an external instance provides a dispatcher(
121 …It is the task of the external instance to provide functionality for this URL, but usually it is u…
127 Available whenever an external instance provides a dispatcher (
130 …It is the task of the external instance to provide functionality for this URL, but usually it is u…
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DResources.java50 private static Resources instance = null; field in Resources
62 if (instance == null) in getInstance()
64 instance = new Resources(); in getInstance()
67 return instance; in getInstance()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlArray.idl55 /** Rellocates the length of the sequence instance.
58 sequence instance
70 sequence instance
80 sequence instance
102 sequence instance
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java176 Object[] instance = null; in checkReadonlySupport() local
207 instance = (Object[]) xNA.getByName(filterName); in checkReadonlySupport()
208 PropertyValue[] props = (PropertyValue[]) instance; in checkReadonlySupport()
223 setPropertyValueValue((PropertyValue[]) instance, "UIName", "dummy"); in checkReadonlySupport()
228 xNR.replaceByName(filterName, instance); in checkReadonlySupport()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXBookmark.java94 Object instance = null; in createTestEnvironment() local
99 instance = SOF.createInstance(xTextDoc,"com.sun.star.text.Bookmark"); in createTestEnvironment()
107 util.dbg.printInterfaces((XInterface) instance); in createTestEnvironment()
110 UnoRuntime.queryInterface(XTextContent.class,instance)); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeNode.idl48 /** appends <var>ChildNode</var> to this instance.
56 /** inserts <var>ChildNode</var> to this instance at the given index.
59 the index where the node will be inserted to this instance.
71 /** removes the node from this instance at the specified index.
74 the index of the node to be removed from this instance.
/trunk/main/udkapi/com/sun/star/loader/
H A DXImplementationLoader.idl63 the component (for instance a .jar-file or a shared library).
69 their own protocol (for instance an executable loader may need
76 @return returns a factory interface, which allows to create an instance of
98 the component (for instance a .jar-file or a shared library).
104 their own protocol (for instance an executable loader may need
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DFilePicker.idl57 picker instance. Due to restrictions by the underlying system there can
59 s recommended to create a new instance on demand.
74 /** Allows to associate a help URL with the file picker instance.
136 /** For canceling a running dialog instance.
137 <p>This may be useful for automatic test tools for instance.</p>

Completed in 97 milliseconds

12345678910>>...21