Home
last modified time | relevance | path

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

/aoo41x/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.cxx571 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()
584 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()
1788 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
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx446 if( GetSmartTags() ) in SplitCntntNode()
448 pNode->SetSmartTags( GetSmartTags()->SplitList( nSplitPos ) ); in SplitCntntNode()
548 SwWrongList *pList2 = GetSmartTags(); in SplitCntntNode()
695 SwWrongList *pList2 = GetSmartTags(); in JoinNext()
698 pList2->JoinList( pTxtNode->GetSmartTags(), nOldLen ); in JoinNext()
704 pList2 = pTxtNode->GetSmartTags(); in JoinNext()
789 SwWrongList *pList2 = pTxtNode->GetSmartTags(); in JoinPrev()
792 pList2->JoinList( GetSmartTags(), Len() ); in JoinPrev()
799 pList2 = GetSmartTags(); in JoinPrev()
H A Dtxtedt.cxx1260 … if ( !pNode->GetSmartTags() || !pNode->GetSmartTags()->InWrongWord( nSmartTagStt, nDummy ) ) in _AutoSpell()
1347 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()
1424 pSmartTagList = pNode->GetSmartTags(); in SmartTagScan()
2177 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()
/aoo41x/main/sw/source/core/inc/
H A Ddrawfont.hxx224 const SwWrongList* GetSmartTags() const in GetSmartTags() function in SwDrawTextInfo
/aoo41x/main/sw/inc/
H A Dndtxt.hxx212 SwWrongList* GetSmartTags();
/aoo41x/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx172 pWList = mpTxtNode->GetSmartTags(); in commitStringMarkup()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3443 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm()
3487 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()
H A Dcrstrvl.cxx1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos()
/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx2050 if( pTxtNode->GetSmartTags() ) in lcl_CheckSmartTagsAgain()

Completed in 403 milliseconds