Searched refs:aSuggestions (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 403 aSuggestions = xSpellAlt->getAlternatives(); in SwSpellPopup() 405 sal_Int16 nStringCount = static_cast< sal_Int16 >( aSuggestions.getLength() ); in SwSpellPopup() 430 const String aEntry = aSuggestions[ i ]; in SwSpellPopup() 587 aSuggestions( rSuggestions ), in SwSpellPopup() 603 sal_Int32 nStringCount = aSuggestions.getLength(); in SwSpellPopup() 618 const String aEntry = aSuggestions[ i ]; in SwSpellPopup() 734 DBG_ASSERT( 0 <= nAltIdx && nAltIdx < aSuggestions.getLength(), "index out of range" ); in Execute() 735 … if (0 <= nAltIdx && nAltIdx < aSuggestions.getLength() && (bGrammarResults || xSpellAlt.is())) in Execute() 740 String aTmp( aSuggestions[ nAltIdx ] ); in Execute() 777 String aNewWord( aSuggestions[ nAltIdx ] ); in Execute()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | SpellAttrib.hxx | 51 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSuggestions; 71 aSuggestions( rSuggestions ) in SpellErrorDescription() 88 aSuggestions == rDesc.aSuggestions && in operator ==()
|
H A D | SpellDialog.cxx | 338 aNewWords = pSpellErrorDescription->aSuggestions; in UpdateBoxes_Impl() 1248 aStart->aGrammarError.aSuggestions, in GetNextSentence_Impl() 1736 …etErrorLanguageSelected(pOldAttrib && pOldAttrib->GetErrorDescription().aSuggestions.getLength() && in MarkNextError()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 706 uno::Sequence< rtl::OUString > aSuggestions; in ExecSpellPopup() local 710 …GrammarCorrection( aGrammarCheckRes, nErrorPosInText, nErrorInResult, aSuggestions, &rPt, aToFill … in ExecSpellPopup() 717 (aSuggestions.getLength() > 0 || aMessageText.getLength() > 0); in ExecSpellPopup() 743 …lPopup >(new SwSpellPopup( pWrtShell, aGrammarCheckRes, nErrorInResult, aSuggestions, aParaText )); in ExecSpellPopup()
|
/aoo42x/main/editeng/source/misc/ |
H A D | hangulhanja.cxx | 1008 Sequence< ::rtl::OUString > aSuggestions; in IMPL_LINK() local 1046 aSuggestions = pResult->Candidates; in IMPL_LINK() 1048 m_pConversionDialog->SetCurrentString( sNewOriginal, aSuggestions, false ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | olmenu.hxx | 49 ::com::sun::star::uno::Sequence< rtl::OUString > aSuggestions;
|
/aoo42x/main/offapi/com/sun/star/linguistic2/ |
H A D | SingleProofreadingError.idl | 67 sequence< string > aSuggestions;
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1186 rSuggestions = rError.aSuggestions; in GetGrammarCorrection()
|
Completed in 89 milliseconds