Home
last modified time | relevance | path

Searched refs:bOldLock (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DPageBreakWin.cxx236 bool bOldLock = rSh.IsViewLocked(); in Select() local
273 rSh.LockView( bOldLock ); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DPageBreakWin.cxx274 bool bOldLock = rSh.IsViewLocked(); in execute() local
310 rSh.LockView( bOldLock ); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlwrap.cxx726 bool bOldLock = bool(); in Export() local
729 bOldLock = pDrawLayer->isLocked(); in Export()
736 pDrawLayer->setLock(bOldLock); in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlwrap.cxx730 bool bOldLock = bool(); in Export() local
733 bOldLock = pDrawLayer->isLocked(); in Export()
740 pDrawLayer->setLock(bOldLock); in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dsectfrm.cxx1016 bool bOldLock = pSect->IsColLocked(); in lcl_ColumnRefresh() local
1030 if( !bOldLock ) in lcl_ColumnRefresh()
1366 bool bOldLock = IsColLocked(); in Format() local
1543 if( !bOldLock ) in Format()
H A Dfrmtool.cxx1956 bool bOldLock, bOldFootnote; in MakeFrames() local
1972 bOldLock = pSct->IsColLocked(); in MakeFrames()
1976 bOldLock = true; in MakeFrames()
2123 if( !bOldLock ) in MakeFrames()
H A Dfly.cxx1911 const bool bOldLock = m_bLocked; in Grow_() local
1950 if ( bOldLock ) in Grow_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dsectfrm.cxx1023 bool bOldLock = pSect->IsColLocked(); in lcl_ColumnRefresh() local
1037 if( !bOldLock ) in lcl_ColumnRefresh()
1377 bool bOldLock = IsColLocked(); in Format() local
1554 if( !bOldLock ) in Format()
H A Dfrmtool.cxx1970 bool bOldLock, bOldFootnote; in MakeFrames() local
1986 bOldLock = pSct->IsColLocked(); in MakeFrames()
1990 bOldLock = true; in MakeFrames()
2137 if( !bOldLock ) in MakeFrames()
H A Dfly.cxx1959 const bool bOldLock = m_bLocked; in Grow_() local
1998 if ( bOldLock ) in Grow_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dswhtml.cxx2649 const bool bOldLock = m_pActionViewShell->IsViewLocked(); in CallEndAction() local
2655 m_pActionViewShell->LockView( bOldLock ); in CallEndAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dswhtml.cxx2633 const bool bOldLock = m_pActionViewShell->IsViewLocked(); in CallEndAction() local
2639 m_pActionViewShell->LockView( bOldLock ); in CallEndAction()