Home
last modified time | relevance | path

Searched refs:GetSizePixel (Results 26 – 50 of 613) sorted by relevance

12345678910>>...25

/aoo42x/main/uui/source/
H A Dpassworddlg.cxx107 Size aNewDlgSize = GetSizePixel(); in PasswordDialog()
133 long nLabelWidth = aFTPassword.GetSizePixel().Width(); in PasswordDialog()
134 long nLabelHeight = aFTPassword.GetSizePixel().Height(); in PasswordDialog()
138 Rectangle aLabelRect( aFTPassword.GetPosPixel(), aFTPassword.GetSizePixel() ); in PasswordDialog()
148 Size aNewDlgSize = GetSizePixel(); in PasswordDialog()
152 Size aNewLabelSize = aFTPassword.GetSizePixel(); in PasswordDialog()
/aoo42x/main/sfx2/source/sidebar/
H A DSidebarController.cxx130 mnSavedSidebarWidth(pParentWindow->GetSizePixel().Width()), in SidebarController()
348 const sal_Int32 nWidth (pParentWindow->GetSizePixel().Width()); in NotifyResize()
349 const sal_Int32 nHeight (pParentWindow->GetSizePixel().Height()); in NotifyResize()
672 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
673 mpParentWindow->GetSizePixel().Height()); in SwitchToDeck()
829 mnWidthOnSplitterButtonDown = mpParentWindow->GetSizePixel().Width(); in IMPL_LINK()
834 ProcessNewWidth(mpParentWindow->GetSizePixel().Width()); in IMPL_LINK()
1095 const Size aWindowSize (pWindow->GetSizePixel()); in SetChildWindowWidth()
1164 pFixedImage->SetSizePixel(aImage.GetSizePixel()); in UpdateCloseIndicator()
1169 const Size aWindowSize (mpParentWindow->GetSizePixel()); in UpdateCloseIndicator()
[all …]
H A DCustomImageRadioButton.cxx53 Rectangle aPaintRect( Rectangle(Point(0,0), GetSizePixel() ) ); in Paint()
71 const Size aIconSize (aIcon.GetSizePixel()); in Paint()
73 (GetSizePixel().Width() - aIconSize.Width())/2, in Paint()
74 (GetSizePixel().Height() - aIconSize.Height())/2 ); in Paint()
H A DMenuButton.cxx69 Rectangle(Point(0,0), GetSizePixel()), in Paint()
81 const Size aIconSize (aIcon.GetSizePixel()); in Paint()
83 (GetSizePixel().Width() - aIconSize.Width())/2, in Paint()
84 (GetSizePixel().Height() - aIconSize.Height())/2); in Paint()
H A DTabItem.cxx72 Rectangle(Point(0,0), GetSizePixel()), in Paint()
84 const Size aIconSize (aIcon.GetSizePixel()); in Paint()
86 (GetSizePixel().Width() - aIconSize.Width())/2, in Paint()
87 (GetSizePixel().Height() - aIconSize.Height())/2); in Paint()
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx245 const sal_Int32 nIconWidth (aExclusionOverlay.GetSizePixel().Width()); in PaintRepresentatives()
246 const sal_Int32 nIconHeight (aExclusionOverlay.GetSizePixel().Height()); in PaintRepresentatives()
337 maIcon.GetSizePixel().Width()/2, in SetLocation()
338 maIcon.GetSizePixel().Height()/2)); in SetLocation()
432 return Rectangle(maLocation, maIcon.GetSizePixel()); in GetBoundingBox()
441 maIcon.GetSizePixel().Width() + 10, in GetSize()
442 maIcon.GetSizePixel().Height() + 10); in GetSize()
/aoo42x/main/sd/source/ui/view/
H A Dviewshel.cxx241 mpContentWindow->GetSizePixel().Width(), in construct()
242 mpContentWindow->GetSizePixel().Height()); in construct()
258 mpVerticalScrollBar->GetSizePixel().Width(), in construct()
259 mpHorizontalScrollBar->GetSizePixel().Height()); in construct()
799 nHRulerOfs = mpVerticalRuler->GetSizePixel().Width(); in SetupRulers()
915 const Size aSize (mpParentWindow->GetSizePixel()); in Resize()
974 aBorder.Left() = mpVerticalRuler->GetSizePixel().Width(); in GetBorder()
1001 nLocalLeft += mpLayerTabBar->GetSizePixel().Width(); in ArrangeGUIElements()
1038 Size aRulerSize = mpHorizontalRuler->GetSizePixel(); in ArrangeGUIElements()
1044 mpVerticalRuler->GetSizePixel().Width()-1); in ArrangeGUIElements()
[all …]
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.cxx786 Size aSize = GetSizePixel(); in Resize()
795 Size aBtnSize = aOpenBtn.GetSizePixel(); in Resize()
798 aNewSize = aIndexCB.GetSizePixel(); in Resize()
999 aMinSize = GetSizePixel(); in SearchTabPage_Impl()
1148 Size aSize = GetSizePixel(); in Resize()
1152 Size aNewSize = aSearchFT.GetSizePixel(); in Resize()
1160 aNewSize = aSearchED.GetSizePixel(); in Resize()
1175 aNewSize = aResultsLB.GetSizePixel(); in Resize()
1422 Size aSize = GetSizePixel(); in Resize()
1434 aNewSize = aBookmarksBox.GetSizePixel(); in Resize()
[all …]
/aoo42x/main/vcl/source/gdi/
H A Dimage.cxx216 Size Image::GetSizePixel() const in GetSizePixel() function in Image
227 aRet = static_cast< Bitmap* >( mpImplData->mpData )->GetSizePixel(); in GetSizePixel()
231 aRet = static_cast< ImplImageData* >( mpImplData->mpData )->maBmpEx.GetSizePixel(); in GetSizePixel()
622 Size aSize( rBitmapEx.GetSizePixel() ); in InsertFromHorizontalStrip()
623 DBG_ASSERT (rBitmapEx.GetSizePixel().Width() % nItems == 0, in InsertFromHorizontalStrip()
681 …DBG_ASSERT( !mpImplData || (rImage.GetSizePixel() == mpImplData->maImageSize), "ImageList::AddImag… in AddImage()
684 ImplInit( 0, rImage.GetSizePixel() ); in AddImage()
696 ImplInit( 0, rImage.GetSizePixel() ); in AddImage()
725 ImplInit( 0, rImage.GetSizePixel() ); in ReplaceImage()
977 aRet = mpImplData->maImageSize = aTmp.GetSizePixel(); in GetImageSize()
H A Dbitmap3.cxx371 Bitmap aNewBmp( GetSizePixel(), 1 ); in ImplMakeMono()
445 Bitmap aNewBmp( GetSizePixel(), 1 ); in ImplMakeMonoDither()
863 aNewBmp = Bitmap( GetSizePixel(), 24 ); in ImplConvertGhosted()
975 if(GetSizePixel().Width() < 2 || GetSizePixel().Height() < 2) in Scale()
1031 const Size aSize( GetSizePixel() ); in Scale()
1109 const Size aSizePix( GetSizePixel() ); in ImplScaleFast()
1180 const Size aSizePix( GetSizePixel() ); in ImplScaleInterpolate()
1371 const Size aSizePix( GetSizePixel() ); in ImplScaleSuper()
2543 const Size aSizePix( GetSizePixel() ); in Dither()
2562 Bitmap aNewBmp( GetSizePixel(), 8 ); in ImplDitherMatrix()
[all …]
/aoo42x/main/cui/source/options/
H A Doptinet2.cxx585 const long nFTWidth = aProxyModeFT.GetSizePixel().Width(); in ArrangeControls_Impl()
588 Size aNewSize = aProxyModeFT.GetSizePixel(); in ArrangeControls_Impl()
603 aNewSize = aHttpProxyED.GetSizePixel(); in ArrangeControls_Impl()
884 Size aNewSize = (*pLabel)->GetSizePixel(); in InitControls_Impl()
898 Size aNewSize = (*pEdit)->GetSizePixel(); in InitControls_Impl()
1112 aItemRect = Rectangle(Point(0,0),GetSizePixel()); in RequestHelp()
1390 Size aNewSize = (*pButton)->GetSizePixel(); in InitControls()
1401 Size aNewSize = (*pControl)->GetSizePixel(); in InitControls()
1632 long nCtrlW = aMailerURLFT.GetSizePixel().Width(); in SvxEMailTabPage()
1637 Size aNewSz = aMailerURLFT.GetSizePixel(); in SvxEMailTabPage()
[all …]
/aoo42x/main/svtools/source/misc/
H A Dhelpagentwindow.cxx88 m_aPreferredSize = m_aPicture.GetSizePixel(); in HelpAgentWindow()
92 Size aSize = GetSizePixel(); in HelpAgentWindow()
131 Size aPictureSize( m_aPicture.GetSizePixel() ); in Paint()
151 Size aPreferredSize = _rButtonImage.GetSizePixel(); in implOptimalButtonSize()
164 Size aCloserSize = m_pCloser->GetSizePixel(); in Resize()
/aoo42x/main/sd/source/ui/table/
H A DTableDesignPane.cxx205 + mxControls[CB_BANDED_COLUMNS]->GetSizePixel().Height(); in GetHeightForWidth()
218 Size aItemSize = pValueSet->CalcItemSizePixel(aImage.GetSizePixel()); in GetHeightForWidth()
222 …int nColumnCount = (pValueSet->GetSizePixel().Width() - pValueSet->GetScrollWidth()) / aItemSize.W… in GetHeightForWidth()
427 ::Size aPaneSize( GetSizePixel() ); in updateLayout()
438 …ht = mnOrgOffsetY[CB_BANDED_COLUMNS] + mxControls[CB_BANDED_COLUMNS]->GetSizePixel().Height() + aO… in updateLayout()
447 Size aSize( mxControls[nId]->GetSizePixel() ); in updateLayout()
454 aValueSetSize = Size( pValueSet->GetSizePixel().Width(), nStylesHeight ); in updateLayout()
458 aValueSetSize = pValueSet->GetSizePixel(); in updateLayout()
466 Size aItemSize = pValueSet->CalcItemSizePixel(aImage.GetSizePixel()); in updateLayout()
525 const sal_Int32 nBottom (aCPos.Y() + mxControls[nId]->GetSizePixel().Height()); in updateLayout()
/aoo42x/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx138 DrawGradient(Rectangle(Point(0,0),PixelToLogic(GetSizePixel())), in Paint()
426 unsigned long aWidth = GetSizePixel().Width(); in DoResize()
427 long aHeight = GetSizePixel().Height() - POSTIT_META_HEIGHT; in DoResize()
445 mpMeta->SetPosSizePixel(0,aHeight,GetSizePixel().Width(),POSTIT_META_HEIGHT); in DoResize()
447 …mpMeta->SetPosSizePixel(0,aHeight,GetSizePixel().Width()-METABUTTON_AREA_WIDTH,POSTIT_META_HEIGHT); in DoResize()
463 Point aBase( aPos.X() + aPos.X() + GetSizePixel().Width(), aPos.Y() ); in DoResize()
474 aPos.X()+GetSizePixel().Width()-(METABUTTON_WIDTH+10), in DoResize()
709 …->GetPosPixel().X()+mpMeta->GetSizePixel().Width(),mpMeta->GetPosPixel().Y()),Size(METABUTTON_AREA… in Paint()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_TextSeparator.cxx78 Size aSize( rWindow.GetSizePixel() ); in PositionBelowControl()
87 …m_aLB_Separator.SetPosPixel( Point( aPoint.X()+m_aFT_Separator.GetSizePixel().Width()+aDistanceSiz… in PositionBelowControl()
94 …long nMinPossibleLeftBorder = m_aFT_Separator.GetPosPixel().X() + m_aFT_Separator.GetSizePixel().W… in AlignListBoxWidthAndXPos()
108 Size aSize( m_aLB_Separator.GetSizePixel() ); in AlignListBoxWidthAndXPos()
121 return m_aLB_Separator.GetSizePixel(); in GetCurrentListBoxSize()
/aoo42x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx845 Size aNewSize = aSignatureBtn.GetSizePixel(); in SfxDocumentPage()
857 aNewSize = aSignedValFt.GetSizePixel(); in SfxDocumentPage()
860 aNewSize = aUseUserDataCB.GetSizePixel(); in SfxDocumentPage()
1692 Size aSize( GetSizePixel() ); in RequestHelp()
1745 const long nWidth = GetSizePixel().Width(); in Resize()
1748 Size aSize = m_aYesButton.GetSizePixel(); in Resize()
2016 Size aSize = (*pCurrent)->GetSizePixel(); in InitControls()
2034 aSize = m_aYesNoButton.GetSizePixel(); in InitControls()
2099 Size aSize = (*pCurrent)->GetSizePixel(); in AddLine()
2360 Size aSize = m_aHeaderBar.GetSizePixel(); in CustomPropertiesControl()
[all …]
H A Dbasedlgs.cxx247 aSize = GetSizePixel(); in StateChanged()
250 Size aDlgSize = GetSizePixel(); in StateChanged()
332 aSize = GetSizePixel(); in IMPL_LINK()
647 aSize = GetSizePixel(); in IMPL_LINK()
863 Size aImageSize = aInfoImage.GetSizePixel(); in SetPage()
882 Size aOutSz( pImpl->m_pTabPage->GetSizePixel() ); in SetPage()
896 long nDelta = ( pImpl->m_pInfoImage->GetSizePixel().Height() - aBtnSz.Height() ) / 2; in SetPage()
963 Size aOutSz( pImpl->m_pSfxPage->GetSizePixel() ); in SetTabPage()
/aoo42x/main/svtools/source/contnr/
H A Dsvtreebx.cxx568 Size aSize = aBmp.GetSizePixel(); in SetExpandedEntryBmp()
588 Size aSize = aBmp.GetSizePixel(); in SetCollapsedEntryBmp()
620 aSize = GetExpandedEntryBmp( pEntry ).GetSizePixel(); in ImpEntryInserted()
766 Size aSize = aBmp.GetSizePixel(); in SetDefaultExpandedEntryBmp()
777 Size aSize = aBmp.GetSizePixel(); in SetDefaultCollapsedEntryBmp()
1004 aSizeLogic = rBmp.GetSizePixel(); in GetHeightOffset()
1297 Point(0,0),Size(GetSizePixel().Width(),tempHeight) in Paint()
1918 pImp->GetDontKnowNodeBmp().GetSizePixel().Width() ) in PaintEntry1()
1945 pImp->GetDontKnowNodeBmp().GetSizePixel().Width() ) in PaintEntry1()
2455 …short nMaxWidth = short( Max( rBitmap1.GetSizePixel().Width(), rBitmap2.GetSizePixel().Width() ) ); in ModelNotification()
[all …]
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx388 Size aPaneSize( GetSizePixel() ); in updateLayout()
401 Size aSize( mpFLModify->GetSizePixel() ); in updateLayout()
420 aCtrlSize = mpPBChangeEffect->GetSizePixel(); in updateLayout()
448 aSize = mpFLEffect->GetSizePixel(); in updateLayout()
470 aSize = mpPBPropertyMore->GetSizePixel(); in updateLayout()
532 aSize = mpFLSeperator2->GetSizePixel(); in updateLayout()
537 aCtrlSize = mpPBSlideShow->GetSizePixel(); in updateLayout()
540 Size aPlaySize( mpPBPlay->GetSizePixel() ); in updateLayout()
546 …int aTestWidth = aCursor.X() + mpPBPlay->GetSizePixel().Width() + 2 * aOffset.X() + mpPBSlideShow-… in updateLayout()
563 aSize = mpFLSeperator1->GetSizePixel(); in updateLayout()
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx339 Size aSize = GetSizePixel(); in OSaveAsDlg()
341 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in OSaveAsDlg()
427 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in implInitOnlyTitle()
429 SetSizePixel(Size(GetSizePixel().Width(), nNewHeight)); in implInitOnlyTitle()
460 Size aSize = GetSizePixel(); in implInit()
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx370 aMiddleSize = maBackgroundMiddle.GetSizePixel(); in initBackground()
401 mnBtnPos = maBackgroundRight.GetSizePixel().Width() + 40; in initBackground()
403 mnBtnPos = maBackgroundLeft.GetSizePixel().Width() + 40; in initBackground()
429 maControlRect = Rectangle( Point(), maBackgroundLeft.GetSizePixel() ); in initControls()
588 maBackgroundMiddle.GetSizePixel().Height() ); in initControls()
590 long nLW = maBackgroundLeft.GetSizePixel().Width(); in initControls()
591 long nRW = maBackgroundRight.GetSizePixel().Width(); in initControls()
609 Size aImgSize( aBmp.GetSizePixel() ); in loadImage()
682 aTL.X() += maBackgroundLeft.GetSizePixel().Width(); in Paint()
686 aTL.X() += maBackgroundMiddle.GetSizePixel().Width(); in Paint()
[all …]
/aoo42x/main/sw/source/ui/index/
H A Dcnttab.cxx298 aExampleContainerWIN.GetSizePixel()); in SwMultiTOXTabDialog()
624 Size aSize = GetSizePixel(); in IMPL_LINK()
746 Size aHBSize(aStylesHB.GetSizePixel()); in SwHeaderTree()
750 Size aTLBSize(aStylesHB.GetSizePixel()); in SwHeaderTree()
822 long nWidth = rHB.GetSizePixel().Width(); in SwAddStylesDlg_Impl()
1881 Size aSize(GetSizePixel()); in AdjustSize()
2180 aLevelFLSize = aLevelFT.GetSizePixel(); in SwTOXEntryTabPage()
2336 Size aTempSz(rWin.GetSizePixel()); in lcl_ChgWidth()
3227 Size aToolBoxSize = GetSizePixel(); in SetForm()
3326 aControlSize = pLast->GetSizePixel(); in InsertItem()
[all …]
/aoo42x/main/dbaccess/source/ui/misc/
H A DWExtendPages.cxx68 Size aflSize( m_flColumns.GetSizePixel() ); in OWizNormalExtend()
73 sal_Int32 nHeight = m_lbColumnNames.GetSizePixel().Height() +6; in OWizNormalExtend()
75 Size aNewSize(m_aTypeControl.GetSizePixel().Width(),nHeight - aPos.Y()-6); in OWizNormalExtend()
77 aflSize = m_aTypeControl.GetSizePixel(); in OWizNormalExtend()
/aoo42x/main/sw/source/ui/utlui/
H A Dtextcontrolcombo.cxx47 Size aMetricVals( GetSizePixel() ); in Arrange()
49 long nTextHeight = _rFTcomplete.GetSizePixel().Height(); in Arrange()
50 long nCtrlHeight = mrCtrl.GetSizePixel().Height(); in Arrange()
83 nX += mrCtrl.GetSizePixel().Width(); in Arrange()
/aoo42x/main/vcl/source/window/
H A Ddockwin.cxx184 maDockRect = Rectangle( maDockPos, mpDockWin->GetSizePixel() ); in IMPL_LINK()
234 Size aSize( GetSizePixel() ); in Resize()
878 pWin->SetOutputSizePixel( Window::GetSizePixel() ); in SetFloatingMode()
1019 Size DockingWindow::GetSizePixel() const in GetSizePixel() function in DockingWindow
1025 return pWrapper->mpFloatWin->GetSizePixel(); in GetSizePixel()
1027 return Window::GetSizePixel(); in GetSizePixel()
1031 return mpFloatWin->GetSizePixel(); in GetSizePixel()
1033 return Window::GetSizePixel(); in GetSizePixel()

Completed in 255 milliseconds

12345678910>>...25