Home
last modified time | relevance | path

Searched refs:Height (Results 476 – 500 of 1739) sorted by relevance

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

/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx135 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize() argument
138 OSL_TRACE( "AVWindow::setPosSize( %dx%d%+d%+d)", (int)Width,(int)Height,(int)X,(int)Y);//###### in setPosSize()
145 aRect.size.height = Height; in setPosSize()
161 aRet.Height = aRect.size.height; in getPosSize()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx89 if ( aCtrlSiz.Width() < aSiz.Width() || aCtrlSiz.Height() < aSiz.Height() ) in XMLFilterTabDialog()
101 if ( aCtrlSiz.Width() < aSiz.Width() || aCtrlSiz.Height() < aSiz.Height() ) in XMLFilterTabDialog()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx235 mnTotLineH = (GetOutputSizePixel().Height() - 2 * BORDER) / LINES; in UpdatePaintSettings()
296 maCJKFont.SetSize(Size(0, maCJKFont.GetSize().Height() + mnLeading)); in UpdatePaintSettings()
297 maCTLFont.SetSize(Size(0, maCTLFont.GetSize().Height() + mnLeading)); in UpdatePaintSettings()
300 aFont.SetSize(Size(0, aFont.GetSize().Height() + mnLeading)); in UpdatePaintSettings()
331 aOutputSizePixel.Height() - 2 * BORDER)))); in Paint()
334 long nY0 = (aOutputSizePixel.Height() - (LINES * mnTotLineH)) / 2; in Paint()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx78 aSize.Height() = ( aSize.Height() * 3 ) / 5; in setFontSize()
704 long nY = aLogSize.Height() / 2 - aTxtSize.Height() / 2; in Paint()
706 if ( nY + pImpl->nAscent > aLogSize.Height() ) in Paint()
707 nY = aLogSize.Height() - pImpl->nAscent; in Paint()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx427 long aHeight = GetSizePixel().Height() - POSTIT_META_HEIGHT; in DoResize()
430 long aTextHeight = LogicToPixel( mpOutliner->CalcTextSize()).Height(); in DoResize()
456 mpVScrollbar->SetVisibleSize( PixelToLogic(Size(0,aHeight)).Height() ); in DoResize()
457 mpVScrollbar->SetPageSize( PixelToLogic(Size(0,aHeight)).Height() * 8 / 10 ); in DoResize()
532 return mpOutliner ? LogicToPixel(mpOutliner->CalcTextSize()).Height() : 0; in GetPostItTextHeight()
709 ….Width(),mpMeta->GetPosPixel().Y()),Size(METABUTTON_AREA_WIDTH,mpMeta->GetSizePixel().Height())))); in Paint()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx429 mpSubControl->SetPosSizePixel( 0, 1, aOutSz.Width() - nSBWidth, aOutSz.Height()-2 ); in Resize()
430 mpDropdownButton->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
1303 nOffsetY += mpLBProperty1->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1331 nOffsetY += mpCBSmoothStart->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1348 nOffsetY += mpFLSettings->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1354 nOffsetY += mpFLEnhancements->GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
1505 aSize.Height() += mpMFTextDelay->GetPosPixel().X() + GetSizePixel().Height() + aSpace.Height(); in CustomAnimationEffectTabPage()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx345 *pWMF << ((short)aSz.Width()) << ((short)aSz.Height()); in WriteSize()
352 *pWMF << ((short)aSz.Height()) << ((short)aSz.Width()); in WriteHeightWidth()
432 WriteHeightWidth(Size(rFont.GetSize().Width(),-rFont.GetSize().Height())); in WMFRecord_CreateFontIndirect()
957 (short) rBitmap.GetSizePixel().Height() << in WMFRecord_StretchDIB()
1734 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteRecords()
1821 sal_uInt16 nUnitsPerInch = (sal_uInt16) ( ( aSize.Width() + aSize.Height() ) >> 1 ); in WriteHeader()
1830 nValue=(sal_uInt16) aTargetSize.Height(); nCheckSum^=nValue; *pWMF << nValue; in WriteHeader()
1906 aTargetSize.Height() /= nTargetDivisor; in WriteWMF()
2005 while( nDivisor <= 64 && (aSize.Width() > 32767 || aSize.Height() > 32767) ) in CalcSaveTargetMapMode()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx276 aSize.Height() = aWinSize.Height(); in GetSize()
284 aSize.Height() = 0; in GetSize()
294 aSize.Height() = rDefaultSize.Height(); in GetSize()
299 aSize.Height() = mnSepSize; in GetSize()
305 aSize.Height() = 0; in GetSize()
1164 if( devPos.Y() + rSize.Height() >= aScreen.Bottom() ) in ImplGetPopupPosition()
1165 aPos.Y() = rRect.Top() - rSize.Height(); in ImplGetPopupPosition()
1171 if( devPos.Y() - rSize.Height() > aScreen.Top() ) in ImplGetPopupPosition()
1172 aPos.Y() -= rSize.Height(); in ImplGetPopupPosition()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1494 pFly->Prt().Width(), aSz.Height() ); in RequestObjectResize()
1501 aNewSz.Height() += pChgFly->Frm().Height() - in RequestObjectResize()
1502 pFly->Prt().Height(); in RequestObjectResize()
1503 if( Abs( aNewSz.Height() - pChgFly->Frm().Height()) > 1 ) in RequestObjectResize()
1504 aFrmSz.SetHeight( aNewSz.Height() ); in RequestObjectResize()
1513 if ( pFly->Prt().Height() > 0 && pFly->Prt().Width() > 0 ) in RequestObjectResize()
1516 aSz.Height()+= pFly->Frm().Height()- pFly->Prt().Height(); in RequestObjectResize()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx899 nLogicalHeight = aOriginalSize.Height(); in ImpGetScaledGraphic()
919 aOldSize.Height() * 100 ) ); in ImpGetScaledGraphic()
947 if( aNewSize.Width() && aNewSize.Height() ) in ImpGetScaledGraphic()
951 Fraction( aNewSize.Height(), aPreferredSize.Height() ) ); in ImpGetScaledGraphic()
1437 aPreviewSizeHint = Size( aSize.Width, aSize.Height ); in ImportGraphic()
1438 if ( aSize.Width || aSize.Height ) in ImportGraphic()
1521 if( aPreviewSizeHint.Width() || aPreviewSizeHint.Height() ) in ImportGraphic()
1907 nNeededMem=((sal_uLong)aSizePixel.Width()*(sal_uLong)aSizePixel.Height()*nBitsPerPixel+7)/8; in ExportGraphic()
1914 aSizePixel.Height()=(sal_uLong)(((double)aSizePixel.Height())*fFak); in ExportGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx603 aMoveOutsideOffset.Y() += aOffset.Height(); in CreateB2dIAObject()
607 aMoveOutsideOffset.X() += aOffset.Height(); in CreateB2dIAObject()
804 (sal_uInt16)(aBmpEx1.GetSizePixel().Height() - 1) >> 1, in CreateOverlayObject()
806 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1); in CreateOverlayObject()
829 sal_uInt16 nCenY((sal_uInt16)(aBmpEx.GetSizePixel().Height() - 1L) >> 1); in CreateOverlayObject()
846 nCenY = (sal_uInt16)(aBmpEx.GetSizePixel().Height() - 1); in CreateOverlayObject()
1054 (sal_uInt16)(aBmpCol.GetSizePixel().Height() - 1) >> 1 in CreateB2dIAObject()
1086 sal_Int32 nHeight = aMarkerSize.Height(); in CreateColorDropper()
2440 (sal_uInt16)(aBmpEx1.GetSizePixel().Height() - 1) >> 1, in CreateB2dIAObject()
2442 (sal_uInt16)(aBmpEx2.GetSizePixel().Height() - 1) >> 1, in CreateB2dIAObject()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx94 retSize.Height() = (long)( retSize.Height() * mnDocYScale ); in map()
658 sal_Int16 nHeight = _Int16( map( Size( 0, aFont.GetHeight() ) ).Height() ); in Impl_writeText()
774 nHeight = pRAcc->Height(); in getBitmapData()
980 if( (rSizePixel.Width() < 16) || (rSizePixel.Height() < 16) ) in Impl_writeImage()
983 const sal_uInt32 nDY = rSizePixel.Height() < 16 ? 16 - rSizePixel.Height() : 0; in Impl_writeImage()
992 double pixYScale = static_cast<double>(szDestPixel.Height()) / originalPixelRect.GetHeight(); in Impl_writeImage()
1625 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in Impl_writeActions()
/trunk/main/starmath/source/
H A Dtoolbox.cxx269 …aToolBoxCat_Delim.SetSizePixel( Size( aCatSize.Width(), aToolBoxCat_Delim.GetSizePixel().Height() … in AdjustPosSize()
271 aP.Y() += aToolBoxCat_Delim.GetSizePixel().Height(); in AdjustPosSize()
278 …ize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + pToolBoxCmd->GetSizePixel().Height() + 3); in AdjustPosSize()
353 Size aWndSize ( aCatSize.Width(), pToolBoxCmd->GetPosPixel().Y() + aCmdSize.Height() + 3); in SetCategory()
/trunk/main/sfx2/source/sidebar/
H A DDeck.cxx156 aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - nBorderSize); in GetContentArea()
189 aWindowSize.Height() - 1); in Paint()
329 const sal_Int32 nPanelBottom (nPanelTop + rPanel.GetSizePixel().Height() - 1); in ShowPanel()
383 aSize.Width(),aSize.Height()); in PrintWindowSubTree()
/trunk/main/uui/source/
H A Dlogindlg.cxx137 aNewSiz.Height() -= nOffset; in HideControls_Impl()
159 aNewSz.Height() -= nOffset; in HideControls_Impl()
175 aNewSz.Height() -= nOffset; in HideControls_Impl()
189 aNewSz.Height() -= nOffset; in HideControls_Impl()
/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx208 …evice::ImplSetOutputSizePixel( %ld, %ld, %d )", rNewSize.Width(), rNewSize.Height(), (int)bErase ); in ImplSetOutputSizePixel()
220 long nNewWidth = rNewSize.Width(), nNewHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
235 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
283 mnOutHeight = rNewSize.Height(); in ImplSetOutputSizePixel()
/trunk/main/toolkit/source/controls/
H A Dtabpagemodel.cxx255 ::Size aAppFontSize( e.Width, e.Height ); in windowResized()
264 aAppFontSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in windowResized()
277 aValues[0] <<= aAppFontSize.Height(); in windowResized()
305 aValues[1] <<= aTmp.Height(); in windowMoved()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx531 aPoint.Y() += aSize.Height() / 2 - aWinSize.Height() / 2; in StateChanged()
2669 long nListHeight = m_pFloat->PixelToLogic( aFilterLb.GetSizePixel() ).Height(); in Resize()
2689 aDlgSize.Height()-SFX_TEMPLDLG_VBOTFRAME-nListHeight)) ); in Resize()
2696 SFX_TEMPLDLG_MIDVSPACE+aSizeATL.Height())) ); in Resize()
2699 aDlgSize.Height() - SFX_TEMPLDLG_VBOTFRAME - in Resize()
2701 nListHeight-aSizeATL.Height())) ); in Resize()
2705 if(aDlgSize.Height() >= aMinSize.Height()) in Resize()
2713 aFmtSize.Height() += aFilterSize.Height(); in Resize()
2733 4*aSizeATL.Height()+2*SFX_TEMPLDLG_MIDVSPACE); in GetMinOutputSizePixel()
3193 aPoint.Y() += aSize.Height() / 2 - aWinSize.Height() / 2; in StateChanged()
/trunk/main/svtools/source/control/
H A Druler.cxx304 aDefSize.Height() = nDefHeight; in ImplInit()
491 nTickWidth = aPixSize.Height(); in ImplDrawTicks()
533 nTickWidth = aPixSize.Height(); in ImplDrawTicks()
572 n = aPixSize.Height(); in ImplDrawTicks()
1274 aVirDevSize.Height() = mnVirHeight; in ImplFormat()
1278 aVirDevSize.Height() = mnVirWidth; in ImplFormat()
2387 if ( aWinSize.Height() != mnHeight ) in Resize()
2388 nNewHeight = aWinSize.Height(); in Resize()
2435 mnVirWidth = aWinSize.Height()-mnVirOff; in Resize()
2465 if ( mnHeight < aWinSize.Height() ) in Resize()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx364 rEvent.Height = aSz.Height(); in ImplInitWindowEvent()
943 aSz.Height() += nTop+nBottom; in ImplCalcWindowSize()
1008 void VCLXWindow::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_Int16… in setPosSize() argument
1015 … Window::GetDockingManager()->SetPosSizePixel( GetWindow() , X, Y, Width, Height, Flags ); in setPosSize()
1017 GetWindow()->SetPosSizePixel( X, Y, Width, Height, Flags ); in setPosSize()
2208 aSz.Height() = GetWindow()->GetTextHeight()+2*6; in getMinimumSize()
2219 aSz.Height() = GetWindow()->GetTextHeight()+2*2; in getMinimumSize()
2228 return ::com::sun::star::awt::Size( aSz.Width(), aSz.Height() ); in getMinimumSize()
2245 if ( aNewSize.Height < aMinSize.Height ) in calcAdjustedSize()
2246 aNewSize.Height = aMinSize.Height; in calcAdjustedSize()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dres_BarGeometry.cxx59 …stanceSize.Width(), rPosition.Y()+m_aFT_Geometry.GetSizePixel().Height()+aDistanceSize.Height()) ); in SetPosPixel()
65 nHeight += m_aLB_Geometry.GetSizePixel().Height(); in GetSizePixel()
/trunk/main/sd/source/ui/sidebar/
H A DPreviewValueSet.cxx91 if (aWindowSize.Width()>0 && aWindowSize.Height()>0) in Resize()
152 int nItemHeight (maPreviewSize.Height() + 2*mnBorderHeight); in GetPreferredWidth()
174 int nItemHeight (maPreviewSize.Height()); in GetPreferredHeight()
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx85 m_aGridArea.setHeight( aSize.Height() - 40 ); in GridWindow()
98 m_BmOffY = sal_uInt16(m_aMarkerBitmap.GetSizePixel().Height() >> 1); in GridWindow()
351 aPt.Y() += aTextSize.Height()/2; in drawGrid()
364 aPt.Y() -= aTextSize.Height()/2; in drawGrid()
521 m_BmOffY = sal_uInt16(m_aMarkerBitmap.GetSizePixel().Height() >> 1); in MouseButtonDown()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx421 if( rSymbol.Size.Height != -1 ) in lcl_correctSymbolSizeForBitmaps()
437 if( aSize.Width == 0 && aSize.Height == 0 ) in lcl_correctSymbolSizeForBitmaps()
453 Size aPixelSize(aAWTPixelSize.Width,aAWTPixelSize.Height); in lcl_correctSymbolSizeForBitmaps()
455 aSize = awt::Size( aNewSize.Width(), aNewSize.Height() ); in lcl_correctSymbolSizeForBitmaps()
457 if( aSize.Width == 0 && aSize.Height == 0 ) in lcl_correctSymbolSizeForBitmaps()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx375 m_nRowHeight = (sal_uInt16)aListBox.GetSizePixel().Height()+2; in DBG_NAME()
467 aLinesArea.Bottom() -= aHelpWindowDistance.Height(); in Resize()
491 aVScrollSize.Height() = aLinesArea.GetHeight(); in Resize()
512 aHelpArea.Top() = aLinesArea.Bottom() + aHelpWindowDistance.Height(); in Resize()
563 nResult = (sal_uInt16) aSize.Height()/m_nRowHeight; in CalcVisibleLines()
594 aSize.Height() = m_nRowHeight; in PositionLine()
791 nMinHeight += aHelpWindowDistance.Height(); in GetMinimumHeight()

Completed in 221 milliseconds

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