Lines Matching refs:css

40 namespace css = ::com::sun::star;
45 css::deployment::XPackageManager > t_pm_helper;
50 css::uno::Reference<css::uno::XComponentContext> m_xComponentContext;
62 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile;
63 inline void logIntern( css::uno::Any const & status );
66 css::uno::Reference<css::deployment::XPackageRegistry> m_xRegistry;
70 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv );
74 css::uno::Sequence<css::beans::NamedValue> const & properties,
82 css::uno::Reference<css::deployment::XPackage> const & xPackage,
86 css::uno::Reference<css::deployment::XPackage> const & package);
89 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
90 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
93 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
94 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv);
97 : public ::cppu::WeakImplHelper2< css::ucb::XCommandEnvironment,
98 css::ucb::XProgressHandler >
100 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile;
101 css::uno::Reference<css::ucb::XProgressHandler> m_xUserProgress;
102 css::uno::Reference<css::task::XInteractionHandler>
108 css::uno::Reference<css::ucb::XCommandEnvironment>
110 css::uno::Reference<css::ucb::XProgressHandler> const & xLogFile );
113 virtual css::uno::Reference<css::task::XInteractionHandler> SAL_CALL
114 getInteractionHandler() throw (css::uno::RuntimeException);
115 virtual css::uno::Reference<css::ucb::XProgressHandler> SAL_CALL
116 getProgressHandler() throw (css::uno::RuntimeException);
119 virtual void SAL_CALL push( css::uno::Any const & Status )
120 throw (css::uno::RuntimeException);
121 virtual void SAL_CALL update( css::uno::Any const & Status )
122 throw (css::uno::RuntimeException);
123 virtual void SAL_CALL pop() throw (css::uno::RuntimeException);
132 css::uno::Reference<css::uno::XComponentContext> in PackageManagerImpl()
141 static css::uno::Reference<css::deployment::XPackageManager> create(
142 css::uno::Reference<css::uno::XComponentContext>
146 virtual void SAL_CALL dispose() throw (css::uno::RuntimeException);
148 css::uno::Reference<css::lang::XEventListener> const & xListener )
149 throw (css::uno::RuntimeException);
151 css::uno::Reference<css::lang::XEventListener> const & xListener )
152 throw (css::uno::RuntimeException);
156 css::uno::Reference<css::util::XModifyListener> const & xListener )
157 throw (css::uno::RuntimeException);
159 css::uno::Reference<css::util::XModifyListener> const & xListener )
160 throw (css::uno::RuntimeException);
164 throw (css::uno::RuntimeException);
165 virtual css::uno::Sequence<
166 css::uno::Reference<css::deployment::XPackageTypeInfo> > SAL_CALL
167 getSupportedPackageTypes() throw (css::uno::RuntimeException);
169 virtual css::uno::Reference<css::task::XAbortChannel> SAL_CALL
170 createAbortChannel() throw (css::uno::RuntimeException);
172 virtual css::uno::Reference<css::deployment::XPackage> SAL_CALL addPackage(
174 css::uno::Sequence<css::beans::NamedValue> const & properties,
176 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
177 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
178 throw (css::deployment::DeploymentException,
179 css::ucb::CommandFailedException,
180 css::ucb::CommandAbortedException,
181 css::lang::IllegalArgumentException,
182 css::uno::RuntimeException);
184 virtual css::uno::Reference<css::deployment::XPackage> SAL_CALL importExtension(
185 css::uno::Reference<css::deployment::XPackage> const & extension,
186 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
187 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
188 throw (css::deployment::DeploymentException,
189 css::ucb::CommandFailedException,
190 css::ucb::CommandAbortedException,
191 css::lang::IllegalArgumentException,
192 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::deployment::XPackage> SAL_CALL getDeployedPackage_(
207 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv );
208 css::uno::Reference<css::deployment::XPackage> getDeployedPackage_(
210 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
212 virtual css::uno::Reference<css::deployment::XPackage> SAL_CALL
215 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
216 throw (css::deployment::DeploymentException,
217 css::ucb::CommandFailedException,
218 css::lang::IllegalArgumentException, css::uno::RuntimeException);
220 css::uno::Sequence< css::uno::Reference<css::deployment::XPackage> >
222 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv );
223 virtual css::uno::Sequence< css::uno::Reference<css::deployment::XPackage> >
225 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
226 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
227 throw (css::deployment::DeploymentException,
228 css::ucb::CommandFailedException,
229 css::ucb::CommandAbortedException,
230 css::lang::IllegalArgumentException,
231 css::uno::RuntimeException);
234 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
235 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
236 throw (css::deployment::DeploymentException,
237 css::ucb::CommandFailedException,
238 css::ucb::CommandAbortedException,
239 css::lang::IllegalArgumentException,
240 css::uno::RuntimeException);
246 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
247 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
248 throw (css::deployment::DeploymentException,
249 css::ucb::CommandFailedException,
250 css::ucb::CommandAbortedException,
251 css::uno::RuntimeException);
253 virtual css::uno::Sequence<css::uno::Reference<css::deployment::XPackage> > SAL_CALL
255 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv)
256 throw (css::deployment::DeploymentException,
257 css::uno::RuntimeException);
260 css::uno::Reference<css::deployment::XPackage> const & extension,
261 css::uno::Reference<css::task::XAbortChannel> const & xAbortChannel,
262 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv )
263 throw (css::deployment::DeploymentException,
264 css::ucb::CommandFailedException,
265 css::ucb::CommandAbortedException,
266 css::lang::IllegalArgumentException,
267 css::uno::RuntimeException);
275 throw css::lang::DisposedException( in check()
281 inline void PackageManagerImpl::logIntern( css::uno::Any const & status ) in logIntern()