Home
last modified time | relevance | path

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

12

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx223 void getDefaultPaperDimension( int& rWidth, int& rHeight ) const in getDefaultPaperDimension()
224 { getPaperDimension( getDefaultPaperDimension(), rWidth, rHeight ); } in getDefaultPaperDimension()
226 int& rWidth, int& rHeight ) const;
336 void getPageSize( String& rPaper, int& rWidth, int& rHeight ) const;
/trunk/main/vcl/unx/headless/
H A Dsvpvd.cxx95 void SvpSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
101 rHeight = aDevSize.getY(); in GetSize()
104 rWidth = rHeight = 0; in GetSize()
H A Dsvpframe.cxx252 void SvpSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
257 rHeight = maGeometry.nHeight; in GetClientSize()
260 rWidth = rHeight = 0; in GetClientSize()
H A Dsvpvd.hxx52 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/aqua/source/gdi/
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/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()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgusenode.hxx80 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 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 Dsvgsvgnode.hxx99 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
/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/vcl/os2/source/gdi/
H A Dsalvd.cxx203 void Os2SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
209 rHeight = alData; in GetSize()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx265 void X11SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
268 rHeight = GetHeight(); in GetSize()
/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx251 void WinSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument
254 rHeight= GetDeviceCaps( getHDC(), VERTRES ); in GetSize()
/trunk/main/sc/inc/
H A Dautoform.hxx156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight() argument
/trunk/main/sw/source/filter/ww8/
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/unx/generic/printer/
H A Dppdparser.cxx1334 int& rWidth, int& rHeight ) const in getPaperDimension()
1350 rHeight = (int)(PDHeight + 0.5); in getPaperDimension()
2138 void PPDContext::getPageSize( String& rPaper, int& rWidth, int& rHeight ) const in getPageSize()
2143 rHeight = 842; in getPageSize()
2153 m_pParser->getPaperDimension( rPaper, rWidth, rHeight ); in getPageSize()
2158 m_pParser->getDefaultPaperDimension( rWidth, rHeight ); in getPageSize()
/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()
/trunk/main/vcl/inc/
H A Dsalvd.hxx51 virtual void GetSize( long& rWidth, long& rHeight ) = 0;
/trunk/main/vcl/inc/os2/
H A Dsalvd.h53 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/win/
H A Dsalvd.h59 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/aqua/
H A Dsalvd.h84 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/unx/
H A Dsalvd.h77 virtual void GetSize( long& rWidth, long& rHeight );

Completed in 139 milliseconds

12