Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/AOO41X/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl39 /** A resource id uses a set of URLs to unambiguously specify a resource of
42 command groups. One URL describes the type of the actual resource. A
44 the resource it is bound to. The anchor typically is a pane (for
46 <p>The resource URL may be empty. In this case the anchor is empty,
47 too. Such an empty resource id does not describe a resource but rather
50 <p>The resource URL may have arguments that are passed to the factory
56 /** Return the URL of the resource. Arguments supplied on creation are
61 /** Return an URL object of the resource URL that may contain arguments.
70 /** Return a new XResourceId that represents the anchor resource.
76 resource, while the one in position i+1 is the direct anchor of the
[all …]
H A DXResourceFactoryManager.idl37 manages the set of registered resource factories.
44 /** Register a new resource factory for the given URL.
45 <p>When one factory is responsible for more than one type of resource
50 The URL of the resource that the factory can create.
52 The resource factory object.
58 /** Remove a resource factory for one type of resource. When the
64 The URL for which to remove the resource factory.
69 /** Remove a resource factory for all resource types it has been registered for. Use
71 just for one resource type and to leave it registered for others.
73 The resource factory object to remove.
[all …]
H A DXConfiguration.idl58 returned resource ids.
64 When a non-empty string is given then resource ids are returned
65 only when their resource URL matches this prefix, i.e. when it
68 usage the prefix specifies the type of a resource. A typical
69 value is "private:resource/floater/", which is the prefix for
70 pane URLs. In a recursive search, only resource ids at the top
72 <p>Use an empty string to prevent filtering out resource ids.</p>
77 all resource ids are returned that belong to the configuration.
79 The set of returned resource ids may be empty when there are no
80 resource ids that match all conditions. The resources in the
[all …]
H A DXConfigurationController.idl115 activation of a resource has been requested and the resource is not yet
120 resource. The <member>ResourceObject</member> member is not
123 deactivation of a resource has been requested and the resource is active
128 resource. The <member>ResourceObject</member> member is not
142 <li><const>ResourceActivation</const> is sent when a resource is
143 activated, i.e. when a new object of a resource is created (or taken
147 the activated resource.</p></li>
148 <li><const>ResourceDeactivation</const> is sent when a resource is
153 deactivated resource.</p></li>
162 /** Request the activation of a resource.
[all …]
H A DResourceId.idl34 resource ids.
40 /** Create an empty resource id. It does not specify a specific
41 resource but describes the absence of one.
45 /** Create a resource id that has no anchor.
46 <p>This constructor can be used to create resource ids for panes.</p>
50 /** Create a resource id for an anchor that is given as
56 /** Create a resource id for a resource that is bound to an anchor that
H A DBasicViewFactory.idl40 <li><code>private:resource/view/ImpressView</code> for the regular edit
42 <li><code>private:resource/view/GraphicView</code> for the regular edit
44 <li><code>private:resource/view/OutlineView</code> for the outline view.</li>
45 <li><code>private:resource/view/NotesView</code> for the notes view.</li>
46 <li><code>private:resource/view/HandoutView</code> for the handout view.</li>
47 <li><code>private:resource/view/SlideSorter</code> for the slide sorter
49 <li><code>private:resource/view/PresentationView</code> for the slide show.</li>
50 <li><code>private:resource/view/TaskPane</code> for the task pane.</li>
H A DXResourceFactory.idl43 <p>A resource factory is created and used by the
50 /** Create a resource for the given <type>XResourceId</type> object.
52 The resourc URL of this id specifies the type of resource to
60 Returns a resource object that has been just created or was
61 taken from a cache. When the requested resource can not be
75 /** Call this method to tell a factory that the given resource is no
77 resource or to keep it in a cache in order to reuse it later.
79 The given resource has to be one created by the same factory.
/AOO41X/main/offapi/com/sun/star/resource/
H A DXLocale.idl35 #include <com/sun/star/resource/MissingResourceException.idl>
41 module com { module sun { module star { module resource {
45 // DocMerge from xml: interface com::sun::star::resource::XLocale
54 // DocMerge from xml: method com::sun::star::resource::XLocale::create
73 // DocMerge from xml: method com::sun::star::resource::XLocale::getDefault
91 // DocMerge from xml: method com::sun::star::resource::XLocale::setDefault
104 // DocMerge from idl: method com::sun::star::resource::XLocale::getAvailableLocales
112 // DocMerge from idl: method com::sun::star::resource::XLocale::getISOCountries
120 // DocMerge from idl: method com::sun::star::resource::XLocale::getISOLanguages
128 // DocMerge from idl: method com::sun::star::resource::XLocale::getLanguagesForCountry
[all …]
H A DXStringResourceResolver.idl27 #include <com/sun/star/resource/MissingResourceException.idl>
41 module com { module sun { module star { module resource {
45 Interface to access strings in a resource.
54 <type scope="com::sun::star::resource">XStringResourceManager</type>
65 <type scope="com::sun::star::resource">XStringResourceManager</type>
70 ID to specify the string inside the resource.
76 @throws ::com::sun::star::resource::MissingResourceException
80 raises( com::sun::star::resource::MissingResourceException );
90 ID to specify the string inside the resource.
101 @throws <type scope="com::sun::star::resource">MissingResourceException</type>
[all …]
H A DOfficeResourceLoader.idl28 #include <com/sun/star/resource/XResourceBundleLoader.idl>
32 module com { module sun { module star { module resource {
36 resource files.
38 <p>An OpenOffice.org installation comes with a number of resource files in an proprietary
39 …format, located insisde the installation's program/resource directory. The <type>OfficeResoureLoad…
41 <code>/singletons/com.sun.star.resource.OfficeResourceLoader</code>), provides access to some
44 <p>Clients have to specifiy the resource file base name in the call to
47resource file naming conventions, and look up the respective resource file, for the requested loca…
56 …the type of the requested resource (see below) and <code>&lt;numeric_identifier&gt;</code> is the …
57 identifier of the resource.</p>
[all …]
H A DXResourceBundle.idl37 module com { module sun { module star { module resource {
42 <p>When your program needs a locale-specific resource, such as
44 resource bundle that is appropriate for the current user's locale. In
47 locale-specific information in resource bundles.
62 <P> One resource bundle is, conceptually, a set of related services
66 your resource bundle is named <code>MyResources</code>. The first
67 service you are likely to implement is the default resource bundle,
100 <p>The first argument specifies the family name of the resource
106 <P>The resource bundle lookup searches for services with various
109 resource bundle (baseclass), in the following order from lower-level
[all …]
H A DXStringResourceManager.idl27 #include <com/sun/star/resource/MissingResourceException.idl>
31 #include <com/sun/star/resource/XStringResourceResolver.idl>
53 module com { module sun { module star { module resource {
57 Interface to manage a resource string table containing a set of
61 <type scope="com::sun::star::resource">XStringResourceResolver</type>
70 published interface XStringResourceManager: com::sun::star::resource::XStringResourceResolver
73 Returns the resource's read only state
75 @return <TRUE/> if the resource is read only, otherwise <FALSE/>
116 if the resource is read only, see <member>isReadOnly</member>
130 ID to address the string inside the resource for the current locale.
[all …]
H A DXStringResourceSupplier.idl28 #include <com/sun/star/resource/XStringResourceResolver.idl>
34 module com { module sun { module star { module resource {
39 Provides access to a string resource represented by a
40 <type scope="com::sun::star::resource">XStringResourceResolver</type>.
47 Provides access to a string resource.
49 <type scope="com::sun::star::resource">XStringResourceManager</type> or
50 <type scope="com::sun::star::resource">XStringResourcePersistence</type> or
51 <type scope="com::sun::star::resource">XStringResourceWithStorage</type>
54 <type scope="com::sun::star::resource">XStringResourceResolver</type>
56 com::sun::star::resource::XStringResourceResolver getStringResource();
H A DXResourceBundleLoader.idl31 #include <com/sun/star/resource/XResourceBundle.idl>
35 #include <com/sun/star/resource/MissingResourceException.idl>
45 module com { module sun { module star { module resource {
49 /** makes it possible to load resource bundles.
63 /** loads the appropriate resource bundle.
65 com::sun::star::resource::XResourceBundle loadBundle_Default( [in] string aBaseName )
66 raises( com::sun::star::resource::MissingResourceException );
70 /** loads the appropriate resource bundle subclass.
72 com::sun::star::resource::XResourceBundle loadBundle( [in] string abaseName,
74 raises( com::sun::star::resource::MissingResourceException );
/AOO41X/main/connectivity/source/inc/resource/
H A Dconn_shared_res.hrc28 // = normal resource ids, per driver
30 // Mozilla driver resource ids
33 // common resource ids
36 // Spreadsheet driver resource ids
39 // DBase driver resource ids
42 // ADO driver resource ids
45 // EVOAB2 driver resource ids
48 // FILE driver resource ids
51 // KAB driver resource ids
54 // MACAB driver resource ids
[all …]
/AOO41X/main/basctl/source/inc/
H A Dlocalizationmgr.hxx38 < ::com::sun::star::resource::XStringResourceManager > m_xStringResourceManager;
59 ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager >
60 xStringResourceManager, ::com::sun::star::uno::Reference< ::com::sun::star::resource::
76 < ::com::sun::star::resource::XStringResourceManager >& xStringResourceManager );
78 < ::com::sun::star::resource::XStringResourceManager >getStringResourceManager( void ) in getStringResourceManager()
119 static ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager >
126 …::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringReso…
130 …::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringReso…
134 ::com::sun::star::uno::Reference< ::com::sun::star::resource::
140 …::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringReso…
[all …]
/AOO41X/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl70 a unique identifier called resource URL.
73 "private:resource/$type/$name". It is only allowed to use ascii characters
171 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
180 the following syntax: "private:resource/$type/$name". It is only allowed to use ascii
189 meet the following syntax: "private:resource/$type/$name". It is only allowed to use
210 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
237 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
249 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
261 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
294 … syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and
[all …]
/AOO41X/main/svx/source/tbxctrls/
H A Dextrusioncontrols.hrc60 #define STR_DIRECTION 30 // needs 10 resource ids
62 #define IMG_DIRECTION 1 // needs 10 resource ids
63 #define IMG_DIRECTION_H 10 // needs 10 resource ids
94 #define IMG_LIGHT_OFF 50 // needs 10 resource ids
95 #define IMG_LIGHT_ON 60 // needs 10 resource ids
96 #define IMG_LIGHT_PREVIEW 70 // needs 10 resource ids
98 #define IMG_LIGHT_OFF_H 80 // needs 10 resource ids
99 #define IMG_LIGHT_ON_H 90 // needs 10 resource ids
100 #define IMG_LIGHT_PREVIEW_H 100 // needs 10 resource ids
/AOO41X/main/scripting/source/stringresource/
H A Dstringresource.hxx122 ::com::sun::star::resource::XStringResourceManager > StringResourceImpl_BASE;
174 throw (::com::sun::star::resource::MissingResourceException);
180 throw (::com::sun::star::resource::MissingResourceException);
209 …throw (::com::sun::star::resource::MissingResourceException, ::com::sun::star::uno::RuntimeExcepti…
212 throw ( ::com::sun::star::resource::MissingResourceException,
245 …throw (::com::sun::star::resource::MissingResourceException, ::com::sun::star::uno::RuntimeExcepti…
249 …throw (::com::sun::star::resource::MissingResourceException, ::com::sun::star::uno::RuntimeExcepti…
264 ::com::sun::star::resource::XStringResourcePersistence > StringResourcePersistenceImpl_BASE;
362 …throw (::com::sun::star::resource::MissingResourceException, ::com::sun::star::uno::RuntimeExcepti…
365 throw ( ::com::sun::star::resource::MissingResourceException,
[all …]
/AOO41X/main/extensions/source/abpilot/
H A Dabpresid.hrc111 #error "please adjust the resource id ranges!!"
114 #error "please adjust the resource id ranges!!"
117 #error "please adjust the resource id ranges!!"
120 #error "please adjust the resource id ranges!!"
123 #error "please adjust the resource id ranges!!"
126 #error "please adjust the resource id ranges!!"
129 #error "please adjust the resource id ranges!!"
133 // local resource ids
/AOO41X/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.rc22 //Microsoft Developer Studio generated resource script.
24 #include "resource.h"
29 // Generated from the TEXTINCLUDE 2 resource.
34 #include "resource.h"
97 "#include ""resource.h""\r\n"
109 "resource.h\0"
142 // Generated from the TEXTINCLUDE 3 resource.
/AOO41X/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.rc22 //Microsoft Developer Studio generated resource script.
24 #include "resource.h"
29 // Generated from the TEXTINCLUDE 2 resource.
34 #include "resource.h"
99 "#include ""resource.h""\r\n"
111 "resource.h\0"
137 // Generated from the TEXTINCLUDE 3 resource.
/AOO41X/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.rc22 //Microsoft Developer Studio generated resource script.
24 #include "resource.h"
29 // Generated from the TEXTINCLUDE 2 resource.
34 #include "resource.h"
97 "#include ""resource.h""\r\n"
109 "resource.h\0"
135 // Generated from the TEXTINCLUDE 3 resource.
/AOO41X/main/desktop/win32/source/QuickStart/so/
H A DQuickStart.rc22 //Microsoft Developer Studio generated resource script.
24 #include "../resource.h"
29 // Generated from the TEXTINCLUDE 2 resource.
34 #include "resource.h"
102 "#include ""resource.h""\r\n"
114 "resource.h\0"
145 // Generated from the TEXTINCLUDE 3 resource.
/AOO41X/main/desktop/win32/source/QuickStart/
H A DOOQuickStart.rc22 //Microsoft Developer Studio generated resource script.
24 #include "resource.h"
29 // Generated from the TEXTINCLUDE 2 resource.
34 #include "resource.h"
102 "#include ""resource.h""\r\n"
114 "resource.h\0"
145 // Generated from the TEXTINCLUDE 3 resource.

12345678910>>...14