Lines Matching refs:css

139 				public	css::lang::XTypeProvider					,
140 public css::lang::XServiceInfo ,
141 public css::frame::XFramesSupplier , // => XFrame => XComponent
142 public css::frame::XDispatchProvider ,
143 public css::frame::XDispatchProviderInterception ,
144 public css::frame::XDispatchInformationProvider ,
145 public css::task::XStatusIndicatorFactory ,
146 public css::awt::XWindowListener , // => XEventListener
147 public css::awt::XTopWindowListener ,
148 public css::awt::XFocusListener ,
149 public css::document::XActionLockable ,
150 public css::util::XCloseable , // => XCloseBroadcaster
151 public css::frame::XComponentLoader ,
152 public css::frame::XTitle ,
153 public css::frame::XTitleChangeBroadcaster ,
170 Frame( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
183 …virtual css::uno::Reference< css::lang::XComponent > SAL_CALL loadComponentFromURL …
186 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments …
187css::lang::IllegalArgumentException ,
188css::uno::RuntimeException );
194 …virtual css::uno::Reference< css::frame::XFrames > SAL_CALL getFrames ( …
195 …virtual css::uno::Reference< css::frame::XFrame > SAL_CALL getActiveFrame ( …
196 … SAL_CALL setActiveFrame ( const css::uno::Reference< css::frame::XFrame >& xFrame …
201 … SAL_CALL initialize ( const css::uno::Reference< css::awt::XWindow >& xWindow …
202 …virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getContainerWindow ( …
203 … SAL_CALL setCreator ( const css::uno::Reference< css::frame::XFramesSupplier >& xCrea…
204 …virtual css::uno::Reference< css::frame::XFramesSupplier > SAL_CALL getCreator ( …
205 …virtual ::rtl::OUString SAL_CALL getName ( ) throw( css::un…
206 …_CALL setName ( const ::rtl::OUString& sName ) throw( css::uno::RuntimeExcept…
207 …virtual css::uno::Reference< css::frame::XFrame > SAL_CALL findFrame ( const ::rtl::OUStri…
208 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException );
209 …virtual sal_Bool SAL_CALL isTop ( ) throw( css::uno::Runt…
210 …virtual void SAL_CALL activate ( ) throw( css::uno::Runti…
211 …virtual void SAL_CALL deactivate ( ) throw( css::uno::Run…
212 …virtual sal_Bool SAL_CALL isActive ( ) throw( css::uno::Ru…
213 …virtual void SAL_CALL contextChanged ( ) throw( css::uno::…
214 …virtual sal_Bool SAL_CALL setComponent ( const css::uno::Reference< css::awt::XWind…
215 …const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::Runtim…
216 …virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow ( …
217 …virtual css::uno::Reference< css::frame::XController > SAL_CALL getController ( …
218 … addFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xLis…
219 …emoveFrameActionListener ( const css::uno::Reference< css::frame::XFrameActionListener >& xLis…
224 …virtual void SAL_CALL dispose ( ) throw( css::uno::Runtim…
225 …AL_CALL addEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListen…
226 …_CALL removeEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListen…
231 …virtual css::uno::Reference< css::task::XStatusIndicator > SAL_CALL createStatusIndicator ( …
236 …virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL queryDispatch ( const css::uti…
238 … sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException );
239 virtual css::uno::Sequence<
240css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatches ( const css::uno::Sequ…
245 …atchProviderInterceptor( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xI…
246 …tchProviderInterceptor ( const css::uno::Reference< css::frame::XDispatchProviderInterceptor >& xI…
251 …virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups …
252 …virtual css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInfo…
258 … SAL_CALL windowResized ( const css::awt::WindowEvent& aEvent ) thro…
259 … SAL_CALL windowMoved ( const css::awt::WindowEvent& /*aEvent*/ ) … in windowMoved()
260 … ( const css::lang::EventObject& aEve…
261 … ( const css::lang::EventObject& aEve…
267 …oid SAL_CALL focusGained ( const css::awt::FocusEvent& aEvent ) thro…
268 …id SAL_CALL focusLost ( const css::awt::FocusEvent& /*aEvent*/ ) thr… in focusLost()
274 … SAL_CALL windowActivated ( const css::lang::EventObject& aEvent ) thr…
275 … SAL_CALL windowDeactivated ( const css::lang::EventObject& aEvent ) thr…
276 … SAL_CALL windowOpened ( const css::lang::EventObject& /*aEvent*/ ) th… in windowOpened()
277 … ( const css::lang::EventObject& aEve…
278 … ( const css::lang::EventObject& /*aE… in windowClosed()
279 … SAL_CALL windowMinimized ( const css::lang::EventObject& /*aEvent*/ ) … in windowMinimized()
280 … SAL_CALL windowNormalized ( const css::lang::EventObject& /*aEvent*/ ) th… in windowNormalized()
285 …oid SAL_CALL disposing ( const css::lang::EventObject& aEvent ) thr…
290 …virtual sal_Bool SAL_CALL isActionLocked ( ) throw( css::uno::RuntimeException…
291 …virtual void SAL_CALL addActionLock ( ) throw( css::uno::RuntimeException…
292 …virtual void SAL_CALL removeActionLock( ) throw( css::uno::RuntimeException…
293 …virtual void SAL_CALL setActionLocks ( sal_Int16 nLock ) throw( css::uno::RuntimeException…
294 …virtual sal_Int16 SAL_CALL resetActionLocks( ) throw( css::uno::RuntimeException…
299 … virtual void SAL_CALL close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException,
300css::uno::RuntimeException );
305 …oid SAL_CALL addCloseListener ( const css::uno::Reference< css::util::XCloseListener >& xListene…
306 …oid SAL_CALL removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListene…
311 …virtual ::rtl::OUString SAL_CALL getTitle( ) throw (css::uno::Runtim…
312 …virtual void SAL_CALL setTitle( const ::rtl::OUString& sTitle ) throw (css::uno::Runtim…
317 …ALL addTitleChangeListener ( const css::uno::Reference< css::frame::XTitleChangeListener >& xLis…
318 …ALL removeTitleChangeListener( const css::uno::Reference< css::frame::XTitleChangeListener >& xLis…
329 const css::uno::Any& aValue );
331 virtual css::uno::Any SAL_CALL impl_getPropertyValue(const ::rtl::OUString& sProperty,
348 … implts_sendFrameActionEvent ( const css::frame::FrameAction…
357css::uno::Reference< css::awt::XTopWindow > impl_searchTopWindow ( const cs…
361 … impl_setCloser ( const css::uno::Reference< css::frame::X…
363 … impl_disposeContainerWindow ( css::uno::Reference< css::awt::XWi…
364 …static const css::uno::Sequence< css::beans::Property > impl_getStaticPropertyDescriptor( …
393 …sal_Bool implcp_ctor ( const css::uno::Reference< css::lang::XM…
394 …sal_Bool implcp_setActiveFrame ( const css::uno::Reference< css::frame::X…
395 …sal_Bool implcp_addFrameActionListener ( const css::uno::Reference< css::frame::X…
396 …sal_Bool implcp_removeFrameActionListener ( const css::uno::Reference< css::frame::X…
397 …sal_Bool implcp_addEventListener ( const css::uno::Reference< css::lang::XE…
398 …sal_Bool implcp_removeEventListener ( const css::uno::Reference< css::lang::XE…
399 …static sal_Bool implcp_windowResized ( const css::awt::WindowEvent& …
400 …static sal_Bool implcp_focusGained ( const css::awt::FocusEvent& …
401 …static sal_Bool implcp_windowActivated ( const css::lang::EventObject& …
402 …static sal_Bool implcp_windowDeactivated ( const css::lang::EventObject& …
403 …static sal_Bool implcp_disposing ( const css::lang::EventObject& …
413css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory …
414css::uno::Reference< css::task::XStatusIndicatorFactory > m_xIndicatorFactoryHelper …
415css::uno::WeakReference< css::task::XStatusIndicator > m_xIndicatorInterception …
416css::uno::Reference< css::frame::XDispatchProvider > m_xDispatchHelper …
417css::uno::Reference< css::frame::XFrames > m_xFramesHelper …
419css::uno::Reference< css::frame::XFramesSupplier > m_xParent …
420css::uno::Reference< css::awt::XWindow > m_xContainerWindow …
421css::uno::Reference< css::awt::XWindow > m_xComponentWindow …
422css::uno::Reference< css::frame::XController > m_xController …
423css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > m_xDropTargetListener …
429css::uno::Reference< css::frame::XDispatchRecorderSupplier > m_xDispatchRecorderSupplie…
433 …static css::uno::WeakReference< css::frame::XFrame > m_xCloserFrame …
434css::uno::Reference< ::com::sun::star::frame::XLayoutManager > m_xLayoutManager …
435css::uno::Reference< css::frame::XDispatchInformationProvider > m_xDispatchInfoHelper …
436css::uno::Reference< css::frame::XTitle > m_xTitleHelper …
443 inline css::uno::Reference< css::lang::XMultiServiceFactory > impl_getFactory() in impl_getFactory()
455 inline css::uno::Reference< css::awt::XWindow > impl_getContainerWindow() in impl_getContainerWindow()
461 inline css::uno::Reference< css::frame::XDispatchProvider > impl_getDispatchHelper() in impl_getDispatchHelper()
467 inline css::uno::Reference< css::frame::XFramesSupplier > impl_getParent() in impl_getParent()