Searched refs:GetSmartTags (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | porexp.cxx | 117 if ( rInf.GetSmartTags() || rInf.GetGrammarCheckList() ) in Paint() 119 0 != rInf.GetSmartTags(), 0 != rInf.GetGrammarCheckList() ); in Paint()
|
H A D | txtfrm.cxx | 868 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 D | inftxt.cxx | 574 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo() 587 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo() 1800 pOldSmartTagList = static_cast<SwTxtPaintInfo*>(pInf)->GetSmartTags(); in SwTxtSlot()
|
H A D | frmpaint.cxx | 691 aInf.SetSmartTags( ( (SwTxtNode*)GetTxtNode() )->GetSmartTags() ); // SMARTTAGS in Paint()
|
H A D | portxt.cxx | 597 const SwWrongList *pSmarttags = rInf.GetSmartTags(); in Paint()
|
H A D | inftxt.hxx | 514 inline const SwWrongList* GetSmartTags() const { return pSmartTags; } in GetSmartTags() function in SwTxtPaintInfo
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 451 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 D | txtedt.cxx | 1266 … 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 D | fntcache.cxx | 728 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()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 224 const SwWrongList* GetSmartTags() const in GetSmartTags() function in SwDrawTextInfo
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 216 SwWrongList* GetSmartTags();
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 172 pWList = mpTxtNode->GetSmartTags(); in commitStringMarkup()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3451 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() 3495 0 != (pSmartTagList = pNode->GetSmartTags()) && in GetSmartTagTerm()
|
H A D | crstrvl.cxx | 1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2032 if( pTxtNode->GetSmartTags() ) in lcl_CheckSmartTagsAgain()
|
Completed in 127 milliseconds