Searched refs:nErrorInResult (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 705 sal_Int32 nErrorInResult = -1; in ExecSpellPopup() local 710 … pWrtShell->GetGrammarCorrection( aGrammarCheckRes, nErrorPosInText, nErrorInResult, aSuggestions,… in ExecSpellPopup() 712 if (nErrorInResult >= 0) in ExecSpellPopup() 713 aMessageText = aGrammarCheckRes.aErrors[ nErrorInResult ].aShortComment; in ExecSpellPopup() 743 …o_ptr< SwSpellPopup >(new SwSpellPopup( pWrtShell, aGrammarCheckRes, nErrorInResult, aSuggestions,… in ExecSpellPopup()
|
/trunk/main/sw/source/ui/inc/ |
H A D | olmenu.hxx | 77 sal_Int32 nErrorInResult,
|
/trunk/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 582 sal_Int32 nErrorInResult, in SwSpellPopup() argument 594 OUString aMessageText( rResult.aErrors[ nErrorInResult ].aShortComment ); in SwSpellPopup()
|
Completed in 29 milliseconds