Home
last modified time | relevance | path

Searched refs:SwIndexReg (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sw/inc/
H A Dindex.hxx36 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 Dnode.hxx369 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg
/aoo41x/main/sw/source/core/bastyp/
H A Dindex.cxx40 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 Dinit.cxx436 SwIndexReg* SwIndexReg::pEmptyIndexArray = 0;
742 SwIndexReg::pEmptyIndexArray = new SwIndexReg; in _InitCore()
830 delete SwIndexReg::pEmptyIndexArray; in _FinitCore()
/aoo41x/main/sw/source/core/doc/
H A Ddoccorr.cxx117 const_cast<SwIndexReg*>(rNewPos.nContent.GetIdxReg()), in lcl_PaMCorrRel1()
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx74 TYPEINIT2( SwCntntNode, SwModify, SwIndexReg )
1032 ,SwIndexReg(2) in SwCntntNode()
/aoo41x/main/sw/source/core/undo/
H A Dunins.cxx170 const SwIndexReg* pIReg = rPos.nContent.GetIdxReg(); in CanGrouping()
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx1032 SwIndexReg aTmpIdxReg; in Update()
1113 SwIndexReg::Update( rPos, nChangeLen, bNegative, bDelete ); in Update()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3272 SwIndexReg::pEmptyIndexArray != aPos.nContent.GetIdxReg(); in lcl_PosOk()

Completed in 101 milliseconds