Home
last modified time | relevance | path

Searched refs:Height (Results 601 – 625 of 1739) sorted by relevance

1...<<21222324252627282930>>...70

/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx347 double fH = rAvailableSize.Height; in adjustAspectRatio3d()
742 sal_Int32 nNewHeight = aMaxSize.Height/3; in reduceToMimimumSize()
766 if( (aNewSize.Height + nDeltaHeight) < rAvailableOuterRect.getHeight()/3 ) in adjustInnerSize()
767 nDeltaHeight = static_cast<sal_Int32>(rAvailableOuterRect.getHeight()/3 - aNewSize.Height); in adjustInnerSize()
768 aNewSize.Height += nDeltaHeight; in adjustInnerSize()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx144 aSz.Height = aObjVisSize.Height(); in lcl_setObjectVisualArea()
255 &aTwipSize.Height(), &aTwipSize.Width() ); in createAndInsertOLEObject()
564 &aTwipSize.Height(), &aTwipSize.Width() ); in createAndInsertOOoLink()
830 aMargin.Height() = nVal; in createAndInsertFloatingFrame()
888 makeAny( sal_Int32( aMargin.Height() ) ) ); in createAndInsertFloatingFrame()
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx218 aOutputSize.Height() -= m_aItemsInset.Bottom(); in impl_fitItems()
293 …i_rActualOutputSize.Width() - OUTER_SPACE_LEFT - OUTER_SPACE_RIGHT, i_rActualOutputSize.Height() ); in relayout()
299 …const Size aButtonSize( BUTTON_FLOW_WIDTH, i_rActualOutputSize.Height() - OUTER_SPACE_TOP - OUTER_… in relayout()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DImageListDialog.java124 …int ilHeight = (il.getImageSize().Height + il.getGap().Height) * il.getRows() + il.getGap().Height; in build()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx157 aPageSize.Height() += nOf; in _SetZoom()
162 long nVisPercent = aWindowSize.Height() * 100 / aPageSize.Height(); in _SetZoom()
211 aPos.Y() = rCharRect.Top() - rCharRect.Height(); in _SetZoom()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java88 nPageHeight = aSize.Height; in FormDocument()
238 … (curMainControlForm.aStartPoint.Y + curMainControlForm.getFormSize().Height + SOFORMGAP)); in getSubFormPoint()
262 …ControlForm.setFormSize(new Size(nFormWidth, nFormHeight - oMainControlForm.getFormSize().Height)); in adjustSubFormPosSize()
484 return oGridControl.xShape.getSize().Height; in getActualFormHeight()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx()
365 AlphaMask aAlpha( Size( nPosCount * maSize.Width(), maSize.Height() ) ); in GetBitmapEx()
438 const long nH = pAcc->Height(); in Draw()
609 const int nTop = aPos.Y(), nBottom = nTop + maSize.Height(); in ImplUpdateDisabledBmpEx()
H A Dprint.cxx617 maPaperSize.Width(), maPaperSize.Height() ); in ImplUpdatePageData()
1230 maJobSetup.ImplGetConstData()->mnPaperHeight != aPageSize.Height()); in SetPaperSizeUser()
1239 const Paper aPaper = ImplGetPaperFormat(aPageSize.Width(), aPageSize.Height()); in SetPaperSizeUser()
1251 pSetupData->mnPaperHeight = aPageSize.Height(); in SetPaperSizeUser()
1327 Paper ePaper = ImplGetPaperFormat( aPageSize.Width(), aPageSize.Height() ); in GetPaperName()
1329 ePaper = ImplGetPaperFormat( aPageSize.Height(), aPageSize.Width() ); in GetPaperName()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx185 if( rRect.Width() <= 2 * nPix || rRect.Height() <= 2 * nPix ) in PaintPostIts()
248 aSnapSize.Width() = aSnapSize.Height() = 720; // 1/2" in SwViewOption()
250 aSnapSize.Width() = aSnapSize.Height() = 567; // 1 cm in SwViewOption()
367 nPixelTwips = (sal_uInt16)pWin->PixelToLogic( Size(1,1) ).Height(); in Init()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx315 if( bOri ? aSz.Height() > aSz.Width() in ChgAllPageSize()
316 : aSz.Height() < aSz.Width() ) in ChgAllPageSize()
318 SwTwips aTmp = aSz.Height(); in ChgAllPageSize()
319 aSz.Height() = aSz.Width(); in ChgAllPageSize()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1583 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr()
1787 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr()
1793 aCrsrHeight.Y() = aCharRect.Height(); in UpdateCrsr()
2426 aCrsrHeight.Y() = aCharRect.Height(); in SetVisCrsr()
2793 if( aCrsrHeight.Y() < aCharRect.Height() && aCharRect.Height() > VisArea().Height() ) in MakeSelVisible()
2796 long nDiff = aCharRect.Height() - VisArea().Height(); in MakeSelVisible()
2802 aTmp.Height( aCrsrHeight.Y() ); in MakeSelVisible()
2806 aTmp.SSize().Height() += 1; in MakeSelVisible()
2818 aTmp.SSize().Height() += 1; aTmp.SSize().Width() += 1; in MakeSelVisible()
/trunk/main/vcl/source/control/
H A Dedit.cxx492 return GetOutputSizePixel().Height() - GetTextHeight() - ImplGetExtraOffset(); in ImplGetTextYPosition()
493 return ( GetOutputSizePixel().Height() - GetTextHeight() ) / 2; in ImplGetTextYPosition()
1949 long nOffY = (aSize.Height() - nTextHeight) / 2; in Draw()
1953 ((nOffY+nTextHeight) > aSize.Height()) || in Draw()
1957 if ( nTextHeight > aSize.Height() ) in Draw()
1958 aClip.Bottom() += nTextHeight-aSize.Height()+1; // Damit HP-Drucker nicht 'weg-optimieren' in Draw()
2152 aPos = Point( aSize.Width()/2, aSize.Height()/2 ); in Command()
2466 …Rectangle aCursorRect( Point( nTextWidth + mnXOffset, (GetOutputSize().Height()-nTextHeight)/2 ), … in ImplShowDDCursor()
2866 aSize.Height() += 4; in CalcMinimumSize()
2878 if( aBound.GetHeight() > aSize.Height() ) in CalcMinimumSize()
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx142 aValue >>= aBoundingBox.Height; in getBounds()
147 ::Size (aBoundingBox.Width, aBoundingBox.Height)); in getBounds()
166 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx309 *pPict << ((short)rSize.Height()) << ((short)rSize.Width()); in WriteSize()
576 aSrcMapMode, aTargetMapMode ).Height(); in WriteOpcode_TxSize()
917 nHeight = pAcc->Height(); in WriteOpcode_BitsRect()
968 WritePoint( Point( rPoint.X() + rSize.Width(), rPoint.Y() + rSize.Height() ) ); in WriteOpcode_BitsRect()
1163 WritePoint( Point( rPoint.X() + rSize.Width(), rPoint.Y() + rSize.Height() ) ); in WriteOpcode_BitsRect()
1332 WriteOpcode_TxSize((sal_uInt16)(aSrcFont.GetSize().Height())); in SetAttrForText()
2136 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOpcodes()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1132 return bHeight ? aSizePoint.Height : aSizePoint.Width; in implGetSize()
1154 sal_Int32 nDecorHeight = aOuterRect.getHeight() - aInnerRect.Height; in implSetSize()
1156 aSizePixel.Height = ::std::max< sal_Int32 >( aSizePixel.Height - nDecorHeight, 1 ); in implSetSize()
1162 …( bHeight ? saHeightName : saWidthName, uno::Any( bHeight ? aSizeAppFont.Height : aSizeAppFont.Wid… in implSetSize()
1210 return Millimeter::getInPoints(xShape->getSize().Height); in getHeight()
1219 aSize.Height = Millimeter::getInHundredthsOfOneMillimeter(_fheight); in setHeight()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx1460 if (optimalSize.Height () && optimalSize.Width ()) in IMPL_LINK()
1463 optimalSize.Height () = optimalSize.Height () + 40; in IMPL_LINK()
1467 if (optimalSize.Height () > 0 && optimalSize.Width () > 0 ) in IMPL_LINK()
1474 aCtrlSiz.Height() < aSiz.Height() ) in IMPL_LINK()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx81 long nDelta = ( aValueED.GetSizePixel().Height() - in SwFldVarPage()
82 aNewDelTBX.GetSizePixel().Height() ) / 2; in SwFldVarPage()
566 aSz.Height() = aFormatLB.LogicToPixel( Size( 1, 94 ), MAP_APPFONT ).Height(); in IMPL_LINK()
568 aSz.Height() = aFormatLB.LogicToPixel( Size( 1, 123 ), MAP_APPFONT ).Height(); in IMPL_LINK()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx297 … double fHeight = static_cast< double >( aVisualAreaSize.Height ) / m_aVisualAreaSize.Height; in impl_adjustAdditionalShapesPositionAndSize()
302 aSize.Height = static_cast< long >( aSize.Height * fHeight ); in impl_adjustAdditionalShapesPositionAndSize()
1056 m_aVisualAreaSize.Height != aSize.Height); in setVisualAreaSize()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx274 aMinSz.Height() += (aPos.Y() * 2 - 1); in SwRedlineAcceptDlg()
278 pParentDlg->SetOutputSizePixel(Size(aMinSz.Width(), pParentDlg->GetOutputSizePixel().Height())); in SwRedlineAcceptDlg()
279 if (pParentDlg->GetOutputSizePixel().Height() < aMinSz.Height()) in SwRedlineAcceptDlg()
280 pParentDlg->SetOutputSizePixel(Size(pParentDlg->GetOutputSizePixel().Width(), aMinSz.Height())); in SwRedlineAcceptDlg()
467 aSz.Height() -= (aPos.Y() * 2 - 1); in Resize()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx706 nHeight = aPageSize.Height(); in UpdatePreviewSizePixel()
717 if (nNewSmallHeight!=maSmallPreviewSizePixel.Height() in UpdatePreviewSizePixel()
718 || nNewLargeHeight!=maLargePreviewSizePixel.Height()) in UpdatePreviewSizePixel()
720 maSmallPreviewSizePixel.Height() = nNewSmallHeight; in UpdatePreviewSizePixel()
721 maLargePreviewSizePixel.Height() = nNewLargeHeight; in UpdatePreviewSizePixel()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx177 else if ( aPos.Y() > aSize.Height()-5 ) in MouseMove()
178 aPos.Y() = aSize.Height()-5; in MouseMove()
340 DrawLine( Point( nX * i, 0 ), Point( nX * i, aOutputSize.Height() ) ); in DrawChars_Impl()
485 int nFontHeight = (aOrigSize.Height() - 5) * 2 / (3 * ROW_COUNT); in SetFont()
495 nY = aOrigSize.Height() / ROW_COUNT; in SetFont()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx232 Size aRectSize( aRect.Width, aRect.Height ); in addNewByName()
234 if (aRectSize.Height() <= 0) aRectSize.Height() = 5000; in addNewByName()
243 aSz.Height = aSize.Height(); in addNewByName()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx349 const sal_Int32 nHeight (pParentWindow->GetSizePixel().Height()); in NotifyResize()
673 mpParentWindow->GetSizePixel().Height()); in SwitchToDeck()
1099 Size(nNewWidth, aWindowSize.Height()), in SetChildWindowWidth()
1174 (aWindowSize.Height() - aImageSize.Height())/2)); in UpdateCloseIndicator()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx171 aBmpData.mnHeight = aBmpSize.Height(); in bitmapFromVCLBitmapEx()
180 const sal_Int32 nHeight( aBmpSize.Height() ); in bitmapFromVCLBitmapEx()
220 const sal_Int32 nHeight( aBmpSize.Height() ); in bitmapFromVCLBitmapEx()
/trunk/main/dbaccess/source/core/api/
H A Ddatasettings.cxx118 …THEIGHT, PropertyAttribute::BOUND,&_pItem->m_aFont.Height, ::getCppuType(&_pItem->m_aFont.Heig… in registerPropertiesFor()
201 _rDefault <<= aFD.Height; in getPropertyDefaultByHandle()

Completed in 209 milliseconds

1...<<21222324252627282930>>...70