Searched refs:bSmartTags (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 647 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | portxt.cxx | 601 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 D | inftxt.hxx | 459 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 672 void SwRootFrm::AllInvalidateSmartTagsOrSpelling(sal_Bool bSmartTags) const in AllInvalidateSmartTagsOrSpelling() 677 if ( bSmartTags ) in AllInvalidateSmartTagsOrSpelling()
|
H A D | layact.cxx | 2563 const sal_Bool bSmartTags = !pViewShell->GetDoc()->GetDocShell()->IsHelpDocument() && in SwLayIdle() local 2576 (bSmartTags && pPg->IsInvalidSmartTags()); // SMARTTAGS in SwLayIdle()
|
/aoo4110/main/sw/inc/ |
H A D | swmodule.hxx | 231 sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain, sal_Bool bSmartTags );
|
H A D | doc.hxx | 1881 void SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags );
|
/aoo4110/main/sw/source/core/inc/ |
H A D | rootfrm.hxx | 169 void AllInvalidateSmartTagsOrSpelling(sal_Bool bSmartTags) const;//swmod 080307
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 2073 void SwDoc::SpellItAgainSam( sal_Bool bInvalid, sal_Bool bOnlyWrong, sal_Bool bSmartTags ) in SpellItAgainSam() argument 2079 …std::bind2nd(std::mem_fun(&SwRootFrm::AllInvalidateSmartTagsOrSpelling),bSmartTags));//swmod 080305 in SpellItAgainSam() 2081 if ( bSmartTags ) in SpellItAgainSam()
|
Completed in 160 milliseconds