Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx231 const Size aOldSz( aVisArea.GetSize() ); in SetVisArea() local
281 if ( aOldSz != pWrtShell->VisArea().SSize() && in SetVisArea()
282 ( Abs(aOldSz.Width() - pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
283 Abs(aOldSz.Height() - pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
293 if ( aVis.GetSize() == aOldSz ) in SetVisArea()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx370 Size aOldSz( aPixelSz ); in OutTableCell() local
373 if( aOldSz.Width() && !aPixelSz.Width() ) in OutTableCell()
375 if( aOldSz.Height() && !aPixelSz.Height() ) in OutTableCell()
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx1110 const Size aOldSz( Prt().SSize() ); in _CheckClipping() local
1122 (aOldSz.Width() != Prt().Width()) : in _CheckClipping()
1123 (aOldSz.Height() != Prt().Height()); in _CheckClipping()
1141 ChgLowersProp( aOldSz ); in _CheckClipping()
H A Dfly.cxx756 const Size aOldSz( Prt().SSize() ); in FrmSizeChg() local
765 ChgLowersProp( aOldSz ); in FrmSizeChg()
H A Dwsfrm.cxx3748 Size aOldSz( Prt().SSize() ); in FormatWidthCols() local
3760 ChgLowersProp( aOldSz ); in FormatWidthCols()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1327 Size aOldSz( GetDocSize() ); in UpdateCrsrPos() local
1344 if( aOldSz != GetDocSize() ) in UpdateCrsrPos()
2211 const Size aOldSz( GetDocSize() ); in GetCurrFrm() local
2214 if( aOldSz != GetDocSize() ) in GetCurrFrm()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx853 Size aOldSz( aCursorSz ); in ShowCursor() local
854 aCursorSz.Width() = aOldSz.Height(); in ShowCursor()
855 aCursorSz.Height() = aOldSz.Width(); in ShowCursor()

Completed in 87 milliseconds