s/heigth/height/

Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
This commit is contained in:
Tor Lillqvist
2013-02-22 10:14:47 +02:00
parent 59e8e8151a
commit 78425b0df6
8 changed files with 9 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ private:
PCDResolution eResolution; // which resolution we want PCDResolution eResolution; // which resolution we want
sal_uLong nWidth; // width of the PCD picture sal_uLong nWidth; // width of the PCD picture
sal_uLong nHeight; // heigth of the PCD picture sal_uLong nHeight; // height of the PCD picture
sal_uLong nImagePos; // position of the picture within the PCD file sal_uLong nImagePos; // position of the picture within the PCD file
// temporary lLue-Green-Red-Bitmap // temporary lLue-Green-Red-Bitmap

View File

@@ -68,7 +68,7 @@ private:
sal_uLong nNewSubFile; // sal_uLong nNewSubFile; //
sal_uLong nSubFile; // sal_uLong nSubFile; //
sal_uLong nImageWidth; // picture width in pixels sal_uLong nImageWidth; // picture width in pixels
sal_uLong nImageLength; // picture heigth in pixels sal_uLong nImageLength; // picture height in pixels
sal_uLong nBitsPerSample; // bits per pixel per layer sal_uLong nBitsPerSample; // bits per pixel per layer
sal_uLong nCompression; // kind of compression sal_uLong nCompression; // kind of compression
sal_uLong nPhotometricInterpretation; // sal_uLong nPhotometricInterpretation; //

View File

@@ -123,7 +123,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y )
{ {
OSL_ENSURE( NULL == m_hwnd, "method should not be called twice in sequence" ); OSL_ENSURE( NULL == m_hwnd, "method should not be called twice in sequence" );
// we create a window with length and heigth of 0 // we create a window with length and height of 0
// first in order to get a device context of this // first in order to get a device context of this
// window, then we calculate the upper left corner // window, then we calculate the upper left corner
// and the dimensions and resize the window // and the dimensions and resize the window

View File

@@ -65,7 +65,7 @@ published interface XFilePreview: com::sun::star::uno::XInterface
0 will be returned. 0 will be returned.
@returns @returns
The heigth of the preview window in pixel. The height of the preview window in pixel.
*/ */
long getAvailableHeight( ); long getAvailableHeight( );

View File

@@ -2680,7 +2680,7 @@ void SmMathSymbolNode::AdaptToY(const OutputDevice &rDev, sal_uLong nHeight)
GetFont().FreezeBorderWidth(); GetFont().FreezeBorderWidth();
Size aFntSize (GetFont().GetSize()); Size aFntSize (GetFont().GetSize());
// Since we only want to scale the heigth, we might have // Since we only want to scale the height, we might have
// to determine the font width in order to keep it // to determine the font width in order to keep it
if (aFntSize.Width() == 0) if (aFntSize.Width() == 0)
{ {
@@ -3056,7 +3056,7 @@ void SmBlankNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
SmTmpDevice aTmpDev ((OutputDevice &) rDev, true); SmTmpDevice aTmpDev ((OutputDevice &) rDev, true);
aTmpDev.SetFont(GetFont()); aTmpDev.SetFont(GetFont());
// make distance depend on the font heigth // make distance depend on the font height
// (so that it increases when scaling (e.g. size *2 {a ~ b}) // (so that it increases when scaling (e.g. size *2 {a ~ b})
long nDist = GetFont().GetSize().Height() / 10L, long nDist = GetFont().GetSize().Height() / 10L,
nSpace = nNum * nDist; nSpace = nNum * nDist;

View File

@@ -5565,7 +5565,7 @@ SwTwips SwTabFrm::CalcHeightOfFirstContentLine() const
nKeepHeight = lcl_GetHeightOfRows( GetLower(), nKeepRows ); nKeepHeight = lcl_GetHeightOfRows( GetLower(), nKeepRows );
} }
// For master tables, the height of the headlines + the heigth of the // For master tables, the height of the headlines + the height of the
// keeping lines (if any) has to be considered. For follow tables, we // keeping lines (if any) has to be considered. For follow tables, we
// only consider the height of the keeping rows without the repeated lines: // only consider the height of the keeping rows without the repeated lines:
if ( !IsFollow() ) if ( !IsFollow() )

View File

@@ -209,7 +209,7 @@ private:
long mnMaxImgWidth; // Maximum width of an image item long mnMaxImgWidth; // Maximum width of an image item
long mnMaxImgHeight; // Maximum height of an image item long mnMaxImgHeight; // Maximum height of an image item
long mnMaxWidth; // Maximum width of an entry long mnMaxWidth; // Maximum width of an entry
long mnMaxHeight; // Maximum heigth of an entry long mnMaxHeight; // Maximum height of an entry
sal_uInt16 mnCurrentPos; // Position (Focus) sal_uInt16 mnCurrentPos; // Position (Focus)
sal_uInt16 mnTrackingSaveSelection; // Selection before Tracking(); sal_uInt16 mnTrackingSaveSelection; // Selection before Tracking();

View File

@@ -1685,7 +1685,7 @@ void GtkSalFrame::Enable( sal_Bool /*bEnable*/ )
void GtkSalFrame::setMinMaxSize() void GtkSalFrame::setMinMaxSize()
{ {
/* #i34504# metacity (and possibly others) do not treat /* #i34504# metacity (and possibly others) do not treat
* _NET_WM_STATE_FULLSCREEN and max_width/heigth independently; * _NET_WM_STATE_FULLSCREEN and max_width/height independently;
* whether they should is undefined. So don't set the max size hint * whether they should is undefined. So don't set the max size hint
* for a full screen window. * for a full screen window.
*/ */