Home
last modified time | relevance | path

Searched refs:nHeight (Results 551 – 575 of 597) sorted by relevance

1...<<21222324

/aoo41x/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx200 …Infos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nHeight, PosSize::POSSIZE… in createPeer()
/aoo41x/main/sd/source/filter/html/
H A Dhtmlex.cxx2754 sal_Int16 nHeight ) const in CreateImage()
2778 if(nHeight > -1) in CreateImage()
2781 aStr += String::CreateFromInt32(nHeight); in CreateImage()
/aoo41x/main/sw/source/core/frmedt/
H A Dtblsel.cxx647 long nHeight = 0; in ChkChartSel() local
667 nHeight = (rCF.pFrm->Frm().*fnRect->fnGetHeight)(); in ChkChartSel()
676 nHeight == (rCF.pFrm->Frm().*fnRect->fnGetHeight)() ) in ChkChartSel()
H A Dfefly1.cxx1961 const long nHeight= rBound.Bottom() - rBound.Top(); in ReplaceSdrObj() local
1964 Max( nHeight, long(MINFLY) ))); in ReplaceSdrObj()
/aoo41x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1737 ::sal_Int32 nHeight = static_cast< ::sal_Int32 >( in IMPL_LINK()
1740 if (nHeight != m_nViewHeight) in IMPL_LINK()
1742 m_nViewHeight = nHeight; in IMPL_LINK()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_status.cxx376 rGeom.nY + rGeom.nHeight + nDistance in IIIMPStatusWindow()
/aoo41x/main/sc/source/core/data/
H A Dpatattr.cxx681 long nHeight = TwipsToHMM(nTHeight); in FillToEditItemSet() local
701 rEditSet.Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) ); in FillToEditItemSet()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx225 …OCX_Control(UniString sN, OCX_Control* parent = NULL ) : nWidth( 0 ), nHeight( 0 ), mnLeft(0), mnT… in OCX_Control()
276 sal_uInt32 nHeight; member in OCX_Control
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx3211 OUString WorkbookStreamObject::createFontName( const OUString& rName, sal_uInt16 nHeight, bool bBol… in createFontName() argument
3215 StringHelper::appendToken( aName, cfg().getName( "CONV-TWIP-TO-PT", nHeight ), ',' ); in createFontName()
3658 sal_uInt16 nHeight = dumpDec< sal_uInt16 >( "height", "CONV-TWIP-TO-PT" ); in dumpFontRec() local
3678 mxFontNames->setName( nFontId, createFontName( aName, nHeight, bBold, bItalic ) ); in dumpFontRec()
/aoo41x/main/cui/source/tabpages/
H A Dchardlg.cxx842 long nHeight; in calcFontInfo() local
844nHeight = rOldItem.GetHeight() + PointToTwips( static_cast<long>(_pFontSizeLB->GetValue() / 10) ); in calcFontInfo()
846 nHeight = static_cast<long>(rOldItem.GetHeight() * _pFontSizeLB->GetValue() / 100); in calcFontInfo()
850 …ItemToControl( nHeight, _pPage->GetItemSet().GetPool()->GetMetric( _nFontHeightWhich ), SFX_FUNIT_… in calcFontInfo()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.hxx525 sal_Int32 nHeight; member in SfxHelpWindow_Impl
/aoo41x/main/svtools/source/contnr/
H A Dsvlbitm.cxx132 nHeight = aSize.Height(); in SetWidthAndHeight()
/aoo41x/main/editeng/source/outliner/
H A Doutlvw.cxx454 long nHeight = pOwner->pEditEngine->GetTextHeight((sal_uInt16)nPara ); in ImpPaintDDCursor() local
455 aStartPointWin.Y() += nHeight; in ImpPaintDDCursor()
/aoo41x/main/svx/source/dialog/
H A Dsvxruler.cxx1862 const long nHeight = pEditWin->GetOutputSize().Height(); in DrawLine_Impl() local
1867 Point(_lTabPos, -aZero.Y()+nHeight)), in DrawLine_Impl()
1879 Point(_lTabPos, -aZero.Y()+nHeight)), in DrawLine_Impl()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlatr.cxx2897 sal_uInt32 nHeight = ((const SvxFontHeightItem&)rHt).GetHeight(); in OutHTML_SvxFontHeight() local
2898 sal_uInt16 nSize = rHTMLWrt.GetHTMLFontSize( nHeight ); in OutHTML_SvxFontHeight()
2904 rHTMLWrt.aFontHeights[nSize-1] != nHeight ) in OutHTML_SvxFontHeight()
/aoo41x/main/svtools/source/edit/
H A Dtextview.cxx1764 long nHeight = mpImpl->mpTextEngine->GetTextHeight(); in PageDown() local
1765 if ( aBottomRight.Y() > nHeight ) in PageDown()
1766 aBottomRight.Y() = nHeight-1; in PageDown()
H A Dtexteng.cxx1372 sal_uLong nHeight = 0; in CalcParaHeight() local
1377 nHeight = pPPortion->GetLines().Count() * mnCharHeight; in CalcParaHeight()
1379 return nHeight; in CalcParaHeight()
/aoo41x/main/vcl/inc/
H A Dilstbox.hxx562 long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL );
/aoo41x/main/forms/source/richtext/
H A Drichtextcontrol.cxx263 …Infos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nHeight, PosSize::POSSIZE… in createPeer()
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx182 void setBiffHeight( sal_uInt16 nHeight );
/aoo41x/main/starmath/source/
H A Daccessibility.cxx1370 const sal_uLong nHeight = pEditEngine->GetTextHeight( nPara ); in GetParaBounds() local
1371 aRect = Rectangle( aPnt.X(), aPnt.Y(), aPnt.X() + nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx2659 sal_Int32 nHeight = 0; in addTextFrameAttributes() local
2662 rPropSet->getPropertyValue( sHeight ) >>= nHeight; in addTextFrameAttributes()
2665 nHeight ); in addTextFrameAttributes()
/aoo41x/main/cui/source/options/
H A Doptcolor.cxx807 sal_Int32 nHeight = LogicToPixel( Size( 0, _LINE_HEIGHT ), MAP_APPFONT ).Height(); in ColorConfigWindow_Impl() local
808 sal_Int32 nLineNum = nLastY / nHeight; in ColorConfigWindow_Impl()
/aoo41x/main/editeng/source/items/
H A Dfrmitems.cxx385 long nWidth, nHeight; in Create() local
386 rStrm >> nWidth >> nHeight; in Create()
389 pAttr->SetSize(Size(nWidth, nHeight)); in Create()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.hxx92 void SetHeight( sal_Int32 nHeight );

Completed in 347 milliseconds

1...<<21222324