Home
last modified time | relevance | path

Searched refs:aTextWindowSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx485 Size aTextWindowSize( aSz ); in Resize() local
486 aTextWindowSize.Width() -= maTextWindowOffset.X(); in Resize()
487 aTextWindowSize.Height() -= maTextWindowOffset.Y(); in Resize()
488 if ( aTextWindowSize.Width() < 0 ) in Resize()
489 aTextWindowSize.Width() = 0; in Resize()
490 if ( aTextWindowSize.Height() < 0 ) in Resize()
491 aTextWindowSize.Height() = 0; in Resize()
494 mpTextWindow->SetPosSizePixel( aTextWindowPos, aTextWindowSize ); in Resize()
495 if ( aOldTextWindowSize == aTextWindowSize ) in Resize()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx574 …Size aTextWindowSize( aDialogSize.Width(), aDialogSize.Height() - aTextWindowPos.Y() - aOutputSize… in Resize() local
576 mpTextWindow->SetPosSizePixel( aTextWindowPos, aTextWindowSize ); in Resize()
580 Point aOutputPos( 0, aTextWindowPos.Y() + aTextWindowSize.Height() ); in Resize()

Completed in 34 milliseconds