Home
last modified time | relevance | path

Searched refs:bSaveOtherPos (Results 1 – 5 of 5) sorted by path

/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1220 bool bSaveOtherPos, in SaveBookmark() argument
1228 , m_bSaveOtherPos(bSaveOtherPos) in SaveBookmark()
/trunk/main/sw/source/core/inc/
H A Dmvsave.hxx56 bool bSaveOtherPos,
H A Drolbck.hxx260 bool bSavePos, bool bSaveOtherPos);
383 void Add( const ::sw::mark::IMark&, bool bSavePos, bool bSaveOtherPos );
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx591 bool bSaveOtherPos) in SwHistoryBookmark() argument
598 , m_nOtherNode(bSaveOtherPos ? in SwHistoryBookmark()
602 , m_nOtherCntnt(bSaveOtherPos ? in SwHistoryBookmark()
605 , m_bSaveOtherPos(bSaveOtherPos) in SwHistoryBookmark()
1135 void SwHistory::Add(const ::sw::mark::IMark& rBkmk, bool bSavePos, bool bSaveOtherPos) in Add() argument
1139 SwHistoryHint * pHt = new SwHistoryBookmark(rBkmk, bSavePos, bSaveOtherPos); in Add()
H A Dundobj.cxx782 bool bSaveOtherPos = false; in DelCntntIndex() local
796 bSaveOtherPos = true; in DelCntntIndex()
821 if ( bSavePos || bSaveOtherPos in DelCntntIndex()
826 bSaveOtherPos = true; in DelCntntIndex()
830 if ( !bSavePos && !bSaveOtherPos in DelCntntIndex()
846 bSaveOtherPos = false; // cross-reference bookmarks are not expanded in DelCntntIndex()
854 bSaveOtherPos = false; // cross-reference bookmarks are not expanded in DelCntntIndex()
865 bSaveOtherPos = true; in DelCntntIndex()
870 if ( bSavePos || bSaveOtherPos ) in DelCntntIndex()
875 pHistory->Add( *pBkmk, bSavePos, bSaveOtherPos ); in DelCntntIndex()
[all …]

Completed in 52 milliseconds