Home
last modified time | relevance | path

Searched refs:m_pHistory (Results 1 – 25 of 59) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunmove.cxx49 m_pHistory.reset( new SwHistory ); in SwUndoMove()
87 m_nFootnoteStart = m_pHistory->Count(); in SwUndoMove()
90 if( m_pHistory && !m_pHistory->Count() ) in SwUndoMove()
91 m_pHistory.reset(); in SwUndoMove()
133 if( m_pHistory && !m_pHistory->Count() ) in SwUndoMove()
134 m_pHistory.reset(); in SwUndoMove()
223 if( m_pHistory ) in UndoImpl()
227 m_pHistory->TmpRollback( pDoc, 0 ); in UndoImpl()
228 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
302 if( m_pHistory && !m_pHistory->Count() ) in DelFootnote()
[all …]
H A Dunnum.cxx61 m_pHistory.reset(); in ~SwUndoInsNum()
80 if( m_pHistory ) in UndoImpl()
89 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
104 else if ( m_pHistory ) in RedoImpl()
121 if( m_pHistory ) in SetLRSpaceEndPos()
144 if( !m_pHistory ) in GetHistory()
145 m_pHistory.reset(new SwHistory); in GetHistory()
146 return m_pHistory.get(); in GetHistory()
159 m_pHistory.reset( new SwHistory ); in SwUndoDelNum()
170 m_pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl()
[all …]
H A Dunspnd.cxx47 m_pHistory.reset(new SwHistory); in SwUndoSplitNode()
48 m_pHistory->CopyAttr(pTextNd->GetpSwpHints(), m_nNode, 0, in SwUndoSplitNode()
50 if (!m_pHistory->Count()) in SwUndoSplitNode()
52 m_pHistory.reset(); in SwUndoSplitNode()
67 m_pHistory.reset(); in ~SwUndoSplitNode()
130 if (m_pHistory) in UndoImpl()
137 m_pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl()
164 if (m_pHistory) in RedoImpl()
166 m_pHistory->SetTmpEnd(m_pHistory->Count()); in RedoImpl()
H A Dundel.cxx208 if( !m_pHistory ) in SwUndoDelete()
209 m_pHistory.reset( new SwHistory ); in SwUndoDelete()
238 m_nSetPos = m_pHistory ? m_pHistory->Count() : 0; in SwUndoDelete()
435 if( m_pHistory && !m_pHistory->Count() ) in SwUndoDelete()
436 m_pHistory.reset(); in SwUndoDelete()
809 if (m_pHistory) in GetRewriter()
1027 if( m_pHistory ) in UndoImpl()
1044 m_pHistory.reset(); in UndoImpl()
1189 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
1203 m_nSetPos = m_pHistory ? m_pHistory->Count() : 0; in RedoImpl()
[all …]
H A Dunins.cxx596 m_pHistory.reset( new SwHistory ); in Impl()
599 m_nSetPos = m_pHistory->Count(); in Impl()
628 if( !m_pHistory->Count() ) in Impl()
630 m_pHistory.reset(); in Impl()
691 if( m_pHistory ) in UndoImpl()
711 m_pHistory.reset(); in UndoImpl()
738 if( m_pHistory ) in RedoImpl()
741 std::swap(m_pHistory, xSave); in RedoImpl()
744 m_nSetPos = m_pHistory->Count(); in RedoImpl()
746 std::swap(xSave, m_pHistory); in RedoImpl()
[all …]
H A Dunattr.cxx538 , m_pHistory( new SwHistory ) in SwUndoResetAttr()
545 , m_pHistory( new SwHistory ) in SwUndoResetAttr()
560 m_pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl()
561 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
653 , m_pHistory( new SwHistory )
673 , m_pHistory( new SwHistory ) in SwUndoAttr()
743 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
893 , m_pHistory( new SwHistory ) in SwUndoMoveLeftMargin()
908 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
934 , m_pHistory( new SwHistory() ) in SwUndoChangeFootNote()
[all …]
H A Duntbl.cxx506 if( m_pHistory ) in UndoImpl()
745 if( m_pHistory ) in UndoImpl()
748 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
837 if( !m_pHistory ) in GetHistory()
1965 if( m_pHistory ) in UndoImpl()
1968 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
2097 if (m_pHistory && !m_pHistory->Count()) in SwUndoTableNumFormat()
2152 if( m_pHistory ) in UndoImpl()
2908 if( m_pHistory ) in UndoImpl()
2911 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
[all …]
H A Dundobj.cxx712 if (m_pHistory) in dumpAsXml()
714 m_pHistory->dumpAsXml(pWriter); in dumpAsXml()
910 if( !m_pHistory ) in DelContentIndex()
911 m_pHistory.reset( new SwHistory ); in DelContentIndex()
935 if( !m_pHistory ) in DelContentIndex()
950 sal_uInt16 nChainInsPos = m_pHistory ? m_pHistory->Count() : 0; in DelContentIndex()
972 if( !m_pHistory ) in DelContentIndex()
990 if (!m_pHistory) in DelContentIndex()
1023 if( !m_pHistory ) in DelContentIndex()
1057 if( !m_pHistory ) in DelContentIndex()
[all …]
H A Dunsect.cxx117 m_pHistory.reset( new SwHistory ); in SwUndoInsSection()
118 m_pHistory->CopyFormatAttr( aBrkSet, pCNd->GetIndex() ); in SwUndoInsSection()
162 if (m_pHistory) in UndoImpl()
164 m_pHistory->TmpRollback( &rDoc, 0, false ); in UndoImpl()
224 if (m_pHistory) in RedoImpl()
226 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
289 if (m_pHistory) in Join()
301 if (!m_pHistory) in SaveSplitNode()
303 m_pHistory.reset( new SwHistory ); in SaveSplitNode()
305 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), pTextNd->GetIndex(), 0, in SaveSplitNode()
H A Duntblk.cxx74 m_pHistory.reset( new SwHistory ); in SwUndoInserts()
82 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), m_nSttNode, in SwUndoInserts()
85 m_pHistory->CopyFormatAttr( *pTextNd->GetpSwAttrSet(), m_nSttNode ); in SwUndoInserts()
306 m_nSetPos = m_pHistory->Count(); in UndoImpl()
364 m_pHistory->SetTmpEnd( m_nSetPos ); in UndoImpl()
365 m_pHistory->TmpRollback(&rDoc, 0, false); in UndoImpl()
386 m_pHistory->SetTmpEnd( m_nSetPos ); in RedoImpl()
441 m_pHistory->Rollback( &rDoc, m_nSetPos ); in RedoImpl()
H A Dunovwr.cxx72 if( !m_pHistory ) in SwUndoOverwrite()
73 m_pHistory.reset( new SwHistory ); in SwUndoOverwrite()
74 SwRegHistory aRHst( *pTextNd, m_pHistory.get() ); in SwUndoOverwrite()
75 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), m_nStartNode, 0, in SwUndoOverwrite()
227 if( m_pHistory ) in UndoImpl()
231 m_pHistory->TmpRollback( &rDoc, 0, false ); in UndoImpl()
302 if( m_pHistory ) in RedoImpl()
303 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunmove.cxx50 m_pHistory.reset( new SwHistory ); in SwUndoMove()
88 m_nFootnoteStart = m_pHistory->Count(); in SwUndoMove()
91 if( m_pHistory && !m_pHistory->Count() ) in SwUndoMove()
92 m_pHistory.reset(); in SwUndoMove()
133 if( m_pHistory && !m_pHistory->Count() ) in SwUndoMove()
134 m_pHistory.reset(); in SwUndoMove()
223 if( m_pHistory ) in UndoImpl()
227 m_pHistory->TmpRollback( pDoc, 0 ); in UndoImpl()
228 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
302 if( m_pHistory && !m_pHistory->Count() ) in DelFootnote()
[all …]
H A Dunspnd.cxx49 m_pHistory.reset(new SwHistory); in SwUndoSplitNode()
50 m_pHistory->CopyAttr(pTextNd->GetpSwpHints(), nNode, 0, in SwUndoSplitNode()
52 if (!m_pHistory->Count()) in SwUndoSplitNode()
54 m_pHistory.reset(); in SwUndoSplitNode()
69 m_pHistory.reset(); in ~SwUndoSplitNode()
132 if (m_pHistory) in UndoImpl()
139 m_pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl()
165 if (m_pHistory) in RedoImpl()
167 m_pHistory->SetTmpEnd(m_pHistory->Count()); in RedoImpl()
H A Dundel.cxx208 if( !m_pHistory ) in SwUndoDelete()
209 m_pHistory.reset( new SwHistory ); in SwUndoDelete()
238 m_nSetPos = m_pHistory ? m_pHistory->Count() : 0; in SwUndoDelete()
435 if( m_pHistory && !m_pHistory->Count() ) in SwUndoDelete()
436 m_pHistory.reset(); in SwUndoDelete()
807 if (m_pHistory) in GetRewriter()
1025 if( m_pHistory ) in UndoImpl()
1042 m_pHistory.reset(); in UndoImpl()
1186 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
1200 m_nSetPos = m_pHistory ? m_pHistory->Count() : 0; in RedoImpl()
[all …]
H A Dunins.cxx605 m_pHistory.reset( new SwHistory ); in Impl()
608 m_nSetPos = m_pHistory->Count(); in Impl()
637 if( !m_pHistory->Count() ) in Impl()
639 m_pHistory.reset(); in Impl()
700 if( m_pHistory ) in UndoImpl()
720 m_pHistory.reset(); in UndoImpl()
747 if( m_pHistory ) in RedoImpl()
750 std::swap(m_pHistory, xSave); in RedoImpl()
753 m_nSetPos = m_pHistory->Count(); in RedoImpl()
755 std::swap(xSave, m_pHistory); in RedoImpl()
[all …]
H A Dunattr.cxx540 , m_pHistory( new SwHistory ) in SwUndoResetAttr()
547 , m_pHistory( new SwHistory ) in SwUndoResetAttr()
562 m_pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl()
563 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
655 , m_pHistory( new SwHistory )
675 , m_pHistory( new SwHistory ) in SwUndoAttr()
745 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
896 , m_pHistory( new SwHistory ) in SwUndoMoveLeftMargin()
911 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl()
937 , m_pHistory( new SwHistory() ) in SwUndoChangeFootNote()
[all …]
H A Dunsect.cxx114 m_pHistory.reset( new SwHistory ); in SwUndoInsSection()
115 m_pHistory->CopyFormatAttr( aBrkSet, pCNd->GetIndex() ); in SwUndoInsSection()
160 if (m_pHistory) in UndoImpl()
162 m_pHistory->TmpRollback( &rDoc, 0, false ); in UndoImpl()
217 if (m_pHistory) in RedoImpl()
219 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
282 if (m_pHistory) in Join()
294 if (!m_pHistory) in SaveSplitNode()
296 m_pHistory.reset( new SwHistory ); in SaveSplitNode()
298 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), pTextNd->GetIndex(), 0, in SaveSplitNode()
H A Duntblk.cxx73 m_pHistory.reset( new SwHistory ); in SwUndoInserts()
81 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), m_nSttNode, in SwUndoInserts()
84 m_pHistory->CopyFormatAttr( *pTextNd->GetpSwAttrSet(), m_nSttNode ); in SwUndoInserts()
272 m_nSetPos = m_pHistory->Count(); in UndoImpl()
329 m_pHistory->SetTmpEnd( m_nSetPos ); in UndoImpl()
330 m_pHistory->TmpRollback(&rDoc, 0, false); in UndoImpl()
352 m_pHistory->SetTmpEnd( m_nSetPos ); in RedoImpl()
407 m_pHistory->Rollback( pDoc, m_nSetPos ); in RedoImpl()
H A Dunovwr.cxx72 if( !m_pHistory ) in SwUndoOverwrite()
73 m_pHistory.reset( new SwHistory ); in SwUndoOverwrite()
74 SwRegHistory aRHst( *pTextNd, m_pHistory.get() ); in SwUndoOverwrite()
75 m_pHistory->CopyAttr( pTextNd->GetpSwpHints(), nSttNode, 0, in SwUndoOverwrite()
227 if( m_pHistory ) in UndoImpl()
231 m_pHistory->TmpRollback( pDoc, 0, false ); in UndoImpl()
302 if( m_pHistory ) in RedoImpl()
303 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl()
H A Dundobj.cxx891 if( !m_pHistory ) in DelContentIndex()
892 m_pHistory.reset( new SwHistory ); in DelContentIndex()
916 if( !m_pHistory ) in DelContentIndex()
917 m_pHistory.reset( new SwHistory ); in DelContentIndex()
931 sal_uInt16 nChainInsPos = m_pHistory ? m_pHistory->Count() : 0; in DelContentIndex()
953 if( !m_pHistory ) in DelContentIndex()
954 m_pHistory.reset( new SwHistory ); in DelContentIndex()
971 if (!m_pHistory) in DelContentIndex()
1004 if( !m_pHistory ) in DelContentIndex()
1038 if( !m_pHistory ) in DelContentIndex()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dactive.cpp159 m_pHistory = new CActive_History (this); m_pHistory ->SetName(_TL("History" )); in BEGIN_EVENT_TABLE()
167 m_pHistory ->Hide(); in BEGIN_EVENT_TABLE()
180 _Show_Page(m_pHistory ); in Add_Pages()
297 _Hide_Page(m_pHistory ); in Set_Active()
316 _Show_Page(m_pHistory , Get_Active_Data_Item () != NULL); in Set_Active()
366 if( pPage == m_pHistory ) Image_ID = IMG_HISTORY; in _Show_Page()
372 if( pPage == m_pHistory ) m_pHistory ->Set_Item(Get_Active_Data_Item()); in _Show_Page()
404 if( pPage == m_pHistory ) m_pHistory ->Set_Item(NULL); in _Hide_Page()
447 m_pHistory->Set_Item(Get_Active_Data_Item()); in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DUndoAttribute.hxx40 const std::unique_ptr<SwHistory> m_pHistory; // History for Undo member in SwUndoAttr
61 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
66 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoResetAttr
82 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
181 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoMoveLeftMargin
193 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
214 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoChangeFootNote
227 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
H A DUndoTable.hxx80 SwHistory* m_pHistory; member in SwUndoTextToTable
106 std::unique_ptr<SwHistory> m_pHistory; member in SwUndoTableToText
218 std::unique_ptr<SwHistory> m_pHistory; member in SwUndoTableMerge
241 std::unique_ptr<SwHistory> m_pHistory; member in SwUndoTableNumFormat
316 std::unique_ptr<SwHistory> m_pHistory; member in SwUndoSplitTable
332 SwHistory* GetHistory() { return m_pHistory.get(); } in GetHistory()
341 std::unique_ptr<SwHistory> m_pHistory; member in SwUndoMergeTable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DUndoAttribute.hxx40 const std::unique_ptr<SwHistory> m_pHistory; // History for Undo member in SwUndoAttr
61 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
66 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoResetAttr
82 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
180 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoMoveLeftMargin
192 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
213 const std::unique_ptr<SwHistory> m_pHistory; member in SwUndoChangeFootNote
226 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviTopicWidget.cpp104 m_pHistory = nullptr; in KviTopicWidget()
491 m_pHistory = new QPushButton(this); in switchMode()
492 m_pHistory->setObjectName("topicw_historybutton"); in switchMode()
493 m_pHistory->setIcon(QIcon(*(g_pIconManager->getSmallIcon(KviIconManager::History)))); in switchMode()
494 m_pHistory->setGeometry(width() - (height() << 2) + height(), 0, height(), height()); in switchMode()
495 KviTalToolTip::add(m_pHistory, __tr2qs("History")); in switchMode()
496 m_pHistory->show(); in switchMode()
497 connect(m_pHistory, SIGNAL(clicked()), this, SLOT(historyClicked())); in switchMode()
629 m_pHistory->setGeometry(width() - (height() << 2) + height(), 0, height(), height()); in resizeEvent()
646 m_pHistory->deleteLater(); in deactivate()
[all …]

123