| /aoo42x/main/avmedia/source/framework/ | 
| H A D | mediacontrol.cxx | 131 	maMinSize = maPlayToolBox.GetSizePixel();  in MediaControl()140 	maMinSize.Width() += maTimeSlider.GetSizePixel().Width();  in MediaControl()
 149 	maMinSize.Width() += maTimeEdit.GetSizePixel().Width();  in MediaControl()
 160 	maMinSize.Width() += maMuteToolBox.GetSizePixel().Width();  in MediaControl()
 169 	maMinSize.Width() += maVolumeSlider.GetSizePixel().Width();  in MediaControl()
 186 	maMinSize.Width() += maZoomToolBox.GetSizePixel().Width();  in MediaControl()
 223 	const sal_Int32	nTimeEditWidth = maTimeEdit.GetSizePixel().Width();  in Resize()
 231 		maPlayToolBox.SetPosSizePixel( aPos, maPlayToolBox.GetSizePixel() );  in Resize()
 237 		maTimeEdit.SetPosSizePixel( aPos, maTimeEdit.GetSizePixel() );  in Resize()
 255 		maTimeEdit.SetPosSizePixel( aPos, maTimeEdit.GetSizePixel() );  in Resize()
 [all …]
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | bitmapex.cxx | 132 	if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel())  in BitmapEx()135 		aMask.Scale(aBitmap.GetSizePixel());  in BitmapEx()
 155 	if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel())  in BitmapEx()
 158 		aMask.Scale(rBmp.GetSizePixel());  in BitmapEx()
 179 	DBG_ASSERT( rBmp.GetSizePixel() == aMask.GetSizePixel(),  in BitmapEx()
 324 			DBG_ASSERT( aRet.aBitmap.GetSizePixel() == aRet.aMask.GetSizePixel(),  in GetColorTransformedBitmapEx()
 396 	if(GetSizePixel() != rNewSize)  in SetSizePixel()
 453 		DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(),  in Scale()
 517 		DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(),  in Rotate()
 539 		DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(),  in Crop()
 [all …]
 
 | 
| H A D | outdev2.cxx | 518 	const Size aSizePix( rBitmap.GetSizePixel() );  in DrawBitmap()751 		const Size aSizePix( rBitmapEx.GetSizePixel() );  in DrawBitmapEx()
 999                 AlphaMask aMaskBmp(aContent.GetSizePixel());  in DrawTransformedBitmapEx()
 1292 	const Size aSizePix( rBitmap.GetSizePixel() );  in DrawMask()
 1470 				const Size aSize( pData->maBmpEx.GetSizePixel() );  in DrawImage()
 1506 					const Size aSize( pData->maBmpEx.GetSizePixel() );  in DrawImage()
 1937         Bitmap				aDither( aBmp.GetSizePixel(), 8 );  in ImplBlendWithAlpha()
 2054         Bitmap				aDither( aBmp.GetSizePixel(), 8 );  in ImplBlend()
 2267 		Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() );  in ImplDrawAlpha()
 2282                 aDstRect.SetSize( aBmp.GetSizePixel() );  in ImplDrawAlpha()
 [all …]
 
 | 
| /aoo42x/main/uui/source/ | 
| H A D | secmacrowarnings.cxx | 181     maSymbolImg.SetSizePixel( aImg.GetSizePixel() );  in InitControls()230         Size aDlgSz = GetSizePixel();  in InitControls()
 246         Size aNewSize = maViewSignsBtn.GetSizePixel();  in InitControls()
 254         aNewSize = maSignsFI.GetSizePixel();  in InitControls()
 268     nBtnW = maEnableBtn.GetSizePixel().Width();  in InitControls()
 273         Size aNewSize = maEnableBtn.GetSizePixel();  in InitControls()
 300         nCtrlH = maSignsFI.GetSizePixel().Height();  in FitControls()
 302         aNewSize = maSignsFI.GetSizePixel();  in FitControls()
 309     nCtrlH = maDescr2FI.GetSizePixel().Height();  in FitControls()
 311     aNewSize = maDescr2FI.GetSizePixel();  in FitControls()
 [all …]
 
 | 
| H A D | masterpasscrtdlg.cxx | 102     long nLableWidth = aFTMasterPasswordWarning.GetSizePixel().Width();  in MasterPasswordCreateDialog()103     long nLabelHeight = aFTMasterPasswordWarning.GetSizePixel().Height();  in MasterPasswordCreateDialog()
 107 …ngle aLabelRect( aFTMasterPasswordWarning.GetPosPixel(), aFTMasterPasswordWarning.GetSizePixel() );  in MasterPasswordCreateDialog()
 119     Size aNewDlgSize = GetSizePixel();  in MasterPasswordCreateDialog()
 123     Size aNewWarningSize = aFTMasterPasswordWarning.GetSizePixel();  in MasterPasswordCreateDialog()
 133         pControls[i]->SetPosSizePixel( aNewPos, pControls[i]->GetSizePixel() );  in MasterPasswordCreateDialog()
 139     Size aSize = aFTInfoText.GetSizePixel();  in CalculateTextHeight()
 160     aSize = aFTCautionText.GetSizePixel();  in CalculateTextHeight()
 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/view/ | 
| H A D | SlsFramePainter.cxx | 45 	if (rShadowBitmap.GetSizePixel().Width() == rShadowBitmap.GetSizePixel().Height()  in FramePainter()46 		&& (rShadowBitmap.GetSizePixel().Width()-1)%2 == 0  in FramePainter()
 47 		&& ((rShadowBitmap.GetSizePixel().Width()-1)/2)%2 == 1)  in FramePainter()
 53 		OSL_ASSERT(rShadowBitmap.GetSizePixel().Width() == rShadowBitmap.GetSizePixel().Height());  in FramePainter()
 54 		OSL_ASSERT((rShadowBitmap.GetSizePixel().Width()-1)%2 == 0);  in FramePainter()
 55 		OSL_ASSERT(((rShadowBitmap.GetSizePixel().Width()-1)/2)%2 == 1);  in FramePainter()
 136 	const sal_Int32 nC (::std::max<sal_Int32>(0,(rBitmap.GetSizePixel().Width()-nS)/2));  in OffsetBitmap()
 193 	const Size aBitmapSize (maBitmap.GetSizePixel());  in PaintSide()
 200 			+ rCornerBitmap1.maBitmap.GetSizePixel().Width()  in PaintSide()
 220 			+ rCornerBitmap1.maBitmap.GetSizePixel().Height()  in PaintSide()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/dialog/ | 
| H A D | alienwarn.cxx | 92     long nCtrlW = m_aMoreInfoBtn.GetSizePixel().Width();  in InitSize()98         aNextPoint.X() += m_aKeepCurrentBtn.GetSizePixel().Width();  in InitSize()
 108         Size aNewSize = m_aMoreInfoBtn.GetSizePixel();  in InitSize()
 115     nCtrlW = m_aWarningOnBox.GetSizePixel().Width();  in InitSize()
 119         Size aNewSize = m_aWarningOnBox.GetSizePixel();  in InitSize()
 122         aNewSize = GetSizePixel();  in InitSize()
 128     Size aMinSize = m_aInfoText.CalcMinimumSize( m_aInfoText.GetSizePixel().Width() );  in InitSize()
 130     long nCtrlH = m_aInfoText.GetSizePixel().Height();  in InitSize()
 132     Size aNewSize = m_aInfoText.GetSizePixel();  in InitSize()
 150     aNewSize = GetSizePixel();  in InitSize()
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsScrollBarManager.cxx | 167     Size aScrollBarSize (mpHorizontalScrollBar->GetSizePixel());  in PlaceHorizontalScrollBar()187     Size aScrollBarSize (mpVerticalScrollBar->GetSizePixel());  in PlaceVerticalScrollBar()
 204             aArea.Right()-mpVerticalScrollBar->GetSizePixel().Width()+1,  in PlaceFiller()
 205             aArea.Bottom()-mpHorizontalScrollBar->GetSizePixel().Height()+1),  in PlaceFiller()
 207             mpVerticalScrollBar->GetSizePixel().Width(),  in PlaceFiller()
 208             mpHorizontalScrollBar->GetSizePixel().Height()));  in PlaceFiller()
 218     Size aWindowModelSize (pWindow->PixelToLogic(pWindow->GetSizePixel()));  in UpdateScrollBars()
 240             mpContentWindow->GetSizePixel()).Width());  in UpdateScrollBars()
 269             mpContentWindow->GetSizePixel()).Height());  in UpdateScrollBars()
 516         return mpVerticalScrollBar->GetSizePixel().Width();  in GetVerticalScrollBarWidth()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/primitive2d/ | 
| H A D | discreteshadowprimitive2d.cxx | 51             const Size& rBitmapSize = getBitmapEx().GetSizePixel();  in DiscreteShadow()64 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getTopLeft()
 77 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getTop()
 90 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getTopRight()
 103 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getRight()
 116 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getBottomRight()
 129 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getBottom()
 142 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getBottomLeft()
 155 				const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in getLeft()
 179 				const sal_Int32 nQuarter((getDiscreteShadow().getBitmapEx().GetSizePixel().Width() - 3) >> 2);  in create2DDecomposition()
 [all …]
 
 | 
| /aoo42x/main/desktop/source/deployment/gui/ | 
| H A D | dp_gui_dialog2.cxx | 214     nHeight += m_pOptionsBtn->GetSizePixel().Height();  in GetMinOutputSizePixel()216     long nWidth = m_pOptionsBtn->GetSizePixel().Width();  in GetMinOutputSizePixel()
 259     Size  aBtnSize( m_pOptionsBtn->GetSizePixel() );  in SetButtonPos()
 732     Size aBtnSize = m_aUpdateBtn.GetSizePixel();  in ExtMgrDialog()
 742               (3 * m_aHelpBtn.GetSizePixel().Width()) +  in ExtMgrDialog()
 1126     Size aBtnSize( m_aHelpBtn.GetSizePixel() );  in Resize()
 1127     Size aUpdBtnSize( m_aUpdateBtn.GetSizePixel() );  in Resize()
 1282     Size aBtnSize = m_aUpdateBtn.GetSizePixel();  in UpdateRequiredDialog()
 1290     aBtnSize = m_aCloseBtn.GetSizePixel();  in UpdateRequiredDialog()
 1563     Size aBtnSize( m_aHelpBtn.GetSizePixel() );  in Resize()
 [all …]
 
 | 
| H A D | dp_gui_dependencydialog.cxx | 55         GetOutputSizePixel().Width() - m_list.GetSizePixel().Width(),  in DependencyDialog()56         GetOutputSizePixel().Height() - m_list.GetSizePixel().Height())  in DependencyDialog()
 72         (m_list.GetPosPixel().Y() + m_list.GetSizePixel().Height());  in Resize()
 80              (m_list.GetSizePixel().Width() - m_ok.GetSizePixel().Width()) / 2),  in Resize()
 81             m_list.GetPosPixel().Y() + m_list.GetSizePixel().Height() + n));  in Resize()
 
 | 
| /aoo42x/main/svtools/source/control/ | 
| H A D | fixedhyper.cxx | 94     Paint( Rectangle( Point(), GetSizePixel() ) );  in GetFocus()95     ShowFocus( Rectangle( Point( 1, 1 ), Size( m_nTextLen + 4, GetSizePixel().Height() - 2 ) ) );  in GetFocus()
 101     Paint( Rectangle( Point(), GetSizePixel() ) );  in LoseFocus()
 175     Size aSize = GetSizePixel();  in MouseButtonUp()
 176     Size aImgSz = GetImage().GetSizePixel();  in MouseButtonUp()
 191     Paint( Rectangle( Point(), GetSizePixel() ) );  in GetFocus()
 192 …ShowFocus( Rectangle( Point( 1, 1 ), Size( GetSizePixel().Width() - 2, GetSizePixel().Height() - 2…  in GetFocus()
 197     Paint( Rectangle( Point(), GetSizePixel() ) );  in LoseFocus()
 
 | 
| /aoo42x/main/sd/source/ui/animations/ | 
| H A D | SlideTransitionPane.cxx | 598 	::Size aPaneSize( GetSizePixel() );  in updateLayout()625     aCtrlSize = maFL_EMPTY2.GetSizePixel();  in updateLayout()
 637         aCtrlSize = maPB_PLAY.GetSizePixel();  in updateLayout()
 655         aCtrlSize = maPB_PLAY.GetSizePixel();  in updateLayout()
 662     aCtrlSize = maPB_APPLY_TO_ALL.GetSizePixel();  in updateLayout()
 668     aCtrlSize = maFL_EMPTY1.GetSizePixel();  in updateLayout()
 732     aCtrlSize = maCB_LOOP_SOUND.GetSizePixel();  in updateLayout()
 738     aCtrlSize = maLB_SOUND.GetSizePixel();  in updateLayout()
 745     aCtrlSize = maFT_SOUND.GetSizePixel();  in updateLayout()
 752     aCtrlSize = maLB_SPEED.GetSizePixel();  in updateLayout()
 [all …]
 
 | 
| /aoo42x/main/sw/source/ui/docvw/ | 
| H A D | SidebarWin.cxx | 228                                     mpMetadataAuthor->GetSizePixel().Width(),  in Paint()231                                  mpMetadataAuthor->GetSizePixel().Height() +  in Paint()
 232                                     mpMetadataDate->GetSizePixel().Height() ) ) ) );  in Paint()
 470     if (GetSizePixel() != mPosSize.GetSize())  in SetPosAndSize()
 554 …Point aEnd = EditWin()->PixelToLogic(GetPosPixel()+Point(GetSizePixel().Width()-1,GetSizePixel().H…  in SetPosAndSize()
 664     long aHeight        =  GetSizePixel().Height();  in DoResize()
 665     unsigned long aWidth    =  GetSizePixel().Width();  in DoResize()
 760 …Point aEnd = EditWin()->PixelToLogic(GetPosPixel()+Point(GetSizePixel().Width()-1,GetSizePixel().H…  in SetSizePixel()
 782                     SetSizePixel(Size(GetSizePixel().Width(),aNewHeight+GetMetaHeight()));  in ResizeIfNeccessary()
 784                     SetSizePixel(Size(GetSizePixel().Width(),aBorder - GetPosPixel().Y()));  in ResizeIfNeccessary()
 [all …]
 
 | 
| H A D | SidebarTxtControl.cxx | 140             DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ),  in Paint()147             DrawGradient( Rectangle( Point(0,0), PixelToLogic(GetSizePixel()) ),  in Paint()
 164                                 Point( GetSizePixel().Width(),  in Paint()
 165                                        GetSizePixel().Height() ) ) );  in Paint()
 167                                 Point( GetSizePixel().Width(),0) ),  in Paint()
 169                                 Point( 0, GetSizePixel().Height() ) ) );  in Paint()
 351                 const Size aSize = GetSizePixel();  in Command()
 
 | 
| /aoo42x/main/sc/source/ui/formdlg/ | 
| H A D | dwfunctr.cxx | 349 		Size aDiffSize=GetSizePixel();  in SetLeftRightSize()400 		Size aDiffSize=GetSizePixel();  in SetTopBottonSize()
 435 	Size aCDSize=aCatBox.GetSizePixel();  in SetMyWidthLeRi()
 436 	Size aFLSize=aFuncList.GetSizePixel();  in SetMyWidthLeRi()
 438 	Size aFDSize=aFiFuncDesc.GetSizePixel();  in SetMyWidthLeRi()
 475 	Size aFLSize=aFuncList.GetSizePixel();  in SetMyHeightLeRi()
 477 	Size aFDSize=aFiFuncDesc.GetSizePixel();  in SetMyHeightLeRi()
 524 	Size aCDSize=aCatBox.GetSizePixel();  in SetMyWidthToBo()
 526 	Size aFDSize=aFiFuncDesc.GetSizePixel();  in SetMyWidthToBo()
 565 	Size aFDSize=aFiFuncDesc.GetSizePixel();  in SetMyHeightToBo()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/dialogs/ | 
| H A D | wizdlg.cxx | 103         long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height();  in ImplCalcSize()111         nMaxHeight += mpFixedLine->GetSizePixel().Height();  in ImplCalcSize()
 117         Size aViewSize = mpViewWindow->GetSizePixel();  in ImplCalcSize()
 144             Size aBtnSize = pBtnData->mpButton->GetSizePixel();  in ImplPosCtrls()
 165             Size aBtnSize = pBtnData->mpButton->GetSizePixel();  in ImplPosCtrls()
 190         nOffY -= mpFixedLine->GetSizePixel().Height();  in ImplPosCtrls()
 229 …  nViewOffY       = nDlgHeight-mpViewWindow->GetSizePixel().Height()-WIZARDDIALOG_VIEW_DLGOFFSET_Y;  in ImplPosCtrls()
 274         long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height();  in ImplPosTabPage()
 282         nMaxHeight += mpFixedLine->GetSizePixel().Height();  in ImplPosTabPage()
 291         Size aViewSize = mpViewWindow->GetSizePixel();  in ImplPosTabPage()
 [all …]
 
 | 
| /aoo42x/main/cui/source/dialogs/ | 
| H A D | iconcdlg.cxx | 499 	                                aResetBtn.GetSizePixel () );  in SetPosSizeCtrls()556 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizeCtrls()
 563 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizeCtrls()
 570 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizeCtrls()
 576 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizeCtrls()
 599 	                               aHelpBtn.GetSizePixel () );  in SetPosSizeCtrls()
 608 	                                 aCancelBtn.GetSizePixel () );  in SetPosSizeCtrls()
 634 		Size aIconCtrlSize ( maIconCtrl.GetSizePixel() );  in SetPosSizePages()
 645 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizePages()
 652 							          aOutSize.Height() - aOKBtn.GetSizePixel().Height() -  in SetPosSizePages()
 [all …]
 
 | 
| /aoo42x/main/chart2/source/controller/dialogs/ | 
| H A D | tp_AxisPositions.cxx | 128     const long nDialogWidth = GetSizePixel().Width();  in AxisPositionsTabPage()133         if( m_aFT_CrossesAt.CalcMinimumSize().Width() < m_aFT_CrossesAt.GetSizePixel().Width() )  in AxisPositionsTabPage()
 136 …long nXPos = m_aFT_CrossesAt.GetPosPixel().X() + m_aFT_CrossesAt.GetSizePixel().Width() + nDistanc…  in AxisPositionsTabPage()
 139             nXPos += m_aLB_CrossesAt.GetSizePixel().Width() + nDistance;  in AxisPositionsTabPage()
 145     long nFixTextHeight = m_aFT_PlaceLabels.GetSizePixel().Height();  in AxisPositionsTabPage()
 204 …nLabelRightBorder = m_aLB_PlaceLabels.GetPosPixel().X() + m_aLB_PlaceLabels.GetSizePixel().Width();  in AxisPositionsTabPage()
 205 …ickmarksRightBorder = m_aLB_PlaceTicks.GetPosPixel().X() + m_aLB_PlaceTicks.GetSizePixel().Width();  in AxisPositionsTabPage()
 207 …der = ::std::max( m_aLB_CrossesAt.GetPosPixel().X() + m_aLB_CrossesAt.GetSizePixel().Width(),  nLa…  in AxisPositionsTabPage()
 210         long nListBoxHeight = m_aLB_PlaceLabels.GetSizePixel().Height();  in AxisPositionsTabPage()
 211 …m_aLB_PlaceLabels.SetSizePixel( Size( m_aLB_PlaceLabels.GetSizePixel().Width()+nNewRightBorder-nLa…  in AxisPositionsTabPage()
 [all …]
 
 | 
| H A D | tp_ChartType.cxx | 130     return m_aCB_XAxis_Categories.GetSizePixel().Height();  in getHeight()286     return m_aCB_XValueSorting.GetSizePixel().Height();  in getHeight()
 370     nHeight += rLastButton.GetSizePixel().Height();  in getHeight()
 528     m_aRB_Splines_B.SetSizePixel( Size( nRBWidth, m_aRB_Splines_B.GetSizePixel().Height() ) );  in adjustControlPositions()
 549     Size aDlgSize( this->GetSizePixel() );  in adjustSize()
 551     long nX = m_aMF_SplineOrder.GetPosPixel().X() + m_aMF_SplineOrder.GetSizePixel().Width();  in adjustSize()
 557         Size aLineSize( m_aFL_DialogButtons.GetSizePixel() );  in adjustSize()
 638     Size aButtonSize( m_aPB_DetailsDialog.GetSizePixel() );  in SplineResourceGroup()
 763     return m_aGeometryResources.GetSizePixel().Height();  in getHeight()
 832         Size aSize( this->GetSizePixel() );  in ChartTypeTabPage()
 [all …]
 
 | 
| H A D | res_BarGeometry.cxx | 59 …nt( rPosition.X()+aDistanceSize.Width(), rPosition.Y()+m_aFT_Geometry.GetSizePixel().Height()+aDis…  in SetPosPixel()61 Size BarGeometryResources::GetSizePixel() const  in GetSizePixel()  function in chart::BarGeometryResources
 65     nHeight += m_aLB_Geometry.GetSizePixel().Height();  in GetSizePixel()
 67     long nWidth = m_aLB_Geometry.GetSizePixel().Width();  in GetSizePixel()
 68     if( nWidth < m_aFT_Geometry.GetSizePixel().Width() )  in GetSizePixel()
 69         nWidth = m_aFT_Geometry.GetSizePixel().Width();  in GetSizePixel()
 
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | tabview.cxx | 678 		nBarY = aHScrollLeft.GetSizePixel().Height();  in DoResize()679 		nBarX = aVScrollBottom.GetSizePixel().Width();  in DoResize()
 694 			Size aVScrSize = aVScrollBottom.GetSizePixel();  in DoResize()
 747 				nSplitHeight -= aHScrollLeft.GetSizePixel().Height();  in DoResize()
 749 				nSplitHeight -= pTabControl->GetSizePixel().Height();  in DoResize()
 762 			nSplitWidth -= aVScrollBottom.GetSizePixel().Width();  in DoResize()
 1009 		if ( nSize != pTabControl->GetSizePixel().Width() )  in IMPL_LINK()
 1012 										pTabControl->GetSizePixel().Height() ) );  in IMPL_LINK()
 1022 	Size aSize = pTabControl->GetSizePixel();  in SetTabBarWidth()
 1046     return pTabControl->GetSizePixel().Width();  in GetTabBarWidth()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | brwbox1.cxx | 495 		Size aDataWinSize( pDataWin->GetSizePixel() );  in SetColumnPos()681 			long nMaxWidth = pDataWin->GetSizePixel().Width();  in SetColumnWidth()
 717 			long nLastColMaxWidth = pDataWin->GetSizePixel().Width() -  in SetColumnWidth()
 746 				aScrRect.Bottom() = pDataWin->GetSizePixel().Height();  in SetColumnWidth()
 1109 				pDataWin->GetSizePixel() ) );  in ScrollColumns()
 1192 			Abs( nDeltaY ) < pDataWin->GetSizePixel().Height() )  in ScrollRows()
 1499 						Size( pDataWin->GetSizePixel().Width(),  in RowRemoved()
 1624 	Size aSz( pDataWin->GetSizePixel() );  in GoToRow()
 1721 							pDataWin->GetSizePixel().Width()-nWidth, sal_False );  in GoToColumnId()
 2181 	Size aTestSize = pDataWin->GetSizePixel();  in MakeFieldVisible()
 [all …]
 
 | 
| /aoo42x/main/basctl/source/dlged/ | 
| H A D | managelang.cxx | 151 	long nInfoWidth = m_aInfoFT.GetSizePixel().Width();  in CalcInfoSize()157 		Size aFTSize = m_aLanguageFT.GetSizePixel();  in CalcInfoSize()
 158 		Size aSize = m_aInfoFT.GetSizePixel();  in CalcInfoSize()
 164 		aSize = m_aLanguageLB.GetSizePixel();  in CalcInfoSize()
 372 	long nInfoWidth = m_aInfoFT.GetSizePixel().Width();  in CalcInfoSize()
 378 		Size aFTSize = m_aLanguageFT.GetSizePixel();  in CalcInfoSize()
 379 		Size aSize = m_aInfoFT.GetSizePixel();  in CalcInfoSize()
 387 		aSize = pWin->GetSizePixel();  in CalcInfoSize()
 
 | 
| /aoo42x/main/svx/source/svdraw/ | 
| H A D | svdhdl.cxx | 796 				(sal_uInt16)(aBmpEx1.GetSizePixel().Width() - 1), 0,  in CreateOverlayObject()797 				(sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1), 0);  in CreateOverlayObject()
 803 				(sal_uInt16)(aBmpEx1.GetSizePixel().Width() - 1) >> 1,  in CreateOverlayObject()
 804 				(sal_uInt16)(aBmpEx1.GetSizePixel().Height() - 1) >> 1,  in CreateOverlayObject()
 805 				(sal_uInt16)(aBmpEx2.GetSizePixel().Width() - 1) >> 1,  in CreateOverlayObject()
 806 				(sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1);  in CreateOverlayObject()
 824 				(sal_uInt16)(aBmpEx.GetSizePixel().Width() - 1), 0);  in CreateOverlayObject()
 837 				nCenX = (sal_uInt16)(aBmpEx.GetSizePixel().Width() - 1);  in CreateOverlayObject()
 846 				nCenY = (sal_uInt16)(aBmpEx.GetSizePixel().Height() - 1);  in CreateOverlayObject()
 2439 							(sal_uInt16)(aBmpEx1.GetSizePixel().Width() - 1) >> 1,  in CreateB2dIAObject()
 [all …]
 
 |