Home
last modified time | relevance | path

Searched refs:nHeight (Results 376 – 400 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/aoo41x/main/sc/source/core/data/
H A Ddocumen3.cxx1613 sal_uInt16 nHeight = pTable->GetRowHeight( nRow, NULL, &nHeightEndRow); in lcl_AddTwipsWhile() local
1616 if (!nHeight) in lcl_AddTwipsWhile()
1621 sal_Int64 nAdd = static_cast<sal_Int64>(nHeight) * nRows; in lcl_AddTwipsWhile()
1625 nRows -= static_cast<SCROW>(nDiff / nHeight); in lcl_AddTwipsWhile()
1626 nAdd = nHeight * nRows; in lcl_AddTwipsWhile()
1631 nAdd -= nHeight; in lcl_AddTwipsWhile()
/aoo41x/main/sw/source/filter/html/
H A Dcss1atr.cxx2694 sal_uInt32 nHeight = ((const SvxFontHeightItem&)rHt).GetHeight(); in OutCSS1_SvxFontHeight() local
2698 sal_uInt16 nSize = rHTMLWrt.GetHTMLFontSize( nHeight ); in OutCSS1_SvxFontHeight()
2699 if( rHTMLWrt.aFontHeights[nSize-1] == nHeight ) in OutCSS1_SvxFontHeight()
2703 (sal_Int32)(nHeight/20) ) ); in OutCSS1_SvxFontHeight()
2909 sal_uInt16 nHeight = 0; in OutCSS1_SvxLineSpacing() local
2921 nHeight = rLSItem.GetLineHeight(); in OutCSS1_SvxLineSpacing()
2939 if( nHeight ) in OutCSS1_SvxLineSpacing()
2940 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_line_height, (long)nHeight ); in OutCSS1_SvxLineSpacing()
H A Dhtmlform.cxx1511 long nWidth=0, nHeight=0; in InsertInput() local
1569 nHeight = pOption->GetNumber(); in InsertInput()
1789 aSz.Height() = nHeight; in InsertInput()
1914 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in InsertInput()
2186 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in NewTextArea()
2470 aSz.Height() = TWIP_TO_MM100( aCSS1PropInfo.nHeight ); in NewSelect()
H A Dhtmlforw.cxx1124 float nHeight = *(float*)aTmp.getValue(); in OutHTML_DrawFrmFmtAsControl() local
1125 if( nHeight > 0 && (!bEdit || nHeight != 10.) ) in OutHTML_DrawFrmFmtAsControl()
1126 … aItemSet.Put( SvxFontHeightItem( sal_Int16(nHeight * 20.), 100, RES_CHRATR_FONTSIZE ) ); in OutHTML_DrawFrmFmtAsControl()
/aoo41x/main/extensions/source/preload/
H A Doemwiz.cxx422 sal_uLong nHeight = pEdit->GetTextHeight(); in IsEndReached() local
426 if ( (sal_uLong) pView->GetDocPos( aBottom ).Y() >= nHeight - 1 ) in IsEndReached()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx941 sal_Int32 nHeight = 0; in TableHeight() local
945 case ATT_FIX_SIZE: nHeight = -rLSz.GetHeight(); break; in TableHeight()
946 case ATT_MIN_SIZE: nHeight = rLSz.GetHeight(); break; in TableHeight()
950 if ( nHeight ) in TableHeight()
953 m_aRowDefs.append(nHeight); in TableHeight()
3599 SwTwips nHeight = aSize.Height(); in FlyFrameOLE() local
3600 nHeight/=20; //nHeight was in twips, want it in half points, but then half of total height. in FlyFrameOLE()
3602 nHeight-=nFontHeight/20; in FlyFrameOLE()
3603 m_aRunText.getOStringBuffer().append("{" OOO_STRING_SVTOOLS_RTF_DN).append(nHeight); in FlyFrameOLE()
H A Dwrtww8.hxx1376 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight,
1380 const sw::Frame &rFly, sal_uInt16 nWidth, sal_uInt16 nHeight);
1382 …Header(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight);
1383 …id WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 nWidth, sal_uInt16 nHeight);
H A Dww8atr.cxx1419 long nHeight = ((SvxFontHeightItem&)m_rWW8Export.GetItem( in CharEscapement() local
1426 m_rWW8Export.InsUInt16( (short)(( nHeight * nEsc + 500 ) / 1000 )); in CharEscapement()
1436 msword_cast<sal_uInt16>((nHeight * nProp + 500 ) / 1000)); in CharEscapement()
2955 long nHeight = ((SvxFontHeightItem&)(GetExport().GetItem( in TextField() local
2958 nHeight = (nHeight + 10) / 20; //Font Size in points; in TextField()
2968 sStr += String::CreateFromInt32(nHeight/2); in TextField()
2973 sStr += String::CreateFromInt32(nHeight/5); in TextField()
3748 sal_uInt16 nHeight = rGrid.GetBaseHeight() + rGrid.GetRubyHeight(); in FormatTextGrid() local
3750 m_rWW8Export.InsUInt16( nHeight ); in FormatTextGrid()
/aoo41x/main/sd/source/ui/view/
H A Dviewshe2.cxx662 long nHeight = pPage->GetSize().Height(); in SetPageSizeAndBorder() local
664 Point aPageOrg = Point(nWidth, nHeight / 2); in SetPageSizeAndBorder()
665 Size aViewSize = Size(nWidth * 3, nHeight * 2); in SetPageSizeAndBorder()
/aoo41x/main/sw/source/core/layout/
H A Dpagechg.cxx114 SwTwips nHeight = GetUpper()->Prt().Height(); in Format() local
124 nHeight -= pFrm->Frm().Height(); in Format()
128 if ( nHeight < 0 ) in Format()
129 nHeight = 0; in Format()
130 Frm().Height( nHeight ); in Format()
/aoo41x/main/oox/source/xls/
H A Dworksheetfragment.cxx991 sal_uInt16 nFlags = BIFF_DEFROW_CUSTOMHEIGHT, nHeight; in importDefRowHeight() local
994 rStrm >> nHeight; in importDefRowHeight()
996 nHeight &= BIFF2_DEFROW_MASK; in importDefRowHeight()
999 nHeight / 20.0, in importDefRowHeight()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx154 maComponentInfos.nHeight = 12; in UnoEditControl()
701 maComponentInfos.nHeight = 14; in UnoButtonControl()
923 maComponentInfos.nHeight = 100; in UnoImageControlControl()
1016 maComponentInfos.nHeight = 12; in UnoRadioButtonControl()
1225 maComponentInfos.nHeight = 12; in UnoCheckBoxControl()
1418 maComponentInfos.nHeight = 12; in UnoFixedHyperlinkControl()
1599 maComponentInfos.nHeight = 12; in UnoFixedTextControl()
1732 maComponentInfos.nHeight = 100; in UnoGroupBoxControl()
2300 maComponentInfos.nHeight = 12; in UnoListBoxControl()
2807 maComponentInfos.nHeight = 12; in UnoComboBoxControl()
[all …]
H A Dunocontrol.cxx794 maComponentInfos.nHeight = Height; in setPosSize()
806 …Rect( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maComponentInfos.nHeight); in getPosSize()
1035 return awt::Size( maComponentInfos.nWidth, maComponentInfos.nHeight ); in getSize()
1348 …entInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeight, aComponentInfos.… in createPeer()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx636 int nWidth, nHeight; in InitPaperSize() local
637 rJobSetup.m_aContext.getPageSize (aPaper, nWidth, nHeight); in InitPaperSize()
647 mnHeightPt = nHeight; in InitPaperSize()
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx332 int nWidth, int nHeight, in getFromXPM() argument
338 ( pDrawable, pBitmap, nWidth, nHeight ); in getFromXPM()
340 ( pDrawable, pMask, nWidth, nHeight ); in getFromXPM()
/aoo41x/main/sfx2/source/sidebar/
H A DSidebarController.cxx347 const sal_Int32 nHeight (pParentWindow->GetSizePixel().Height()); in NotifyResize() local
373 mpCurrentDeck->SetPosSizePixel(0,0, nWidth-TabBar::GetDefaultWidth(), nHeight); in NotifyResize()
382 mpTabBar->SetPosSizePixel(nWidth-TabBar::GetDefaultWidth(),0,TabBar::GetDefaultWidth(),nHeight); in NotifyResize()
/aoo41x/main/vcl/source/gdi/
H A Doutmap.cxx564 long OutputDevice::ImplLogicHeightToDevicePixel( long nHeight ) const in ImplLogicHeightToDevicePixel()
567 return nHeight; in ImplLogicHeightToDevicePixel()
569 return ImplLogicToPixel( nHeight, mnDPIY, in ImplLogicHeightToDevicePixel()
604 long OutputDevice::ImplDevicePixelToLogicHeight( long nHeight ) const in ImplDevicePixelToLogicHeight()
607 return nHeight; in ImplDevicePixelToLogicHeight()
609 return ImplPixelToLogic( nHeight, mnDPIY, in ImplDevicePixelToLogicHeight()
/aoo41x/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx138 …awChord( ::sal_Int32 nX, ::sal_Int32 nY, ::sal_Int32 nWidth, ::sal_Int32 nHeight, ::sal_Int32 nX1,…
142 …awImage( ::sal_Int32 nX, ::sal_Int32 nY, ::sal_Int32 nWidth, ::sal_Int32 nHeight, ::sal_Int16 nSty…
/aoo41x/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx128 sal_Int32 nHeight = abs( aScreenMaxPos.Y - aScreenMinPos.Y ); in calculateBubbleSizeScalingFactor() local
130 sal_Int32 nMinExtend = std::min( nWidth, nHeight ); in calculateBubbleSizeScalingFactor()
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx228 sal_Int32 nHeight; in ResizeShapes() local
229 if (xRowProperties->getPropertyValue(sRowHeight) >>= nHeight) in ResizeShapes()
/aoo41x/main/framework/source/uielement/
H A Dspinfieldtoolbarcontroller.cxx222 sal_Int32 nHeight = getFontSizePixel( m_pSpinfieldControl ) + 5 + 1; in SpinfieldToolbarController() local
224 m_pSpinfieldControl->SetSizePixel( ::Size( nWidth, nHeight )); in SpinfieldToolbarController()
/aoo41x/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx459 sal_Int32 nHeight = GetDataWindow().GetTextHeight(); in PaintCell() local
462 aPos.Y() < rRect.Top() || aPos.Y() + nHeight > rRect.Bottom() ) in PaintCell()
/aoo41x/main/sd/source/ui/inc/
H A Doptsitem.hxx374 …SizeHeight( sal_uLong nHeight ) { if( nDefaultObjectSizeHeight != nHeight ) { OptionsChanged(); nD… in SetDefaultObjectSizeHeight() argument
/aoo41x/main/svx/source/dialog/
H A Dhdft.cxx903 long nHeight = Max( (long)MINBODY, in IMPL_LINK() local
913 nHHeight = nHeight; in IMPL_LINK()
918 nFHeight = nHeight; in IMPL_LINK()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx213 long nHeight = aMinSize.Height(); in GetMinOutputSizePixel() local
214 nHeight += m_pOptionsBtn->GetSizePixel().Height(); in GetMinOutputSizePixel()
215 nHeight += 2 * TOP_OFFSET; in GetMinOutputSizePixel()
220 return Size( nWidth, nHeight ); in GetMinOutputSizePixel()

Completed in 277 milliseconds

1...<<11121314151617181920>>...24