Home
last modified time | relevance | path

Searched refs:bSmartTags (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx647 sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain, sal_Bool bSmartTags ) in CheckSpellChanges() argument
661 pTmp->SpellItAgainSam( bInvalid, bOnlyWrong, bSmartTags ); in CheckSpellChanges()
664 if ( bSmartTags && pViewShell && pViewShell->GetWin() ) in CheckSpellChanges()
/trunk/main/sw/source/core/text/
H A Dportxt.cxx601 const bool bSmartTags = 0 != pSmarttags; in Paint() local
603 if ( bWrong || bSmartTags || bGrammarCheck ) in Paint()
604 … rInf.DrawMarkedText( *this, rInf.GetLen(), sal_False, bWrong, bSmartTags, bGrammarCheck ); in Paint()
H A Dinftxt.hxx459 const sal_Bool bSmartTags,
867 const sal_Bool bSmartTags, in DrawMarkedText() argument
870 …((SwTxtPaintInfo*)this)->_DrawText( *pTxt, rPor, nIdx, nLength, bKern, bWrong, bSmartTags, bGramma… in DrawMarkedText()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx672 void SwRootFrm::AllInvalidateSmartTagsOrSpelling(sal_Bool bSmartTags) const in AllInvalidateSmartTagsOrSpelling()
677 if ( bSmartTags ) in AllInvalidateSmartTagsOrSpelling()
H A Dlayact.cxx2561 const sal_Bool bSmartTags = !pViewShell->GetDoc()->GetDocShell()->IsHelpDocument() && in SwLayIdle() local
2574 (bSmartTags && pPg->IsInvalidSmartTags()); // SMARTTAGS in SwLayIdle()
/trunk/main/sw/inc/
H A Dswmodule.hxx231 sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain, sal_Bool bSmartTags );
H A Ddoc.hxx1873 void SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags );
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx168 void AllInvalidateSmartTagsOrSpelling(sal_Bool bSmartTags) const;//swmod 080307
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2055 void SwDoc::SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags ) in SpellItAgainSam() argument
2061 …std::bind2nd(std::mem_fun(&SwRootFrm::AllInvalidateSmartTagsOrSpelling),bSmartTags));//swmod 080305 in SpellItAgainSam()
2063 if ( bSmartTags ) in SpellItAgainSam()

Completed in 135 milliseconds