Home
last modified time | relevance | path

Searched refs:rHeight (Results 1 – 25 of 46) sorted by last modified time

12

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1857 static void ImplAddButtonBorder( long &rWidth, long& rHeight, sal_uInt16 aOutStyle, sal_Bool bNativ… in ImplAddButtonBorder() argument
1862 rHeight += OUTBUTTON_SIZE; in ImplAddButtonBorder()
1867 rHeight += SMALLBUTTON_VSIZE; in ImplAddButtonBorder()
1874 rHeight += 4; in ImplAddButtonBorder()
/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()
/trunk/main/sw/source/filter/ww8/
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()
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()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1832 void WinSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1835 rHeight = maGeometry.nHeight; in GetClientSize()
/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/vcl/unx/gtk/window/
H A Dgtkframe.cxx1586 void GtkSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1591 rHeight = maGeometry.nHeight; in GetClientSize()
1594 rWidth = rHeight = 0; in GetClientSize()
/trunk/main/vcl/unx/headless/
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 Dsvpframe.hxx85 virtual void GetClientSize( long& rWidth, long& rHeight );
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 Dsvpvd.hxx52 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1407 void X11SalFrame::GetClientSize( long &rWidth, long &rHeight ) in GetClientSize() argument
1411 rWidth = rHeight = 0; in GetClientSize()
1416 rHeight = maGeometry.nHeight; in GetClientSize()
1418 if( !rWidth || !rHeight ) in GetClientSize()
1425 maGeometry.nHeight = rHeight = aAttrib.height; in GetClientSize()
/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/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/os2/source/window/
H A Dsalframe.cxx1212 void Os2SalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1215 rHeight = maGeometry.nHeight; in GetClientSize()
/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/inc/win/
H A Dsalframe.h107 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsalvd.h59 virtual void GetSize( long& rWidth, long& rHeight );
/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/inc/unx/
H A Dsalframe.h232 virtual void GetClientSize( long& rWidth, long& rHeight );
H A Dsalvd.h77 virtual void GetSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/
H A Dsalvd.hxx51 virtual void GetSize( long& rWidth, long& rHeight ) = 0;
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx320 virtual void GetClientSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/os2/
H A Dsalvd.h53 virtual void GetSize( long& rWidth, long& rHeight );

Completed in 266 milliseconds

12