Home
last modified time | relevance | path

Searched refs:URL (Results 101 – 125 of 1035) sorted by relevance

12345678910>>...42

/aoo42x/main/framework/inc/dispatch/
H A Dmenudispatcher.hxx163 virtual void SAL_CALL dispatch( const css::util::URL& aURL ,
181 const css::util::URL& aURL ) throw( css::uno::RuntimeException );
198 const css::util::URL& aURL ) throw( css::uno::RuntimeException );
309 const css::util::URL& aURL );
311 const css::util::URL& aURL );
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeNode.idl81 /** The URL for a graphic that is rendered before the text part of this node.
82 <p>If this URL is empty, no graphic is rendered.
86 /** The URL for a graphic that is rendered to visualize expanded non leaf nodes.
87 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultExpandedGraphicURL</member> is used.
91 /** The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
92 … <p>If <var>URL</var> is empty, <member>XTreeControl::DefaultCollapsedGraphicURL</member> is used.
/aoo42x/main/framework/source/services/
H A Durltransformer.cxx104 void lcl_ParserHelper(INetURLObject& _rParser,URL& _rURL,bool _bUseIntern) in lcl_ParserHelper()
156 sal_Bool SAL_CALL URLTransformer::parseStrict( URL& aURL ) throw( RuntimeException ) in parseStrict()
209 sal_Bool SAL_CALL URLTransformer::parseSmart( URL& aURL , in parseSmart()
265 sal_Bool SAL_CALL URLTransformer::assemble( URL& aURL ) throw( RuntimeException ) in assemble()
328 ::rtl::OUString SAL_CALL URLTransformer::getPresentation( const URL& aURL , in getPresentation()
341 URL aTestURL = aURL; in getPresentation()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl53 The loader should be registered for the URL scheme
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
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java163 final com.sun.star.util.URL aURL, in dispatch()
166 final com.sun.star.util.URL myURL = aURL; in dispatch()
216 com.sun.star.util.URL aURL, in queryDispatch()
247 com.sun.star.util.URL aURL ) in removeStatusListener()
254 com.sun.star.util.URL url ) in addStatusListener()
293 com.sun.star.util.URL url = new com.sun.star.util.URL(); in setListenerState()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java40 import java.net.URL;
60 private URL scriptURL = null;
75 URL url =
126 public static ScriptEditorForBeanShell getEditor(URL url) in getEditor()
212 final URL url = entry.getSourceURL(); in edit()
240 URL url) in ScriptEditorForBeanShell()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java30 import java.net.URL;
45 URL url = new URL(locationUrl); in find()
58 cl2 = URLClassLoader.newInstance(new URL[] { url }, cl1); in find()
73 private static void checkAccess(URL url) throws ClassNotFoundException { in checkAccess()
/aoo42x/main/udkapi/com/sun/star/uri/
H A DXVndSunStarPkgUrlReferenceFactory.idl34 creates &ldquo;vnd.sun.star.pkg&rdquo; URL references.
40 creates a new &ldquo;vnd.sun.star.pkg&rdquo; URL reference.
42 <p>The returned URL reference has the given authority, an empty path, and
45 @param authority the authority of the created URL reference; must not be
48 @return a new &ldquo;vnd.sun.star.pkg&rdquo; URL reference, or <NULL/> if
/aoo42x/main/framework/inc/jobs/
H A Djobdispatch.hxx136 …ispatch > SAL_CALL queryDispatch ( const css::util::URL& …
142 …virtual void SAL_CALL dispatchWithNotification( const css::util::URL& …
147 …virtual void SAL_CALL dispatch ( const css::util::URL& …
150 …const css::util::URL& aURL ) throw(css::uno::RuntimeExcep…
152 …const css::util::URL& aURL ) throw(css::uno::RuntimeExcep…
/aoo42x/main/qadevOOo/runner/helper/
H A DURLHelper.java203 public static com.sun.star.util.URL parseURL(XURLTransformer xParser, String sURL) in parseURL()
205 com.sun.star.util.URL aURL = null; in parseURL()
218 com.sun.star.util.URL[] aParseURL = new com.sun.star.util.URL[1]; in parseURL()
219 aParseURL[0] = new com.sun.star.util.URL(); in parseURL()
/aoo42x/main/extensions/source/bibliography/
H A Dframectr.hxx47 ::com::sun::star::util::URL aURL;
49 …BibStatusDispatch( const ::com::sun::star::util::URL& rURL, const ::com::sun::star::uno::Reference… in BibStatusDispatch()
112 …frame::XDispatch > SAL_CALL queryDispatch( const ::com::sun::star::util::URL& aURL, const rtl::O…
116 …virtual void SAL_CALL dispatch(const ::com::sun::star::util::URL& aURL, const ::com::sun::star:…
117 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw (::com…
118 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw (::com…
/aoo42x/main/sw/source/ui/uno/
H A Dunomodule.hxx63 #define UNOURL ::com::sun::star::util::URL
76 …virtual void SAL_CALL dispatchWithNotification( const ::com::sun::star::util::URL& aURL, const ::c…
79 …virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::u…
80 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com…
81 …::star::frame::XStatusListener > & xControl, const ::com::sun::star::util::URL& aURL) throw( ::com…
/aoo42x/main/framework/qa/complex/dispatches/
H A DInterceptor.java42 import com.sun.star.util.URL;
174 public synchronized XDispatch queryDispatch(URL aURL , in queryDispatch()
220 public synchronized void dispatch(URL aURL , in dispatch()
231 com.sun.star.util.URL aURL ) in addStatusListener()
241 com.sun.star.util.URL aURL ) in removeStatusListener()
/aoo42x/main/qadevOOo/tests/java/mod/_sd/
H A DAccessibleOutlineView.java48 import com.sun.star.util.URL;
155 URL[] aParseURL = new URL[1]; in initialize()
156 aParseURL[0] = new URL(); in initialize()
159 URL aURL = aParseURL[0]; in initialize()
H A DAccessibleSlideView.java48 import com.sun.star.util.URL;
162 URL[] aParseURL = new URL[1]; in initialize()
163 aParseURL[0] = new URL(); in initialize()
166 URL aURL = aParseURL[0]; in initialize()
/aoo42x/main/desktop/test/deployment/passive/
H A Dpassive_native.cxx101 css::util::URL const &, rtl::OUString const &, sal_Int32)
127 css::util::URL const &, rtl::OUString const &, sal_Int32) in queryDispatch()
202 css::util::URL const &,
208 css::util::URL const &) in addStatusListener()
214 css::util::URL const &) in removeStatusListener()
228 css::util::URL const &, in dispatch()
/aoo42x/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl43 the URL and some configuration data only. That will perform but produce
55 /** make a "flat" detection by using the URL of the document
58 It use given URL in combination with the internal configuration of well known
62 @param URL
70 string queryTypeByURL( [in] string URL );
82 The property <member>MediaDescriptor::URL</member> should be set on
/aoo42x/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.h71 SAL_CALL queryDispatch( const ::com::sun::star::util::URL& aURL,
126 …void SendCommand( const com::sun::star::util::URL& aURL, const ::rtl::OUString& rCommand, const ::…
127 …sun::star::frame::XStatusListener >& xControl, const com::sun::star::util::URL& aURL, const ::rtl:…
130 virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL,
134 const ::com::sun::star::util::URL& aURL ) throw (::com::sun::star::uno::RuntimeException);
136 const ::com::sun::star::util::URL& aURL ) throw (::com::sun::star::uno::RuntimeException);
/aoo42x/main/offapi/com/sun/star/graphic/
H A DMediaProperties.idl40 of the graphic as URL.
42 <p>A URL can be used instead of the
47 you can use private URL's as follows to get access to graphics
67 [optional, property ] string URL;
73 <member>URL</member> property</p>
82 <member>URL</member> property</p>
/aoo42x/main/framework/source/dispatch/
H A Dmenudispatcher.cxx156 void SAL_CALL MenuDispatcher::dispatch( const URL& /*aURL*/ , in DEFINE_XINTERFACE_4()
165 const URL& aURL ) throw( RuntimeException ) in addStatusListener()
180 const URL& aURL ) throw( RuntimeException ) in removeStatusListener()
383 css::util::URL aURL; in IMPL_LINK()
444 const URL& aURL ) in impldbg_checkParameter_addStatusListener()
465 const URL& aURL ) in impldbg_checkParameter_removeStatusListener()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java40 import com.sun.star.util.URL;
96 URL command = new URL(); in testBeamer()
101 com.sun.star.util.URL[] aURLA = new com.sun.star.util.URL[1]; in testBeamer()
/aoo42x/main/desktop/test/deployment/boxt/
H A Dboxt.cxx92 css::util::URL const &, rtl::OUString const &, sal_Int32) in queryDispatch()
102 css::util::URL const &,
108 css::util::URL const &) in addStatusListener()
114 css::util::URL const &) in removeStatusListener()
146 css::util::URL const &, in dispatch()
/aoo42x/main/toolkit/test/accessibility/
H A DHelpWindow.java26 import java.net.URL;
65 loadURL (new URL (sURL)); in loadURL()
76 public void loadURL (URL aURL) in loadURL()
182 URL aURL = (URL)maHistory.get (i); in selectHistoryPage()
/aoo42x/main/offapi/com/sun/star/frame/
H A DDispatchDescriptor.idl27 #include <com/sun/star/util/URL.idl>
36 /** describes a feature to be retrieved by a URL that
51 /** specifies the URL of the resource/function
54 … Must be a full parsed URL. Use service <type scope="com::sun::star::util">URLTransformer</type>
60 com::sun::star::util::URL FeatureURL;
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DHelpWindow.java28 import java.net.URL;
67 loadURL (new URL (sURL)); in loadURL()
78 public void loadURL (URL aURL) in loadURL()
184 URL aURL = (URL)maHistory.get (i); in selectHistoryPage()

Completed in 103 milliseconds

12345678910>>...42