Home
last modified time | relevance | path

Searched refs:aSize (Results 501 – 525 of 799) sorted by relevance

1...<<21222324252627282930>>...32

/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx882 geometry::RealSize2D aSize (CalculatePartSize(rxCanvas, *iPart, bIsHorizontal)); in Layout() local
885 aPartSizes[nIndex] = aSize; in Layout()
897 aTotalSize.Width += aSize.Width; in Layout()
899 aTotalSize.Height = ::std::max(aTotalSize.Height, aSize.Height); in Layout()
1787 geometry::IntegerSize2D aSize (xBitmap->getSize()); in CreateBoundingSize() local
1789 ::std::max(aSize.Width, sal_Int32(0.5 + aTextBBox.X2 - aTextBBox.X1)), in CreateBoundingSize()
1790 aSize.Height+ nGap + nTextHeight); in CreateBoundingSize()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1820 Size aSize( pVirDev->LogicToLogic(Size(1,1),MapMode(MAP_INCH), aTargetMapMode) ); in WriteHeader() local
1821 sal_uInt16 nUnitsPerInch = (sal_uInt16) ( ( aSize.Width() + aSize.Height() ) >> 1 ); in WriteHeader()
2003 Size aSize = pVirDev->LogicToLogic( rPrefSize, aSrcMapMode, rMapMode ); in CalcSaveTargetMapMode() local
2005 while( nDivisor <= 64 && (aSize.Width() > 32767 || aSize.Height() > 32767) ) in CalcSaveTargetMapMode()
2015 aSize = pVirDev->LogicToLogic( rPrefSize, aSrcMapMode, rMapMode ); in CalcSaveTargetMapMode()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1177 awt::Size aSize(xShape->getSize()); in GetAnchor() local
1179 Rectangle aRectangle(aPoint.X, aPoint.Y, aPoint.X + aSize.Width, aPoint.Y + aSize.Height); in GetAnchor()
2166 Size aSize; in LogicToPixel() local
2169 aSize = pWin->LogicToPixel(rSize, pWin->GetDrawMapMode()); in LogicToPixel()
2170 return aSize; in LogicToPixel()
2191 Size aSize; in PixelToLogic() local
2194 aSize = pWin->PixelToLogic(rSize, pWin->GetDrawMapMode()); in PixelToLogic()
2195 return aSize; in PixelToLogic()
/trunk/main/toolkit/source/awt/
H A Dvclxbitmap.cxx63 …::com::sun::star::awt::Size aSize( maBitmap.GetSizePixel().Width(), maBitmap.GetSizePixel().Height… in IMPL_XTYPEPROVIDER_START()
64 return aSize; in IMPL_XTYPEPROVIDER_START()
H A Dvclxtabpagemodel.cxx58 Size aSize = pDev->PixelToLogic( pWindow->GetSizePixel() ); in draw() local
61 pWindow->Draw( pDev, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx42 Size aSize; member
49 aSize( 0, 0 ), aSpace( 0, 0 ), pGraphic( NULL ), in ScHTMLImage()
H A Dhtmlexp.hxx73 Size aSize; // Groesse in Pixeln member
81 aRange( rRange ), aSize( rSize ), aSpace( rSpace ), in ScHTMLGraphEntry()
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContFrame.java82 Dimension aSize = aApp.getSize(); in start() local
86 aFrame.setSize( aSize ); in start()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx479 Size aSize (pWindow->GetSizePixel()); in getBounds() local
480 aBBox.Width = aSize.Width(); in getBounds()
481 aBBox.Height = aSize.Height(); in getBounds()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2361 awt::Size aSize = xShape->getSize(); in getRectangleOfShape() local
2362 aRet = BaseGFXHelper::makeRectangle(aPos,aSize); in getRectangleOfShape()
2374 const awt::Size aSize( xShape->getSize() ); in getSizeAfterRotation() local
2377 aRet = aSize; in getSizeAfterRotation()
2394 aSize.Width*rtl::math::sin( fAnglePi ) in getSizeAfterRotation()
2395 + aSize.Height*rtl::math::cos( fAnglePi )); in getSizeAfterRotation()
2397 aSize.Width*rtl::math::cos( fAnglePi ) in getSizeAfterRotation()
2398 + aSize.Height*rtl::math::sin( fAnglePi )); in getSizeAfterRotation()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextStyleHandler.java101 Size aSize = new Size(nPageHeight, nPageWidth); in changePageAlignment() local
102 _xPropPageStyle.setPropertyValue("Size", aSize); in changePageAlignment()
/trunk/main/vcl/source/control/
H A Dmenubtn.cxx75 Size aSize = GetSizePixel(); in ImplExecuteMenu() local
76 Rectangle aRect( aPos, aSize ); in ImplExecuteMenu()
H A Dfixbrd.cxx161 Size aSize = pDev->LogicToPixel( rSize ); in Draw() local
165 ImplDraw( pDev, nFlags, aPos, aSize ); in Draw()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContFrame.java92 Dimension aSize = aFrame.m_aApp.getSize(); in start() local
96 aFrame.setSize( aSize ); in start()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx373 Size aSize(GetSizePixel()); in SuggestionDisplay() local
374 m_aValueSet.SetSizePixel(aSize); in SuggestionDisplay()
375 m_aListBox.SetSizePixel(aSize); in SuggestionDisplay()
567 Size aSize = m_pPlayground->GetWordInputControl().GetSizePixel(); in HangulHanjaConversionDialog() local
568 aSize.Width() -= nTooLargeByPixels; in HangulHanjaConversionDialog()
569 m_pPlayground->GetWordInputControl().SetSizePixel( aSize ); in HangulHanjaConversionDialog()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx75 ::basegfx::B2ISize aSize( ::std::min( aImageSize.getX()-x, in SurfaceProxy()
86 aSize))); in SurfaceProxy()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx145 Size aSize( GetTextWidth( String::CreateFromAscii("-100 %") ), GetTextHeight() ); in ImplGrafMetricField() local
147 aSize.Width() += 20, aSize.Height() += 6; in ImplGrafMetricField()
148 SetSizePixel( aSize ); in ImplGrafMetricField()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1151 Size aSize(aAlignedGrfArea.SSize()); in PaintPicture() local
1176 pGraphic->Draw( pOut, aPosition, aSize ); in PaintPicture()
1182 ::svt::EmbeddedObjectRef::DrawShading( Rectangle( aPosition, aSize ), pOut ); in PaintPicture()
1186 …::svt::EmbeddedObjectRef::DrawPaintReplacement( Rectangle( aPosition, aSize ), pOLENd->GetOLEObj()… in PaintPicture()
/trunk/main/svtools/source/control/
H A Dfixedhyper.cxx175 Size aSize = GetSizePixel(); in MouseButtonUp() local
177 if ( aSize.Width() < aImgSz.Width() ) in MouseButtonUp()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh2.cxx83 Size aSize( (long) ( STD_COL_WIDTH * HMM_PER_TWIPS * OLE_STD_CELLS_X ), in InitNew() local
86 SetVisAreaOrSize( Rectangle( Point(), aSize ), sal_True ); in InitNew()
/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx196 Size aSize = pObj->GetSnapRect().GetSize(); in GetSymbolGraphic() local
197 aGraph.SetPrefSize(aSize); in GetSymbolGraphic()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx362 Size aSize = aDateTimeText.GetSizePixel(); in RecalcDateColumn() local
363 aSize.Width() += nDelta; in RecalcDateColumn()
364 aDateTimeText.SetSizePixel( aSize ); in RecalcDateColumn()
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx90 const Size aSize( nWidth, nHeight ); in CreateBitmaps() local
96 aBmp1 = Bitmap( aSize, 1 ); in CreateBitmaps()
114 aBmp8 = Bitmap( aSize, 8, pPal ); in CreateBitmaps()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx403 Size aSize = mpCheckBox->CalcMinimumSize( aMinCheckboxSize.Width() ); in ImplPosControls() local
412 … aPageSize.Height() += aSize.Height() + (IMPL_DIALOG_OFFSET*2)+(IMPL_MSGBOX_OFFSET_EXTRA_Y*2); in ImplPosControls()
414 mpCheckBox->SetPosSizePixel( aPos, aSize ); in ImplPosControls()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1891 Size aSize; in _PasteOLE() local
1895 aSize = aObjDesc.maSize; in _PasteOLE()
1899 aSize = xObjRef.GetSize( &aMapMode ); in _PasteOLE()
1904 aSize = Size( aObjDesc.maSize ); //immer 100TH_MM in _PasteOLE()
1906 aSize = OutputDevice::LogicToLogic( aSize, MAP_100TH_MM, aUnit ); in _PasteOLE()
1917 if ( aSz.Width != aSize.Width() || aSz.Height != aSize.Height() ) in _PasteOLE()
1919 aSz.Width = aSize.Width(); in _PasteOLE()
1920 aSz.Height = aSize.Height(); in _PasteOLE()

Completed in 988 milliseconds

1...<<21222324252627282930>>...32