Home
last modified time | relevance | path

Searched refs:GetOutputSize (Results 1 – 25 of 82) sorted by relevance

1234

/trunk/main/svx/source/dialog/
H A Dmeasctrl.cxx55 Size aSize = GetOutputSize(); in SvxXMeasurePreview()
63 aSize = GetOutputSize(); in SvxXMeasurePreview()
167 Size aOutSize( GetOutputSize() ); in MouseButtonDown()
H A Ddlgctrl.cxx121 aSize = GetOutputSize(); in Resize_Impl()
394 DrawRect( Rectangle( Point(0,0), GetOutputSize() ) ); in Paint()
921 aRectSize = GetOutputSize(); in SvxPixelCtl()
2151 const Size aOutputSize(GetOutputSize()); in SvxXLinePreview()
2254 const Size aOutputSize(GetOutputSize()); in Paint()
2275 const Rectangle aObjectSize(Point(), GetOutputSize()); in SvxXRectPreview()
2319 Size aSize = GetOutputSize(); in SvxXShadowPreview()
/trunk/main/vcl/source/window/
H A Dsplit.cxx243 Size aSize = GetOutputSize(); in ImplSplitterActive()
401 Size aSize = mpRefWin->GetOutputSize(); in ImplKbdTracking()
577 Size aSize = mpRefWin->GetOutputSize(); in ImplStartKbdSplitting()
598 Size aSize = mpRefWin->GetOutputSize(); in ImplRestoreSplitter()
/trunk/main/starmath/source/
H A Ddialog.cxx236 DrawText(Point((GetOutputSize().Width() - TextSize.Width()) / 2, in Paint()
237 (GetOutputSize().Height() - TextSize.Height()) / 2), Text); in Paint()
1276 DrawText(Point((GetOutputSize().Width() - aTextSize.Width()) / 2, in Paint()
1277 (GetOutputSize().Height() * 7/10)), rText); in Paint()
1293 aFont.SetSize(Size(0, GetOutputSize().Height() - GetOutputSize().Height() / 3)); in SetSymbol()
1574 DrawText(Point((GetOutputSize().Width() - aTextSize.Width()) / 2, in Paint()
1575 (GetOutputSize().Height() * 7/10)), aText); in Paint()
1588 aFont.SetSize( Size(0, GetOutputSize().Height() - GetOutputSize().Height() / 3) ); in SetSymbol()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx327 Size aOutSize = pWindow->GetOutputSize(); in InitScrollBars()
555 (pWindow->GetOutputSize() != aMacSize) ) in IMPL_LINK()
579 Size aOutSize = pWindow->GetOutputSize(); in IMPL_LINK()
1245 Size aSz = pPrinter->GetOutputSize(); in lcl_PrintHeader()
1308 Size aPaperSz = pPrinter->GetOutputSize(); in Print()
H A Ddlgedview.cxx81 Size aVisSize( rWin.GetOutputSize() ); in MakeVisible()
/trunk/main/svx/workben/
H A Dedittest.cxx301 Size aPaperSz( GetOutputSize() ); in Resize()
1264 Size aSz = pEditView->GetWindow()->GetOutputSize(); in CreatePolygon()
1523 Size aPaperSz( GetOutputSize() ); in Resize()
1650 pEditView->SetOutputArea( Rectangle( Point(0,0), GetOutputSize() ) ); in KeyInput()
1651 pEditEngine->SetMaxAutoPaperSize( GetOutputSize() ); in KeyInput()
1660 Size aOutSz( GetOutputSize() ); in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1426 long nOutputWidth = pImp->GetOutputSize().Width(); in EditItemText()
1573 Size aSize( pImp->GetOutputSize() ); in GetDropTarget()
1678 long nWidth = pImp->GetOutputSize().Width(); in PaintEntry1()
1981 long nRealWidth = pImp->GetOutputSize().Width(); in GetFocusRect()
2093 long nRealWidth = pImp->GetOutputSize().Width(); in GetItem_Impl()
2241 Size aSize = pImp->GetOutputSize(); in GetOutputSizePixel()
2607 const Size& rSize = pImp->GetOutputSize(); in GetNextEntryInView()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx122 long nWidth = pWindow->GetOutputSize().Width() - 2*FRAME; in ImpPaint()
123 long nHeight = pWindow->GetOutputSize().Height() - 2*FRAME; in ImpPaint()
147 pWindow->DrawRect( Rectangle( Point( 0,0 ), pWindow->GetOutputSize() ) ); in ImpPaint()
/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx117 Size aSize = pVDev->GetOutputSize(); in ImpPaint()
127 pVDev->DrawRect(Rectangle( Point(0,0 ), pVDev->GetOutputSize())); in ImpPaint()
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx113 sal_uInt16 nWidth = static_cast< sal_uInt16 >(GetOKButton()->GetOutputSize().Width() / 2 - 3); in SwFldEditDlg()
114 Size aNewSize(LogicToPixel(Size(nWidth, GetOKButton()->GetOutputSize().Height()))); in SwFldEditDlg()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx410 Size aSize( GetOutputSize() ); in ScEditWindow()
428 pEdView->SetOutputArea( Rectangle( Point(0,0), GetOutputSize() ) ); in ScEditWindow()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx869 const Size aPrintSize (rPrinter.GetOutputSize()); in Print()
1180 const Rectangle aOutRect (rPrinter.GetPageOffset(), rPrinter.GetOutputSize()); in Print()
1522 aInfo.maPrintSize = aInfo.mpPrinter->GetOutputSize(); in PreparePages()
1724 Rectangle aOutRect(aPageOfs, rInfo.mpPrinter->GetOutputSize()); in PrepareOutline()
1912 const Size aPrintSize (rInfo.mpPrinter->GetOutputSize()); in PrepareHandout()
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx1155 Rectangle aOutRect(aOrg, rOutDev.GetOutputSize()); in InvalidateAllWin()
1350 Size aActualSize(rWin.GetOutputSize()); in MakeVisible()
1370 aActualSize=rWin.GetOutputSize(); in MakeVisible()
H A Dsvdhlpln.cxx69 Size aSiz(rOut.GetOutputSize()); in GetBoundRect()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx127 Size ScrollableWindow::GetOutputSize() const in GetOutputSize() function in ScrollableWindow
458 Size aSz( GetOutputSize() ); in GetVisibleArea()
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx114 rXLSet.Put( XLineStartWidthItem( aCtlPreview.GetOutputSize().Height() / 2 ) ); in SvxLineEndDefTabPage()
115 rXLSet.Put( XLineEndWidthItem( aCtlPreview.GetOutputSize().Height() / 2 ) ); in SvxLineEndDefTabPage()
/trunk/main/reportdesign/source/ui/report/
H A DReportRuler.cxx49 m_pSection->SetPosSizePixel(Point(0,0),GetOutputSize()); in Resize()
/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx55 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetOutputSize() ) ) ); in RequestHelp()
/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx58 aTextRect.SetSize(GetOutputSize()); in Paint()
/trunk/main/svtools/inc/svtools/
H A Dscrwin.hxx105 SVT_DLLPRIVATE Size GetOutputSize() const;
/trunk/main/uui/source/
H A Dfltdlg.cxx239 Size aSize = m_ftURL.GetOutputSize(); in impl_buildUIFileName()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx144 Size aSz = rOutDev.GetOutputSize(); in TYPEINIT1()
785 Size aPaperSz = pOutDev->GetOutputSize(); in PrintSource()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx112 Rectangle aBound( aPoint, pDev->GetOutputSize() ); //! use size from clip area? in PaintToDev()
345 Bitmap aBmp = aVirtDev.GetBitmap( Point(), aVirtDev.GetOutputSize() ); in GetData()
/trunk/main/dbaccess/source/ui/app/
H A DAppTitleWindow.cxx85 Size aOutputSize( GetOutputSize() ); in Resize()

1234