Home
last modified time | relevance | path

Searched refs:URL (Results 151 – 175 of 1035) sorted by relevance

12345678910>>...42

/aoo42x/main/offapi/com/sun/star/inspection/
H A DLineDescriptor.idl66 /** specifies the URL to the help topic to be associated with the property
95 /** describes the URL of an image to display on the primary button, if any.
97 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
102 <p>If you need to specify a graphic which does not have an URL, but is available as
140 /** describes the URL of an image to display on the secondary button, if any.
142 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
147 <p>If you need to specify a graphic which does not have an URL, but is available as
/aoo42x/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx268 com::sun::star::util::URL aTargetURL; in dispose()
361 com::sun::star::util::URL aTargetURL; in execute()
405 com::sun::star::util::URL aTargetURL; in addStatusListener()
480 com::sun::star::util::URL aTargetURL; in removeStatusListener()
513 com::sun::star::util::URL aTargetURL; in bindListener()
602 com::sun::star::util::URL aTargetURL; in unbindListener()
670 com::sun::star::util::URL aTargetURL; in updateStatus()
722 URL aURL; in dispatchCommand()
/aoo42x/main/offapi/com/sun/star/logging/
H A DFileHandler.idl55 /** creates a log handler whose output is directed to a file given by URL.
58 the URL of the file to be created. This URL is resolved using the
76 string, and denotes the file URL to which the handler's output should be directed.</p>
78 <p>At least the URL argument must be present in the settings.</p>
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessiblePreviewTable.java57 import com.sun.star.util.URL;
162 URL[] aParseURL = new URL[1]; in createTestEnvironment()
163 aParseURL[0] = new URL(); in createTestEnvironment()
166 URL aURL = aParseURL[0]; in createTestEnvironment()
H A DAccessibleEditableTextPara_HeaderFooter.java50 import com.sun.star.util.URL;
200 URL[] aParseURL = new URL[1]; in run()
201 aParseURL[0] = new URL(); in run()
205 URL aURL = aParseURL[0]; in run()
H A DScAccessiblePageHeaderArea.java57 import com.sun.star.util.URL;
131 URL[] aParseURL = new URL[1]; in createTestEnvironment()
132 aParseURL[0] = new URL(); in createTestEnvironment()
135 URL aURL = aParseURL[0]; in createTestEnvironment()
H A DScAccessibleDocumentPagePreview.java57 import com.sun.star.util.URL;
149 URL[] aParseURL = new URL[1]; in createTestEnvironment()
150 aParseURL[0] = new URL(); in createTestEnvironment()
153 URL aURL = aParseURL[0]; in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleCheckBox.java40 import com.sun.star.util.URL;
240 URL[] aParseURL = new URL[1]; in run()
241 aParseURL[0] = new URL(); in run()
245 URL aURL = aParseURL[0]; in run()
H A DAccessibleComboBox.java40 import com.sun.star.util.URL;
225 URL[] aParseURL = new URL[1]; in run()
226 aParseURL[0] = new URL(); in run()
230 URL aURL = aParseURL[0]; in run()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java44 import java.net.URL;
205 if (imageData instanceof URL) in produceImage()
207 return produceFromURL((URL) imageData, preserveIRI); in produceImage()
321 final URL url = new URL(source); in produceFromString()
394 private OfficeImage produceFromURL(final URL url, in produceFromURL()
/aoo42x/main/qadevOOo/runner/util/
H A DBasicMacroTools.java38 import com.sun.star.util.URL;
201 URL[] aParseURL = new URL[1]; in runMarco()
202 aParseURL[0] = new URL(); in runMarco()
206 URL aURL = aParseURL[0]; in runMarco()
H A DDBTools.java127 public String URL = null ; field in DBTools.DataSourceInfo
179 URL = (String)xProps.getPropertyValue("URL") ; in DataSourceInfo()
204 out.println(" URL = '" + URL + "'") ; in printInfo()
256 if (URL != null) props.setPropertyValue("URL", URL) ; in getDataSourceService()
472 info.URL = testURL ; in registerTestDB()
699 dsi.URL, dsi.User, dsi.Password); in initTestTableUsingJDBC()
/aoo42x/main/framework/inc/dispatch/
H A Doxt_handler.hxx167 …virtual void SAL_CALL dispatchWithNotification(const css::util::URL& …
174 …virtual void SAL_CALL dispatch ( const css::util::URL& …
178 …const css::util::URL& /*aURL*/ ) throw( css::uno::Runti… in addStatusListener() argument
180 …const css::util::URL& /*aURL*/ ) throw( css::uno::Runti… in removeStatusListener() argument
H A Dstartmoduledispatcher.hxx133 …virtual void SAL_CALL dispatchWithNotification( const css::util::URL& …
139 …virtual void SAL_CALL dispatch ( const css::util::URL& …
142 …const css::util::URL& aURL ) throw(css::uno::RuntimeExcep…
144 …const css::util::URL& aURL ) throw(css::uno::RuntimeExcep…
/aoo42x/main/desktop/test/deployment/passive/
H A Dpassive_python.py48 def queryDispatch(self, URL, TargetFrame, SearchFlags): argument
75 def dispatch(self, URL, Arguments): argument
86 def addStatusListener(self, Control, URL): argument
89 def removeStatusListener(self, Control, URL): argument
/aoo42x/main/sfx2/source/appl/
H A Dhelpinterceptor.hxx97 …queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl::OUString& aTargetFrameName, s…
114 …virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::…
115 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw(::com…
116 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw(::com…
156 com::sun::star::util::URL& rURL);
/aoo42x/main/qadevOOo/runner/basicrunner/basichelper/
H A DThreadRunner.java38 import com.sun.star.util.URL;
182 URL[] aParseURL = new URL[1]; in run()
183 aParseURL[0] = new URL(); in run()
186 URL aURL = aParseURL[0]; in run()
/aoo42x/main/svtools/inc/svtools/
H A Dpopupmenucontrollerbase.hxx95 …::frame::XDispatch > SAL_CALL queryDispatch( const ::com::sun::star::util::URL& aURL, const ::rtl:…
99 …virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::u…
100 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw( ::co…
101 …n::star::frame::XStatusListener >& xControl, const ::com::sun::star::util::URL& aURL ) throw( ::co…
120 …ference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun::star::util::URL& aURL);
/aoo42x/main/offapi/com/sun/star/document/
H A DXEmbeddedObjectResolver.idl36 /** this interface converts embedded object URLs from one URL space to another.
40 /** converts the given URL from the source URL namespace to the destination
41 URL space of this instance.
H A DXGraphicObjectResolver.idl36 /** this interface converts graphic object URLs from one URL space to another.
40 /** converts the given URL from the source URL namespace to the destination
41 URL space of this instance.
/aoo42x/main/desktop/test/deployment/active/
H A Dactive_python.py49 def queryDispatch(self, URL, TargetFrame, SearchFlags): argument
76 def dispatch(self, URL, Arguments): argument
87 def addStatusListener(self, Control, URL): argument
90 def removeStatusListener(self, Control, URL): argument
/aoo42x/main/filter/source/config/cache/
H A Dtypedetection.hxx83 const css::util::URL& aParsedURL ,
89 const css::util::URL& aParsedURL ,
95 … const css::util::URL& aParsedURL ,
122 void impl_getPreselection(const css::util::URL& aParsedURL ,
/aoo42x/main/udkapi/com/sun/star/uri/
H A DXVndSunStarExpandUrlReference.idl33 represents absolute &ldquo;vnd.sun.star.expand&rdquo; URL references.
39 represents the generic features of the URL reference.
43 &ldquo;vnd.sun.star.expand&rdquo; URL reference.</p>
48 represents the scheme-specific features of the URL reference.
H A DXVndSunStarScriptUrlReference.idl33 represents absolute &ldquo;vnd.sun.star.script&rdquo; URL references.
37 represents the generic features of the URL reference.
41 &ldquo;vnd.sun.star.script&rdquo; URL reference.</p>
46 represents the scheme-specific features of the URL reference.
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XSynchronousFrameLoader.java38 import com.sun.star.util.URL;
118 URL[] urlS = new URL[1]; in before()
119 urlS[0] = new URL(); in before()

Completed in 75 milliseconds

12345678910>>...42