Home
last modified time | relevance | path

Searched refs:URL (Results 51 – 75 of 1035) sorted by relevance

12345678910>>...42

/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java180 com.sun.star.util.URL[] lOutURL = new com.sun.star.util.URL[1]; in execOneway()
268 …public /*ONEWAY*/ void dispatch(/*IN*/ com.sun.star.util.URL aURL,/*IN*/ com.sun.star.beans.Proper… in dispatch()
277 com.sun.star.util.URL[] lInURL = new com.sun.star.util.URL[1]; in dispatch()
424 …public com.sun.star.frame.XDispatch queryDispatch(/*IN*/ com.sun.star.util.URL aURL,/*IN*/ String … in queryDispatch()
503 …public void impl_dispatch(/*IN*/ com.sun.star.util.URL aURL,/*IN*/ com.sun.star.beans.PropertyValu… in impl_dispatch()
537 …atusListener(/*IN*/ com.sun.star.frame.XStatusListener xListener,/*IN*/ com.sun.star.util.URL aURL) in addStatusListener()
558 …atusListener(/*IN*/ com.sun.star.frame.XStatusListener xListener,/*IN*/ com.sun.star.util.URL aURL) in removeStatusListener()
/aoo42x/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt58 -Provide a company name and a URL to the company website. This setting should be ignored
61 "Publisher URL": any arbitrary URL but not:
80 A release notes link is displayed with an URL to the release notes as provided in
105 -Provide a company name and a URL to the company website. This setting should be ignored
108 "Publisher URL": any arbitrary URL but not:
127 A release notes link is displayed with an URL to the release notes as provided in the release notes
150 -Provide a company name and a URL to the company website. They should then be in the udpate
168 A release notes link is displayed with an URL to the release notes as provided in the
193 -Provide a company name and a URL to the company website. They should then be in the udpate
/aoo42x/main/offapi/com/sun/star/text/textfield/
H A DURL.idl34 /** specifies service of text field that displays a URL
38 published service URL
42 /** Speciefies how the URL is formated on output.
46 /** contains the unparsed original URL, for example,
49 [property] string URL;
52 <p> If this string is empty, the <code>URL</code> will be shown.
56 /** Specifies the frame name in that the URL will be opened
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/classloading/
H A DClassMap.java25 import java.net.URL;
104 List<URL> urls = translateToUrls(context, classPath); in loadClass()
105 classLoader = new URLClassLoader(urls.toArray(new URL[0])); in loadClass()
116 …private static List<URL> translateToUrls(XComponentContext context, String classPath) throws Malfo… in translateToUrls()
118 ArrayList<URL> urls = new ArrayList<>(); in translateToUrls()
145 URL javaURL = new URL(url); in translateToUrls()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXSynchronousDispatch.idl31 #include <com/sun/star/util/URL.idl>
50 /** dispatches a URL synchronously and offers a return values
54 be used to dispatch the URL synchronously and with a return value.
57 @param URL
58 full parsed URL that describes the feature which should be dispatched (executed)
65 [in] com::sun::star::util::URL URL,
H A DXStorable.idl44 /** offers a simple way to store a component to an URL.
75 URL the object was stored to.
78 the URL of the resource which is represented by this object.
93 /** stores the data to the URL from which it was loaded.
108 /** stores the object's persistent data to a URL and
109 makes this URL the new location of the object.
141 /** stores the object's persistent data to a URL and
142 continues to be a representation of the old URL.
/aoo42x/main/offapi/com/sun/star/ui/
H A DXImageManager.idl95 /** determines if a command URL has an associated image.
101 a command URL that should be checked for an associated image.
118 provided command URLs. If an unknown command URL is provided or
119 a command URL has no associated image a graphics object with an
122 URL a <type scope="com::sun::star::lang">IllegalArgumentException</type>
140 If a command URL cannot be found the replace call will be omitted. If
141 <var>aCommandURLSequence</var> contains an invalid command URL a
150 /** removes associated images to a command URL.
159 If the <var>aCommandURLSequence</var> contains an invalid command URL a
182 <var>aCommandURLSequence</var> contains an invalid command URL a
[all …]
/aoo42x/main/xmlsecurity/test_docs/CAs/
H A DREADME.txt158 CRLDP = URL=http://localhost:8901/demoCA/crl/Root_5.crl
164 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_1_Root_5.crl
183 CRLDP = URL=http://localhost:8901/demoCA/crl/Root_6.crl
189 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_1_Root_6.crl
212 CRLDP = URL=http://localhost:8901/demoCA/crl/Root_7.crl
223 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_1_Root_7.crl
229 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_1_Root_7.crl
238 CRLDP = URL=http://localhost:8901/demoCA/crl/Root_7.crl
248 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_2_Root_7.crl
254 CRLDP = URL=http://localhost:8902/demoCA/crl/Sub_CA_2_Root_7.crl
/aoo42x/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java47 import com.sun.star.util.URL;
73 private URL m_aRegistration;
88 URL[] aURL = new URL[1]; in AutoSaveListener()
89 aURL[0] = new URL(); in AutoSaveListener()
110 URL aRegURL = null; in disableListener()
291 URL[] aURL = new URL[1]; in saveDoc()
292 aURL[0] = new URL(); in saveDoc()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DClassMap.java25 import java.net.URL;
121 List<URL> urls = translateToUrls(context, classPath); in loadClass()
122 classLoader = new URLClassLoader(urls.toArray(new URL[0])); in loadClass()
133 …private static List<URL> translateToUrls(XComponentContext context, String classPath) throws Malfo… in translateToUrls()
135 ArrayList<URL> urls = new ArrayList<>(); in translateToUrls()
162 URL javaURL = new URL(url); in translateToUrls()
/aoo42x/main/sfx2/source/control/
H A Dunoctitm.cxx285 void SAL_CALL SfxStatusDispatcher::dispatch( const ::com::sun::star::util::URL&, const ::com::sun::… in dispatch() argument
290 const ::com::sun::star::util::URL&, in dispatchWithNotification()
360 … rBindings, SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::sun::star::util::URL& rURL ) in SfxOfficeDispatch()
368 …ceDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::sun::star::util::URL& rURL ) in SfxOfficeDispatch()
416 void SAL_CALL SfxOfficeDispatch::dispatchWithNotification( const ::com::sun::star::util::URL& aURL, in dispatchWithNotification()
467 sal_Bool SfxOfficeDispatch::IsMasterUnoCommand( const ::com::sun::star::util::URL& aURL ) in IsMasterUnoCommand()
476 rtl::OUString SfxOfficeDispatch::GetMasterUnoCommand( const ::com::sun::star::util::URL& aURL ) in GetMasterUnoCommand()
494 const ::com::sun::star::util::URL& rURL ) in SfxDispatchController_Impl()
568 void SfxDispatchController_Impl::addParametersToArgs( const com::sun::star::util::URL& aURL, ::com:… in addParametersToArgs()
653 rtl::OUString SfxDispatchController_Impl::getSlaveCommand( const ::com::sun::star::util::URL& rURL ) in getSlaveCommand()
[all …]
/aoo42x/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl188 /** contains the URL of the template from which the document was created.
205 /** contains the URL to load automatically at a
223 URL is to be loaded after the document is loaded into a desktop
363 @param URL
364 the URL of the source document
367 no other parameters except the URL are needed, providing it
383 void loadFromMedium( [in] string URL,
428 @param URL
429 the URL of the target document
432 no other parameters except the URL are needed, providing it
[all …]
H A DMediaDescriptor.idl43 #include <com/sun/star/util/URL.idl>
153 /** The base URL of the document to be used to resolve relative links.
184 /** same as <member>MediaDescriptor::URL</member>
301 This is the same as the text behind a '#' in a http URL. But
302 this syntax with a '#' is not specified in most URL schemas.
498 If the parameter is specified, the URL will be used by SaveAs dialog
516 /** name of the template instead of the URL
527 /** name of the template instead of the URL
549 /** URL of the document
552 The location of the component in URL syntax. It must be the full qualified URL and
[all …]
/aoo42x/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java44 import com.sun.star.util.URL;
261 URL[] aParseURL = new URL[1]; in checkPositiveViewForwarder()
262 aParseURL[0] = new URL(); in checkPositiveViewForwarder()
265 URL aURL = aParseURL[0]; in checkPositiveViewForwarder()
672 URL[] aParseURL = new URL[1]; in checkNegativeViewForwarder()
673 aParseURL[0] = new URL(); in checkNegativeViewForwarder()
676 URL aURL = aParseURL[0]; in checkNegativeViewForwarder()
885 URL[] aParseURL = new URL[1]; in checkPreviewHeaderCells()
889 URL aURL = aParseURL[0]; in checkPreviewHeaderCells()
1030 URL[] aParseURL = new URL[1]; in checkPreviewShape()
[all …]
/aoo42x/main/offapi/com/sun/star/awt/
H A DXContainerWindowProvider.idl50 /** creates a window for the given URL
52 @param URL
53 is the URL.
66 bound to the handler using a vnd.sun.star.UNO URL specifying a
89 HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL.
109 if no window for the given URL is found or if the URL is invalid
116 ( [in] string URL, [in] string WindowType,
/aoo42x/main/framework/inc/dispatch/
H A Dmailtodispatcher.hxx111 …ispatch > SAL_CALL queryDispatch ( const css::util::URL& …
117 …virtual void SAL_CALL dispatchWithNotification( const css::util::URL& …
122 …virtual void SAL_CALL dispatch ( const css::util::URL& …
125 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc…
127 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc…
132 … sal_Bool implts_dispatch( const css::util::URL& aURL ,
H A Dservicehandler.hxx117 …ispatch > SAL_CALL queryDispatch ( const css::util::URL& …
123 …virtual void SAL_CALL dispatchWithNotification( const css::util::URL& …
128 …virtual void SAL_CALL dispatch ( const css::util::URL& …
131 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc…
133 …const css::util::URL& aURL ) throw( css::uno::RuntimeExc…
138 …css::uno::Reference< css::uno::XInterface > implts_dispatch( const css::util::URL& …
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfo.java28 import java.net.URL;
121 URL jarURL = new URL(jarName); in ConverterInfo()
122 URLClassLoader loader = new URLClassLoader(new URL[] { jarURL }, in ConverterInfo()
196 URL jarURL = new URL(jarName); in ConverterInfo()
197 URLClassLoader loader = new URLClassLoader(new URL[] { jarURL }, in ConverterInfo()
/aoo42x/main/framework/source/inc/dispatch/
H A Dloaddispatcher.hxx126 …virtual void SAL_CALL dispatchWithNotification(const css::util::URL& …
132 … virtual void SAL_CALL dispatch(const css::util::URL& aURL ,
137 … const css::util::URL& aURL )
141 … const css::util::URL& aURL )
145 …virtual css::uno::Any SAL_CALL dispatchWithReturnValue( const css::util::URL& …
150 css::uno::Any impl_dispatch( const css::util::URL& rURL,
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java114 …patcher(XMultiServiceFactory xMSF, XFrame xFrame, String _stargetframe, com.sun.star.util.URL oURL) in getDispatcher()
118 com.sun.star.util.URL[] oURLArray = new com.sun.star.util.URL[1]; in getDispatcher()
130 public static com.sun.star.util.URL getDispatchURL(XMultiServiceFactory xMSF, String _sURL) in getDispatchURL()
136 com.sun.star.util.URL[] oURL = new com.sun.star.util.URL[1]; in getDispatchURL()
137 oURL[0] = new com.sun.star.util.URL(); in getDispatchURL()
151 com.sun.star.util.URL oURL = getDispatchURL(xMSF, sURL); in dispatchURL()
161 public static void dispatchURL(XDispatch _xDispatch, com.sun.star.util.URL oURL) in dispatchURL()
/aoo42x/main/odk/examples/java/Inspector/
H A DUnoNode.java42 import com.sun.star.util.URL;
149 URL openHyperlink = getDispatchURL(".uno:OpenHyperlink"); in openIdlDescription()
159 private com.sun.star.util.URL getDispatchURL(String _sURL){ in getDispatchURL()
163 com.sun.star.util.URL[] oURL = new com.sun.star.util.URL[1]; in getDispatchURL()
164 oURL[0] = new com.sun.star.util.URL(); in getDispatchURL()
186 private XDispatch getXDispatcher(com.sun.star.util.URL oURL) { in getXDispatcher()
188 com.sun.star.util.URL[] oURLArray = new com.sun.star.util.URL[1]; in getXDispatcher()
/aoo42x/main/chart2/source/controller/main/
H A DCommandDispatch.hxx106 const ::com::sun::star::util::URL& URL,
111 const ::com::sun::star::util::URL& URL )
115 const ::com::sun::star::util::URL& URL )
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java31 import java.net.URL;
146 urls.add(new URL(s)); in getClassLoader()
152 return new URLClassLoader((URL[])urls.toArray(new URL[0])); in getClassLoader()
176 URL[] urls = new URL[files.size()]; in getClassLoader()
185 urls[i] = new URL(urlpath); in getClassLoader()
/aoo42x/main/sfx2/inc/sfx2/
H A Dappuno.hxx107 … queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& sTargetFrameName,
112 …virtual void SAL_CALL dispatchWithNotification( const ::com::sun::star::util::URL& aURL, const ::c…
113 …virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::u…
114 …::uno::Any SAL_CALL dispatchWithReturnValue( const ::com::sun::star::util::URL& aURL, const ::com:…
115 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw (::co…
116 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw (::co…
132 … queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& sTargetFrameName,
/aoo42x/main/udkapi/com/sun/star/io/
H A DXPersist.idl42 /** makes it possible to write this object to an URL or read it from an URL.
49 /** writes all the persistent data of the object to the URL.
51 void write ( [in] string URL ) raises ( com::sun::star::io::IOException ) ;
56 /** reads all the persistent data of the object from the URL.
58 void read ( [in] string URL ) raises ( com::sun::star::io::IOException ) ;

Completed in 135 milliseconds

12345678910>>...42