Lines Matching refs:css

135                     public  css::lang::XTypeProvider             ,
136 public css::lang::XServiceInfo ,
137 public css::frame::XDesktop ,
138 public css::frame::XComponentLoader ,
139 public css::frame::XTasksSupplier ,
140 public css::frame::XDispatchProvider ,
141 public css::frame::XDispatchProviderInterception,
142 public css::frame::XFramesSupplier , // => XFrame => XComponent
143 public css::frame::XDispatchResultListener , // => XEventListener
144 public css::task::XInteractionHandler ,
145 public css::frame::XUntitledNumbers ,
159 …typedef ::std::vector< css::uno::Reference< css::frame::XTerminateListener > > TTerminateListenerL…
165 Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
203 throw( css::uno::RuntimeException );
225 …virtual void SAL_CALL addTerminateListener( const css::uno::Reference< css::frame::XTerminateListe…
226 throw( css::uno::RuntimeException );
247 …virtual void SAL_CALL removeTerminateListener( const css::uno::Reference< css::frame::XTerminateLi…
248 throw( css::uno::RuntimeException );
250css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL getComponents …
251css::uno::Reference< css::lang::XComponent > SAL_CALL getCurrentComponent …
252css::uno::Reference< css::frame::XFrame > SAL_CALL getCurrentFrame …
255 …virtual css::uno::Reference< css::lang::XComponent > SAL_CALL loadComponent…
258 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::io::…
259css::lang::IllegalArgumentException ,
260css::uno::RuntimeException );
263css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL getTasks …
264css::uno::Reference< css::frame::XTask > SAL_CALL getActiveTask …
267 …virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL queryDispatch…
269 …2 nSearchFlags ) throw( css::uno::RuntimeExcept…
270css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatches …
273 …patchProviderInterceptor( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& x…
274 …atchProviderInterceptor ( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& x…
277css::uno::Reference< css::frame::XFrames > SAL_CALL getFrames …
278css::uno::Reference< css::frame::XFrame > SAL_CALL getActiveFrame …
279 …tActiveFrame ( const css::uno::Reference< css::frame::XFrame >& xFrame …
283 …virtual css::uno::Reference< css::frame::XFrame > SAL_CALL findFrame …
284 …2 nSearchFlags ) throw( css::uno::RuntimeExcept…
285 …itialize ( const css::uno::Reference< css::awt::XWindow >& xWindow …
286css::uno::Reference< css::awt::XWindow > SAL_CALL getContainerWindow …
287 …tCreator ( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator…
288css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator …
289 … ) throw( css::uno::RuntimeExcept…
290 …UString& sName ) throw( css::uno::RuntimeExcept…
291 … ) throw( css::uno::RuntimeExcept…
292 … ) throw( css::uno::RuntimeExcept…
293 … ) throw( css::uno::RuntimeExcept…
294 … ) throw( css::uno::RuntimeExcept…
295 … SAL_CALL setComponent ( const css::uno::Reference< css::awt::XWi…
296 …const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno:…
297css::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow …
298css::uno::Reference< css::frame::XController > SAL_CALL getController …
299 … ) throw( css::uno::RuntimeExcept…
300 …dFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListene…
301 …moveFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xListene…
305 … ) throw( css::uno::RuntimeExcept…
306 …dEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListene…
307 …moveEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListene…
310 …SAL_CALL dispatchFinished ( const css::frame::DispatchResultEvent& aEvent …
313 …sposing ( const css::lang::EventObject& aSource …
316 …ndle ( const css::uno::Reference< css::task::XInteractionRequest >& xRequest…
319 …virtual ::sal_Int32 SAL_CALL leaseNumber( const css::uno::Reference< css::uno::XInterface >& xComp…
320 throw (css::lang::IllegalArgumentException,
321 css::uno::RuntimeException );
325 throw (css::lang::IllegalArgumentException,
326 css::uno::RuntimeException );
329 …virtual void SAL_CALL releaseNumberForComponent( const css::uno::Reference< css::uno::XInterface >…
330 throw (css::lang::IllegalArgumentException,
331 css::uno::RuntimeException );
335 throw (css::uno::RuntimeException);
343 … SAL_CALL convertFastPropertyValue ( css::uno::Any& aConver…
344css::uno::Any& aOldValue ,
346 … const css::uno::Any& aValue ) throw( css::lang::IllegalArgumentException );
348 … const css::uno::Any& aValue ) throw( css::uno::Exception );
350 … SAL_CALL getFastPropertyValue ( css::uno::Any& aValue …
353 …ual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo (…
360css::uno::Reference< css::lang::XComponent > impl_getFrameComponent ( const cs…
361 …static const css::uno::Sequence< css::beans::Property > impl_getStaticPropertyDescriptor( …
434 …static sal_Bool implcp_ctor ( const css::uno::Reference< css::lang::XMultiServ…
435 …static sal_Bool implcp_addEventListener ( const css::uno::Reference< css::lang::XEventList…
436 …static sal_Bool implcp_removeEventListener ( const css::uno::Reference< css::lang::XEventList…
449css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory ; /// reference to factory…
452css::uno::Reference< css::frame::XFrames > m_xFramesHelper ; /// helper for XFrames, XInde…
453css::uno::Reference< css::frame::XDispatchProvider > m_xDispatchHelper ; //…
455css::uno::Reference< css::frame::XFrame > m_xLastFrame ; //…
456css::uno::Any m_aInteractionRequest ;
461css::uno::Reference< css::frame::XDispatchRecorderSupplier > m_xDispatchRecorderSupplier ;
467 css::uno::Reference< css::frame::XTerminateListener > m_xPipeTerminator;
475 css::uno::Reference< css::frame::XTerminateListener > m_xQuickLauncher;
485 css::uno::Reference< css::frame::XTerminateListener > m_xSWThreadManager;
501 css::uno::Reference< css::frame::XTerminateListener > m_xSfxTerminator;
503 css::uno::Reference< css::frame::XUntitledNumbers > m_xTitleNumberGenerator;