Searched refs:bMultipleDoc (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1467 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 D | impedit.hxx | 166 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 D | editview.cxx | 936 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 D | textconv.cxx | 192 if ( pConvInfo->bMultipleDoc ) in ConvMore_impl()
|
H A D | edtspell.cxx | 140 if ( pSpellInfo->bMultipleDoc ) in SpellMore()
|
H A D | editeng.cxx | 2191 void EditEngine::StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc) in StartSpelling() argument 2194 pImpEditEngine->StartSpelling(rEditView, bMultipleDoc); in StartSpelling()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | editview.hxx | 210 EESpellState StartSpeller( sal_Bool bMultipleDoc = sal_False ); 215 …tLang, const Font *pDestFont, sal_Int32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc );
|
H A D | outliner.hxx | 346 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 D | editeng.hxx | 397 void StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc);
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 778 void Outliner::StartSpelling(EditView& rEditView, sal_Bool bMultipleDoc) in StartSpelling() argument 780 pEditEngine->StartSpelling(rEditView, bMultipleDoc); in StartSpelling()
|
H A D | outlvw.cxx | 1670 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 509 milliseconds