Home
last modified time | relevance | path

Searched refs:aOldSz (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dswbaslnk.cxx97 Size aGrfSz, aOldSz; in DataChanged() local
105 aOldSz = pSwGrfNode->GetTwipSize(); in DataChanged()
126 aOldSz.Height() && aOldSz.Width() && in DataChanged()
127 aGrfSz != aOldSz ) in DataChanged()
130 aOldSz = aGrfSz; in DataChanged()
140 if(pSwGrfNode && !SetGrfFlySize(aGrfSz, pSwGrfNode, aOldSz)) in DataChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dswbaslnk.cxx122 Size aGrfSz, aOldSz; in DataChanged() local
130 aOldSz = pSwGrfNode->GetTwipSize(); in DataChanged()
158 aOldSz.Height() && aOldSz.Width() && in DataChanged()
159 aGrfSz != aOldSz ) in DataChanged()
162 aOldSz = aGrfSz; in DataChanged()
174 if (!SetGrfFlySize(aGrfSz, pSwGrfNode, aOldSz)) in DataChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewport.cxx200 Size aOldSz( m_aVisArea.GetSize() ); in SetVisArea() local
203 aOldSz = m_pWrtShell->VisArea().SSize(); in SetVisArea()
250 if ( aOldSz != m_pWrtShell->VisArea().SSize() && in SetVisArea()
251 ( std::abs(aOldSz.Width() - m_pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
252 std::abs(aOldSz.Height() - m_pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
261 if ( aVis.GetSize() == aOldSz ) in SetVisArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewport.cxx211 Size aOldSz( m_aVisArea.GetSize() ); in SetVisArea() local
214 aOldSz = m_pWrtShell->VisArea().SSize(); in SetVisArea()
261 if ( aOldSz != m_pWrtShell->VisArea().SSize() && in SetVisArea()
262 ( std::abs(aOldSz.Width() - m_pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
263 std::abs(aOldSz.Height() - m_pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
272 if ( aVis.GetSize() == aOldSz ) in SetVisArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltabw.cxx358 Size aOldSz( aPixelSz ); in OutTableCell() local
361 if( aOldSz.Width() && !aPixelSz.Width() ) in OutTableCell()
363 if( aOldSz.Height() && !aPixelSz.Height() ) in OutTableCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltabw.cxx354 Size aOldSz( aPixelSz ); in OutTableCell() local
357 if( aOldSz.Width() && !aPixelSz.Width() ) in OutTableCell()
359 if( aOldSz.Height() && !aPixelSz.Height() ) in OutTableCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dsectfrm.cxx1117 const Size aOldSz( getFramePrintArea().SSize() ); in CheckClipping() local
1134 (aOldSz.Width() != getFramePrintArea().Width()) : in CheckClipping()
1135 (aOldSz.Height() != getFramePrintArea().Height()); in CheckClipping()
1152 ChgLowersProp( aOldSz ); in CheckClipping()
H A Dfly.cxx589 const Size aOldSz( getFramePrintArea().SSize() ); in FrameSizeChg() local
607 ChgLowersProp( aOldSz ); in FrameSizeChg()
H A Dwsfrm.cxx3902 Size aOldSz( getFramePrintArea().SSize() ); in FormatWidthCols() local
3918 ChgLowersProp( aOldSz ); in FormatWidthCols()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dsectfrm.cxx1125 const Size aOldSz( getFramePrintArea().SSize() ); in CheckClipping() local
1142 (aOldSz.Width() != getFramePrintArea().Width()) : in CheckClipping()
1143 (aOldSz.Height() != getFramePrintArea().Height()); in CheckClipping()
1161 ChgLowersProp( aOldSz ); in CheckClipping()
H A Dfly.cxx629 const Size aOldSz( getFramePrintArea().SSize() ); in FrameSizeChg() local
647 ChgLowersProp( aOldSz ); in FrameSizeChg()
H A Dwsfrm.cxx3960 Size aOldSz( getFramePrintArea().SSize() ); in FormatWidthCols() local
3976 ChgLowersProp( aOldSz ); in FormatWidthCols()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit.cxx1055 Size aOldSz( aCursorSz ); in ShowCursor() local
1056 aCursorSz.setWidth( aOldSz.Height() ); in ShowCursor()
1057 aCursorSz.setHeight( aOldSz.Width() ); in ShowCursor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dcrsrsh.cxx1495 Size aOldSz( GetDocSize() ); in UpdateCursorPos() local
1509 if( aOldSz != GetDocSize() ) in UpdateCursorPos()
2458 const Size aOldSz( GetDocSize() ); in GetCurrFrame() local
2462 if( aOldSz != GetDocSize() ) in GetCurrFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dcrsrsh.cxx1481 Size aOldSz( GetDocSize() ); in UpdateCursorPos() local
1495 if( aOldSz != GetDocSize() ) in UpdateCursorPos()
2438 const Size aOldSz( GetDocSize() ); in GetCurrFrame() local
2442 if( aOldSz != GetDocSize() ) in GetCurrFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit.cxx1309 Size aOldSz( aCursorSz ); in ShowCursor() local
1310 aCursorSz.setWidth( aOldSz.Height() ); in ShowCursor()
1311 aCursorSz.setHeight( aOldSz.Width() ); in ShowCursor()