Home
last modified time | relevance | path

Searched refs:Height (Results 401 – 425 of 1739) sorted by relevance

1...<<11121314151617181920>>...70

/trunk/main/svtools/source/control/
H A Dvalueacc.cxx469 const Point aSize( aRect.Width, aRect.Height ); in containsPoint()
515 aRet.Height = aOutSize.Height(); in getBounds()
561 aRet.Height = aRect.Height; in getSize()
1159 const Point aSize( aRect.Width, aRect.Height ); in containsPoint()
1193 aRet.Height = aRect.GetHeight(); in getBounds()
1241 aRet.Height = aRect.Height; in getSize()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx111 Size aSize( pSalBitmap->Width(), pSalBitmap->Height() ); in ResIdToPixbuf()
112 g_return_val_if_fail( Size( pSalAlpha->Width(), pSalAlpha->Height() ) == aSize, NULL ); in ResIdToPixbuf()
115 guchar *pPixbufData = ( guchar * )g_malloc( 4 * aSize.Width() * aSize.Height() ); in ResIdToPixbuf()
118 for( nY = 0; nY < pSalBitmap->Height(); nY++ ) in ResIdToPixbuf()
144 aSize.Width(), aSize.Height(), in ResIdToPixbuf()
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx171 aLayoutItemSize.Height() = std::max( aLayoutItemSize.Height(), aBmp.GetSizePixel().Height() ); in fillLayoutValueSet()
232 aSize.Height() += (mpLayoutSet1->GetLineCount() +1) * LAYOUT_BORDER_PIX; in LayoutToolbarMenu()
253 aSize.Height() += (mpLayoutSet2->GetLineCount() + 1) * LAYOUT_BORDER_PIX; in LayoutToolbarMenu()
/trunk/main/vcl/workben/
H A Dsvptest.cxx245 (aPaperSize.Height() - 8400)/2 + 8400 ); in Paint()
251 aPaperSize.Height()-200 ) ) ); in Paint()
254 aPaperSize.Height()-400 ) ) ); in Paint()
257 aPaperSize.Height()-600 ) ) ); in Paint()
289 aPaperSize.Height() - 4000 ) ), in Paint()
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx139 if( rNew.Height() > VIRTUALHEIGHT ) in DoesFit()
141 if( rNew.Width() <= 0 || rNew.Height() <= 0 ) in DoesFit()
205 aTmp.SSize().Height()+= aPixSz.Height()/2 + 1; in Enter()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx92 if( mpReaderData->maPreviewSize.Height() ) in IsPreviewModeEnabled()
551 if(rParameters.getSizePixel().Width() || rParameters.getSizePixel().Height()) in ImplGetBitmap()
562 if(rParameters.getSizePixel().Width() && rParameters.getSizePixel().Height()) in ImplGetBitmap()
568 if(aDrawSize.Width() && aDrawSize.Height() && !rParameters.getUnlimitedSize() in ImplGetBitmap()
569 … && (aDrawSize.Width() > GRAPHIC_MTFTOBMP_MAXEXT || aDrawSize.Height() > GRAPHIC_MTFTOBMP_MAXEXT)) in ImplGetBitmap()
572 double fWH((double)aDrawSize.Width() / (double)aDrawSize.Height()); in ImplGetBitmap()
658 if(rParameters.getSizePixel().Width() || rParameters.getSizePixel().Height()) in ImplGetBitmapEx()
762 if( !aSize.Width() || !aSize.Height() ) in ImplGetPrefSize()
849 if ( aSize.Width() && aSize.Height() ) in ImplGetPrefMapMode()
1396 rOStm << (long) aSize.Height(); in ImplWriteEmbedded()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx165 (aSzWnd.Height() - GetTextHeight())/2 ); in Paint()
311 nCatHeight=aLbCategory.GetSizePixel().Height(); in Init_Impl()
314 nCurFormatHeight=aLbFormat.GetSizePixel().Height(); in Init_Impl()
749 aSize.Height()=aLbFormat.GetSizePixel().Height(); in HideLanguage()
753 aSize.Height()=nCatHeight; in HideLanguage()
1170 aSize.Height()=nStdFormatHeight; in UpdateFormatListBox_Impl()
1181 aSize.Height()=nCurFormatHeight; in UpdateFormatListBox_Impl()
1916 aSize.Height()=nStdFormatHeight; in SetCategory()
1923 aSize.Height()=nCurFormatHeight; in SetCategory()
H A Dnumpages.cxx1690 aSz.Height() = aLevelFT.GetSizePixel().Height(); in Reset()
2352 aSize.Height() > MAX_BMP_HEIGHT) in IMPL_LINK()
2471 if (aInitSize[i].Height()) in IMPL_LINK()
2482 aSize.Height() = aInitSize[i].Height() + (long)((double)nDelta / fSizeRatio); in IMPL_LINK()
2491 aSize.Height() = nHeightVal; in IMPL_LINK()
2616 aGSize.Height() /= nDivision; in lcl_DrawGraphic()
2639 aTmpSize.Height() *= rFmt.GetBulletRelSize(); in lcl_DrawBullet()
2640 aTmpSize.Height() /= 100 ; in lcl_DrawBullet()
2642 if(!aTmpSize.Height()) in lcl_DrawBullet()
2643 aTmpSize.Height() = 1; in lcl_DrawBullet()
[all …]
/trunk/main/vcl/source/control/
H A Dslider.cxx323 nCalcHeight = aSize.Height(); in ImplCalc()
325 maThumbRect.Bottom()= aSize.Height()-1; in ImplCalc()
329 nCalcWidth = aSize.Height(); in ImplCalc()
520 aRect.Bottom() = aSize.Height()-1; in ImplIsPageUp()
539 aRect.Bottom() = aSize.Height()-1; in ImplIsPageDown()
1070 aSize.Height() = nHeight; in CalcWindowSizePixel()
1074 aSize.Height() = nWidth; in CalcWindowSizePixel()
H A Dimgctrl.cxx77 const double nRatioY = 1.0 * aPaintSize.Height() / _rBitmapSize.Height(); in lcl_calcPaintSize()
80 …return Size( long( _rBitmapSize.Width() * nRatioMin ), long( _rBitmapSize.Height() * nRatioMin ) ); in lcl_calcPaintSize()
87 aPos.Y() += ( _rArea.GetHeight() - _rObjectSize.Height() ) / 2; in lcl_centerWithin()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx304 aSize.Height() += nMoveUp; in DBG_NAME()
927 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
932 aDlgSize.Height() + _rDiff.Height()) in resizeControls()
935 m_aIndexes.SetPosSizePixel(m_aIndexes.GetPosPixel() + Point(0,_rDiff.Height()), in resizeControls()
937 aIndexSize.Height())); in resizeControls()
940 Point aMove(_rDiff.Width(),_rDiff.Height()); in resizeControls()
/trunk/main/svtools/source/toolpanel/
H A Dtablayouter.cxx178 aTabBarSize.Height() = i_rDeckPlayground.GetHeight(); in Layout()
199 Size aTabBarSize = ( aPreferredSize.Height() < i_rDeckPlayground.GetHeight() ) in Layout()
208 aPanelRect.Top() += aTabBarSize.Height(); in Layout()
212 aPanelRect.Bottom() -= aTabBarSize.Height(); in Layout()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java107 aSize.Width + ", " + aSize.Height); in Update()
111 + aBBox.Width + ", " + aBBox.Height); in Update()
130 if (aBBox.Width!=aSize.Width || aBBox.Height!=aSize.Height) in Update()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx544 if(maSize.Width != 1 || maSize.Height != 1) in SetTransformation()
549 if(0 == maSize.Height) in SetTransformation()
550 maSize.Height = 1; in SetTransformation()
878 if( maSize.Height > 0 ) in processAttribute()
879 maSize.Height += 1; in processAttribute()
880 else if( maSize.Height < 0 ) in processAttribute()
881 maSize.Height -= 1; in processAttribute()
1302 maSize.Height = 2 * mnRY; in StartElement()
3024 if ( maSize.Width && maSize.Height ) in EndElement()
3232 if ( maSize.Width && maSize.Height ) in EndElement()
[all …]
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx86 aAnimBmp.aPosPix.Y() = rGlobalSize.Height() - aAnimBmp.aPosPix.Y() - in MirrorAnimation()
87 aAnimBmp.aSizePix.Height(); in MirrorAnimation()
386 if( ( aSize.Width() > 2L ) && ( aSize.Height() > 2L ) ) in DetectEdges()
400 const long nHeight = aSize.Height(); in DetectEdges()
494 const long nHeight = pAcc->Height(); in GetCountour()
496 const double fFactorY = (double) rPrefSize.Height() / nHeight; in GetCountour()
/trunk/main/offapi/com/sun/star/awt/
H A DXGraphics.idl148 [in] long Height );
155 [in] long Height,
179 [in] long Height );
186 [in] long Height,
197 [in] long Height,
223 [in] long Height,
/trunk/main/uui/source/
H A Dpassworddlg.cxx108 aNewDlgSize.Height() -= nDelta; in PasswordDialog()
134 long nLabelHeight = aFTPassword.GetSizePixel().Height(); in PasswordDialog()
149 aNewDlgSize.Height() += nDelta; in PasswordDialog()
153 aNewLabelSize.Height() = nNewLabelHeight; in PasswordDialog()
/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx144 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in calculateSize()
169 return calculateSize( nWidth ).Height; in getHeightForWidth()
196 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in allocateArea()
199 … awt::Rectangle( rArea.X + nX, rArea.Y + nY, aChildSize.Width, aChildSize.Height ) ); in allocateArea()
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx121 aBmpData.Height = rect.Y2-rect.Y1; in getData()
154 aBmpData.Height = rect.Y2-rect.Y1; in setData()
184 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in setPixel()
203 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in getPixel()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx307 const sal_uInt16 nHeight = (sal_uInt16) rSize.Height(); in WriteGlobalHeader()
367 if( rSize100.Width() && rSize100.Height() ) in WriteLogSizeExtension()
376 *pGIF << (sal_uInt32) rSize100.Height(); in WriteLogSizeExtension()
422 const sal_uInt16 nHeight = (sal_uInt16) pAcc->Height(); in WriteLocalHeader()
478 const long nHeight = pAcc->Height(); in WriteAccess()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx368 if( (aPixelSz.Width() || aPixelSz.Height()) && Application::GetDefaultDevice() ) in OutTableCell()
375 if( aOldSz.Height() && !aPixelSz.Height() ) in OutTableCell()
376 aPixelSz.Height() = 1; in OutTableCell()
394 += ByteString::CreateFromInt32(aPixelSz.Height()); in OutTableCell()
686 if( !aPixelSpc.Height() && nVSpace ) in Write()
687 aPixelSpc.Height() = 1; in Write()
695 if( aPixelSpc.Height() ) in Write()
698 += ByteString::CreateFromInt32( aPixelSpc.Height() ); in Write()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java409 (int)( aBitmapSize.Height * m_nYScaling ) ); in getPosRect()
410 return new com.sun.star.awt.Rectangle( 10, 10, aVisSize.Width, aVisSize.Height ); in getPosRect()
430 (int)( aBitmapSize.Height * m_nYScaling ) ); in getClipRect()
431 return new com.sun.star.awt.Rectangle( 10, 10, aVisSize.Width, aVisSize.Height ); in getClipRect()
875 m_nYPixelSize = aVisSize.Height / aBitmapSize.Height; in createVclWindow()
884 ….println( "The visual area is Width = " + aBitmapSize.Width + "; Height = " + aBitmapSize.Height ); in createVclWindow()
890 Math.min( (int)aBounds.getHeight() - 20, aBitmapSize.Height ) ); in createVclWindow()
945 (int)( aBitmapSize.Height * m_nYScaling ) ); in generateNewImage()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx336 h = aScreenSize.Height(); in Init()
346 if( aScreenSize.Height() >= 600 ) in Init()
348 if( aScreenSize.Height() >= 768 ) in Init()
350 if( aScreenSize.Height() >= 1024 ) in Init()
872 if( aSize.Width() && aSize.Height() ) in SetBackgroundBitmap()
878 aSize.Height(), in SetBackgroundBitmap()
1457 nScreenHeight = aScreenSize.Height(); in Center()
1933 if( rSize.Width() > 0 && rSize.Height() > 0 ) in SetSize()
1947 pHints->min_height = rSize.Height(); in SetSize()
1949 pHints->max_height = rSize.Height(); in SetSize()
[all …]
/trunk/main/tools/inc/tools/
H A Dgen.hxx249 long Height() const { return nB; } in Height() function in Size
252 long& Height() { return nB; } in Height() function in Size
255 long getHeight() const { return Height(); } in getHeight()
257 void setHeight(long nHeight) { Height() = nHeight; } in setHeight()
497 nBottom = rSize.Height() ? nTop+rSize.Height()-1 : RECT_EMPTY; in Rectangle()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx631 else if ( !aSize.Height() ) in AdjustToolBox()
632 aSize.Height() = aOldSize.Height(); in AdjustToolBox()
637 (aSize.Height() && aSize.Height() != aTbSize.Height()) in AdjustToolBox()

Completed in 191 milliseconds

1...<<11121314151617181920>>...70