Searched refs:ImeStatusWindow (Results 1 – 4 of 4) sorted by relevance
53 using sfx2::appl::ImeStatusWindow;55 ImeStatusWindow::ImeStatusWindow( in ImeStatusWindow() function in ImeStatusWindow62 void ImeStatusWindow::init() in init()82 bool ImeStatusWindow::isShowing() in isShowing()101 void ImeStatusWindow::show(bool bShow) in show()124 bool ImeStatusWindow::canToggle() const in canToggle()129 ImeStatusWindow::~ImeStatusWindow() in ~ImeStatusWindow()145 void SAL_CALL ImeStatusWindow::disposing(css::lang::EventObject const & ) in disposing()154 ImeStatusWindow::propertyChange(css::beans::PropertyChangeEvent const & ) in propertyChange()163 css::uno::Reference< css::beans::XPropertySet > ImeStatusWindow::getConfig() in getConfig()
51 class ImeStatusWindow: private ImeStatusWindow_Impl class54 …ImeStatusWindow( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > cons…94 ImeStatusWindow(ImeStatusWindow &); // not implemented95 void operator =(ImeStatusWindow); // not implemented97 virtual ~ImeStatusWindow();
114 m_xImeStatusWindow(new sfx2::appl::ImeStatusWindow(comphelper::getProcessServiceFactory())) in SfxAppData_Impl()
79 namespace sfx2 { namespace appl { class ImeStatusWindow; } }132 rtl::Reference< sfx2::appl::ImeStatusWindow > m_xImeStatusWindow;
Completed in 16 milliseconds