Home
last modified time | relevance | path

Searched refs:isPieceTableChanging (Results 1 – 14 of 14) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_FieldTableSumRun.cpp200 if(pDoc->isPieceTableChanging()) in calculateValue()
317 if(pDoc->isPieceTableChanging()) in calculateValue()
H A Dfv_Selection.cpp70 if(m_pView->m_pDoc->isPieceTableChanging()) in checkSelectAll()
H A Dfl_Squiggles.cpp457 if(pView->getDocument()->isPieceTableChanging()) in clear()
H A Dfl_DocLayout.cpp2442 if (m_pView && !bDontNotify && (m_pView->getPoint() > 0) && !m_pDoc->isPieceTableChanging()) in deletePage()
2954 if(m_pDoc->isPieceTableChanging()) in updateLayout()
3223 if(pDocLayout->m_pDoc->isPieceTableChanging()) in _backgroundCheck()
4096 if(pDoc->isPieceTableChanging()) in _redrawUpdate()
4153 if(pDoc->isPieceTableChanging()) in _redrawUpdate()
H A Dfv_View_protected.cpp2437 if(pView->getLayout()->getDocument()->isPieceTableChanging()) in _actuallyScroll()
2524 if(pView->getLayout()->getDocument()->isPieceTableChanging()) in _autoScroll()
4759 if(!m_pDoc->isPieceTableChanging()) in _setPoint()
4790 if(!m_pDoc->isPieceTableChanging()) in _setPoint()
6065 if(m_pDoc->isPieceTableChanging()) in _saveAndNotifyPieceTableChange()
H A Dfl_SectionLayout.cpp1238 if(pDoc->isPieceTableChanging()) in _HdrFtrChangeCallback()
H A Dfv_View.cpp9298 if(m_pDoc->isPieceTableChanging()) in getTopRulerInfo()
9667 if(m_pDoc->isPieceTableChanging()) in getLeftRulerInfo()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_SplitCells.cpp141 if (!pView || (pDoc && !pDoc->isPieceTableChanging())) in autoUpdateMC()
H A Dap_Dialog_MergeCells.cpp140 if (!pView || (pDoc && !pDoc->isPieceTableChanging())) in autoUpdateMC()
H A Dap_LeftRuler.cpp247 if(pView->getDocument()->isPieceTableChanging()) in mousePress()
344 if(pView1->getDocument()->isPieceTableChanging()) in mouseRelease()
807 if(pView->getDocument()->isPieceTableChanging()) in setTableLineDrag()
883 if(pView1->getDocument()->isPieceTableChanging()) in mouseMotion()
1696 if(pView->getDocument()->isPieceTableChanging()) in drawLU()
H A Dap_TopRuler.cpp1313 if(pView->getDocument()->isPieceTableChanging()) in _draw()
1634 if(pDoc->isPieceTableChanging()) in isMouseOverTab()
2082 if(pView->getDocument()->isPieceTableChanging()) in setTableLineDrag()
2217 if(pView->getDocument()->isPieceTableChanging()) in mousePress()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxad_Document.h192 bool isPieceTableChanging(void) const;
H A Dxap_Frame.cpp386 if(pDoc && pDoc->isPieceTableChanging()) in autoSaveCallback()
H A Dxad_Document.cpp151 bool AD_Document::isPieceTableChanging(void) const in isPieceTableChanging() function in AD_Document