Home
last modified time | relevance | path

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

12345678910>>...15

/trunk/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
47 too. Such an empty resource id does not describe a resource but rather
100 The resource id to which the called resource id is compared.
109 /** Return whether the anchor of the called resource id object
110 represents the same resource as the given object.
112 account. The whole object, including the resource URL, is
113 interpreted as anchor resource.</p>
115 The resource id of the anchor.
122 of the anchor of the called resource.
128 /** Return whether the anchor of the called resource id object
[all …]
H A DXResourceFactoryManager.idl37 manages the set of registered resource factories.
44 /** Register a new resource factory for the given URL.
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
73 The resource factory object to remove.
80 resource controllers.
82 The URL of the resource type for which to return the resource
[all …]
H A DXConfiguration.idl58 returned resource ids.
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
80 resource ids that match all conditions. The resources in the
89 /** <p>Returns whether the specified resource is part of the
103 /** Add a resource to the configuration.
112 When an empty resource id is given then an
117 /** Remove a resource from the configuration.
122 The resource to remove from the configuration. When the
[all …]
H A DXConfigurationController.idl115 activation of a resource has been requested and the resource is not yet
123 deactivation of a resource has been requested and the resource is active
147 the activated resource.</p></li>
153 deactivated resource.</p></li>
162 /** Request the activation of a resource.
166 The resource whose activation is requested.
181 /** Request the deactivation of a resource.
187 The resource whose deactivation is requested.
193 /** Return the active resource specified by the given resource id.
196 resource id of an active 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.
/trunk/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
112 // DocMerge from idl: method com::sun::star::resource::XLocale::getISOCountries
142 raises( com::sun::star::resource::MissingResourceException );
146 // DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Country
151 raises( com::sun::star::resource::MissingResourceException );
[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.
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.
113 ID to specify the string inside the resource.
129 ID to specify the string inside the resource.
176 /** Returns the default locale of the accessed resource. In many
[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
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…
57 identifier of the resource.</p>
59 <p>The following resource types are currently supported:
61 <li><em>string</em>: denotes a string resource</li>
[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
47 locale-specific information in resource bundles.
100 <p>The first argument specifies the family name of the resource
121 resource bundle name is <TT>MyResources</TT>; resource bundle lookup
180 you provide a resource. For example, if you provide
183 resource bundle lookup will not work right.
206 when this bundle does not contain a particular resource.
212 the locale for this resource bundle.
215 resource bundle that is returned really corresponds to the
[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>
73 Returns the resource's read only state
157 ID to address the string inside the resource.
192 if the resource is read only, see <member>isReadOnly</member>
195 raises( com::sun::star::resource::MissingResourceException,
217 if the resource is read only, see <member>isReadOnly</member>
[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 );
/trunk/main/connectivity/source/inc/resource/
H A Dconn_shared_res.hrc30 // 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
57 // Adabas D driver resource ids
[all …]
/trunk/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…
134 ::com::sun::star::uno::Reference< ::com::sun::star::resource::
140 …::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceManager > xStringReso…
145 const ::com::sun::star::uno::Reference< ::com::sun::star::resource::
[all …]
/trunk/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 …]
/trunk/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
/trunk/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);
212 throw ( ::com::sun::star::resource::MissingResourceException,
245 …throw (::com::sun::star::resource::MissingResourceException, ::com::sun::star::uno::RuntimeExcepti…
264 ::com::sun::star::resource::XStringResourcePersistence > StringResourcePersistenceImpl_BASE;
365 throw ( ::com::sun::star::resource::MissingResourceException,
441 ::com::sun::star::resource::XStringResourceWithStorage > StringResourceWithStorageImpl_BASE;
479 throw ( ::com::sun::star::resource::MissingResourceException,
563 ::com::sun::star::resource::XStringResourceWithLocation > StringResourceWithLocationImpl_BASE;
[all …]
/trunk/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
/trunk/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.
/trunk/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.
/trunk/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.
/trunk/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.
/trunk/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.

Completed in 75 milliseconds

12345678910>>...15