Home
last modified time | relevance | path

Searched refs:Height (Results 801 – 825 of 1739) sorted by relevance

1...<<31323334353637383940>>...70

/trunk/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx926 … sal_Int32 nUnrelatedHeight = LogicToPixel( Size( 0, UNRELATED_CONTROLS ), MAP_APPFONT ).Height(); in DBG_NAME()
927 … sal_Int32 nRelatedHeight = LogicToPixel( Size( 0, RELATED_CONTROLS ), MAP_APPFONT ).Height(); in DBG_NAME()
941 aPos.Y() += aStart.Height() + nUnrelatedHeight; in DBG_NAME()
951 aPos.Y() += aSize.Height() + pWindows[i].second; in DBG_NAME()
H A Dsqlmessage.cxx607 if ( aPrimaryRect.GetHeight() < m_aInfoImage.GetSizePixel().Height() ) in impl_positionControls()
626 aDialogSize.Height() = rBottomTextRect.Bottom() + aBorderSize.Height(); in impl_positionControls()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx151 fScale = aPageSize.Height/7000.0; in lcl_setAutomaticSymbolSize()
156 aSymbolSize.Height = static_cast<sal_Int32>( fScale * aSymbolSize.Height ); in lcl_setAutomaticSymbolSize()
157 aSymbolSize.Width = aSymbolSize.Height; in lcl_setAutomaticSymbolSize()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ycomponentwrapper.mm41 NSSize nsSize = NSMakeSize ( (float) size.Width, (float) size.Height );
51 … NSMakePoint ( (float) location.X, (float) ( screenRect.size.height - size.Height - location.Y ) );
/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx122 aTopLeft.Y() += aItemSize.Height() + aSpacing.Height(); in TypeSelectionPage()
/trunk/main/canvas/source/cairo/
H A Dcairo_xlib_cairo.cxx337 rSize.Width(), rSize.Height(), rData.mnWidth, rData.mnHeight ); in createBitmapSurface()
338 if ( rData.mnWidth == rSize.Width() && rData.mnHeight == rSize.Height() ) in createBitmapSurface()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSeriesOrDiagramProperty.hxx38 return (rSize1.Width != rSize2.Width) || (rSize1.Height != rSize2.Height); in operator !=()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx221 …Size aVisSize = OutputDevice::LogicToLogic( Size( aSz.Width, aSz.Height ), aMapUnit, MAP_100TH_MM … in ViewChanged()
231 aFractY *= aVisSize.Height(); in ViewChanged()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx590 && (aPoint.Y < aBBox.Y+aBBox.Height) ) in getAccessibleAtPoint()
656 aSize.Width, aSize.Height); in getBounds()
681 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
720 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
784 return awt::Size (aBoundingBox.Width, aBoundingBox.Height); in getSize()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx342 rAtom.aSlidesPageSize.Height() = nSlideY; in operator >>()
344 rAtom.aNotesPageSize.Height() = nNoticeY; in operator >>()
1241 aTextSize.Height() += nTextTop + nTextBottom; in ProcessObj()
2044 aSz.Height = aSize.Height(); in ImportOLE()
2703 aRet.Height() = BigMulDiv( aRet.Height(), nInchMul, nInchDiv ); in GetPageSize()
2706 aRet.Height() += 5; aRet.Height() /= 10; aRet.Height()*=10; in GetPageSize()
2710 aRet.Height() = BigMulDiv( aRet.Height(), nInchDiv, nInchMul ); in GetPageSize()
5911 if ( aSize.Width() && aSize.Height() ) in ApplyTo()
5915 if ( aSize.Height() > 64 ) in ApplyTo()
5916 aSize.Height() = 64; in ApplyTo()
[all …]
H A Dmsocximex.cxx1127 rSz.Height = nHeight; in Import()
1469 *rContents << rSize.Height; in WriteContents()
1579 *rContents << rSize.Height; in WriteContents()
1788 *rContents << rSize.Height; in WriteContents()
2064 *rContents << rSize.Height; in WriteContents()
2211 *rContents << rSize.Height; in WriteContents()
2692 *rContents << rSize.Height; in WriteContents()
2907 *rContents << rSize.Height; in WriteContents()
4310 *rContents << rSize.Height; in WriteContents()
5675 nHeight = rSize.Height; in WriteContents()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx664 aPreviewSize.Height() += nDiff; in SwCustomizeAddressBlockDialog()
1070 long nHBHeight = m_aHeaderHB.CalcWindowSizePixel().Height(); in SwAssignFieldsControl()
1076 …l(Size(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()
1156 m_nYOffset += pNewLB->GetSizePixel().Height(); in SwAssignFieldsControl()
1175 m_aVScroll.SetPageSize((aOutputSize.Height() - nHBHeight - m_nLBStartTopPos)/ m_nYOffset); in SwAssignFieldsControl()
1182 …m_aVScroll.SetSizePixel(Size(m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx150 … m_xWindow->setPosSize( 0, 0, aPanelAnchorSize.Width, aPanelAnchorSize.Height, PosSize::POSSIZE ); in SingleColorPanel()
210 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/trunk/main/svx/source/xoutdev/
H A Dxtabgrdt.cxx162 basegfx::B2DRange(0.0, 0.0, rSize.Width(), rSize.Height()))); in CreateBitmapForUI()
219 const sal_uInt16 nSteps((rSize.Width() + rSize.Height()) / 3); in CreateBitmapForUI()
/trunk/main/sw/source/ui/table/
H A Dconvert.cxx194 aSize.Height() = 8 + aHelpBtn.GetSizePixel().Height() + aHelpBtn.GetPosPixel().Y(); in SwConvertTableDlg()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx130 … m_xWindow->setPosSize( 0, 0, aPanelAnchorSize.Width, aPanelAnchorSize.Height, PosSize::POSSIZE ); in SingleColorPanel()
176 xGraphics->drawRect( 0, 0, aWindowRect.Width - 1, aWindowRect.Height - 1 ); in windowPaint()
/trunk/main/sw/source/core/text/
H A Dporlin.hxx213 return( Height() == rPortion.Height() && in operator ==()
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx128 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
202 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx513 ( rEvt.GetPosPixel().Y() > GetSizePixel().Height() || in MouseMove()
587 if ( aMousePos.Y() > GetOutputSizePixel().Height() ) in Tracking()
588 aMousePos.Y() = GetOutputSizePixel().Height(); in Tracking()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx226 …tHeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_HEIGHT, (float)aDefaultFont.Height); in translatePropertiesToItems()
243 …= (float)OutputDevice::LogicToLogic(Size(0, (sal_Int32)nFontHeight), MAP_POINT, MAP_TWIP).Height(); in translatePropertiesToItems()
348 …)OutputDevice::LogicToLogic(Size(0, rSvxFontHeightItem.GetHeight()), MAP_TWIP, MAP_POINT).Height(); in translateItemsToProperties()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx368 aSz.Height() = (long) ((float)aSz.Height() * zoomY); in draw()
371 if(nSourceX || nSourceY || aSz.Width() != nSourceWidth || aSz.Height() != nSourceHeight) in draw()
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx793 aSize.Height() += nDelta; in lcl_ChangeControlHeight()
801 long nDeltaHeight = aSize.Height() - maDialogSize.Height(); in Resize()
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx910 aRet.Height = pBIH->biHeight; in getSize()
913 aRet.Width = aRet.Height = 0; in getSize()
918 aRet.Width = aRet.Height = 0; in getSize()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx216 aPos.Y() -= aDistanceToMove.Height(); in adjustControlForNoDSDisplay()
222 aSize.Height() += aDistanceToMove.Height(); in adjustControlForNoDSDisplay()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx179 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkCanvasBitmap()
330 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkBitmapImport()
486 test( rect.Y2 <= maSize.Height, "Y2 within bounds" ); in getData()
547 aLayout.ScanLines = maSize.Height; in getMemoryLayout()

Completed in 211 milliseconds

1...<<31323334353637383940>>...70