Home
last modified time | relevance | path

Searched refs:bMultipleDoc (Results 1 – 11 of 11) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1467 pSpellInfo->bMultipleDoc = bMultipleDocs; in CreateSpellInfo()
1494 if ( bMultipleDoc ) in Spell()
1500 pSpellInfo = CreateSpellInfo( aCurSel, bMultipleDoc ); in Spell()
1503 if ( bMultipleDoc ) in Spell()
1513 if ( !bMultipleDoc ) in Spell()
1580 if ( bMultipleDoc ) in Convert()
1589 pConvInfo->bMultipleDoc = bMultipleDoc; in Convert()
1616 if ( bMultipleDoc ) in Convert()
1647 if ( !bMultipleDoc ) in Convert()
1905 if ( pSpellInfo->bSpellToEnd || pSpellInfo->bMultipleDoc ) in ImpSpell()
[all …]
H A Dimpedit.hxx166 sal_Bool bMultipleDoc; member
170 { bSpellToEnd = sal_True; eState = EE_SPELL_OK; bMultipleDoc = sal_False; } in SpellInfo()
180 sal_Bool bMultipleDoc; member
182 ConvInfo() { bConvToEnd = sal_True; bMultipleDoc = sal_False; } in ConvInfo()
929 EESpellState Spell( EditView* pEditView, sal_Bool bMultipleDoc );
937 …tLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc );
954 void StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc);
H A Deditview.cxx936 EESpellState EditView::StartSpeller( sal_Bool bMultipleDoc ) in StartSpeller() argument
946 return PIMPEE->Spell( this, bMultipleDoc ); in StartSpeller()
967 sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ) in StartTextConversion() argument
973 PIMPEE->Convert( this, nSrcLang, nDestLang, pDestFont, nOptions, bIsInteractive, bMultipleDoc ); in StartTextConversion()
H A Dtextconv.cxx192 if ( pConvInfo->bMultipleDoc ) in ConvMore_impl()
H A Dedtspell.cxx140 if ( pSpellInfo->bMultipleDoc ) in SpellMore()
H A Dediteng.cxx2191 void EditEngine::StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc) in StartSpelling() argument
2194 pImpEditEngine->StartSpelling(rEditView, bMultipleDoc); in StartSpelling()
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx210 EESpellState StartSpeller( sal_Bool bMultipleDoc = sal_False );
215 …tLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc );
H A Doutliner.hxx346 EESpellState StartSpeller( sal_Bool bMultipleDoc = sal_False );
351 …tLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc );
1056 void StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc);
H A Dediteng.hxx397 void StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc);
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx778 void Outliner::StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc) in StartSpelling() argument
780 pEditEngine->StartSpelling(rEditView, bMultipleDoc); in StartSpelling()
H A Doutlvw.cxx1670 sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ) in StartTextConversion() argument
1679 …iew->StartTextConversion( nSrcLang, nDestLang, pDestFont, nOptions, bIsInteractive, bMultipleDoc ); in StartTextConversion()

Completed in 92 milliseconds