LibreOffice Module sw (master) 1
|
#include <swtypes.hxx>
#include <editeng/unolingu.hxx>
#include <vcl/svapp.hxx>
#include <vcl/graph.hxx>
Go to the source code of this file.
Functions | |
Size | GetGraphicSizeTwip (const Graphic &rGraphic, vcl::RenderContext *pOutDev) |
uno::Reference< linguistic2::XSpellChecker1 > | GetSpellChecker () |
uno::Reference< linguistic2::XHyphenator > | GetHyphenator () |
uno::Reference< linguistic2::XThesaurus > | GetThesaurus () |
uno::Reference< linguistic2::XLinguProperties > | GetLinguPropertySet () |
Size GetGraphicSizeTwip | ( | const Graphic & | rGraphic, |
vcl::RenderContext * | pOutDev | ||
) |
Definition at line 28 of file swtypes.cxx.
References Application::GetDefaultDevice(), Size::getHeight(), MapMode::GetMapUnit(), Graphic::GetPrefMapMode(), Graphic::GetPrefSize(), Size::getWidth(), OutputDevice::LogicToLogic(), and OutputDevice::PixelToLogic().
Referenced by SwBaseLink::DataChanged(), DrawGraphic(), BmpWindow::Paint(), SwGrfNode::ReRead(), SwXNumberingRules::SetPropertiesToNumFormat(), and SwGrfNode::SwapIn().
uno::Reference< linguistic2::XHyphenator > GetHyphenator | ( | ) |
Definition at line 57 of file swtypes.cxx.
References LinguMgr::GetHyphenator().
Referenced by SwTextGuess::AlternativeSpelling(), SwView::BeginTextEdit(), SwTextGuess::Guess(), SwView::HyphenateDocument(), SwTextFormatInfo::HyphWord(), sw::DocumentDrawModelManager::InitDrawModel(), InitDrawModelAndDocShell(), SwTextFormatInfo::IsHyphenate(), and SwAutoCorrDoc::TransliterateRTLWord().
uno::Reference< linguistic2::XLinguProperties > GetLinguPropertySet | ( | ) |
Definition at line 61 of file swtypes.cxx.
References LinguMgr::GetLinguPropertySet().
Referenced by SwView::ExecViewOptions(), SwView::HyphenateDocument(), SwView::SpellStart(), and SwHyphWrapper::SwHyphWrapper().
uno::Reference< linguistic2::XSpellChecker1 > GetSpellChecker | ( | ) |
Definition at line 52 of file swtypes.cxx.
References LinguMgr::GetSpellChecker().
Referenced by SwTextFrame::AutoSpell_(), SwView::BeginTextEdit(), SwSpellDialogChildWindow::FindNextDrawTextError_Impl(), SwEditShell::GetCorrection(), and sw::DocumentDrawModelManager::InitDrawModel().
uno::Reference< linguistic2::XThesaurus > GetThesaurus | ( | ) |
Definition at line 59 of file swtypes.cxx.
References LinguMgr::GetThesaurus().
Referenced by SwAnnotationShell::GetLinguState(), SwView::GetState(), SwDrawTextShell::GetState(), SwTextShell::GetState(), and SwView::StartThesaurus().