Home
last modified time | relevance | path

Searched refs:GetSizePixel (Results 151 – 175 of 617) sorted by relevance

12345678910>>...25

/aoo41x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx878 … + static_cast< sal_Int32 >(cxSrc) <= static_cast< sal_Int32 >(aBitmap.GetSizePixel().Width()) ) && in ReadEnhWMF()
879 … + static_cast< sal_Int32 >(cySrc) <= static_cast< sal_Int32 >(aBitmap.GetSizePixel().Height()) ) ) in ReadEnhWMF()
940 ( xSrc + cxSrc <= aBitmap.GetSizePixel().Width() ) && in ReadEnhWMF()
941 ( ySrc + cySrc <= aBitmap.GetSizePixel().Height() ) ) in ReadEnhWMF()
994 ( xSrc + cxSrc <= aBitmap.GetSizePixel().Width() ) && in ReadEnhWMF()
995 ( ySrc + cySrc <= aBitmap.GetSizePixel().Height() ) ) in ReadEnhWMF()
H A Demfwr.cxx740 const Size aBmpSizePixel( rBmp.GetSizePixel() ); in ImplWriteBmpRecord()
1184 …pA->GetBitmap(), pA->GetPoint(), maVDev.PixelToLogic( pA->GetBitmap().GetSizePixel() ), WIN_SRCCOP… in ImplWrite()
1215 …ImplWriteBmpRecord( aMsk, pA->GetPoint(), maVDev.PixelToLogic( aMsk.GetSizePixel() ), WIN_SRCPAINT… in ImplWrite()
1216 …ImplWriteBmpRecord( aBmp, pA->GetPoint(), maVDev.PixelToLogic( aBmp.GetSizePixel() ), WIN_SRCAND ); in ImplWrite()
1219 ImplWriteBmpRecord( aBmp, pA->GetPoint(), aBmp.GetSizePixel(), WIN_SRCCOPY ); in ImplWrite()
/aoo41x/main/cui/source/tabpages/
H A Dnumfmt.cxx311 nCatHeight=aLbCategory.GetSizePixel().Height(); in Init_Impl()
314 nCurFormatHeight=aLbFormat.GetSizePixel().Height(); in Init_Impl()
745 Size aSize=aLbCategory.GetSizePixel(); in HideLanguage()
749 aSize.Height()=aLbFormat.GetSizePixel().Height(); in HideLanguage()
1165 Size aSize=aLbFormat.GetSizePixel(); in UpdateFormatListBox_Impl()
1899 Size aSize=aLbFormat.GetSizePixel(); in SetCategory()
/aoo41x/main/svx/source/dialog/
H A Dhyperdlg.cxx76 Size aParentSize( pTopWindow->GetSizePixel() ); in SvxHlinkDlgWrapper()
77 Size aDlgSize ( GetSizePixel () ); in SvxHlinkDlgWrapper()
H A Dctredlin.cxx639 aMinSize=GetSizePixel(); in SvxTPView()
649 nDistance=PbAccept.GetSizePixel().Height()+2*MIN_DISTANCE; in SvxTPView()
753 sal_uIntPtr nSize=PbUndo.GetSizePixel().Width() in GetMinSizePixel()
1440 Size aSize=aTCAccept.GetSizePixel(); in SvxAcceptChgCtr()
1467 Size aSize=aTCAccept.GetSizePixel(); in SvxAcceptChgCtr()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx585 _pImp->_pEdFileName->SetPosSizePixel( aDummy.GetPosPixel(), aDummy.GetSizePixel() ); in Init_Impl()
654 Size aSize( aNewFolderImg.GetSizePixel() ); in Init_Impl()
754 aSize = GetSizePixel(); in Init_Impl()
1839 Size aCurrentSize( pLabel->GetSizePixel() ); in updateListboxLabelSizes()
1846 aCurrentSize = pListbox->GetSizePixel(); in updateListboxLabelSizes()
2498 long nBoxH = _pFileView->GetSizePixel().Height(); in InitSize()
2499 long nH = GetSizePixel().Height(); in InitSize()
2722 Size aNewSize = _pFileView->GetSizePixel(); in Resize()
2801 aNewSize = (*ppSizeControls)->GetSizePixel(); in Resize()
3282 long nPrevControlHeight = _pUserControls->_pControl->GetSizePixel().Height(); in AddControl()
/aoo41x/main/dbaccess/source/ui/misc/
H A DToolBoxHelper.cxx82 Size aTbOldSize = m_pToolBox->GetSizePixel(); in checkImageList()
84 Size aTbNewSize = m_pToolBox->GetSizePixel(); in checkImageList()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportWindow.cxx194 aPageSize.Height() = m_aHRuler.GetSizePixel().Height(); in Resize()
417 const Size aSize( GetSizePixel() ); in getZoomFactor()
429 …Pixel(m_aViewsWindow.PixelToLogic(Size(0,GetTotalHeight() + m_aHRuler.GetSizePixel().Height())),aM… in getZoomFactor()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx303 Size aSize = m_pFields->GetSizePixel(); in DBG_NAME()
926 Size aTbNewSize = m_aActions.GetSizePixel(); in resizeControls()
929 Size aDlgSize = GetSizePixel(); in resizeControls()
934 Size aIndexSize = m_aIndexes.GetSizePixel(); in resizeControls()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx1002 const Rectangle aBmpRect( aPoint, rBmpEx.GetSizePixel() ); in ImplWriteBmp()
1430 Point(), pBmpScaleAction->GetBitmap().GetSizePixel() ); in ImplWriteActions()
1706 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmap().GetSizePixel() ), in ImplWriteActions()
1707 Point(), pA->GetBitmap().GetSizePixel() ); in ImplWriteActions()
1720 Point(), pA->GetBitmap().GetSizePixel() ); in ImplWriteActions()
1745 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmapEx().GetSizePixel() ), in ImplWriteActions()
1746 Point(), pA->GetBitmapEx().GetSizePixel() ); in ImplWriteActions()
1759 Point(), pA->GetBitmapEx().GetSizePixel() ); in ImplWriteActions()
/aoo41x/main/vcl/inc/vcl/
H A Dalpha.hxx67 Size GetSizePixel() const { return Bitmap::GetSizePixel(); } in GetSizePixel() function in AlphaMask
/aoo41x/main/toolkit/source/awt/
H A Dvclxbitmap.cxx63 …::com::sun::star::awt::Size aSize( maBitmap.GetSizePixel().Width(), maBitmap.GetSizePixel().Height… in IMPL_XTYPEPROVIDER_START()
H A Dvclxtabpage.cxx91 Size windowSize = GetWindow()->GetSizePixel(); in allocateArea()
93 Size parentSize = parent->GetSizePixel(); in allocateArea()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dmarkerarrayprimitive2d.cxx55 Size aBitmapSize(getMarker().GetSizePixel()); in create2DDecomposition()
125 const Size aBitmapSize(getMarker().GetSizePixel()); in getB2DRange()
/aoo41x/main/soldep/source/
H A Dsoldep.cxx254 Size aSize = mpObjectList->GetObject(i)->GetSizePixel(); in IMPL_LINK()
716 pNewWin->SetSizePixel( pWin->GetSizePixel()); in Load()
784 Size aSize = GetGraphWin()->GetSizePixel(); in InitPrj()
1155 nXMiddle = GetDepWin()->PixelToLogic( GetDepWin()->GetSizePixel()).Width() / 2; in CalcXOffset()
1483 nUnvisYOffs += pWin->PixelToLogic( pWin->GetSizePixel()).Height(); in OptimizePos()
1728 Size aNowSize( GetGraphWin()->GetSizePixel()); in OptimizePos()
1758 aTmpPos.X() -= pWin->PixelToLogic( pWin->GetSizePixel()).Width() / 2 ; in OptimizePos()
/aoo41x/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx259 maImageSize = aBitmapEx.GetSizePixel(); in CreateB2dIAObject()
396 Size aSize( getButtonImage( 0, bLarge )->GetSizePixel() ); in createOverlayImage()
433 Size aButtonSize( pDev->PixelToLogic( getButtonImage(0, bLarge )->GetSizePixel()) ); in addCustomHandles()
/aoo41x/main/sfx2/source/doc/
H A Dgraphhelp.cxx234 Rectangle aBmpRect( aNullPt, rBmpEx.GetSizePixel() ); in mergeBitmaps_Impl()
339 …Rect.Intersection( pOverlayRect ? *pOverlayRect : Rectangle( aNullPt, pOverlay->GetSizePixel() ) ); in createThumb_Impl()
432 Rectangle( Point(), aBitmap.GetSizePixel() ), in getSignedThumbnailFormatFromBitmap_Impl()
/aoo41x/main/svx/source/gallery2/
H A Dgalobj.cxx84 const Size aCurrentSizePixel(aRetval.GetSizePixel()); in createPreviewBitmapEx()
112 Size aBmpSize( aBmpEx.GetSizePixel() ); in CreateThumb()
588 const Size aDiscreteSize(aThumbBmp.GetSizePixel()); in CreateThumb()
/aoo41x/main/cui/source/dialogs/
H A Dcolorpicker.cxx456 if( mpBitmap && mpBitmap->GetSizePixel() != aSize ) in UpdateBitmap()
603 const Size aSize( mpBitmap->GetSizePixel() ); in ShowPosition()
854 if( mpBitmap && mpBitmap->GetSizePixel() != aSize ) in UpdateBitmap()
1238 Size aSize( maSliderImage.GetSizePixel() ); in ColorPickerDialog()
1248 aPos.X() += aSize.Width() + maColorSlider.GetSizePixel().Width(); in ColorPickerDialog()
1256 maColorPreview.SetSizePixel( maColorPrevious.GetSizePixel() ); in ColorPickerDialog()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx450 aOldEditSize = pRefEdit->GetSizePixel(); in RefInputStart()
460 aNewEditSize.Width() -= pRefBtn->GetSizePixel().Width(); in RefInputStart()
463 long nHeight = pRefBtn->GetSizePixel().Height(); in RefInputStart()
476 … pRefBtn->SetPosPixel( Point( aOldDialogSize.Width() - pRefBtn->GetSizePixel().Width(), 0 ) ); in RefInputStart()
/aoo41x/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.cxx133 Size aSize (rBitmap.GetSizePixel()); in Compress()
209 pResult->maImageSize = rBitmap.GetSizePixel(); in Compress()
/aoo41x/main/sfx2/source/sidebar/
H A DTitleBar.cxx185 aTitleBox.Top() + (aTitleBox.GetHeight()-maIcon.GetSizePixel().Height())/2), in PaintTitle()
187 aTitleBox.Left() += gnLeftIconSpace + maIcon.GetSizePixel().Width() + gnRightIconSpace; in PaintTitle()
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx992 Size aBmpSz( aBrk1.GetSizePixel() ); in Paint()
1043 Size aMarkerSz( aMarker.GetSizePixel() ); in ShowMarker()
1201 nVirtToolBoxHeight = aXEdit.GetSizePixel().Height() + 7; in WatchWindow()
1247 aRemoveWatchButton.SetPosPixel( Point( nTextLen + aXEdit.GetSizePixel().Width() + 4, 2 ) ); in WatchWindow()
1248 Size aSz( aRemoveWatchButton.GetModeImage().GetSizePixel() ); in WatchWindow()
1470 aHeaderBar.GetSizePixel().getWidth() - 2 * TAB_WIDTH_MIN; in IMPL_LINK_INLINE_END()
1553 Size aSz( aGotoCallButton.GetModeImage().GetSizePixel() ); in StackWindow()
1711 long nSBWidth = aEWVScrollBar.GetSizePixel().Width(); in Resize()
/aoo41x/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx254 long aHeightLBStyle = mpLbFillType->GetSizePixel().getHeight(); in Initialize()
256 long aHeightTBAttr = mpToolBoxColor->GetSizePixel().getHeight(); in Initialize()
283 long aHeightLBTrans = mpLBTransType->GetSizePixel().getHeight(); in Initialize()
289 long aHeightMetric = mpMTRTransparent->GetSizePixel().getHeight(); in Initialize()
290 long aHeightTool = mpBTNGradient->GetSizePixel().getHeight(); in Initialize()
/aoo41x/main/svtools/source/graphic/
H A Dgrfmgr.cxx1070 …&& (aSrcSizePixel.Width() != aBitmapEx.GetSizePixel().Width() || aSrcSizePixel.Height() != aBitmap… in GetTransformedGraphic()
1082 … const double fFactorX((double)aBitmapEx.GetSizePixel().Width() / aSrcSizePixel.Width()); in GetTransformedGraphic()
1083 … const double fFactorY((double)aBitmapEx.GetSizePixel().Height() / aSrcSizePixel.Height()); in GetTransformedGraphic()
1090 aSrcSizePixel = aBitmapEx.GetSizePixel(); in GetTransformedGraphic()

Completed in 164 milliseconds

12345678910>>...25