Home
last modified time | relevance | path

Searched refs:GetSmartTags (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporexp.cxx117 if ( rInf.GetSmartTags() || rInf.GetGrammarCheckList() ) in Paint()
119 0 != rInf.GetSmartTags(), 0 != rInf.GetGrammarCheckList() ); in Paint()
H A Dtxtfrm.cxx868 if( pTxtNode->GetSmartTags() ) in lcl_SetWrong()
869 pTxtNode->GetSmartTags()->Move( nPos, nCnt ); in lcl_SetWrong()
878 if( pTxtNode->GetSmartTags() ) in lcl_SetWrong()
879 pTxtNode->GetSmartTags()->Invalidate( nPos, nLen ); in lcl_SetWrong()
886 if ( !pTxtNode->GetSmartTags() && !pTxtNode->IsSmartTagDirty() ) in lcl_SetWrong()
890 … pTxtNode->GetSmartTags()->SetInvalid( nPos, nPos + (sal_uInt16)( nCnt > 0 ? nCnt : 1 ) ); in lcl_SetWrong()
H A Dinftxt.cxx574 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()
587 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()
1800 pOldSmartTagList = static_cast<SwTxtPaintInfo*>(pInf)->GetSmartTags(); in SwTxtSlot()
H A Dfrmpaint.cxx691 aInf.SetSmartTags( ( (SwTxtNode*)GetTxtNode() )->GetSmartTags() ); // SMARTTAGS in Paint()
H A Dportxt.cxx597 const SwWrongList *pSmarttags = rInf.GetSmartTags(); in Paint()
H A Dinftxt.hxx514 inline const SwWrongList* GetSmartTags() const { return pSmartTags; } in GetSmartTags() function in SwTxtPaintInfo
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx451 if( GetSmartTags() ) in SplitCntntNode()
453 pNode->SetSmartTags( GetSmartTags()->SplitList( nSplitPos ) ); in SplitCntntNode()
553 SwWrongList *pList2 = GetSmartTags(); in SplitCntntNode()
700 SwWrongList *pList2 = GetSmartTags(); in JoinNext()
703 pList2->JoinList( pTxtNode->GetSmartTags(), nOldLen ); in JoinNext()
709 pList2 = pTxtNode->GetSmartTags(); in JoinNext()
794 SwWrongList *pList2 = pTxtNode->GetSmartTags(); in JoinPrev()
797 pList2->JoinList( GetSmartTags(), Len() ); in JoinPrev()
804 pList2 = GetSmartTags(); in JoinPrev()
H A Dtxtedt.cxx1266 … if ( !pNode->GetSmartTags() || !pNode->GetSmartTags()->InWrongWord( nSmartTagStt, nDummy ) ) in _AutoSpell()
1353 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()
1430 pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()
2183 SwWrongList* SwTxtNode::GetSmartTags() in GetSmartTags() function in SwTxtNode
H A Dfntcache.cxx728 if (pWList != rInf.GetSmartTags() && WRONG_SHOW_MIN >= nHght) in lcl_DrawLineForWrongListData()
863 !rInf.GetSmartTags() && in DrawText()
1816 if (rInf.GetWrong() || rInf.GetGrammarCheck() || rInf.GetSmartTags()) in DrawText()
1824 … lcl_DrawLineForWrongListData( aForbidden, rInf, rInf.GetSmartTags(), aCalcLinePosData, Size() ); in DrawText()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx224 const SwWrongList* GetSmartTags() const in GetSmartTags() function in SwDrawTextInfo
/trunk/main/sw/inc/
H A Dndtxt.hxx216 SwWrongList* GetSmartTags();
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx172 pWList = mpTxtNode->GetSmartTags(); in commitStringMarkup()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3451 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm()
3495 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()
H A Dcrstrvl.cxx1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2032 if( pTxtNode->GetSmartTags() ) in lcl_CheckSmartTagsAgain()

Completed in 148 milliseconds