Home
last modified time | relevance | path

Searched refs:GetSizePixel (Results 51 – 75 of 613) sorted by relevance

12345678910>>...25

/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx498 AlphaMask aMask (pBitmap->GetSizePixel()); in PaintButtonBackground()
1041 Size aImageSize (mpTheme->GetIcon(Theme::Icon_ButtonBarLarge).GetSizePixel()); in Layout()
1044 aImageSize = mpTheme->GetIcon(Theme::Icon_ButtonBarMedium).GetSizePixel(); in Layout()
1048 aImageSize = mpTheme->GetIcon(Theme::Icon_ButtonBarSmall).GetSizePixel(); in Layout()
1331 AlphaMask aMask (aIcon.GetSizePixel()); in Paint()
1337 + (maBoundingBox.GetWidth()-aIcon.GetSizePixel().Width())/2, in Paint()
1340 + (maBoundingBox.GetHeight()-aIcon.GetSizePixel().Height())/2), in Paint()
1364 return maLargeIcon.GetSizePixel(); in GetSize()
1367 return maMediumIcon.GetSizePixel(); in GetSize()
1370 return maSmallIcon.GetSizePixel(); in GetSize()
H A DSlsLayeredDevice.cxx155 mpBackBuffer->SetOutputSizePixel(mpTargetWindow->GetSizePixel()); in LayeredDevice()
319 const Size aSize (mpTargetWindow->GetSizePixel()); in Resize()
343 mpTargetWindow->PixelToLogic(Rectangle(Point(0,0), mpTargetWindow->GetSizePixel()))); in HandleMapModeChange()
362 const Rectangle aWindowBox (Point(0,0), mpTargetWindow->GetSizePixel()); in HandleMapModeChange()
429 mpLayerDevice->SetOutputSizePixel(rpTargetWindow->GetSizePixel()); in Initialize()
/aoo42x/main/vcl/source/gdi/
H A Dbitmap.cxx268 ( rBmp.GetSizePixel() == GetSizePixel() && in IsEqual()
286 Size Bitmap::GetSizePixel() const in GetSizePixel() function in Bitmap
294 if(GetSizePixel() != rNewSize) in SetSizePixel()
455 const Size aOldSizePix( GetSizePixel() ); in ImplAssignWithSize()
456 const Size aNewSizePix( rBitmap.GetSizePixel() ); in ImplAssignWithSize()
768 const Size aSizePix( GetSizePixel() ); in Rotate()
895 const Size aSizePix( GetSizePixel() ); in Crop()
942 const Size aSizePix( GetSizePixel() ); in CopyPixel()
1134 const Size aSizePixel( GetSizePixel() ); in Expand()
1191 Bitmap aNewBmp( GetSizePixel(), 1 ); in CreateMask()
[all …]
/aoo42x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx188 …const sal_Int32 nRight0 (mpLBColorMode->GetPosPixel().X() + mpLBColorMode->GetSizePixel().Width()); in Initialize()
189 const sal_Int32 nRight1 (mpMtrTrans->GetPosPixel().X() + mpMtrTrans->GetSizePixel().Width()); in Initialize()
191 nRight0 - mpMtrRed->GetSizePixel().Width(), in Initialize()
194 nRight0 - mpMtrBlue->GetSizePixel().Width(), in Initialize()
197 nRight1 - mpMtrGreen->GetSizePixel().Width(), in Initialize()
200 nRight1 - mpMtrGamma->GetSizePixel().Width(), in Initialize()
/aoo42x/main/sfx2/source/sidebar/
H A DDeck.cxx149 const Size aWindowSize (GetSizePixel()); in GetContentArea()
177 const Size aWindowSize (GetSizePixel()); in Paint()
329 const sal_Int32 nPanelBottom (nPanelTop + rPanel.GetSizePixel().Height() - 1); in ShowPanel()
374 const Size aSize (pRoot->GetSizePixel()); in PrintWindowSubTree()
452 const sal_Int32 nRight (GetSizePixel().Width()-1); in Paint()
H A DSidebarToolBox.cxx65 CreateController(GetItemId(0), rxFrame, GetSizePixel().Width()); in SidebarToolBox()
145 GetSizePixel().Width(), in SetBorderWindow()
146 GetSizePixel().Height(), in SetBorderWindow()
160 …const sal_Int32 nSeparatorY ((GetSizePixel().Height() - maItemSeparator.GetSizePixel().Height())/2… in Paint()
/aoo42x/main/reportdesign/source/ui/report/
H A DStartMarker.cxx121 const long nVRulerWidth = m_aVRuler.GetSizePixel().Width(); in Paint()
177 Rectangle aRect(m_aImage.GetPosPixel(),m_aImage.GetSizePixel()); in MouseButtonUp()
242 const long nVRulerWidth = m_aVRuler.GetSizePixel().Width(); in Resize()
246 Size aImageSize = m_aImage.GetImage().GetSizePixel(); in Resize()
291 Rectangle aItemRect(rHEvt.GetMousePosPixel(),Size(GetSizePixel().Width(),getMinHeight())); in RequestHelp()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx175 long nHScrollHeight = GetHScrollBar()->GetSizePixel().Height(); in Resize()
176 long nVScrollWidth = GetVScrollBar()->GetSizePixel().Width(); in Resize()
268 m_aOutputSize = GetSizePixel(); in Resize()
608 Size aOutSize = GetSizePixel(); in SetDefaultTabWinPosSize()
633 Rectangle aOtherTabWinRect( pOtherTabWin->GetPosPixel(), pOtherTabWin->GetSizePixel() ); in SetDefaultTabWinPosSize()
849 Size aDragWinSize = m_pDragWin->GetSizePixel(); in Tracking()
893 Size szOld = m_pSizingWin->GetSizePixel(); in Tracking()
1148 Size aDragWinSize = m_pDragWin->GetSizePixel(); in ScrollWhileDragging()
1208 m_aDragRect = Rectangle(m_ptPrevDraggingPos - m_aDragOffset, m_pDragWin->GetSizePixel()); in ScrollWhileDragging()
1241 ptWhich->GetData()->SetSize(ptWhich->GetSizePixel()); in TabWinSized()
[all …]
H A DTableWindowTitle.cxx122 Rectangle aItemRect(Point(0,0),GetSizePixel()); in RequestHelp()
178 m_pTabWin->GetSizePixel().Height() - m_pTabWin->GetListBox()->GetSizePixel().Height()); in MouseButtonDown()
181 if(m_pTabWin->GetSizePixel() != aSize) in MouseButtonDown()
/aoo42x/main/vcl/source/control/
H A Dilstbox.cxx676 Size aCurSize( PixelToLogic( GetSizePixel() ) ); in ImplUpdateEntryMetrics()
700 Size aImgSz = rEntry.maImage.GetSizePixel(); in ImplUpdateEntryMetrics()
870 PixelToLogic( GetSizePixel() ).Height() ) in IsVisible()
884 long nWindowHeight = GetSizePixel().Height(); in GetLastVisibleEntry()
1851 aImgSz = aImage.GetSizePixel(); in DrawEntry()
2077 long nWHeight = PixelToLogic( GetSizePixel() ).Height(); in SetTopEntry()
2108 long nWHeight = PixelToLogic( GetSizePixel() ).Height(); in ShowProminentEntry()
2470 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()
2983 Size aImgSz = maImage.GetSizePixel(); in DrawEntry()
3251 Size aParentSz = GetParent()->GetSizePixel(); in CalcFloatSize()
[all …]
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dmtrindlg.cxx122 Size aFtSize = aFtEditTitle.GetSizePixel(); in CalcPositions()
132 aNewPos.X() += aFtEditTitle.GetSizePixel().Width(); in CalcPositions()
140 aNewPos.X() += aEdValue.GetSizePixel().Width(); in CalcPositions()
148 aNewPos.X() += aBtnOk.GetSizePixel().Width(); in CalcPositions()
/aoo42x/main/svtools/workben/
H A Dsvdem.cxx267 SetOutputSizePixel( rBmp.GetSizePixel() ); in ShowBitmap()
445 Size aSliderSize = aLineOrientSlider.GetSizePixel(); in MyFontDialog()
572 Size aSize = GetSizePixel(); in Split()
722 aBoxSize = aBox.GetSizePixel(); in MyWin()
734 long nY = aBox.GetSizePixel().Height()+10; in MyWin()
744 nY += aHeadBar.GetSizePixel().Height() += 10; in MyWin()
837 Size( 300, aTabBar.GetSizePixel().Height() ) ); in MyWin()
1103 Size aSize = aBar.GetSizePixel(); in Resize()
1109 aSize = aHeadBar.GetSizePixel(); in Resize()
1114 aSize = aPrgsBar.GetSizePixel(); in Resize()
/aoo42x/main/vcl/source/window/
H A Ddockmgr.cxx198 Rectangle aBorderRect( aPt, pBorder->GetSizePixel() ); in IMPL_LINK()
222 maDockRect = Rectangle( maDockPos, mpDockWin->GetSizePixel() ); in IMPL_LINK()
283 Size aSize( GetSizePixel() ); in Resize()
501 aRect = Rectangle( pWrapper->GetPosPixel(), pWrapper->GetSizePixel() ); in GetPosSizePixel()
923 Rectangle aDockRect( aDockPos, GetWindow()->GetSizePixel() ); in ImplStartDocking()
1259 pWin->SetOutputSizePixel( GetWindow()->GetSizePixel() ); in StartPopupMode()
1406 pWin->SetOutputSizePixel( GetWindow()->GetSizePixel() ); in SetFloatingMode()
1514 Size ImplDockingWindowWrapper::GetSizePixel() const in GetSizePixel() function in ImplDockingWindowWrapper
1517 return mpFloatWin->GetSizePixel(); in GetSizePixel()
1519 return mpDockingWindow->GetSizePixel(); in GetSizePixel()
H A Dtabdlg.cxx75 long nHeight = pChild->GetSizePixel().Height(); in ImplPosControls()
92 Size aTabSize = pTabControl->GetSizePixel(); in ImplPosControls()
105 Size aViewSize = mpViewWindow->GetSizePixel(); in ImplPosControls()
188 Size aChildSize = pChild2->GetSizePixel(); in ImplPosControls()
/aoo42x/main/svx/source/dialog/
H A Dhyprlink.cxx129 nMaxWidth = GetSizePixel().Width(); in SvxHyperlinkDlg()
130 nMaxHeight = GetSizePixel().Height(); in SvxHyperlinkDlg()
155 nMaxHeight = GetSizePixel().Height(); // Hoehe nochmal merken, da sie veraendert wurde in SvxHyperlinkDlg()
219 long nWidth = GetSizePixel().Width(); in Resize()
866 nMaxWidth = GetSizePixel().Width(); in HyperCombo()
933 if (nNewWidth != GetSizePixel().Width()) in CalcResizeWidth()
945 SetSizePixel(Size(nNewWidth, GetSizePixel().Height())); in DoResize()
/aoo42x/main/toolkit/source/awt/
H A Dvclxscroller.cxx115 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in allocateArea()
116 int thumbHeight = mpHorScrollBar->GetSizePixel().getHeight(); in allocateArea()
137 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in getMinimumSize()
138 int thumbHeight = mpHorScrollBar->GetSizePixel().getHeight(); in getMinimumSize()
/aoo42x/main/cui/source/dialogs/
H A Dabout.cxx85 aSize = rControl.GetSizePixel(); in lcl_layoutFixedText()
101 aSize = rControl.GetSizePixel(); in lcl_layoutEdit()
266 Size aOkBtnSz = maBtnOK.GetSizePixel(); in ReadmeDialog()
427 Size aMainLogoSz = maMainLogo.GetSizePixel(); in LayoutControls()
428 Size aAppLogoSiz = maAppLogo.GetSizePixel(); in LayoutControls()
471 Size aOKSiz = maOKButton.GetSizePixel(); in LayoutControls()
/aoo42x/main/cui/source/options/
H A Doptimprove.cxx84 Size aNewSize = m_aInvitationFT.GetSizePixel(); in SvxImprovementPage()
94 aNewSize = m_aYesRB.GetSizePixel(); in SvxImprovementPage()
99 aNewSize = m_aNoRB.GetSizePixel(); in SvxImprovementPage()
104 aNewSize = m_aImproveFL.GetSizePixel(); in SvxImprovementPage()
/aoo42x/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx56 _rImg.SetSizePixel( _rImg.GetImage().GetSizePixel() ); in ShrinkToFit()
173 Size aNewSize = maIssuedToLabelFI.GetSizePixel(); in CertificateViewerGeneralTP()
184 nNewWidth = maValidDateFI.GetSizePixel().Width() - nNewX; in CertificateViewerGeneralTP()
185 aNewSize = maIssuedToFI.GetSizePixel(); in CertificateViewerGeneralTP()
437 long nBtnW = maViewCertPB.GetSizePixel().Width(); in CertificateViewerCertPathTP()
442 Size aNewSize = maViewCertPB.GetSizePixel(); in CertificateViewerCertPathTP()
/aoo42x/main/sd/source/ui/animations/
H A DDialogListBox.cxx133 nWidth -= mpVScrollBar->GetSizePixel().Width(); in ImplCheckScrollBars()
142 int nHeight = aOutSz.Height() - mpHScrollBar->GetSizePixel().Height(); in ImplCheckScrollBars()
172 if( mbHScroll ) aOutSize.Height() -= mpHScrollBar->GetSizePixel().Height(); in ImplInitScrollBars()
173 if( mbVScroll ) aOutSize.Width() -= mpVScrollBar->GetSizePixel().Width(); in ImplInitScrollBars()
/aoo42x/main/sc/source/ui/view/
H A Dhdrcont.cxx111 Size aSize( nNew, GetSizePixel().Height() ); // Hoehe nicht aendern in SetWidth()
236 Size aWinSize = GetSizePixel(); in DrawShadedRect()
297 nBarSize = (sal_uInt16) GetSizePixel().Width(); in Paint()
299 nBarSize = (sal_uInt16) GetSizePixel().Height(); in Paint()
319 nInitScrPos = GetSizePixel().Height() - 1; in Paint()
321 nInitScrPos = GetSizePixel().Width() - 1; in Paint()
951 Size aSize = GetSizePixel(); in ShowDragHelp()
/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr2.cxx93 rSrcSize != rBmpEx.GetSizePixel() ) in muckWithBitmap()
523 const Size& rBmpSzPix = rBmpEx.GetSizePixel(); in ImplCreateOutput()
814 pAction->GetBitmap().GetSizePixel(), in ImplCreateOutput()
863 pAction->GetBitmapEx().GetSizePixel(), in ImplCreateOutput()
1038 DBG_ASSERT( aBmp.GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1226 DBG_ASSERT( rBmpEx.GetAlpha().GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1306 DBG_ASSERT( rBmpEx.GetMask().GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1800 aAlpha = AlphaMask( rBmpEx.GetSizePixel(), &cTrans ); in ImplAdjust()
2298 aTileBitmap.GetSizePixel(), in ImplDrawTiled()
2421 Size aBmpSize( rBmpEx.GetSizePixel() ); in ImplTransformBitmap()
[all …]
/aoo42x/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx204 SetSizePixel(GetParent()->GetSizePixel()); in implConstruct()
284 Size aItemSize = CalcItemSizePixel (aImage.GetSizePixel()); in GetPreferredWidth()
307 Size aItemSize = CalcItemSizePixel (aImage.GetSizePixel()); in GetHeightForWidth()
333 Size aItemSize = CalcItemSizePixel (aImage.GetSizePixel()); in GetMinimumWidth()
365 aImage.GetSizePixel()); in Resize()
885 SetSizePixel(GetParent()->GetSizePixel()); in IMPL_LINK()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx224 …rControls = m_aLB_MainTimeUnit.GetPosPixel().X() + m_aLB_MainTimeUnit.GetSizePixel().Width() - aFm… in AdjustControlPositions()
225 long nDialogWidth = GetSizePixel().Width(); in AdjustControlPositions()
230 Size aSize( aTxtMin.GetSizePixel() ); in AdjustControlPositions()
254 …nNewXPos = aCbxAutoStepMain.GetPosPixel().X() + aCbxAutoStepMain.GetSizePixel().Width() + nLabelDi… in AdjustControlPositions()
265 long nListWidth = m_aLB_MainTimeUnit.GetSizePixel().Width(); in PlaceIntervalControlsAccordingToAxisType()
289 long nSecondX = nMinX + aCbxAutoStepMain.GetSizePixel().Width() + nLabelDistance; in PlaceIntervalControlsAccordingToAxisType()
290 long nSecondXMax = GetSizePixel().Width() - nListWidth; in PlaceIntervalControlsAccordingToAxisType()
/aoo42x/main/extensions/source/bibliography/
H A Dgeneral.cxx71 aRet.X() += rFixedText.GetSizePixel().Width(); in lcl_MovePoint()
290 aHoriScroll.SetPageSize( aIdentifierFT.GetSizePixel().Width()); in BibGeneralPage()
307 Size aControlSize(aIdentifierFT.GetSizePixel()); in BibGeneralPage()
327 ::Size aTitleSize = aTitleFT.GetSizePixel(); in BibGeneralPage()
591 long nVertScrollWidth = aVertScroll.GetSizePixel().Width(); in AdjustScrollbars()
592 long nHoriScrollHeight = aHoriScroll.GetSizePixel().Height(); in AdjustScrollbars()
780 …umbPos(aHoriScroll.GetThumbPos() + nX - aOutSize.Width() + aFixedTexts[0]->GetSizePixel().Width()); in focusGained()
793 …mbPos(aVertScroll.GetThumbPos() + nY - aOutSize.Height()+ aFixedTexts[0]->GetSizePixel().Height()); in focusGained()

Completed in 238 milliseconds

12345678910>>...25