#include <edtdlg.hxx>
|
| virtual void | EnableRubySupport (bool _bVal)=0 |
| |
| virtual void | SetByCharacter (bool _bByCharacter)=0 |
| |
| virtual void | SetConversionDirectionState (bool _bTryBothDirections, editeng::HangulHanjaConversion::ConversionDirection _ePrimaryConversionDirection)=0 |
| |
| virtual void | SetConversionFormat (editeng::HangulHanjaConversion::ConversionFormat _eType)=0 |
| |
| virtual void | SetOptionsChangedHdl (const Link< LinkParamNone *, void > &_rHdl)=0 |
| |
| virtual void | SetIgnoreHdl (const Link< weld::Button &, void > &_rHdl)=0 |
| |
| virtual void | SetIgnoreAllHdl (const Link< weld::Button &, void > &_rHdl)=0 |
| |
| virtual void | SetChangeHdl (const Link< weld::Button &, void > &_rHdl)=0 |
| |
| virtual void | SetChangeAllHdl (const Link< weld::Button &, void > &_rHdl)=0 |
| |
| virtual void | SetClickByCharacterHdl (const Link< weld::Toggleable &, void > &_rHdl)=0 |
| |
| virtual void | SetConversionFormatChangedHdl (const Link< weld::Toggleable &, void > &_rHdl)=0 |
| |
| virtual void | SetFindHdl (const Link< weld::Button &, void > &_rHdl)=0 |
| |
| virtual bool | GetUseBothDirections () const =0 |
| |
| virtual editeng::HangulHanjaConversion::ConversionDirection | GetDirection (editeng::HangulHanjaConversion::ConversionDirection _eDefaultDirection) const =0 |
| |
| virtual void | SetCurrentString (const OUString &_rNewString, const css::uno::Sequence< OUString > &_rSuggestions, bool _bOriginatesFromDocument=true)=0 |
| |
| virtual OUString | GetCurrentString () const =0 |
| |
| virtual editeng::HangulHanjaConversion::ConversionFormat | GetConversionFormat () const =0 |
| |
| virtual void | FocusSuggestion ()=0 |
| |
| virtual OUString | GetCurrentSuggestion () const =0 |
| |
| virtual void | EndDialog (sal_Int32 nResult)=0 |
| |
| virtual short | Execute ()=0 |
| |
| bool | StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn) |
| |
| virtual bool | StartExecuteAsync (AsyncContext &) |
| |
| virtual std::vector< OUString > | getAllPageUIXMLDescriptions () const |
| |
| virtual bool | selectPageByUIXMLDescription (const OUString &rUIXMLDescription) |
| |
| virtual BitmapEx | createScreenshot () const |
| |
| virtual OUString | GetScreenshotId () const |
| |
| void | acquire () const |
| |
| void | release () const |
| |
| sal_Int32 | getRefCount () const |
| |
| void | disposeOnce () |
| |
| bool | isDisposed () const |
| |
Definition at line 56 of file edtdlg.hxx.
◆ ~AbstractHangulHanjaConversionDialog()
| virtual AbstractHangulHanjaConversionDialog::~AbstractHangulHanjaConversionDialog |
( |
| ) |
|
|
overrideprotectedvirtualdefault |
◆ EnableRubySupport()
| virtual void AbstractHangulHanjaConversionDialog::EnableRubySupport |
( |
bool |
_bVal | ) |
|
|
pure virtual |
◆ FocusSuggestion()
| virtual void AbstractHangulHanjaConversionDialog::FocusSuggestion |
( |
| ) |
|
|
pure virtual |
◆ GetConversionFormat()
◆ GetCurrentString()
| virtual OUString AbstractHangulHanjaConversionDialog::GetCurrentString |
( |
| ) |
const |
|
pure virtual |
◆ GetCurrentSuggestion()
| virtual OUString AbstractHangulHanjaConversionDialog::GetCurrentSuggestion |
( |
| ) |
const |
|
pure virtual |
◆ GetDirection()
◆ GetUseBothDirections()
| virtual bool AbstractHangulHanjaConversionDialog::GetUseBothDirections |
( |
| ) |
const |
|
pure virtual |
◆ SetByCharacter()
| virtual void AbstractHangulHanjaConversionDialog::SetByCharacter |
( |
bool |
_bByCharacter | ) |
|
|
pure virtual |
◆ SetChangeAllHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetChangeAllHdl |
( |
const Link< weld::Button &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetChangeHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetChangeHdl |
( |
const Link< weld::Button &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetClickByCharacterHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetClickByCharacterHdl |
( |
const Link< weld::Toggleable &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetConversionDirectionState()
◆ SetConversionFormat()
◆ SetConversionFormatChangedHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetConversionFormatChangedHdl |
( |
const Link< weld::Toggleable &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetCurrentString()
| virtual void AbstractHangulHanjaConversionDialog::SetCurrentString |
( |
const OUString & |
_rNewString, |
|
|
const css::uno::Sequence< OUString > & |
_rSuggestions, |
|
|
bool |
_bOriginatesFromDocument = true |
|
) |
| |
|
pure virtual |
◆ SetFindHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetFindHdl |
( |
const Link< weld::Button &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetIgnoreAllHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetIgnoreAllHdl |
( |
const Link< weld::Button &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetIgnoreHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetIgnoreHdl |
( |
const Link< weld::Button &, void > & |
_rHdl | ) |
|
|
pure virtual |
◆ SetOptionsChangedHdl()
| virtual void AbstractHangulHanjaConversionDialog::SetOptionsChangedHdl |
( |
const Link< LinkParamNone *, void > & |
_rHdl | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: