/trunk/main/linguistic/source/ |
H A D | spelldsp.cxx | 412 Reference< XSpellChecker > xSpell; in isValid_Impl() local 415 xSpell = Reference< XSpellChecker >( in isValid_Impl() 423 pRef [i] = xSpell; in isValid_Impl() 426 xBroadcaster( xSpell, UNO_QUERY ); in isValid_Impl() 431 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl() 599 Reference< XSpellChecker > xSpell; in spell_Impl() local 602 xSpell = Reference< XSpellChecker >( in spell_Impl() 610 pRef [i] = xSpell; in spell_Impl() 613 xBroadcaster( xSpell, UNO_QUERY ); in spell_Impl() 618 if (xSpell.is() && xSpell->hasLocale( aLocale )) in spell_Impl() [all …]
|
/trunk/main/editeng/source/misc/ |
H A D | unolingu.cxx | 654 if (!xSpell.is()) in GetSpell_Impl() 668 if (xSpell.is()) in getLanguages() 669 return xSpell->getLanguages(); in getLanguages() 681 if (xSpell.is()) in hasLanguage() 682 bRes = xSpell->hasLanguage( nLanguage ); in hasLanguage() 695 if (xSpell.is()) in isValid() 709 if (xSpell.is()) in spell() 926 LinguMgr::xSpell = 0; in AtExit() 975 return xSpell.is() ? xSpell : GetSpell(); in GetSpellChecker() 1025 xSpell = new SpellDummy_Impl; in GetSpell() [all …]
|
H A D | splwrap.cxx | 166 xSpell ( xSpellChecker ), in SvxSpellWrapper() 210 Reference< XSpellChecker1 > xSpell, sal_Int16 nLang) in CheckSpellLang() 223 if (xSpell.is() && xSpell->hasLanguage( nLang )) in CheckSpellLang()
|
/trunk/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 314 uno::Reference< XSpellChecker1 > xSpell; in queryMeanings() local 412 xTmpRes2 = xSpell->spell( A2OU("<?xml?><query type='analyze'><word>") + in queryMeanings() 455 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='generate'><word>") + in queryMeanings() 512 xSpell = uno::Reference< XSpellChecker1 >( xLngSvcMgr->getSpellChecker(), UNO_QUERY ); in queryMeanings() 513 if (!xSpell.is() || !xSpell->isValid( A2OU(SPELLML_SUPPORT), nLanguage, rProperties )) in queryMeanings() 516 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings() 540 xTmpRes = xSpell->spell( A2OU("<?xml?><query type='stem'><word>") + in queryMeanings()
|
/trunk/main/editeng/inc/editeng/ |
H A D | splwrap.hxx | 61 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell; 96 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell, 114 GetXSpellChecker() { return xSpell; } in GetXSpellChecker()
|
H A D | unolingu.hxx | 78 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell;
|
/trunk/main/cui/source/options/ |
H A D | optlingu.cxx | 524 uno::Reference< XSpellChecker > xSpell; member 722 if(rToAdd.xSpell.is()) in lcl_MergeDisplayArray() 724 DBG_ASSERT( !pEntry->xSpell.is() && in lcl_MergeDisplayArray() 728 pEntry->xSpell = rToAdd.xSpell; in lcl_MergeDisplayArray() 790 aInfo.xSpell = uno::Reference<XSpellChecker>( in SvxLinguData_Impl() 793 uno::Reference<XServiceDisplayName> xDispName(aInfo.xSpell, UNO_QUERY); in SvxLinguData_Impl() 797 const Sequence< Locale > aLocales( aInfo.xSpell->getLocales() ); in SvxLinguData_Impl() 1030 if (pInfo->xSpell.is()) in Reconfigure() 1032 aLocales = pInfo->xSpell->getLocales(); in Reconfigure() 2325 bIsSuppLang = pInfo->xSpell.is() && in IMPL_LINK() [all …]
|
H A D | optdict.cxx | 109 xSpell( xSpl ) in SvxNewDictionaryDialog() 248 xSpell ( xSpl ), in IMPL_LINK_INLINE_END()
|
H A D | treeopt.cxx | 1561 Reference< XSpellChecker1 > xSpell = SvxGetSpellChecker(); in CreateItemSet() local 1562 pRet->Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in CreateItemSet()
|
/trunk/main/svx/source/dialog/ |
H A D | langbox.cxx | 374 Reference< XSpellChecker1 > xSpell( SvxGetSpellChecker(), UNO_QUERY ); in ImplInsertLanguage() local 375 if ( xSpell.is() ) in ImplInsertLanguage() 376 m_pSpellUsedLang = new Sequence< sal_Int16 >( xSpell->getLanguages() ); in ImplInsertLanguage()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 119 uno::Reference< linguistic2::XSpellChecker1 > xSpell, in lcl_CheckLanguage() 151 if (!xSpell.is()) in lcl_CheckLanguage() 182 if (xSpell->hasLanguage( nTmpLang ) && in lcl_CheckLanguage() 183 xSpell->isValid( rText, nTmpLang, uno::Sequence< beans::PropertyValue >() )) in lcl_CheckLanguage()
|
/trunk/main/cui/source/inc/ |
H A D | optdict.hxx | 72 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell; 141 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell;
|
H A D | SpellDialog.hxx | 203 ::com::sun::star::linguistic2::XSpellChecker1 > xSpell;
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1239 uno::Reference< XSpellChecker1 > xSpell( ::GetSpellChecker() ); in _AutoSpell() local 1256 bSpell = xSpell.is() ? xSpell->hasLanguage( eActLang ) : sal_False; in _AutoSpell() 1260 DBG_ASSERT(!bSpell || xSpell.is(), "NULL pointer"); in _AutoSpell() 1262 if( !xSpell->isValid( rWord, eActLang, Sequence< PropertyValue >() ) ) in _AutoSpell()
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1028 uno::Reference< XSpellChecker1 > xSpell( ::GetSpellChecker() ); in GetCorrection() local 1029 if( xSpell.is() ) in GetCorrection() 1032 if( xSpell->hasLanguage( eActLang )) in GetCorrection() 1049 xSpellAlt = xSpell->spell( aWord, eActLang, aPropVals ); in GetCorrection()
|
/trunk/main/editeng/source/editeng/ |
H A D | editview.cxx | 88 Reference< XSpellChecker1 > xSpell, in DBG_NAME() 120 if (!xSpell.is()) in DBG_NAME() 151 if (xSpell->hasLanguage( nTmpLang ) && in DBG_NAME() 152 xSpell->isValid( rText, nTmpLang, Sequence< PropertyValue >() )) in DBG_NAME()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 525 uno::Reference< linguistic2::XSpellChecker1 > xSpell( ::GetSpellChecker() ); in BeginTextEdit() local 529 pOutliner->SetSpeller(xSpell); in BeginTextEdit()
|
/trunk/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 248 xSpell = LinguMgr::GetSpellChecker(); in SpellDialog() 265 if (!xSpell.is()) in SpellDialog() 590 aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in StartSpellOptDlg_Impl() 848 Reference <XSpellAlternatives> xAlt = xSpell->spell( sError, eLanguage, in IMPL_LINK()
|
/trunk/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 801 Reference< XSpellChecker1 > xSpell( GetSpellChecker() ); in FindNextDrawTextError_Impl() local 821 aTmpOutliner.SetSpeller( xSpell ); in FindNextDrawTextError_Impl()
|
/trunk/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 641 uno::Reference< XSpellChecker1 > xSpell = ::GetSpellChecker(); in InitDrawModel() local 642 rOutliner.SetSpeller( xSpell ); in InitDrawModel()
|