/aoo4110/main/sw/source/core/text/ |
H A D | wrong.cxx | 54 SwWrongList* pSubList) in SwWrongArea() 67 SwWrongList::SwWrongList( WrongListType eType ) : in SwWrongList() function in SwWrongList 75 SwWrongList::~SwWrongList() in ~SwWrongList() 84 SwWrongList* SwWrongList::Clone() in Clone() 86 SwWrongList* pClone = new SwWrongList( meType ); in Clone() 95 void SwWrongList::CopyFrom( const SwWrongList& rCopy ) in CopyFrom() 111 void SwWrongList::ClearList() in ClearList() 432 sal_Bool SwWrongList::InvalidateWrong( ) in InvalidateWrong() 445 SwWrongList* SwWrongList::SplitList( xub_StrLen nSplitPos ) in SplitList() 447 SwWrongList *pRet = NULL; in SplitList() [all …]
|
H A D | inftxt.hxx | 65 class SwWrongList; 401 const SwWrongList *pWrongList; 402 const SwWrongList *pGrammarCheckList; 403 const SwWrongList *pSmartTags; // SMARTTAGS 506 inline void SetWrongList( const SwWrongList *pNew ){ pWrongList = pNew; } in SetWrongList() 507 inline const SwWrongList* GetpWrongList() const { return pWrongList; } in GetpWrongList() 513 inline void SetSmartTags( const SwWrongList *pNew ){ pSmartTags = pNew; } in SetSmartTags() 514 inline const SwWrongList* GetSmartTags() const { return pSmartTags; } in GetSmartTags() 758 const SwWrongList* pOldSmartTagList; 759 const SwWrongList* pOldGrammarCheckList; [all …]
|
H A D | SwGrammarMarkUp.cxx | 33 SwWrongList* SwGrammarMarkUp::Clone() in Clone() 35 SwWrongList* pClone = new SwGrammarMarkUp(); in Clone() 40 void SwGrammarMarkUp::CopyFrom( const SwWrongList& rCopy ) in CopyFrom() 43 SwWrongList::CopyFrom( rCopy ); in CopyFrom()
|
H A D | portxt.cxx | 594 const SwWrongList *pWrongList = rInf.GetpWrongList(); in Paint() 595 const SwWrongList *pGrammarCheckList = rInf.GetGrammarCheckList(); in Paint() 597 const SwWrongList *pSmarttags = rInf.GetSmartTags(); in Paint()
|
H A D | inftxt.cxx | 1797 pTempList = new SwWrongList( WRONGLIST_SMARTTAG ); in SwTxtSlot() 1813 pTempList = new SwWrongList( WRONGLIST_GRAMMAR ); in SwTxtSlot()
|
H A D | txtfrm.cxx | 883 pTxtNode->SetWrong( new SwWrongList( WRONGLIST_SPELL ) ); in lcl_SetWrong() 889 pTxtNode->SetSmartTags( new SwWrongList( WRONGLIST_SMARTTAG ) ); in lcl_SetWrong()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | wrong.hxx | 41 class SwWrongList; 70 SwWrongList* mpSubList; 85 SwWrongList* pSubList); 190 class SwWrongList class 208 SwWrongList& operator= (const SwWrongList &); 209 SwWrongList( const SwWrongList& rCpy ); 212 SwWrongList( WrongListType eType ); 214 virtual ~SwWrongList(); 215 virtual SwWrongList* Clone(); 216 virtual void CopyFrom( const SwWrongList& rCopy ); [all …]
|
H A D | drawfont.hxx | 35 class SwWrongList; 55 const SwWrongList* pWrong; 56 const SwWrongList* pGrammarCheck; 57 const SwWrongList* pSmartTags; // SMARTTAGS 212 const SwWrongList* GetWrong() const in GetWrong() 218 const SwWrongList* GetGrammarCheck() const in GetGrammarCheck() 224 const SwWrongList* GetSmartTags() const in GetSmartTags() 397 void SetWrong( const SwWrongList* pNew ) in SetWrong() 405 void SetGrammarCheck( const SwWrongList* pNew ) in SetGrammarCheck() 413 void SetSmartTags( const SwWrongList* pNew ) in SetSmartTags()
|
H A D | SwGrammarMarkUp.hxx | 40 class SwGrammarMarkUp : public SwWrongList 44 SwGrammarMarkUp() : SwWrongList( WRONGLIST_GRAMMAR ) {} in SwGrammarMarkUp() 48 virtual SwWrongList* Clone(); 49 virtual void CopyFrom( const SwWrongList& rCopy );
|
H A D | txtfrm.hxx | 51 class SwWrongList; 222 SwWrongList* _SmartTagScan ( ::rtl::OUString aTxtToScan, SwWrongList *pSmartTagList,
|
/aoo4110/main/sw/source/core/access/ |
H A D | parachangetrackinginfo.cxx | 42 SwWrongList*& opChangeTrackInsertionTextMarkupList, in initChangeTrackTextMarkupLists() 43 SwWrongList*& opChangeTrackDeletionTextMarkupList, in initChangeTrackTextMarkupLists() 44 SwWrongList*& opChangeTrackFormatChangeTextMarkupList ) in initChangeTrackTextMarkupLists() 46 opChangeTrackInsertionTextMarkupList = new SwWrongList( WRONGLIST_CHANGETRACKING ); in initChangeTrackTextMarkupLists() 47 opChangeTrackDeletionTextMarkupList = new SwWrongList( WRONGLIST_CHANGETRACKING ); in initChangeTrackTextMarkupLists() 48 opChangeTrackFormatChangeTextMarkupList = new SwWrongList( WRONGLIST_CHANGETRACKING ); in initChangeTrackTextMarkupLists() 113 SwWrongList* pMarkupList( 0 ); in initChangeTrackTextMarkupLists() 183 const SwWrongList* SwParaChangeTrackingInfo::getChangeTrackingTextMarkupList( const sal_Int32 nText… in getChangeTrackingTextMarkupList() 185 SwWrongList* pChangeTrackingTextMarkupList = 0; in getChangeTrackingTextMarkupList()
|
H A D | parachangetrackinginfo.hxx | 29 class SwWrongList; 39 const SwWrongList* getChangeTrackingTextMarkupList( const sal_Int32 nTextMarkupType ); 47 SwWrongList* mpChangeTrackInsertionTextMarkupList; 48 SwWrongList* mpChangeTrackDeletionTextMarkupList; 49 SwWrongList* mpChangeTrackFormatChangeTextMarkupList;
|
H A D | textmarkuphelper.cxx | 45 const SwWrongList* getTextMarkupList( const SwTxtNode& rTxtNode, in getTextMarkupList() 50 const SwWrongList* pTextMarkupList( 0 ); in getTextMarkupList() 93 const SwWrongList& rTextMarkupList ) in SwTextMarkupHelper() 108 const SwWrongList* pTextMarkupList = in getTextMarkupCount() 138 const SwWrongList* pTextMarkupList = in getTextMarkup() 187 const SwWrongList* pTextMarkupList = in getTextMarkupAtIndex()
|
H A D | textmarkuphelper.hxx | 39 class SwWrongList; 49 const SwWrongList& rTextMarkupList ); 79 const SwWrongList* mpTextMarkupList;
|
H A D | accpara.cxx | 1022 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in GetTextBoundary() 2539 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues() 2560 const SwWrongList* pWrongList = pTxtNode->GetWrong(); in _correctValues()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unotextmarkup.cxx | 138 SwWrongList* pWList = 0; in commitStringMarkup() 145 pWList = new SwWrongList( WRONGLIST_SPELL ); in commitStringMarkup() 175 pWList = new SwWrongList( WRONGLIST_SMARTTAG ); in commitStringMarkup() 201 SwWrongList* pSubList = pWList->SubList( nInsertPos ); in commitStringMarkup() 207 pSubList = new SwWrongList( pWList->GetWrongListType() ); in commitStringMarkup() 229 SwWrongList* pSubList = pWList->SubList( nInsertPos ); in commitStringMarkup() 255 SwWrongList* pSubList = pWList->SubList( nInsertPos ); in commitStringMarkup()
|
/aoo4110/main/sw/inc/ |
H A D | ndtxt.hxx | 64 class SwWrongList; // fuer OnlineSpelling 205 void SetWrong( SwWrongList* pNew, bool bDelete = true ); 206 SwWrongList* GetWrong(); 207 const SwWrongList* GetWrong() const; 211 void SetSmartTags( SwWrongList* pNew, bool bDelete = true ); 212 SwWrongList* GetSmartTags();
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1264 pNode->SetWrong( new SwWrongList( WRONGLIST_SPELL ) ); in _AutoSpell() 1347 SwWrongList* pSmartTagList = pNode->GetSmartTags(); in SmartTagScan() 2080 SwWrongList* pWrong; // for spell checking 2082 SwWrongList* pSmartTags; 2120 void SwTxtNode::SetWrong( SwWrongList* pNew, bool bDelete ) in SetWrong() 2132 SwWrongList* SwTxtNode::GetWrong() in GetWrong() 2138 const SwWrongList* SwTxtNode::GetWrong() const in GetWrong() 2162 void SwTxtNode::SetSmartTags( SwWrongList* pNew, bool bDelete ) in SetSmartTags() 2177 SwWrongList* SwTxtNode::GetSmartTags() in GetSmartTags()
|
H A D | ndtxt.cxx | 537 SwWrongList *pList = GetWrong(); in SplitCntntNode() 548 SwWrongList *pList2 = GetSmartTags(); in SplitCntntNode() 658 SwWrongList *pList = GetWrong(); in JoinNext() 695 SwWrongList *pList2 = GetSmartTags(); in JoinNext() 750 SwWrongList *pList = pTxtNode->GetWrong(); in JoinPrev() 789 SwWrongList *pList2 = pTxtNode->GetSmartTags(); in JoinPrev()
|
H A D | fntcache.cxx | 709 const SwWrongList *pWList, in lcl_DrawLineForWrongListData()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3375 const SwWrongList& rSmartTagList, xub_StrLen nCurrent ) in lcl_FillRecognizerData() 3443 const SwWrongList *pSmartTagList = pNode->GetSmartTags(); in GetSmartTagTerm() 3453 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm() 3483 const SwWrongList *pSmartTagList; in GetSmartTagTerm() 3497 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetSmartTagTerm()
|
H A D | crstrvl.cxx | 1205 const SwWrongList* pSmartTagList = pTxtNd->GetSmartTags(); in GetContentAtPos() 1213 const SwWrongList* pSubList = pSmartTagList->SubList( nIndex ); in GetContentAtPos()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1014 SwWrongList *pWrong; in GetCorrection() 1947 SwWrongList *pWrong; in IgnoreGrammarErrorAt()
|