Searched refs:SwIndexReg (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | index.hxx | 36 class SwIndexReg; 47 friend class SwIndexReg; 55 SwIndexReg* pArray; 62 explicit SwIndex(SwIndexReg *const pReg, xub_StrLen const nIdx = 0); 104 SwIndex &Assign(SwIndexReg *,xub_StrLen); 108 const SwIndexReg* GetIdxReg() const { return pArray; } in GetIdxReg() 113 class SwIndexReg class 125 static SwIndexReg* pEmptyIndexArray; 136 SwIndexReg(); 137 virtual ~SwIndexReg(); [all …]
|
H A D | node.hxx | 369 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | index.cxx | 40 TYPEINIT0(SwIndexReg); // rtti 48 void SwIndexReg::ChkArr() in ChkArr() 99 SwIndex::SwIndex(SwIndexReg *const pArr, xub_StrLen const nIdx) in SwIndex() 104 pArray = SwIndexReg::pEmptyIndexArray; in SwIndex() 317 SwIndex& SwIndex::Assign( SwIndexReg* pArr, xub_StrLen nIdx ) in Assign() 321 pArr = SwIndexReg::pEmptyIndexArray; in Assign() 347 SwIndexReg::SwIndexReg() in SwIndexReg() function in SwIndexReg 354 SwIndexReg::~SwIndexReg() in ~SwIndexReg() 360 void SwIndexReg::Update( in Update() 615 void SwIndexReg::MoveTo( SwIndexReg& rArr ) in MoveTo()
|
H A D | init.cxx | 436 SwIndexReg* SwIndexReg::pEmptyIndexArray = 0; 742 SwIndexReg::pEmptyIndexArray = new SwIndexReg; in _InitCore() 830 delete SwIndexReg::pEmptyIndexArray; in _FinitCore()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 117 const_cast<SwIndexReg*>(rNewPos.nContent.GetIdxReg()), in lcl_PaMCorrRel1()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | node.cxx | 74 TYPEINIT2( SwCntntNode, SwModify, SwIndexReg ) 1032 ,SwIndexReg(2) in SwCntntNode()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unins.cxx | 170 const SwIndexReg* pIReg = rPos.nContent.GetIdxReg(); in CanGrouping()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1032 SwIndexReg aTmpIdxReg; in Update() 1113 SwIndexReg::Update( rPos, nChangeLen, bNegative, bDelete ); in Update()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3272 SwIndexReg::pEmptyIndexArray != aPos.nContent.GetIdxReg(); in lcl_PosOk()
|
Completed in 55 milliseconds