Home
last modified time | relevance | path

Searched refs:component (Results 201 – 225 of 809) sorted by relevance

12345678910>>...33

/trunk/main/avmedia/
H A DPackage_avmedia_jar.mk27 …b_Package_add_file,avmedia_jar,xml/component/avmedia/source/java/avmedia.jar.component,avmedia.jar…
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DMakefile101 …@echo $(SQM) $(SQM)$(OSEP)component loader="$(QM)com.sun.star.loader.SharedLibrary$(QM)" uri="$(Q…
105 @echo $(SQM) $(SQM)$(OSEP)/component$(CSEP) >> $@
127 @echo If you want to install your component automatically, please set the environment
135 @echo The C++ FlatXmlFilter component is installed if SDK_AUTO_DEPLOYMENT = YES.
/trunk/main/setup_native/scripts/
H A Dadmin.pl755 my $component = $1;
758 $table{$component} = $dir;
948 my $component = $filehash->{$file}->{'Component'};
949 …if ( ! exists($componenthash->{$component}) ) { exit_program("ERROR: Did not find directory for co…
950 my $dirname = $componenthash->{$component};
/trunk/main/offapi/com/sun/star/form/submission/
H A DXSubmission.idl55 /** tells the component to submit data
67 /** tells the component to submit data
89 when the component does not support external componentsw vetoing the submission
100 when the component does not support external componentsw vetoing the submission
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl54 …interface), but a component which descrbes the current selection of the very window where the cont…
63 component is an array of <type>NamedDatabaseObject</type> instances.</p>
79 /** allows to retrieve and set the title which of the component
83 /** allows being notified about changes in the component's title
/trunk/main/offapi/com/sun/star/frame/
H A DXUntitledNumbers.idl51 the component which has to be registered for the leased number.
64 If the reqistered component does not use such leased number any longer
81 number for the specified component and deregister it.
84 the component for deregistration.
H A DXStatusbarController.idl36 /** interface to be implemented by a component offering a more complex user
54 /** used to control the life-time of the component
58 is allowed to dispose the component.
62 /** used to initialize a component with required arguments.
93 /** with this interface a component can receive events if a feature has
/trunk/main/extensions/test/ole/DCOM/scriptComponents/
H A Dreadme.txt3 Register the component by right-clicking on the file in the file explorer and select
5 The component registered as being remotable.That is, it has got an AppID entry (with
11 The component implements a run function, which runs the demo example that is written
/trunk/main/extensions/qa/integration/extensions/
H A DConsoleWait.java83 … XComponent component = (XComponent)UnoRuntime.queryInterface( XComponent.class, _disposable ); in ConsoleWait() local
84 if ( component != null ) in ConsoleWait()
85 component.addEventListener( this ); in ConsoleWait()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DCompHelper.java38 final XComponent component = UnoRuntime.queryInterface(XComponent.class, object); in disposeComponent() local
39 if (component != null) { in disposeComponent()
40 component.dispose(); in disposeComponent()
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl64 component.</p>
81 /** binds the property handler to a new component
83 the component to inspect. Must not be <NULL/>
85 if the component is <NULL/>
231 with a call to <member>addPropertyChangeListener</member> even if currently no component is
336 … Usually, this will be a modal dialog, but it can also be a non-modal user interface component.</p>
368 from the user, and which still needs to be set at the inspected component.
441 for property value input. Such a component might have been opened during
444 component, and veto suspension of the <type>XObjectInspector</type> as appropriate.</p>
/trunk/main/offapi/com/sun/star/rendering/
H A DRGBColor.idl35 /// Red component. Valid range is [0,1.0]
37 /// Green component. Valid range is [0,1.0]
39 /// Blue component. Valid range is [0,1.0]
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseTimeField.idl27 #include <com/sun/star/form/component/TimeField.idl>
37 module com { module sun { module star { module form { module component {
45 service com::sun::star::form::component::TimeField;
H A DDatabaseCurrencyField.idl27 #include <com/sun/star/form/component/CurrencyField.idl>
37 module com { module sun { module star { module form { module component {
45 service com::sun::star::form::component::CurrencyField;
H A DDatabaseDateField.idl27 #include <com/sun/star/form/component/DateField.idl>
37 module com { module sun { module star { module form { module component {
45 service com::sun::star::form::component::DateField;
H A DDatabaseNumericField.idl27 #include <com/sun/star/form/component/NumericField.idl>
37 module com { module sun { module star { module form { module component {
45 service com::sun::star::form::component::NumericField;
H A DDatabaseRadioButton.idl27 #include <com/sun/star/form/component/RadioButton.idl>
37 module com { module sun { module star { module form { module component {
45 service com::sun::star::form::component::RadioButton;
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java61 public static void saveAsDoc(XComponent component, String url) throws IOException{ in saveAsDoc() argument
62 …XTextDocument document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in saveAsDoc()
263 …XComponent component = componentLoader.loadComponentFromURL(FileUtil.getUrl(templatePath), "_blank… in newDocumentFromTemplate() local
264 return component; in newDocumentFromTemplate()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dshortcut.pm145 my $component = "";
174 $component = $onefile->{'componentname'};
178 $shortcut->{'component'} = $component;
180 return $component;
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl51 …provide a visual component for inspecting control properties. This means it allows to interactivel…
73 // to create a visual component within the frame to inspect our object
105 The appearance of the visual component created by the controller is that 3 tab pages, one for
120 <p>With supporting this interface, the component is able to operate in (and provide content
H A DFormButtonType.idl34 @see com::sun::star::form::component::CommandButton
59 @see com::sun::star::form::component::CommandButton::TargetURL
60 @see com::sun::star::form::component::CommandButton::TargetFrame
/trunk/main/offapi/com/sun/star/form/binding/
H A DValueBinding.idl46 /** defines a component which allows access to a single value
48 <p>Read/Write access to the value represented by this component is supported,
96 this interface is not supported, the bound component cannot react
102 /** allows life time control for the component
/trunk/main/configmgr/source/
H A Ddata.cxx164 rtl::OUString const & component, rtl::OUString const & name) in fullTemplateName() argument
166 if (component.indexOf(':') != -1 || name.indexOf(':') != -1) { in fullTemplateName()
171 component + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + in fullTemplateName()
175 rtl::OUStringBuffer buf(component); in fullTemplateName()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl109 …denotes the filter component whose expression is to be set. Must be greater than or equal to 0, an…
117 … denotes the <em>predicate expression</em> to set for the given filter component in the given term.
126 /** retrieves the filter component with the given index.
133 …denotes the index of the filter component whose control should be obtained. Must be greater than o…
139 @see ::com::sun::star::form::component::DataAwareControlModel::BoundField
/trunk/main/udkapi/com/sun/star/loader/
H A DCannotActivateFactoryException.idl36 /** indicates an error during component activation
38 activate a component factory using the
40 method, but the component factory can not be activated.

Completed in 137 milliseconds

12345678910>>...33