Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/misc/
H A Dhangulhanja.cxx122 …sal_Bool m_bIsInteractive; // specifies if the conversion requires user interacti… member in editeng::HangulHanjaConversion_Impl
180 inline sal_Bool IsInteractive() const { return m_bIsInteractive; } in IsInteractive()
291 , m_bIsInteractive( _bIsInteractive ) in HangulHanjaConversion_Impl()
336 DBG_ASSERT( m_bIsInteractive, "createDialog when the conversion should not be interactive?" ); in createDialog()
337 if ( m_bIsInteractive && !m_pConversionDialog ) in createDialog()
610 if (!m_bIsInteractive) in ContinueConversion()
752 if (m_bIsInteractive && m_eConvType == HHC::eConvHangulHanja) in DoDocumentConversion()
778 …DBG_ASSERT( !m_bIsInteractive || m_pConversionDialog, "HangulHanjaConversion_Impl::implProceed: we… in implProceed()

Completed in 8 milliseconds