Lines Matching refs:css

41 namespace css = ::com::sun::star;
47 ::std::vector<css::uno::Reference<css::deployment::XPackage> >,
52 public ::cppu::WeakComponentImplHelper1< css::deployment::XExtensionManager >
55 ExtensionManager( css::uno::Reference< css::uno::XComponentContext >const& xContext);
58 static css::uno::Sequence< ::rtl::OUString > getServiceNames();
68 css::uno::Reference<css::util::XModifyListener> const & xListener )
69 throw (css::uno::RuntimeException);
71 css::uno::Reference<css::util::XModifyListener> const & xListener )
72 throw (css::uno::RuntimeException);
75 virtual css::uno::Sequence<
76 css::uno::Reference<css::deployment::XPackageTypeInfo> > SAL_CALL
78 throw (css::uno::RuntimeException);
80 virtual css::uno::Reference<css::task::XAbortChannel> SAL_CALL
81 createAbortChannel() throw (css::uno::RuntimeException);
83 virtual css::uno::Reference<css::deployment::XPackage> SAL_CALL addExtension(
85 css::uno::Sequence<css::beans::NamedValue> const & properties,
87 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
88 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
89 throw (css::deployment::DeploymentException,
90 css::ucb::CommandFailedException,
91 css::ucb::CommandAbortedException,
92 css::lang::IllegalArgumentException,
93 css::uno::RuntimeException);
99 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
100 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
101 throw (css::deployment::DeploymentException,
102 css::ucb::CommandFailedException,
103 css::ucb::CommandAbortedException,
104 css::lang::IllegalArgumentException,
105 css::uno::RuntimeException);
108 css::uno::Reference<css::deployment::XPackage> const & extension,
109 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
110 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
111 throw (css::deployment::DeploymentException,
112 css::ucb::CommandFailedException,
113 css::ucb::CommandAbortedException,
114 css::lang::IllegalArgumentException,
115 css::uno::RuntimeException);
118 css::uno::Reference<css::deployment::XPackage> const & extension,
119 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
120 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
121 throw (css::deployment::DeploymentException,
122 css::ucb::CommandFailedException,
123 css::ucb::CommandAbortedException,
124 css::lang::IllegalArgumentException,
125 css::uno::RuntimeException);
129 css::uno::Reference<css::deployment::XPackage> const & extension,
130 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
131 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
132 throw (css::deployment::DeploymentException,
133 css::ucb::CommandFailedException,
134 css::ucb::CommandAbortedException,
135 css::lang::IllegalArgumentException,
136 css::uno::RuntimeException);
139 virtual css::uno::Sequence< css::uno::Reference<css::deployment::XPackage> >
142 css::uno::Reference<css::task::XAbortChannel> const &,
143 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
144 throw (css::deployment::DeploymentException,
145 css::ucb::CommandFailedException,
146 css::ucb::CommandAbortedException,
147 css::lang::IllegalArgumentException,
148 css::uno::RuntimeException);
150 virtual css::uno::Reference< css::deployment::XPackage>
155 css::uno::Reference< css::ucb::XCommandEnvironment> const & xCmdEnv )
157 css::deployment::DeploymentException,
158 css::ucb::CommandFailedException,
159 css::lang::IllegalArgumentException,
160 css::uno::RuntimeException);
162 virtual css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> >
166 css::uno::Reference< css::ucb::XCommandEnvironment> const & xCmdEnv )
168 css::deployment::DeploymentException,
169 css::ucb::CommandFailedException,
170 css::lang::IllegalArgumentException,
171 css::uno::RuntimeException);
173 … virtual css::uno::Sequence< css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > >
175 css::uno::Reference<css::task::XAbortChannel> const &,
176 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
177 throw (css::deployment::DeploymentException,
178 css::ucb::CommandFailedException,
179 css::ucb::CommandAbortedException,
180 css::lang::IllegalArgumentException,
181 css::uno::RuntimeException);
186 css::uno::Reference< css::task::XAbortChannel> const & xAbortChannel,
187 css::uno::Reference< css::ucb::XCommandEnvironment> const & xCmdEnv )
189 css::deployment::DeploymentException,
190 css::ucb::CommandFailedException,
191 css::ucb::CommandAbortedException,
192 css::lang::IllegalArgumentException,
193 css::uno::RuntimeException);
196 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
197 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
198 throw (css::deployment::DeploymentException,
199 css::ucb::CommandFailedException,
200 css::ucb::CommandAbortedException,
201 css::lang::IllegalArgumentException,
202 css::uno::RuntimeException);
205 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
206 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
207 throw (css::deployment::DeploymentException,
208 css::uno::RuntimeException);
210 virtual css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > SAL_CALL
213 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv)
214 throw (css::deployment::DeploymentException,
215 css::uno::RuntimeException);
218 throw (css::uno::RuntimeException);
233 css::uno::Reference< css::uno::XComponentContext> m_xContext;
234 css::uno::Reference<css::deployment::XPackageManagerFactory> m_xPackageManagerFactory;
244 css::uno::Reference<css::deployment::XPackageManager> getUserRepository();
245 css::uno::Reference<css::deployment::XPackageManager> getSharedRepository();
246 css::uno::Reference<css::deployment::XPackageManager> getBundledRepository();
247 css::uno::Reference<css::deployment::XPackageManager> getTmpRepository();
248 css::uno::Reference<css::deployment::XPackageManager> getBakRepository();
254 css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > const & seqExtSameId);
260 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
261 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
264 css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > const & seqExt,
266 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
267 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv );
270 ::std::list<css::uno::Reference<css::deployment::XPackage> >
273 css::uno::Reference< css::ucb::XCommandEnvironment> const & xCmdEnv =
274 css::uno::Reference< css::ucb::XCommandEnvironment>());
276 css::uno::Reference<css::deployment::XPackage> backupExtension(
278 css::uno::Reference<css::deployment::XPackageManager> const & xPackageManager,
279 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
283 css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv);
288 css::uno::Reference<css::deployment::XPackage> const & oldExtension,
289 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
291 css::uno::Reference<css::deployment::XPackage> getTempExtension(
293 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
294 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
299 css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > const & seqExt,
302 css::uno::Reference<css::deployment::XPackageManager>
304 throw (css::lang::IllegalArgumentException);
307 css::uno::Reference<css::deployment::XPackageManager> const & xPackageMgr,
308 css::uno::Sequence<css::beans::NamedValue> const & properties,
309 css::uno::Reference<css::deployment::XPackage> const & xTmpExtension,
310 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
311 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
312 css::uno::Reference<css::deployment::XPackage> & out_existingExtension )
313 throw (css::deployment::DeploymentException,
314 css::ucb::CommandFailedException,
315 css::ucb::CommandAbortedException,
316 css::lang::IllegalArgumentException,
317 css::uno::RuntimeException);