Searched refs:bSavePos (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj.cxx | 781 bool bSavePos = false; in DelCntntIndex() local 790 bSavePos = true; in DelCntntIndex() 816 bSavePos = true; in DelCntntIndex() 821 if ( bSavePos || bSaveOtherPos in DelCntntIndex() 825 bSavePos = true; in DelCntntIndex() 830 if ( !bSavePos && !bSaveOtherPos in DelCntntIndex() 845 bSavePos = true; in DelCntntIndex() 853 bSavePos = true; in DelCntntIndex() 864 bSavePos = true; in DelCntntIndex() 870 if ( bSavePos || bSaveOtherPos ) in DelCntntIndex() [all …]
|
H A D | rolbck.cxx | 590 bool bSavePos, in SwHistoryBookmark() argument 596 , m_nNode(bSavePos ? in SwHistoryBookmark() 600 , m_nCntnt(bSavePos ? in SwHistoryBookmark() 604 , m_bSavePos(bSavePos) in SwHistoryBookmark() 1123 void SwHistory::Add(const ::sw::mark::IMark& rBkmk, bool bSavePos, bool bSaveOtherPos) in Add() argument 1127 SwHistoryHint * pHt = new SwHistoryBookmark(rBkmk, bSavePos, bSaveOtherPos); in Add()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 260 bool bSavePos, bool bSaveOtherPos); 381 void Add( const ::sw::mark::IMark&, bool bSavePos, bool bSaveOtherPos );
|
H A D | mvsave.hxx | 55 SaveBookmark(bool bSavePos,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 1219 bool bSavePos, in SaveBookmark() argument 1227 , m_bSavePos(bSavePos) in SaveBookmark()
|
Completed in 41 milliseconds