s/heigth/height/
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
PCDResolution eResolution; // which resolution we want
|
||||
|
||||
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
|
||||
|
||||
// temporary lLue-Green-Red-Bitmap
|
||||
|
@@ -68,7 +68,7 @@ private:
|
||||
sal_uLong nNewSubFile; //
|
||||
sal_uLong nSubFile; //
|
||||
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 nCompression; // kind of compression
|
||||
sal_uLong nPhotometricInterpretation; //
|
||||
|
@@ -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" );
|
||||
|
||||
// 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
|
||||
// window, then we calculate the upper left corner
|
||||
// and the dimensions and resize the window
|
||||
|
@@ -65,7 +65,7 @@ published interface XFilePreview: com::sun::star::uno::XInterface
|
||||
0 will be returned.
|
||||
|
||||
@returns
|
||||
The heigth of the preview window in pixel.
|
||||
The height of the preview window in pixel.
|
||||
*/
|
||||
long getAvailableHeight( );
|
||||
|
||||
|
@@ -2680,7 +2680,7 @@ void SmMathSymbolNode::AdaptToY(const OutputDevice &rDev, sal_uLong nHeight)
|
||||
GetFont().FreezeBorderWidth();
|
||||
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
|
||||
if (aFntSize.Width() == 0)
|
||||
{
|
||||
@@ -3056,7 +3056,7 @@ void SmBlankNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
|
||||
SmTmpDevice aTmpDev ((OutputDevice &) rDev, true);
|
||||
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})
|
||||
long nDist = GetFont().GetSize().Height() / 10L,
|
||||
nSpace = nNum * nDist;
|
||||
|
@@ -5565,7 +5565,7 @@ SwTwips SwTabFrm::CalcHeightOfFirstContentLine() const
|
||||
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
|
||||
// only consider the height of the keeping rows without the repeated lines:
|
||||
if ( !IsFollow() )
|
||||
|
@@ -209,7 +209,7 @@ private:
|
||||
long mnMaxImgWidth; // Maximum width of an image item
|
||||
long mnMaxImgHeight; // Maximum height of an image item
|
||||
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 mnTrackingSaveSelection; // Selection before Tracking();
|
||||
|
@@ -1685,7 +1685,7 @@ void GtkSalFrame::Enable( sal_Bool /*bEnable*/ )
|
||||
void GtkSalFrame::setMinMaxSize()
|
||||
{
|
||||
/* #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
|
||||
* for a full screen window.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user