Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dswcli.cxx139 Size aVisSize( aSz.Width, aSz.Height ); in ViewChanged() local
143 if( !aVisSize.Width() || !aVisSize.Height() ) in ViewChanged()
151 aVisSize = OutputDevice::LogicToLogic( aVisSize, aObjMap, aMyMap ); in ViewChanged()
153 aVisSize.Width() = Fraction( aVisSize.Width() ) * GetScaleWidth(); in ViewChanged()
154 aVisSize.Height()= Fraction( aVisSize.Height() ) * GetScaleHeight(); in ViewChanged()
156 SwRect aRect( Point( LONG_MIN, LONG_MIN ), aVisSize ); in ViewChanged()
H A Dviewport.cxx487 const Size aVisSize( aVisArea.GetSize() ); in Scroll() local
489 aSize.Width() + GetXScroll() > aVisSize.Width() || in Scroll()
490 aSize.Height()+ GetYScroll() > aVisSize.Height() )) in Scroll()
493 aSize.Width() = Min( aSize.Width(), aVisSize.Width() ); in Scroll()
494 aSize.Height()= Min( aSize.Height(),aVisSize.Height()); in Scroll()
497 static_cast< sal_uInt16 >((aVisSize.Width() - aSize.Width()) / 2), in Scroll()
498 static_cast< sal_uInt16 >((aVisSize.Height()- aSize.Height())/ 2) ); in Scroll()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx221 …Size aVisSize = OutputDevice::LogicToLogic( Size( aSz.Width, aSz.Height ), aMapUnit, MAP_100TH_MM … in ViewChanged() local
230 aFractX *= aVisSize.Width(); in ViewChanged()
231 aFractY *= aVisSize.Height(); in ViewChanged()
232 aVisSize = Size( (long) aFractX, (long) aFractY ); // scale for Draw-Model in ViewChanged()
245 if ( pWin->LogicToPixel( aVisSize ) != pWin->LogicToPixel( aLogicRect.GetSize() ) ) in ViewChanged()
247 aLogicRect.SetSize( aVisSize ); in ViewChanged()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java407 com.sun.star.awt.Size aVisSize = new com.sun.star.awt.Size( in getPosRect() local
410 return new com.sun.star.awt.Rectangle( 10, 10, aVisSize.Width, aVisSize.Height ); in getPosRect()
428 com.sun.star.awt.Size aVisSize = new com.sun.star.awt.Size( in getClipRect() local
431 return new com.sun.star.awt.Rectangle( 10, 10, aVisSize.Width, aVisSize.Height ); in getClipRect()
873 com.sun.star.awt.Size aVisSize = xVisObj.getVisAreaSize( Aspects.MSASPECT_CONTENT ); in createVclWindow() local
874 m_nXPixelSize = aVisSize.Width / aBitmapSize.Width; in createVclWindow()
875 m_nYPixelSize = aVisSize.Height / aBitmapSize.Height; in createVclWindow()
943 com.sun.star.awt.Size aVisSize = new com.sun.star.awt.Size( in generateNewImage() local
946 m_aBitmapPainter.setSize( aVisSize ); in generateNewImage()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx1095 Size aVisSize = GetSizePixel(); in CursorIsOverRect() local
1100 aVisSize.Width() += 2 * nPixel; in CursorIsOverRect()
1101 aVisSize.Height() += 2 * nPixel; in CursorIsOverRect()
1103 Rectangle aVisRect( aVisPos, aVisSize ); in CursorIsOverRect()
/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx81 Size aVisSize( rWin.GetOutputSize() ); in MakeVisible() local
82 Rectangle RectTmp( Point(-aOrg.X(),-aOrg.Y()), aVisSize ); in MakeVisible()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx90 const Size aVisSize( rWin.GetOutputSize() ); in MakeVisible() local
91 const Rectangle aVisRect( Point(-aOrg.X(),-aOrg.Y()), aVisSize ); in MakeVisible()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx1841 Size aVisSize( (long)( Fraction( aRect.GetWidth() ) / aScaleWidth ), in ImpSetVisAreaSize() local
1844 aVisSize = OutputDevice::LogicToLogic( aVisSize, pModel->GetScaleUnit(), aMapUnit); in ImpSetVisAreaSize()
1846 aSz.Width = aVisSize.Width(); in ImpSetVisAreaSize()
1847 aSz.Height = aVisSize.Height(); in ImpSetVisAreaSize()
1860 if (aVisSize != aAcceptedVisArea.GetSize()) in ImpSetVisAreaSize()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx134 const Size& aVisSize, in lcl_setObjectVisualArea() argument
141 Size aObjVisSize = OutputDevice::LogicToLogic( aVisSize, aUnit, aObjUnit ); in lcl_setObjectVisualArea()
/trunk/main/starmath/source/
H A Ddocument.cxx685 Size aVisSize = GetSize(); in Repaint() local
686 SetVisAreaSize( aVisSize ); in Repaint()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx420 …Size aVisSize( pWindow->PixelToLogic( pWindow->GetSizePixel(), pWindow->GetDrawMapMode( sal_True )… in GetVisArea() local
425 aVisPos.X() -= aVisSize.Width(); in GetVisArea()
427 Rectangle aVisRect( aVisPos, aVisSize ); in GetVisArea()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2713 Size aVisSize( aVisRect.GetSize() ); in HandleScrollCommand() local
2714 sal_Bool bHor = aDocSize.Width() > aVisSize.Width(); in HandleScrollCommand()
2715 sal_Bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand()
2745 nScrollDY = GetScrollBarPageSize( aVisSize.Width() ); in HandleScrollCommand()

Completed in 92 milliseconds