Searched refs:bSaveOtherPos (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj.cxx | 782 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 …]
|
H A D | rolbck.cxx | 591 bool bSaveOtherPos) in SwHistoryBookmark() argument 598 , m_nOtherNode(bSaveOtherPos ? in SwHistoryBookmark() 602 , m_nOtherCntnt(bSaveOtherPos ? in SwHistoryBookmark() 605 , m_bSaveOtherPos(bSaveOtherPos) 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 | 56 bool bSaveOtherPos,
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 1220 bool bSaveOtherPos, in SaveBookmark() argument 1228 , m_bSaveOtherPos(bSaveOtherPos) in SaveBookmark()
|
Completed in 41 milliseconds