/aoo42x/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 223 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;
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpvd.cxx | 95 void SvpSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument 101 rHeight = aDevSize.getY(); in GetSize() 104 rWidth = rHeight = 0; in GetSize()
|
H A D | svpframe.cxx | 252 void SvpSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument 257 rHeight = maGeometry.nHeight; in GetClientSize() 260 rWidth = rHeight = 0; in GetClientSize()
|
H A D | svpvd.hxx | 52 virtual void GetSize( long& rWidth, long& rHeight );
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salvd.cxx | 246 void AquaSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument 252 rHeight = static_cast<long>(aSize.height); in GetSize() 257 rHeight = 0; in GetSize()
|
/aoo42x/main/sw/source/core/text/ |
H A D | itrtxt.cxx | 102 void SwTxtIter::CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const in CalcAscentAndHeight() 104 rHeight = GetLineHeight(); in CalcAscentAndHeight() 105 rAscent = pCurr->GetAscent() + rHeight - pCurr->Height(); in CalcAscentAndHeight()
|
/aoo42x/main/svgio/inc/svgio/svgreader/ |
H A D | svgusenode.hxx | 80 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
H A D | svgrectnode.hxx | 74 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
H A D | svgimagenode.hxx | 87 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
H A D | svgmasknode.hxx | 79 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
H A D | svgsvgnode.hxx | 99 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
H A D | svgpatternnode.hxx | 104 void setHeight(const SvgNumber& rHeight = SvgNumber()) { maHeight = rHeight; } in setHeight() argument
|
/aoo42x/main/shell/source/backends/gconfbe/ |
H A D | gconfaccess.cxx | 248 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()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salvd.cxx | 203 void Os2SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument 209 rHeight = alData; in GetSize()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salvd.cxx | 265 void X11SalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument 268 rHeight = GetHeight(); in GetSize()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salvd.cxx | 251 void WinSalVirtualDevice::GetSize( long& rWidth, long& rHeight ) in GetSize() argument 254 rHeight= GetDeviceCaps( getHDC(), VERTRES ); in GetSize()
|
/aoo42x/main/sc/inc/ |
H A D | autoform.hxx | 156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight() argument
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 2127 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()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1334 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()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 335 …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()
|
/aoo42x/main/vcl/inc/ |
H A D | salvd.hxx | 51 virtual void GetSize( long& rWidth, long& rHeight ) = 0;
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salvd.h | 53 virtual void GetSize( long& rWidth, long& rHeight );
|
/aoo42x/main/vcl/inc/win/ |
H A D | salvd.h | 59 virtual void GetSize( long& rWidth, long& rHeight );
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salvd.h | 84 virtual void GetSize( long& rWidth, long& rHeight );
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salvd.h | 77 virtual void GetSize( long& rWidth, long& rHeight );
|