Lines Matching refs:I18NStatus

68     virtual void show( bool bShow, I18NStatus::ShowReason eReason ) = 0;
100 I18NStatus::ShowReason m_eDelayedReason;
117 virtual void show( bool bShow, I18NStatus::ShowReason eReason );
132 m_eDelayedReason( I18NStatus::contextmap ), in XIMStatusWindow()
148 show( bOn, I18NStatus::contextmap ); in toggle()
289 void XIMStatusWindow::show( bool bShow, I18NStatus::ShowReason eReason ) in show()
333 virtual void show( bool bShow, I18NStatus::ShowReason eReason );
360 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IIIMPStatusWindow()
362 …for( ::std::vector< I18NStatus::ChoiceData >::const_iterator it = rChoices.begin(); it != rChoices… in IIIMPStatusWindow()
418 void IIIMPStatusWindow::show( bool bShow, I18NStatus::ShowReason eReason ) in show()
422 && eReason != I18NStatus::presentation in show()
442 m_pResetFocus = I18NStatus::get().getParent(); in show()
487 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IMPL_LINK()
491 …XSetICValues( static_cast<X11SalFrame*>(I18NStatus::get().getParent())->getInputContext()->GetCont… in IMPL_LINK()
496 X11SalFrame* pParent = static_cast<X11SalFrame*>(I18NStatus::get().getParent()); in IMPL_LINK()
519 I18NStatus* I18NStatus::pInstance = NULL;
521 I18NStatus& I18NStatus::get() in get()
524 pInstance = new I18NStatus(); in get()
530 bool I18NStatus::exists() in exists()
537 void I18NStatus::free() in free()
545 I18NStatus::I18NStatus() : in I18NStatus() function in I18NStatus
553 I18NStatus::~I18NStatus() in ~I18NStatus()
563 void I18NStatus::setParent( SalFrame* pParent ) in setParent()
581 void I18NStatus::show( bool bShow, ShowReason eReason ) in show()
592 void I18NStatus::setStatusText( const String& rText ) in setStatusText()
630 void I18NStatus::changeIM( const String& rIM ) in changeIM()
637 String I18NStatus::getStatusText() const in getStatusText()
644 void I18NStatus::clearChoices() in clearChoices()
651 void I18NStatus::addChoice( const String& rChoice, void* pData ) in addChoice()
661 void I18NStatus::toTop() const in toTop()
673 SalFrame* I18NStatus::getStatusFrame() const in getStatusFrame()
684 bool I18NStatus::canToggleStatusWindow() const in canToggleStatusWindow()
689 void I18NStatus::toggleStatusWindow() in toggleStatusWindow()
695 bool I18NStatus::getStatusWindowMode() in getStatusWindowMode()
713 vcl::I18NStatus::free(); in ~X11ImeStatus()
718 return vcl::I18NStatus::get().canToggleStatusWindow(); in canToggle()
723 vcl::I18NStatus::get().toggleStatusWindow(); in toggle()