Searched refs:SetSmartTags (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 754 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText() 766 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText() 1806 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList->SubList( nPos ) ); in SwTxtSlot() 1811 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pTempList ); in SwTxtSlot() 1814 ((SwTxtPaintInfo*)pInf)->SetSmartTags( 0); in SwTxtSlot() 1851 ((SwTxtPaintInfo*)pInf)->SetSmartTags( pOldSmartTagList ); in ~SwTxtSlot()
|
H A D | frmpaint.cxx | 214 aDrawInf.SetSmartTags( NULL ); // SMARTTAGS in PaintExtra() 575 aDrawInf.SetSmartTags( NULL ); // SMARTTAGS in PaintEmpty() 691 aInf.SetSmartTags( ( (SwTxtNode*)GetTxtNode() )->GetSmartTags() ); // SMARTTAGS in Paint()
|
H A D | inftxt.hxx | 513 inline void SetSmartTags( const SwWrongList *pNew ){ pSmartTags = pNew; } in SetSmartTags() function in SwTxtPaintInfo
|
H A D | txtfrm.cxx | 889 pTxtNode->SetSmartTags( new SwWrongList( WRONGLIST_SMARTTAG ) ); in lcl_SetWrong()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 453 pNode->SetSmartTags( GetSmartTags()->SplitList( nSplitPos ) ); in SplitCntntNode() 554 SetSmartTags( 0, false ); in SplitCntntNode() 593 pNode->SetSmartTags( pList2->SplitList( nSplitPos ) ); in SplitCntntNode() 594 SetSmartTags( pList2, false ); in SplitCntntNode() 705 SetSmartTags( 0, false ); in JoinNext() 714 pTxtNode->SetSmartTags( 0, false ); in JoinNext() 733 SetSmartTags( pList2, false ); // SMARTTAGS in JoinNext() 799 pTxtNode->SetSmartTags( 0, false ); in JoinPrev() 800 SetSmartTags( NULL ); in JoinPrev() 809 SetSmartTags( 0, false ); in JoinPrev() [all …]
|
H A D | txtedt.cxx | 1445 pNode->SetSmartTags( NULL ); in SmartTagScan() 2168 void SwTxtNode::SetSmartTags( SwWrongList* pNew, bool bDelete ) in SetSmartTags() function in SwTxtNode
|
H A D | fntcap.cxx | 275 aInfo.SetSmartTags( NULL ); // SMARTTAGS in GetCapitalBreak()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 413 void SetSmartTags( const SwWrongList* pNew ) in SetSmartTags() function in SwDrawTextInfo
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 215 void SetSmartTags( SwWrongList* pNew, bool bDelete = true );
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 176 mpTxtNode->SetSmartTags( pWList ); in commitStringMarkup()
|
H A D | unoobj.cxx | 2729 txtNode->SetSmartTags (0, true); in invalidateMarkings()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | node.cxx | 1446 ((SwTxtNode*)this)->SetSmartTags( NULL ); in DelFrms()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2037 pTxtNode->SetSmartTags( NULL ); in lcl_CheckSmartTagsAgain()
|
Completed in 110 milliseconds