Home
last modified time | relevance | path

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

12

/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/sc/source/ui/vba/
H A Dvbasheetobjects.hxx89 const css::uno::Any& rHeight ) throw (css::uno::RuntimeException);
/trunk/main/vcl/unx/headless/
H A Dsvpframe.hxx85 virtual void GetClientSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/
H A Dsalframe.hxx181 virtual void GetClientSize( long& rWidth, long& rHeight ) = 0;
/trunk/main/vcl/inc/os2/
H A Dsalframe.h119 virtual void GetClientSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/win/
H A Dsalframe.h107 virtual void GetClientSize( long& rWidth, long& rHeight );
/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()
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h124 virtual void GetClientSize( 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/inc/unx/
H A Dsalframe.h232 virtual void GetClientSize( long& rWidth, long& rHeight );
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx320 virtual void GetClientSize( long& rWidth, long& rHeight );
/trunk/main/sw/source/core/text/
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/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/starmath/inc/
H A Dnode.hxx542 long &rHeight, long &rVerOffset) const;
/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/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/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/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/win/source/window/
H A Dsalframe.cxx1832 void WinSalFrame::GetClientSize( long& rWidth, long& rHeight ) in GetClientSize() argument
1835 rHeight = maGeometry.nHeight; in GetClientSize()

Completed in 207 milliseconds

12