Home
last modified time | relevance | path

Searched refs:LinguMgr (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/editeng/source/misc/
H A Dunolingu.cxx925 LinguMgr::xLngSvcMgr = 0; in AtExit()
926 LinguMgr::xSpell = 0; in AtExit()
927 LinguMgr::xHyph = 0; in AtExit()
928 LinguMgr::xThes = 0; in AtExit()
929 LinguMgr::xDicList = 0; in AtExit()
930 LinguMgr::xProp = 0; in AtExit()
931 LinguMgr::xIgnoreAll = 0; in AtExit()
932 LinguMgr::xChangeAll = 0; in AtExit()
934 LinguMgr::bExiting = sal_True; in AtExit()
939 LinguMgr::pExitLstnr = 0; in AtExit()
[all …]
/aoo4110/main/sw/source/core/bastyp/
H A Dswtypes.cxx109 return LinguMgr::GetSpellChecker(); in GetSpellChecker()
115 return LinguMgr::GetHyphenator(); in GetHyphenator()
121 return LinguMgr::GetThesaurus(); in GetThesaurus()
127 return LinguMgr::GetLinguPropertySet(); in GetLinguPropertySet()
/aoo4110/main/editeng/inc/editeng/
H A Dunolingu.hxx69 class EDITENG_DLLPUBLIC LinguMgr class
114 LinguMgr(const LinguMgr &);
115 LinguMgr & operator = (const LinguMgr &);
/aoo4110/main/sd/source/ui/func/
H A Dfuthes.cxx118 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in DoExecute()
122 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DoExecute()
145 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in DoExecute()
149 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DoExecute()
/aoo4110/main/sd/source/core/
H A Ddrawdoc.cxx261 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in SdDrawDocument()
265 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdDrawDocument()
317 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in SdDrawDocument()
321 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdDrawDocument()
H A Ddrawdoc4.cxx827 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in StartOnlineSpelling()
831 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in StartOnlineSpelling()
/aoo4110/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx163 uno::Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in DrawModelWrapper()
167 uno::Reference< linguistic2::XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in DrawModelWrapper()
/aoo4110/main/sc/source/ui/app/
H A Dscmod2.cxx91 uno::Reference< linguistic2::XThesaurus > xThes(LinguMgr::GetThesaurus()); in HasThesaurusLanguage()
H A Dinputhdl.cxx617 …Reference<com::sun::star::linguistic2::XSpellChecker1> xXSpellChecker1( LinguMgr::GetSpellChecker(… in UpdateSpellSettings()
623 …:uno::Reference<com::sun::star::linguistic2::XHyphenator> xXHyphenator( LinguMgr::GetHyphenator() … in UpdateSpellSettings()
/aoo4110/main/sc/source/ui/view/
H A Dviewfun4.cxx358 xSpeller = LinguMgr::GetSpellChecker(); in DoThesaurus()
547 pDoc->GetEnginePool(), rViewData, pUndoDoc, pRedoDoc, LinguMgr::GetSpellChecker() ); in DoSheetConversion()
H A Dspelldialog.cxx244 …mpDoc->GetEnginePool(), *mpViewData, mxUndoDoc.get(), mxRedoDoc.get(), LinguMgr::GetSpellChecker()… in Init()
H A Doutput2.cxx2418 …:uno::Reference<com::sun::star::linguistic2::XHyphenator> xXHyphenator( LinguMgr::GetHyphenator() … in DrawEdit()
3165 …:uno::Reference<com::sun::star::linguistic2::XHyphenator> xXHyphenator( LinguMgr::GetHyphenator() … in DrawRotated()
/aoo4110/main/sd/source/ui/view/
H A Dsdview.cxx768 Reference< linguistic2::XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in SdrBeginTextEdit()
772 Reference< linguistic2::XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in SdrBeginTextEdit()
H A DOutliner.cxx229 Reference< XSpellChecker1 > xSpellChecker( LinguMgr::GetSpellChecker() ); in Outliner()
233 Reference< XHyphenator > xHyphenator( LinguMgr::GetHyphenator() ); in Outliner()
H A Ddrtxtob.cxx417 uno::Reference< linguistic2::XThesaurus > xThes( LinguMgr::GetThesaurus() ); in GetAttrState()
H A Ddrviews7.cxx591 Reference< XThesaurus > xThesaurus( LinguMgr::GetThesaurus() ); in GetMenuState()
H A Doutlnvsh.cxx1108 Reference< XThesaurus > xThesaurus( LinguMgr::GetThesaurus() ); in GetMenuState()
/aoo4110/main/svx/source/dialog/
H A Dlangbox.cxx227 Reference< XAvailableLocales > xAvail( LinguMgr::GetLngSvcMgr(), UNO_QUERY ); in SetLanguageList()
/aoo4110/main/sc/source/ui/drawfunc/
H A Dfutext.cxx104 …::uno::Reference<com::sun::star::linguistic2::XHyphenator> xHyphenator( LinguMgr::GetHyphenator() … in lcl_UpdateHyphenator()
H A Ddrtxtob.cxx372 pOutliner->SetHyphenator( LinguMgr::GetHyphenator() ); in Execute()
/aoo4110/main/sc/source/core/data/
H A Ddocumen8.cxx723 …Reference<com::sun::star::linguistic2::XSpellChecker1> xXSpellChecker1( LinguMgr::GetSpellChecker(… in OnlineSpellInRange()
H A Dcolumn2.cxx450 …com::sun::star::uno::Reference<com::sun::star::linguistic2::XHyphenator> xXHyphenator( LinguMgr::G… in GetNeededSize()
H A Ddrwlayer.cxx322 xHyphenator = LinguMgr::GetHyphenator(); in UseHyphenator()
/aoo4110/main/cui/source/options/
H A Doptgdlg.cxx1516 Reference< XPropertySet > xLinguProp( LinguMgr::GetLinguPropertySet(), UNO_QUERY ); in FillItemSet()
/aoo4110/main/cui/source/dialogs/
H A DSpellDialog.cxx248 xSpell = LinguMgr::GetSpellChecker(); in SpellDialog()

Completed in 220 milliseconds

12