Home
last modified time | relevance | path

Searched refs:rHeight (Results 1 – 25 of 46) sorted by path

12

/trunk/main/sc/inc/
H A Dautoform.hxx156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight() argument
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx335 …ny& rLeft, const uno::Any& rTop, const uno::Any& rWidth, const uno::Any& rHeight ) throw (uno::Run… in Add() argument
341 awt::Size aSize( lclPointsToHmm( rWidth ), lclPointsToHmm( rHeight ) ); in Add()
H A Dvbasheetobjects.hxx89 const css::uno::Any& rHeight ) throw (css::uno::RuntimeException);
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx248 static void splitFontName( GConfValue *aGconfValue, rtl::OUString &rName, sal_Int16 &rHeight) in splitFontName() argument
254 rHeight = 12; in splitFontName()
258 rHeight = static_cast<sal_Int16>( aSize.toInt32() ); in splitFontName()
/trunk/main/starmath/inc/
H A Dnode.hxx542 long &rHeight, long &rVerOffset) const;
/trunk/main/starmath/source/
H A Dnode.cxx943 long &rHeight, long &rVerOffset) const in GetHeightVerOffset() argument
947 rHeight = rRect.GetHeight() - rVerOffset; in GetHeightVerOffset()
949 DBG_ASSERT(rHeight >= 0, "Sm : Ooops..."); in GetHeightVerOffset()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgimagenode.hxx87 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
H A Dsvgmasknode.hxx79 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
H A Dsvgpatternnode.hxx104 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
H A Dsvgrectnode.hxx74 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
H A Dsvgsvgnode.hxx99 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
H A Dsvgusenode.hxx80 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx102 void SwTxtIter::CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const in CalcAscentAndHeight()
104 rHeight = GetLineHeight(); in CalcAscentAndHeight()
105 rAscent = pCurr->GetAscent() + rHeight - pCurr->Height(); in CalcAscentAndHeight()
H A Ditrtxt.hxx103 void CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const;
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx907 void SvxCSS1Parser::PixelToTwip( long &rWidth, long &rHeight ) in PixelToTwip() argument
911 Size aTwipSz( rWidth, rHeight ); in PixelToTwip()
916 rHeight = aTwipSz.Height(); in PixelToTwip()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx755 const SvxFontHeightItem &rHeight = ItemGet< SvxFontHeightItem >( *pFmt, in StartRuby() local
757 nHeight = rHeight.GetHeight(); in StartRuby()
770 const SvxFontHeightItem &rHeight = DefaultItemGet< SvxFontHeightItem > in StartRuby() local
772 nHeight = rHeight.GetHeight(); in StartRuby()
H A Dww8atr.cxx1441 void WW8AttributeOutput::CharFontSize( const SvxFontHeightItem& rHeight ) in CharFontSize() argument
1446 switch ( rHeight.Which() ) in CharFontSize()
1467 m_rWW8Export.InsUInt16( (sal_uInt16)(( rHeight.GetHeight() + 5 ) / 10 ) ); in CharFontSize()
H A Dww8graf.cxx2127 sal_uInt64 rHeight = aSz.Height(); in SetAttributesAtGrfNode() local
2132 else if( !rHeight && pF) in SetAttributesAtGrfNode()
2133 rHeight = pF->nYaBottom - pF->nYaTop; in SetAttributesAtGrfNode()
2142 ( ( (pRecord->nCropFromTop >> 16 ) * rHeight ) in SetAttributesAtGrfNode()
2143 + (((pRecord->nCropFromTop & 0xffff) * rHeight ) >> 16) ))); in SetAttributesAtGrfNode()
2146 ( ( (pRecord->nCropFromBottom >> 16 ) * rHeight ) in SetAttributesAtGrfNode()
2147 + (((pRecord->nCropFromBottom & 0xffff) * rHeight ) >> 16) ))); in SetAttributesAtGrfNode()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx737 …Rect( sal_uInt32 nPoints, const SalPoint* pPtAry, long &rX, long& rY, long& rWidth, long& rHeight ) in getBoundRect() argument
758 rHeight = nY2 - nY1 + 1; in getBoundRect()
H A Dsalvd.cxx246 void AquaSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
252 rHeight = static_cast<long>(aSize.height); in GetSize()
257 rHeight = 0; in GetSize()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx561 void AquaSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
566 rHeight = maGeometry.nHeight; in GetClientSize()
571 rHeight = 0; in GetClientSize()
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h124 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsalvd.h84 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/os2/
H A Dsalframe.h119 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsalvd.h53 virtual void GetSize( long& rWidth, long& rHeight );

Completed in 169 milliseconds

12