Home
last modified time | relevance | path

Searched refs:Width (Results 476 – 500 of 1801) sorted by relevance

1...<<11121314151617181920>>...73

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_basctl/
H A DAccessibleShape.java134 newPosSize.Width = oldPosSize.Width/2; in createTestEnvironment()
138 basicIDE.setPosSize(newPosSize.X, newPosSize.Y, newPosSize.Width, in createTestEnvironment()
141 basicIDE.setPosSize(oldPosSize.X, oldPosSize.Y, oldPosSize.Width, in createTestEnvironment()
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx98 if (aControlShapeSize.Width < MIN_WIDTH) in doLayout()
99 aControlShapeSize.Width = MIN_WIDTH; in doLayout()
117 aButtonSize.Width = aControlShapeSize.Width - OFFSET; in doLayout()
/trunk/main/sw/source/core/layout/
H A Dflyincnt.cxx346 Frm().Width() > pFrm->Prt().Width() ) in MakeAll()
348 Frm().Width( pFrm->Prt().Width() ); in MakeAll()
/trunk/main/svtools/source/control/
H A Droadmap.cxx205 …aLabelSize.Width() -= m_rAntiImpl.LogicToPixel( Size( 2 * ROADMAP_INDENT_X, 0 ), MAP_APPFONT ).Wid… in initItemSize()
668 …Point aBitmapPos( aMySize.Width() - aBitmapSize.Width(), aMySize.Height() - aBitmapSize.Height() … in Paint()
688 …DrawTextLine( aTextPos, aOutputSize.Width(), STRIKEOUT_NONE, UNDERLINE_SINGLE, UNDERLINE_NONE, sal… in DrawHeadline()
879 sal_Int32 nDescPos = aIDPos.X() + mpID->GetSizePixel().Width(); in SetPosition()
930 … Size aDescriptionSize = mpDescription->CalcMinimumSize( m_aItemPlayground.Width() - nIDWidth ); in ImplUpdatePosSize()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx439 const sal_Int32 nWidth(aPixelSize.Width()); in bitmapExFromXBitmap()
462 return geometry::RealSize2D( rSize.Width(), in size2DFromSize()
480 return Size( static_cast<long>(rSize.Width + .5), in sizeFromRealSize2D()
540 return ::basegfx::B2DVector( rSize.Width(), in b2DSizeFromSize()
560 return ::basegfx::B2IVector( rSize.Width(), in b2ISizeFromSize()
580 return geometry::IntegerSize2D( rSize.Width(), in integerSize2DFromSize()
598 return Size( rSize.Width, in sizeFromIntegerSize2D()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx417 return( ImplMap( aSz, aSz ).Width() ); in ImplMap()
897 aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteText()
899 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in ImplWriteText()
901 const double fFactor = (double) nWidth / aNormSize.Width(); in ImplWriteText()
969 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()
981 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()
1060 aString += ::rtl::OUString::valueOf( aSz.Width() ); in ImplWriteBmp()
1386 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions()
1929 aMapMode.SetScaleX( aFractionX *= Fraction( aSize.Width(), aPrefSize.Width() ) ); in WriteMetaFile()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx130 …virtual void SAL_CALL drawRect( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Heigh…
131 …virtual void SAL_CALL drawRoundedRect( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int3…
135 …virtual void SAL_CALL drawEllipse( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 He…
136 …virtual void SAL_CALL drawArc( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height…
137 …virtual void SAL_CALL drawPie( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height…
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx52 DBG_ASSERT (maPreviewSize.Width()<1000 && maPreviewSize.Height()<1000, in GenericPageCache()
104 DBG_ASSERT (maPreviewSize.Width()<1000 && maPreviewSize.Height()<1000, in ChangePreviewSize()
144 if (bResize && aBitmapSize.Width()>0 && aBitmapSize.Height()>0) in GetPreviewBitmap()
181 if (aBitmapSize.Width()>0 && aBitmapSize.Height()>0) in GetMarkedPreviewBitmap()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx118 aSpace.Width() += (nCol2-nCol1) * (nCellSpacing+1); in FillGraphList()
120 aSpace.Width() /= 2; in FillGraphList()
138 ByteString::CreateFromInt32( pE->aSize.Width() ); in WriteGraphEntry()
144 ByteString::CreateFromInt32( pE->aSpace.Width() ); in WriteGraphEntry()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldDescWin.cxx161 DrawLine( Point(0,0), Point(GetSizePixel().Width(),0) ); in Paint()
165 …DrawLine( Point(3, DETAILS_HEADER_HEIGHT), Point(GetSizePixel().Width()-6, DETAILS_HEADER_HEIGHT) … in Paint()
167 …DrawLine( Point(3, DETAILS_HEADER_HEIGHT-1), Point(GetSizePixel().Width()-6, DETAILS_HEADER_HEIGHT… in Paint()
177 long nOutputWidth = aOutputSize.Width(); in Resize()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx335 w = aScreenSize.Width(); in Init()
341 if( aScreenSize.Width() >= 800 ) in Init()
343 if( aScreenSize.Width() >= 1024 ) in Init()
872 if( aSize.Width() && aSize.Height() ) in SetBackgroundBitmap()
877 aSize.Width(), in SetBackgroundBitmap()
1456 nScreenWidth = aScreenSize.Width(); in Center()
1933 if( rSize.Width() > 0 && rSize.Height() > 0 ) in SetSize()
1946 pHints->min_width = rSize.Width(); in SetSize()
1948 pHints->max_width = rSize.Width(); in SetSize()
1965 maGeometry.nWidth = rSize.Width(); in SetSize()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx273 if ( !bCheckMaxWidth || (aWinSize.Width() <= maxWidth) ) in GetSize()
275 aSize.Width() = aWinSize.Width(); in GetSize()
283 aSize.Width() = 0; in GetSize()
293 aSize.Width() = mnSepSize; in GetSize()
298 aSize.Width() = rDefaultSize.Width(); in GetSize()
304 aSize.Width() = 0; in GetSize()
1180 if( devPos.X() + rSize.Width() >= aScreen.Right() ) in ImplGetPopupPosition()
1181 aPos.X() = rRect.Left() - rSize.Width(); in ImplGetPopupPosition()
1187 if( devPos.X() - rSize.Width() > aScreen.Left() ) in ImplGetPopupPosition()
1188 aPos.X() -= rSize.Width(); in ImplGetPopupPosition()
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx267 aSz.Width = 5000; in notifyEvent()
273 aSz.Width = 5000; in notifyEvent()
277 aVisArea.SetSize( Size( aSz.Width, aSz.Height ) ); in notifyEvent()
286 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in notifyEvent()
289 if( aPixelDiff.Width() || aPixelDiff.Height() ) in notifyEvent()
574 Size( aLogicRect.GetWidth() - aNewObjSize.Width(), in changedPlacement()
577 if( aPixelDiff.Width() || aPixelDiff.Height() ) in changedPlacement()
1846 aSz.Width = aVisSize.Width(); in ImpSetVisAreaSize()
1858 aAcceptedVisArea.SetSize( Size( (long)( Fraction( long( aSz.Width ) ) * aScaleWidth ), in ImpSetVisAreaSize()
2275 aScaleWidth = Fraction(aSize.Width(), aObjAreaSize.Width() ); in CalculateNewScaling()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1563 …ct.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Bottom… in GetBottomScrollRect()
1564 …Size aSize(GetSidebarWidth() - mpEditWin->PixelToLogic(Size(4,0)).Width(), mpEditWin->PixelToLogic… in GetBottomScrollRect()
1573 …debarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Top() … in GetTopScrollRect()
1574 …ct.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Top() … in GetTopScrollRect()
1575 …Size aSize(GetSidebarWidth() - mpEditWin->PixelToLogic(Size(4,0)).Width(), mpEditWin->PixelToLogic… in GetTopScrollRect()
1585 …debarWidth()-GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Bottom… in ScrollbarHit()
1586 …ect.Right() + GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Bottom… in ScrollbarHit()
1589 …idebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Top() … in ScrollbarHit()
1590 …eRect.Right()+GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aPageRect.Top() … in ScrollbarHit()
1681 return mpEditWin->PixelToLogic(Size( aWidth ,0)).Width(); in GetSidebarWidth()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx145 … nGrfDPIx = aGrfPixelSize.Width() / ( (double)aGrfMap.GetScaleX() * aGrfPrefMapModeSize.Width() ); in HasContour()
153 nGrfDPIx = 1000.0 * aGrfPixelSize.Width() / aGrf1000thInchSize.Width(); in HasContour()
/trunk/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx217 return ::com::sun::star::awt::Rectangle( 0,0,rBounds.Width,rBounds.Height ); in transformBounds()
228 e.Width, in boundsChanged()
233 rNewBounds.Width != maBounds.Width || in boundsChanged()
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx127 aBmpData.Width = aSize.getX(); in getFastPropertyValue()
129 aBmpData.Stride = 4*aBmpData.Width; in getFastPropertyValue()
201 aBmpData.Width = aSize.getX(); in getFastPropertyValue()
203 aBmpData.Stride = 4*aBmpData.Width; in getFastPropertyValue()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx137 aSplitSize.Width() = aPlayground.GetWidth(); in resizeAll()
259 Size aBeamer(aSize.Width(),sal_Int32(aSize.Height()*0.33)); in showPreview()
267 m_pSplitter->SetPosSizePixel( Point(0,aBeamer.Height()), Size(aSize.Width(),nFrameHeight) ); in showPreview()
270 …m_pViewSwitch->SetPosSizePixel(aPos,Size(aBeamer.Width(),aSize.Height() - aBeamer.Height()-nFrameH… in showPreview()
/trunk/main/sc/source/filter/excel/
H A Dxlpage.cxx212 if( !aSize.Width() || !aSize.Height() ) in GetScPaperSize()
216 ::std::swap( aSize.Width(), aSize.Height() ); in GetScPaperSize()
225 long nWidth = bPortrait ? rSize.Width() : rSize.Height(); in SetScPaperSize()
226 long nHeight = bPortrait ? rSize.Height() : rSize.Width(); in SetScPaperSize()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java70 ( pagePlayground.X + ( pagePlayground.Width - BIG_CIRCLE_SIZE ) / 2 ), in doSingleModification()
108 pagePlayground.X + pagePlayground.Width - SMALL_CIRCLE_SIZE, in doMultipleModifications()
120 pagePlayground.X + pagePlayground.Width - SMALL_CIRCLE_SIZE, in doMultipleModifications()
181 assertEquals( "unexpected shape width", i_expectedWidth, shapeSize.Width ); in verifyShapeGeometry()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx70 if (!pInfo->aSize.Width() || !pInfo->aSize.Height()) in SFX_IMPL_FLOATINGWINDOW()
395 aHeadSize.Width() = aLBSize.Width(); in SwSendMailDialog()
404 long nPos1 = aSz.Width()/3 * 2; in SwSendMailDialog()
405 long nPos2 = aSz.Width()/3; in SwSendMailDialog()
416 static long nTabs[] = {3, 0, nPos1, aSz.Width() }; in SwSendMailDialog()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx273 aPos.X() += GetSizePixel().Width() / 2 - aTextSize.Width() / 2; in Paint()
611 if(aVendorSize.Width() < aImageSize.Width()) in IMPL_STATIC_LINK()
612 aVendorSize.Width() = aImageSize.Width(); in IMPL_STATIC_LINK()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx173 else if ( aPos.X() > aSize.Width()-5 ) in MouseMove()
174 aPos.X() = aSize.Width()-5; in MouseMove()
336 aOutputSize.setWidth( aOutputSize.Width() - SBWIDTH ); in DrawChars_Impl()
342 DrawLine( Point( 0, nY * i ), Point( aOutputSize.Width(), nY * i ) ); in DrawChars_Impl()
494 nX = (aOrigSize.Width() - (bNeedVscroll ? SBWIDTH : 0)) / COLUMN_COUNT; in SetFont()
513 Point aNewPos = aOrigPos + Point( (aOrigSize.Width() - aNewSize.Width()) / 2, 0 ); in SetFont()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx130 mnSavedSidebarWidth(pParentWindow->GetSizePixel().Width()), in SidebarController()
348 const sal_Int32 nWidth (pParentWindow->GetSizePixel().Width()); in NotifyResize()
672 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
829 mnWidthOnSplitterButtonDown = mpParentWindow->GetSizePixel().Width(); in IMPL_LINK()
834 ProcessNewWidth(mpParentWindow->GetSizePixel().Width()); in IMPL_LINK()
1173 aWindowSize.Width() - TabBar::GetDefaultWidth() - aImageSize.Width(), in UpdateCloseIndicator()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1002 sal_Int32 aWidthDelta = aWinRect.Width - aOldOffset.x; in resizeWin()
1263 aNewSize.Width = aNewSize.Width * 144 / 254; in SetExtent()
1297 aDocSize.Width = aDocSize.Width * 254 / 144; in GetExtent()
1301 pSize->cx = aDocSize.Width; in GetExtent()
1445 RequestedSpace.Width,RequestedSpace.Height); in requestDockingAreaSpace()
1467 BorderSpace.Width,BorderSpace.Height); in setDockingAreaSpace()
1474 HRGN hrgn2 = CreateRectRgn(aRect.right-BorderSpace.Width,0,aRect.right,aRect.bottom); in setDockingAreaSpace()

Completed in 233 milliseconds

1...<<11121314151617181920>>...73