Home
last modified time | relevance | path

Searched refs:I18NStatus (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx360 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IIIMPStatusWindow()
487 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IMPL_LINK()
519 I18NStatus* I18NStatus::pInstance = NULL;
521 I18NStatus& I18NStatus::get() 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()
644 void I18NStatus::clearChoices() in clearChoices()
661 void I18NStatus::toTop() const in toTop()
[all …]
H A Di18n_ic.cxx407 ::vcl::I18NStatus::get().changeIM( aCurrent ); in SalI18N_InputContext()
408 ::vcl::I18NStatus::get().setStatusText( aCurrent ); in SalI18N_InputContext()
425 I18NStatus& rStatus( I18NStatus::get() ); in Unmap()
427 rStatus.show( false, I18NStatus::contextmap ); in Unmap()
439 I18NStatus& rStatus(I18NStatus::get() ); in Map()
443 rStatus.show( true, I18NStatus::contextmap ); in Map()
659 I18NStatus::get().show( true, I18NStatus::contextmap ); in UpdateSpotLocation()
675 I18NStatus::get().setParent( pFocusFrame ); in SetICFocus()
703 I18NStatus& rStatus( I18NStatus::get() ); in UnsetICFocus()
H A Di18n_cb.cxx581 …::vcl::I18NStatus::get().setStatusText( String( cbtext->string.utf16_char, call_data->data.text->l… in StatusDrawCallback()
588 … ::vcl::I18NStatus::get().changeIM( String( ByteString( pSubset->name ), RTL_TEXTENCODING_UTF8 ) ); in StatusDrawCallback()
623 ::vcl::I18NStatus::get().setStatusText( aText ); in StatusDrawCallback()
637 …::vcl::I18NStatus::get().changeIM( String( ByteString( pCallData->to->name ), RTL_TEXTENCODING_UTF… in SwitchIMCallback()
H A Di18n_im.cxx291 ::vcl::I18NStatus::free(); in ~SalI18N_InputMethod()
402 I18NStatus& rStatus( I18NStatus::get() ); in CreateMethod()
/trunk/main/vcl/inc/unx/
H A Di18n_status.hxx59 class I18NStatus class
73 I18NStatus();
74 ~I18NStatus();
76 static I18NStatus* pInstance;
81 static I18NStatus& get();
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx828 if( ! GetDisplay()->getFrames().empty() && I18NStatus::exists() ) in ~X11SalFrame()
830 SalFrame* pStatusFrame = I18NStatus::get().getStatusFrame(); in ~X11SalFrame()
835 vcl::I18NStatus::free(); in ~X11SalFrame()
2350 I18NStatus::get().show( !bStart, I18NStatus::presentation ); in StartPresentation()
2601 I18NStatus& rStatus( I18NStatus::get() ); in SetInputContext()
3578 I18NStatus::get().show( false, I18NStatus::focus ); in HandleFocusEvent()
4303 if ( (I18NStatus::get().getStatusFrame() != this) ) in Dispatch()

Completed in 37 milliseconds