Home
last modified time | relevance | path

Searched refs:aSize (Results 251 – 275 of 802) sorted by relevance

1...<<11121314151617181920>>...33

/aoo41x/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx468 Size aSize = xObj.GetSize( &aMapMode ); in InsertObject() local
469 aArea.Width( aSize.Width() ); in InsertObject()
470 aArea.Height( aSize.Height() ); in InsertObject()
713 … Size aSize( OutputDevice::LogicToLogic( aRect.SVRect(), MAP_TWIP, aUnit ).GetSize() ); in CalcAndSetScale() local
715 aSz.Width = aSize.Width(); in CalcAndSetScale()
716 aSz.Height = aSize.Height(); in CalcAndSetScale()
780 awt::Size aSize; in CalcAndSetScale() local
783 aSize = xObj->getVisualAreaSize( nAspect ); in CalcAndSetScale()
797 Size _aVisArea( aSize.Width, aSize.Height ); in CalcAndSetScale()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdevice.cxx330 …L_CALL VCLXDevice::convertSizeToLogic( const ::com::sun::star::awt::Size& aSize, ::sal_Int16 Targe… in convertSizeToLogic() argument
332 (void)aSize; in convertSizeToLogic()
347 ::Size aVCLSize = VCLUnoHelper::ConvertToVCLSize(aSize); in convertSizeToLogic()
355 …L_CALL VCLXDevice::convertSizeToPixel( const ::com::sun::star::awt::Size& aSize, ::sal_Int16 Sourc… in convertSizeToPixel() argument
357 (void)aSize; in convertSizeToPixel()
371 ::Size aVCLSize = VCLUnoHelper::ConvertToVCLSize(aSize); in convertSizeToPixel()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx268 const Size aSize (pFont->GetSize()); in GetFont() local
269 pFont->SetSize(Size(aSize.Width()*5/3, aSize.Height()*5/3)); in GetFont()
278 const Size aSize (pFont->GetSize()); in GetFont() local
279 pFont->SetSize(Size(aSize.Width()*4/3, aSize.Height()*4/3)); in GetFont()
/aoo41x/test/testuno/source/fvt/uno/sw/frame/
H A DFrameSize.java77 Size aSize = new Size(); in testFrameSize() local
78 aSize.Height = 41; in testFrameSize()
79 aSize.Width = 15000; in testFrameSize()
80 xShape.setSize(aSize); in testFrameSize()
/aoo41x/main/svtools/source/control/
H A Dprgsbar.cxx152 Size aSize = GetOutputSizePixel(); in ImplDrawProgress() local
153 mnPrgsHeight = aSize.Height()-(PROGRESSBAR_WIN_OFFSET*2); in ImplDrawProgress()
156 long nMaxWidth = (aSize.Width()-(PROGRESSBAR_WIN_OFFSET*2)+PROGRESSBAR_OFFSET); in ImplDrawProgress()
167 maPos.X() = (aSize.Width()-nMaxWidth)/2; in ImplDrawProgress()
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx448 Size aSize( VisArea().SSize() ); in ImplUnlockPaint() local
449 aSize.Width() += 20; in ImplUnlockPaint()
450 aSize.Height()+= 20; in ImplUnlockPaint()
451 if( pVout->SetOutputSize( aSize ) ) in ImplUnlockPaint()
469 VisArea().Pos(), aSize, *pVout ); in ImplUnlockPaint()
1364 aSize.Width() = Min(aSize.Width(), pRect->GetWidth()+2*aPixSz.Width()); in SmoothScroll()
1365 if ( pVout->SetOutputSize( aSize ) ) in SmoothScroll()
1371 aRect.Height( aSize.Height() ); in SmoothScroll()
2645 Size aSize; in GetPageSize() local
2658 aSize = pPage->Frm().SSize(); in GetPageSize()
[all …]
/aoo41x/main/vcl/source/app/
H A Dhelp.cxx405 Size aSize; in SetHelpText() local
406 aSize.Height() = GetTextHeight(); in SetHelpText()
408 aSize.Width() = GetCtrlTextWidth( maHelpText ); in SetHelpText()
410 aSize.Width() = GetTextWidth( maHelpText ); in SetHelpText()
411 maTextRect = Rectangle( Point( HELPTEXTMARGIN_QUICK, HELPTEXTMARGIN_QUICK ), aSize ); in SetHelpText()
435 Size aSize( CalcOutSize() ); in SetHelpText() local
436 SetOutputSizePixel( aSize ); in SetHelpText()
/aoo41x/main/sw/source/ui/utlui/
H A Duitool.cxx207 SwFmtFrmSize aSize(ATT_FIX_SIZE); in ItemSetToPageDesc() local
208 aSize.SetSize(rSizeItem.GetSize()); in ItemSetToPageDesc()
209 rMaster.SetFmtAttr(aSize); in ItemSetToPageDesc()
411 SvxSizeItem aSize(SID_ATTR_PAGE_SIZE, Size(rFrmSize.GetSize())); in PageDescToItemSet() local
412 aHeaderSet.Put(aSize); in PageDescToItemSet()
457 SvxSizeItem aSize(SID_ATTR_PAGE_SIZE, Size(rFrmSize.GetSize())); in PageDescToItemSet() local
458 aFooterSet.Put(aSize); in PageDescToItemSet()
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DShapeHelper.java53 XShapes xShapes, Point aPos, Size aSize, String sShapeType ) in createAndInsertShape() argument
56 XShape xShape = createShape( xDrawDoc, aPos, aSize, sShapeType ); in createAndInsertShape()
66 Point aPos, Size aSize, String sShapeType ) in createShape() argument
77 xShape.setSize( aSize ); in createShape()
/aoo41x/main/basctl/source/basicide/
H A Dbasicrenderable.cxx148 awt::Size aSize; in getRenderer() local
149 aSize.Width = aPageSize.Width(); in getRenderer()
150 aSize.Height = aPageSize.Height(); in getRenderer()
151 aVals[0].Value <<= aSize; in getRenderer()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx177 Size aSize(GetTextWidth(GetText()) + 20, in MouseButtonDown() local
180aSize.Height() += (m_pTabWin->GetListBox()->GetEntryCount() + 2) * m_pTabWin->GetListBox()->GetEnt… in MouseButtonDown()
181 if(m_pTabWin->GetSizePixel() != aSize) in MouseButtonDown()
183 m_pTabWin->SetSizePixel(aSize); in MouseButtonDown()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx339 Size aSize = GetSizePixel(); in OSaveAsDlg() local
340 aSize.Height() = in OSaveAsDlg()
342 SetSizePixel(aSize); in OSaveAsDlg()
460 Size aSize = GetSizePixel(); in implInit() local
461 aSize.Height() -= nMoveUp; in implInit()
462 SetSizePixel(aSize); in implInit()
/aoo41x/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx654 SIZEL aSize; in Save() local
655 hr = m_pDocHolder->GetExtent( &aSize ); in Save()
663 *((sal_Int32*)&aInf[8]) = aSize.cx; in Save()
664 *((sal_Int32*)&aInf[12]) = aSize.cy; in Save()
837 SIZEL aSize; in Load() local
838 hr = m_pDocHolder->GetExtent( &aSize ); in Load()
846 *((sal_Int32*)&aInf[8]) = aSize.cx; in Load()
847 *((sal_Int32*)&aInf[12]) = aSize.cy; in Load()
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx158 Size aSize = rChooserButton.PixelToLogic( rEditField.GetSizePixel(), MAP_APPFONT ); in lcl_ShowChooserButton() local
159 aSize.setWidth( aSize.getWidth() + nWidhtDiff ); in lcl_ShowChooserButton()
160 rEditField.SetSizePixel( rChooserButton.LogicToPixel( aSize, MAP_APPFONT )); in lcl_ShowChooserButton()
216 Size aSize( rControl.GetSizePixel()); in lcl_increaseHeightOfControl() local
217 aSize.setHeight( aSize.getHeight () + nYOffset ); in lcl_increaseHeightOfControl()
218 rControl.SetSizePixel( aSize ); in lcl_increaseHeightOfControl()
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx3011 if ( !aSize.Height() ) in ImplNewFont()
3023 aSize.Width() = 1; in ImplNewFont()
7260 aSize.Height() *= 10; in GetDevFontSize()
7262 aSize = PixelToLogic( aSize, aMap ); in GetDevFontSize()
7263 aSize.Height() += 5; in GetDevFontSize()
7264 aSize.Height() /= 10; in GetDevFontSize()
7271 aSize = LogicToPixel( aSize, aMap ); in GetDevFontSize()
7272 aSize = PixelToLogic( aSize ); in GetDevFontSize()
7273 aSize.Height() += 5; in GetDevFontSize()
7276 return aSize; in GetDevFontSize()
[all …]
/aoo41x/main/canvas/source/directx/
H A Ddx_5rm.cxx1265 const ::basegfx::B2ISize aSize( getFramebufferSize() ); in create() local
1271 aSurfaceDesc.dwHeight= aSize.getY(); in create()
1272 aSurfaceDesc.dwWidth = aSize.getX(); in create()
1895 aSurfaceDesc.dwHeight= aSize.getY(); in validateMainSurfaces()
1896 aSurfaceDesc.dwWidth = aSize.getX(); in validateMainSurfaces()
2101 ::basegfx::B2ISize aSize(surfaceSize); in createSurface()
2102 if(!(aSize.getX())) in createSurface()
2103 aSize.setX(rPageSize.getX()); in createSurface()
2104 if(!(aSize.getY())) in createSurface()
2105 aSize.setY(rPageSize.getY()); in createSurface()
[all …]
/aoo41x/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx49 const awt::Size& aSize ) in initializeWindow() argument
65 aHatchBorderSize = aSize; in initializeWindow()
66 pHatchWindow->SetHatchBorderPixel( Size( aSize.Width, aSize.Height ) ); in initializeWindow()
/aoo41x/main/basic/source/runtime/
H A Dinputbox.cxx122 Size aSize( rDlgSize ); in PositionPrompt() local
123 aSize.Width() -= 70; in PositionPrompt()
124 aSize.Height() -= 50; in PositionPrompt()
125 aPromptText.SetSizePixel( LogicToPixel(aSize)); in PositionPrompt()
/aoo41x/main/cui/source/dialogs/
H A Dcommonlingui.cxx197 Size aSize; in Enlarge() local
208 aSize = pResize[i]->GetSizePixel( ); in Enlarge()
209 pResize[i]->SetSizePixel( Size( aSize.Width() + _nX, aSize.Height() + _nY ) ); in Enlarge()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx475 const Size aSize( rSalBitmap.GetSize() ); in drawBitmap() local
476 HBITMAP hMaskBitmap = CreateBitmap( (int) aSize.Width(), (int) aSize.Height(), 1, 1, NULL ); in drawBitmap()
487 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap()
501 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap()
/aoo41x/main/svx/source/unodraw/
H A Dunopage.cxx558 awt::Size aSize = xShape->getSize(); in _CreateSdrObject() local
559 aSize.Width += 1; in _CreateSdrObject()
560 aSize.Height += 1; in _CreateSdrObject()
562 Rectangle aRect( Point( aPos.X, aPos.Y ), Size( aSize.Width, aSize.Height ) ); in _CreateSdrObject()
597 double fW = (double)aSize.Width; in _CreateSdrObject()
598 double fH = (double)aSize.Height; in _CreateSdrObject()
/aoo41x/main/sfx2/source/dialog/
H A Dbasedlgs.cxx247 aSize = GetSizePixel(); in StateChanged()
332 aSize = GetSizePixel(); in IMPL_LINK()
477 rInfo.aSize = aSize; in FillInfo()
647 aSize = GetSizePixel(); in IMPL_LINK()
701 rInfo.aSize = aSize; in FillInfo()
/aoo41x/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx420 AwtSize aSize( m_xAssociatedShape->getSize() ); in setPropertyValue() local
422 aSize.Width = nSize; in setPropertyValue()
424 aSize.Height = nSize; in setPropertyValue()
425 m_xAssociatedShape->setSize( aSize ); in setPropertyValue()
749 AwtSize aSize = m_xShape->getSize(); in propertyChange() local
750 … aEventTranslations.push_back( EventTranslation( PROPERTY_WIDTH, makeAny( aSize.Width ) ) ); in propertyChange()
751 … aEventTranslations.push_back( EventTranslation( PROPERTY_HEIGHT, makeAny( aSize.Height ) ) ); in propertyChange()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx379 … const CGSize aSize = CGDisplayScreenSize( nDisplayID ); // => result is in millimeters in initResolution() local
380 … mnRealDPIX = static_cast<long>((CGDisplayPixelsWide( nDisplayID ) * 25.4) / aSize.width); in initResolution()
381 … mnRealDPIY = static_cast<long>((CGDisplayPixelsHigh( nDisplayID ) * 25.4) / aSize.height); in initResolution()
1533 const Size aSize = rSrcBitmap.GetSize(); in drawTransformedBitmap() local
1537 xImage = rSrcSalBmp.CreateCroppedImage( 0, 0, (int)aSize.Width(), (int)aSize.Height() ); in drawTransformedBitmap()
1539 xImage = rSrcSalBmp.CreateWithMask( *pMaskSalBmp, 0, 0, (int)aSize.Width(), (int)aSize.Height() ); in drawTransformedBitmap()
1549 aXRel.getX()/aSize.Width(), aXRel.getY()/aSize.Width(), in drawTransformedBitmap()
1550 aYRel.getX()/aSize.Height(), aYRel.getY()/aSize.Height(), in drawTransformedBitmap()
1555 const CGRect aSrcRect = CGRectMake( 0, 0, aSize.Width(), aSize.Height()); in drawTransformedBitmap()
/aoo41x/main/avmedia/source/java/
H A DPlayer.java228 com.sun.star.awt.Size aSize = new com.sun.star.awt.Size( 0, 0 ); in getPreferredPlayerWindowSize() local
234 aSize.Width = Math.max( aDim.width, 0 ); in getPreferredPlayerWindowSize()
235 aSize.Height = Math.max( aDim.height, 0 ); in getPreferredPlayerWindowSize()
238 return aSize; in getPreferredPlayerWindowSize()

Completed in 536 milliseconds

1...<<11121314151617181920>>...33