Home
last modified time | relevance | path

Searched refs:Components (Results 1 – 25 of 89) sorted by relevance

1234

/aoo41x/main/odk/examples/DevelopersGuide/Components/
H A Dmakefile.mk38 DESTJOBSADDON=$(DESTDIRDEVGUIDEEXAMPLES)$/Components$/Addons$/JobsAddon
65 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/Makefile \
66 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/service1_impl.cxx \
67 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/service2_impl.cxx \
70 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/some.idl
73 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/Makefile \
78 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/XSomethingA.idl \
79 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/XSomethingB.idl \
80 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/SomethingA.idl \
81 $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/SomethingB.idl
[all …]
/aoo41x/main/configmgr/source/
H A Dcomponents.cxx149 static Components * singleton = 0;
153 class Components::WriteThread:
177 Components & components_;
183 Components::WriteThread::WriteThread( in WriteThread()
192 void Components::WriteThread::run() { in run()
213 Components & Components::getSingleton( in getSingleton()
496 Components::Components( in Components() function in configmgr::Components
563 Components::~Components() {} in ~Components()
565 void Components::parseFileLeniently( in parseFileLeniently()
585 void Components::parseFiles( in parseFiles()
[all …]
H A Dupdate.cxx104 Components::getSingleton(context_).insertExtensionXcsFile(shared, fileUri); in insertExtensionXcsFile()
114 Components & components = Components::getSingleton(context_); in insertExtensionXcuFile()
129 Components & components = Components::getSingleton(context_); in removeExtensionXcuFile()
147 Components & components = Components::getSingleton(context_); in insertModificationXcuFile()
H A Dcomponents.hxx62 class Components: private boost::noncopyable { class
64 static Components & getSingleton(
119 Components(
123 ~Components();
H A Dchildaccess.cxx87 Components & components, rtl::Reference< RootAccess > const & root, in ChildAccess()
97 Components & components, rtl::Reference< RootAccess > const & root, in ChildAccess()
238 if (!Components::allLocales(locale)) { in setProperty()
278 if (!Components::allLocales(locale)) { in asValue()
H A Dchildaccess.hxx52 class Components;
65 Components & components, rtl::Reference< RootAccess > const & root,
70 Components & components, rtl::Reference< RootAccess > const & root,
H A Dconfigurationprovider.cxx274 Components & components = Components::getSingleton(context_); in createInstanceWithArguments()
382 Components * components; in flushModifications()
385 components = &Components::getSingleton(context_); in flushModifications()
H A Dwritemodfile.hxx33 class Components;
37 Components & components, rtl::OUString const & url, Data const & data);
H A Daccess.cxx129 return !Components::allLocales(getRootAccess()->getLocale()); in isValue()
162 Access::Access(Components & components): in Access()
301 Components & Access::getComponents() const { in getComponents()
307 !Components::allLocales(getRootAccess()->getLocale())) in checkLocalizedPropertyAccess()
487 if (Components::allLocales(getRootAccess()->getLocale())) { in initBroadcasterAndChanges()
561 Components::allLocales(getRootAccess()->getLocale())); in initBroadcasterAndChanges()
686 Components::allLocales(getRootAccess()->getLocale())); in initBroadcasterAndChanges()
2040 if (!Components::allLocales(getRootAccess()->getLocale()) || in getSubChild()
2103 if (Components::allLocales(getRootAccess()->getLocale())) { in asProperty()
2160 if (!Components::allLocales(getRootAccess()->getLocale())) { in checkKnownProperty()
[all …]
H A Dpropertynode.hxx39 class Components;
53 com::sun::star::uno::Any getValue(Components & components);
H A Dwritemodfile.cxx59 class Components;
336 Components & components, oslFileHandle handle, in writeNode()
450 Components & components, oslFileHandle handle, in writeModifications()
523 Components & components, rtl::OUString const & url, Data const & data) in writeModFile()
H A Drootaccess.hxx56 class Components;
65 Components & components, rtl::OUString const & pathRepresenation,
H A Daccess.hxx95 class Components;
147 Access(Components & components);
171 Components & getComponents() const;
557 Components & components_;
H A Dpropertynode.cxx66 css::uno::Any PropertyNode::getValue(Components & components) { in getValue()
/aoo41x/main/sc/source/ui/vba/
H A Dvbawindows.cxx58 typedef std::vector < uno::Reference< sheet::XSpreadsheetDocument > > Components; typedef
64 Components m_components;
65 Components::const_iterator m_it;
68 …mImpl( const uno::Reference< uno::XComponentContext >& xContext, const Components& components ) th… in WindowComponentEnumImpl()
109 …WindowEnumImpl(const uno::Reference< uno::XComponentContext >& xContext, const Components& compone… in WindowEnumImpl()
125 Components m_windows;
164 || static_cast< Components::size_type >( Index ) >= m_windows.size() ) in getByIndex()
/aoo41x/main/toolkit/source/awt/
H A Dvclxcontainer.cxx131 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > >& Components, const ::com::su… in setTabOrder() argument
135 sal_uInt32 nCount = Components.getLength(); in setTabOrder()
137 …const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > * pComps = Components.get… in setTabOrder()
176 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > >& Components ) throw(::com::s… in setGroup() argument
180 sal_uInt32 nCount = Components.getLength(); in setGroup()
181 …const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > * pComps = Components.get… in setGroup()
/aoo41x/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf103 en-US = "Adding Components to the Installed Version"
133 en-US = "Select Components"
136 en-US = "Select Additional Components"
250 en-US = "Components marked with an X will be removed. Mark the components you want to remove."
379 en-US = "Components marked in color will be installed. Click the icon of a component to mark or unm…
397 en-US = "Components marked with an X will be removed. Click next to a component to mark or unmark i…
/aoo41x/main/sal/rtl/source/
H A Duri.cxx372 struct Components struct
381 void parseUriRef(rtl_uString const * pUriRef, Components * pComponents) in parseUriRef()
713 Components aRelComponents; in rtl_uriConvertRelToAbs()
724 Components aBaseComponents; in rtl_uriConvertRelToAbs()
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf173 en-US = "Registering COM+ Applications and Components"
320 en-US = "Unpublishing Qualified Components"
341 en-US = "Unregistering COM+ Applications and Components"
/aoo41x/main/offapi/com/sun/star/form/
H A DXLoadListener.idl64 <p>Components may use this to stop any other event processing related to
85 <p>Components may use this to stop any other event processing related
/aoo41x/main/offapi/com/sun/star/frame/
H A DXDesktop.idl117 The service <type>Components</type> which is available from this
125 @see Components
H A DComponents.idl45 published service Components
/aoo41x/main/offapi/com/sun/star/awt/
H A DXAnimatedImages.idl40 …<p>Components implementing this interface maintain a variable number of image sets. Components dis…
/aoo41x/main/scp2/source/ooo/
H A Dmodule_ooo.ulf37 en-US = "Optional Components"
/aoo41x/main/desktop/source/deployment/registry/component/
H A Ddp_component.src43 Text [ en-US ] = "UNO Components";

Completed in 313 milliseconds

1234