Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/aoo41x/main/desktop/test/deployment/passive/
H A Dmakefile.mk55 ProtocolHandler.xcu $(MISC)/$(TARGET)/platform.components \
56 $(MISC)/$(TARGET)/generic.components $(SHL1TARGETN) \
65 $(MISC)/$(TARGET)/platform.components \
66 $(MISC)/$(TARGET)/generic.components $(SHL1TARGETN) \
71 platform.components generic.components $(SHL1TARGETN:f) \
75 $(MISC)/$(TARGET)/platform.components.input \
79 $(MISC)/$(TARGET)/platform.components.input
81 $(MISC)/$(TARGET)/platform.components.input :
88 $(MISC)/$(TARGET)/generic.components.input \
92 $(MISC)/$(TARGET)/generic.components.input
[all …]
/aoo41x/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf139 en-US = "Marked components will be installed. Please mark them accordingly"
157 en-US = "The main components will be installed. Recommended for most users."
175 en-US = "The following ${PRODUCT_FULLNAME} components will be installed:"
241 en-US = "Completely removes ${PRODUCT_FULLNAME} and all its components from your system."
250 en-US = "Components marked with an X will be removed. Mark the components you want to remove."
256 en-US = "The following ${PRODUCT_FULLNAME} components will be removed: "
394 … remove all installed components of your version.<p>Partial: This removes only the components you …
412 en-US = "No components have been selected for installation."
433 en-US = "No components have been selected for uninstallation."
439 en-US = "All language components have been selected for uninstallation."
[all …]
/aoo41x/main/configmgr/source/
H A Dupdate.cxx114 Components & components = Components::getSingleton(context_); in insertExtensionXcuFile() local
116 components.insertExtensionXcuFile(shared, fileUri, &mods); in insertExtensionXcuFile()
117 components.initGlobalBroadcaster( in insertExtensionXcuFile()
129 Components & components = Components::getSingleton(context_); in removeExtensionXcuFile() local
131 components.removeExtensionXcuFile(fileUri, &mods); in removeExtensionXcuFile()
132 components.initGlobalBroadcaster( in removeExtensionXcuFile()
147 Components & components = Components::getSingleton(context_); in insertModificationXcuFile() local
149 components.insertModificationXcuFile( in insertModificationXcuFile()
151 components.initGlobalBroadcaster( in insertModificationXcuFile()
H A Dwritemodfile.cxx336 Components & components, oslFileHandle handle, in writeNode() argument
365 Type dynType = getDynamicType(prop->getValue(components)); in writeNode()
382 writeValue(handle, type, prop->getValue(components)); in writeNode()
394 writeNode(components, handle, node, i->first, i->second); in writeNode()
442 writeNode(components, handle, node, i->first, i->second); in writeNode()
450 Components & components, oslFileHandle handle, in writeModifications() argument
465 writeNode(components, handle, parent, nodeName, node); in writeModifications()
514 components, handle, pathRep, node, i->first, in writeModifications()
523 Components & components, rtl::OUString const & url, Data const & data) in writeModFile() argument
576 components, tmp.handle, rtl::OUString(), rtl::Reference< Node >(), in writeModFile()
[all …]
H A Dconfigurationprovider.cxx274 Components & components = Components::getSingleton(context_); in createInstanceWithArguments() local
276 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()
286 components.addRootAccess(root); in createInstanceWithArguments()
382 Components * components; in flushModifications() local
385 components = &Components::getSingleton(context_); in flushModifications()
387 components->flushModifications(); in flushModifications()
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl41 /// Shorthand for the device-dependent color components, and easier to read
105 Color space components tend to correspond to physical
144 @param deviceColor Sequence of device color components. Is
156 (e.g. if the number of components is wrong)
167 @param deviceColor Sequence of device color components. Is
189 @param deviceColor Sequence of device color components. Is
213 @param deviceColor Sequence of device color components. Is
233 @param deviceColor Sequence of sRGB color components. Is
251 @param rgbColor Sequence of sRGB color components. Is
270 @param rgbColor Sequence of sRGB color components. Is
H A DXIntegerBitmapColorSpace.idl37 sequence need not correspond to the color space's components -
38 instead, the color components might be packed back-to-back into
63 of a pixel. Color components will appear in the byte sequences
100 @param deviceColor Sequence of device color components. Is
121 @param deviceColor Sequence of device color components. Is
143 @param deviceColor Sequence of device color components. Is
167 @param deviceColor Sequence of device color components. Is
191 @param deviceColor Sequence of device color components. Is
213 @param deviceColor Sequence of sRGB color components. Is
233 @param deviceColor Sequence of sRGB color components. Is
[all …]
/aoo41x/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl102 /** contains all sub components of the database document
104 <p>During working with the database, the user might open different sub components:
105 forms, reports, tables, queries. Those components are tracked by the application,
108 …<p>The components here might either be documents (<type scope="com::sun::star::frame">XModel</type…
120 … the component to identify. Must be one of the components in <member>SubComponents</member>.
130 if the given component is not one of the controller's sub components
140 /** closes all sub components of the database document.
142 <p>During working with the database, the user might open different sub components:
146 <p>In a first step, the sub components will be suspended
153 <p>Once all sub components have been suspended, they will, in a second step,
[all …]
/aoo41x/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl52 /** this is a simple interface to load components by an URL into a
140 <type scope="com::sun::star::awt">XWindow</type> for simple components<br/>
141 Should be used for viewable components only. It is not allowed to dispose
147 <type>XController</type> for richer components<br/>
148 Should be used for real editable components which doesn't need a model.
152 method of the controller returns. But for visible components the controller
156 <type>XModel</type> for full featured components<br/>
H A DDesktop.idl51 /** is the environment for components which can instantiate within frames
55 in which components can be loaded. The term "task" or naming a frame as a
75 access to components of sub frame tree
80 /** supports simple api for loading components into the frame environment
H A DController.idl60 desktop components than a <type scope="com::sun::star::awt">XWindow</type>
64 Such components can be loaded into a <type>Frame</type> inside a <type>Desktop</type>
66 components need a <type>XModel</type> interface too.
76 /** with this interface, components viewed in a <type>Frame</type> can serve
H A DXDesktop.idl55 A desktop is an environment for components which can be viewed in
110 /** provides read access to collection of all currently loaded components
118 method is a collection of all components of the desktop which are open
123 the collection of all components
/aoo41x/main/soltools/mkdepend/
H A Dinclude.c150 char *components[ MAXFILES ], local
161 cp = components;
176 cp = components;
187 if (cp != components)
196 cp = components;
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DMakefile42 COMP1_COMPONENTS=$(COMP1_NAME).components
51 COMP2_COMPONENTS=$(COMP2_NAME).components
60 COMP3_COMPONENTS=$(COMP2_NAME).components
205 @echo Before you can run the examples the components "$(QM)$(COMP1_NAME)$(QM)",
207 @echo The components will be automatically deployed if SDK_AUTO_DEPLOYMENT = YES.
/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DHierarchyBrowser.idl37 allows scanning a configuration data repository for available components .
58 <dd>A component or list of components that should be skipped
66 is a list of components found. The format in which components are
/aoo41x/main/offapi/com/sun/star/util/
H A DXModeChangeBroadcaster.idl59 /** adds the given listener to the list of components to be notified when the mode
64 /** removes the given listener from the list of components to be notified when the mode
69 /** adds the given listener to the list of components to be notified when the mode
78 /** remove the given listener from the list of components to be notified when the mode
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A DMakefile42 COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
103 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
109 @echo $(OSEP)/components$(CSEP) >> $@
118 cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A DMakefile41 COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
104 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
110 @echo $(OSEP)/components$(CSEP) >> $@
117 cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DMakefile42 COMP_COMPONENTS = $(OUT_COMP_MISC)/$(COMP_NAME).components
107 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
113 @echo $(OSEP)/components$(CSEP) >> $@
119 cd $(subst /,$(PS),$(OUT_COMP_MISC)) && $(SDK_ZIP) ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DMakefile41 COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
100 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
106 @echo $(OSEP)/components$(CSEP) >> $@
115 cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/
H A DMakefile41 COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
115 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
121 @echo $(OSEP)/components$(CSEP) >> $@
128 cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/offapi/com/sun/star/form/
H A DFormComponents.idl53 components by name and by index. The name of a component is not
78 for the contained components.
80 …<p>The interface allows managing of scripts associated with dependent components, accessed by inde…
88 element in the form components by calling
/aoo41x/main/odk/examples/cpp/custompanel/
H A DMakefile41 COMP_COMPONENTS = $(OUT_COMP_GEN)/$(COMP_NAME).components
121 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
127 @echo $(OSEP)/components$(CSEP) >> $@
134 cd $(subst /,$(PS),$(OUT_COMP_GEN)) && $(SDK_ZIP) -u ../../bin/$(@F) $(COMP_NAME).components
/aoo41x/main/comphelper/qa/complex/comphelper/
H A DMap.java217 Object[] components = new Object[ serviceNames.length ]; in testComplexKeyTypes() local
220components[i] = getMSF().createInstance( "com.sun.star.form.component." + serviceNames[i] ); in testComplexKeyTypes()
224 components[0] = UnoRuntime.queryInterface( formComponentType.getZClass(), components[0] ); in testComplexKeyTypes()
225 impl_checkMappings( components, serviceNames, "XFormComponent->string" ); in testComplexKeyTypes()
/aoo41x/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A DMakefile50 COMP_COMPONENTS = $(SAMPLE_GEN_OUT)/$(COMP_NAME).components
135 @echo $(OSEP)components xmlns="$(QM)http://openoffice.org/2010/uno-components$(QM)"$(CSEP) >> $@
144 @echo $(OSEP)/components$(CSEP) >> $@
151 cd $(subst /,$(PS),$(SAMPLE_GEN_OUT)) && $(SDK_ZIP) ../../bin/$(@F) $(COMP_NAME).components

Completed in 119 milliseconds

12345678910>>...12