Searched refs:SwWrongArea (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | wrong.cxx | 40 SwWrongArea::SwWrongArea( const rtl::OUString& rType, WrongListType listType, in SwWrongArea() function in SwWrongArea 50 SwWrongArea::SwWrongArea( const rtl::OUString& rType, in SwWrongArea() function in SwWrongArea 530 std::vector<SwWrongArea>::iterator i = maList.begin(); in InsertSubList() 540 …rongList::Insert(sal_uInt16 nWhere, std::vector<SwWrongArea>::iterator startPos, std::vector<SwWro… in Insert() 542 std::vector<SwWrongArea>::iterator i = maList.begin(); in Insert() 561 std::vector<SwWrongArea>::iterator i1 = maList.begin(); in Remove() 564 std::vector<SwWrongArea>::iterator i2 = i1; in Remove() 570 std::vector<SwWrongArea>::iterator iLoop = i1; in Remove() 593 std::vector<SwWrongArea>::iterator aIter = maList.begin(); in RemoveEntry() 620 std::vector<SwWrongArea>::iterator aIter = maList.begin(); in LookForEntry() [all …]
|
/aoo4110/main/sw/source/core/inc/ |
H A D | wrong.hxx | 63 class SwWrongArea class 75 SwWrongArea( const rtl::OUString& rType, 81 SwWrongArea( const rtl::OUString& rType, 88 SwWrongArea() : mnPos(0), mnLen(0), mpSubList(NULL), mColor(0,0,0), mLineType(WRONGAREA_WAVE) {} in SwWrongArea() function in SwWrongArea 192 std::vector<SwWrongArea> maList; 204 …void Insert(sal_uInt16 nWhere, std::vector<SwWrongArea>::iterator startPos, std::vector<SwWrongAre… 261 std::vector<SwWrongArea>::iterator i = maList.begin(); in Insert() 267 maList.insert(i, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert() 281 inline const SwWrongArea* GetElement( sal_uInt16 nIdx ) const in GetElement()
|
/aoo4110/main/sw/source/core/access/ |
H A D | textmarkuphelper.cxx | 145 const SwWrongArea* pTextMarkup = in getTextMarkup() 200 const SwWrongArea* pTextMarkup = in getTextMarkupAtIndex()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 783 const SwWrongArea* wrongArea = pWList->GetElement(wrongPos); in lcl_DrawLineForWrongListData()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3388 const SwWrongArea* pArea = rSmartTagList.GetElement( i ); in lcl_FillRecognizerData()
|
Completed in 44 milliseconds