Home
last modified time | relevance | path

Searched refs:nHeight (Results 301 – 325 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/aoo41x/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx343 sal_Int32 nHeight = 0; in getTotalHeight() local
348 nHeight += (*aIter)->GetSizePixel().Height(); in getTotalHeight()
350 return nHeight; in getTotalHeight()
1280 …const sal_Int32 nHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Height(… in getSectionRelativeToPosition() local
1281 _rPnt.Y() += nHeight; in getSectionRelativeToPosition()
1295 … const long nHeight = rReportSection.PixelToLogic(rReportSection.GetOutputSizePixel()).Height(); in getSectionRelativeToPosition() local
1296 if ( (_rPnt.Y() - nHeight) < 0 ) in getSectionRelativeToPosition()
1298 _rPnt.Y() -= nHeight; in getSectionRelativeToPosition()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx1517 long nHeight = GetTextHeight(); in PageDown() local
1518 if ( aBottomRight.Y() > nHeight ) in PageDown()
1520 aBottomRight.Y() = nHeight-2; in PageDown()
3411 sal_uInt32 nHeight = 0; in GetParaHeight() local
3417 nHeight = pPPortion->GetHeight(); in GetParaHeight()
3419 return nHeight; in GetParaHeight()
4308 pPortion->nHeight = 0; in CalcHeight()
4328 pPortion->nHeight += nSBL; in CalcHeight()
4335 pPortion->nHeight += nUpper; in CalcHeight()
4372 pPortion->nHeight -= pPortion->nFirstLineOffset; in CalcHeight()
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlfly.cxx919 SwTwips nHeight = rFrmSize.GetHeight(); in OutHTML_Image() local
920 nHeight -= ( rBox.CalcLineSpace(BOX_LINE_TOP) + in OutHTML_Image()
923 ASSERT( nHeight>0, "Gibt es 0 twip hohe Grafiken!?" ); in OutHTML_Image()
924 if( nHeight<=0 ) in OutHTML_Image()
925 nHeight = 1; in OutHTML_Image()
927 if( rRealSize.Height() != nHeight ) in OutHTML_Image()
929 aScaleY = Fraction( nHeight, rRealSize.Height() ); in OutHTML_Image()
/aoo41x/main/vcl/test/
H A Dcanvasbitmaptest.cxx491 const sal_Int32 nHeight = rect.Y2-rect.Y1; in getData() local
493 uno::Sequence<sal_Int8> aRes( nScanlineLen * nHeight ); in getData()
496 bitmapLayout.ScanLines = nHeight; in getData()
502 for( sal_Int32 y=0; y<nHeight; ++y ) in getData()
510 for( sal_Int32 y=0; y<nHeight; ++y ) in getData()
/aoo41x/main/sc/source/core/data/
H A Dfillinfo.cxx240 sal_uInt16 nHeight = (sal_uInt16) ( nDocHeight * nScaleY ); in FillInfo() local
241 if (!nHeight) in FillInfo()
242 nHeight = 1; in FillInfo()
245 pThisRowInfo->nHeight = nHeight; in FillInfo()
H A Dpostit.cxx280 long nHeight = aCaptRect.GetHeight(); in AutoPlaceCaption() local
290 long nNeededSpaceY = nHeight + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
300 …bool bFitsHeight = nHeight <= rVisRect.GetHeight(); // text box height fits into height of vis… in AutoPlaceCaption()
329 aCaptPos.Y() = maCellRect.Top() - SC_NOTECAPTION_CELLDIST - nHeight; in AutoPlaceCaption()
/aoo41x/main/sw/source/core/text/
H A Dporrst.cxx319 SwTwips nHeight = EmptyHeight(); in FormatEmpty() local
326 nHeight = pGrid->GetBaseHeight() + pGrid->GetRubyHeight(); in FormatEmpty()
330 const SwTwips nChg = nHeight - (Prt().*fnRect->fnGetHeight)(); in FormatEmpty()
/aoo41x/main/oox/source/xls/
H A Dstylesbuffer.cxx628 void FontModel::setBiffHeight( sal_uInt16 nHeight ) in setBiffHeight() argument
630 mfHeight = nHeight / 20.0; // convert twips to points in setBiffHeight()
794 sal_uInt16 nHeight, nFlags, nWeight, nEscapement; in importFont() local
802 maModel.setBiffHeight( nHeight ); in importFont()
932 sal_Int32 nHeight, nColor; in importCfRule() local
943 rStrm >> nHeight >> nStyle >> nWeight >> nEscapement >> nUnderline; in importCfRule()
952 if( (maUsedFlags.mbHeightUsed = (0 < nHeight) && (nHeight <= 0x7FFF)) == true ) in importCfRule()
953 maModel.setBiffHeight( static_cast< sal_uInt16 >( nHeight ) ); in importCfRule()
1178 sal_uInt16 nHeight, nFlags; in importFontData2() local
1179 rStrm >> nHeight >> nFlags; in importFontData2()
[all …]
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1399 void WinSalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() argument
1405 PatBlt( getHDC(), (int)nX, (int)nY, (int)nWidth, (int)nHeight, in drawRect()
1414 aWinRect.bottom = nY+nHeight; in drawRect()
1419 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in drawRect()
1735 sal_Bool WinSalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLon… in drawEPS() argument
1836 double dM22 = nHeight / (nBoundingBox[1] - nBoundingBox[3] ); in drawEPS()
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx215 sal_Int32 nHeight, in readBmp() argument
227 for( aRect.Y1=0; aRect.Y1<nHeight; ++aRect.Y1 ) in readBmp()
440 const sal_Int32 nHeight(aPixelSize.Height()); in bitmapExFromXBitmap() local
442 if( !readBmp(nWidth,nHeight,aLayout,xInputBitmap, in bitmapExFromXBitmap()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx463 long nHeight = pRefBtn->GetSizePixel().Height(); in RefInputStart() local
464 if ( nHeight > aOldEditSize.Height() ) in RefInputStart()
466 aNewDlgSize.Height() = nHeight; in RefInputStart()
467 nOffset = (nHeight-aOldEditSize.Height()) / 2; in RefInputStart()
/aoo41x/main/embedserv/source/embed/
H A Dtracker.cxx362 int nHeight = m_rect.bottom - m_rect.top; in TrackHandle() local
419 m_rect.bottom = m_rect.top + nHeight; in TrackHandle()
677 int nHeight = rectT.bottom - rectT.top; in GetHandleRect() local
685 rect.top += pHandleInfo->nCenterY * (nHeight - size) / 2; in GetHandleRect()
/aoo41x/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.cxx137 int nHeight = aSize.Height() * mnWidth / aSize.Width() ; in Compress() local
138 pResult->maPreview.Scale(Size(mnWidth,nHeight)); in Compress()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin4.cxx1151 long nHeight = 100; in DrawPagePreview() local
1152 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) ); in DrawPagePreview()
1153 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in DrawPagePreview()
1154 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in DrawPagePreview()
1161 nHeight = Min(nSizeX,nSizeY); in DrawPagePreview()
1162 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) ); in DrawPagePreview()
1163 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in DrawPagePreview()
1164 pEditEng->SetDefaultItem( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in DrawPagePreview()
/aoo41x/main/sc/source/filter/excel/
H A Dxeescher.cxx260 sal_Int32 nHeight = ::std::min< sal_Int32 >( pAccess->Height(), 0xFFFF ); in Save() local
261 if( (nWidth > 0) && (nHeight > 0) ) in Save()
264 … sal_uInt32 nTmpSize = static_cast< sal_uInt32 >( (nWidth * 3 + nPadding) * nHeight + 12 ); in Save()
273 << static_cast< sal_uInt16 >( nHeight ) // height in Save()
277 for( sal_Int32 nY = nHeight - 1; nY >= 0; --nY ) in Save()
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx289 sal_Int32 nHeight = 12; in SetPos() local
290 aSize.setHeight( nHeight ); in SetPos()
296 aPos.setY( aPos.getY() + nHeight + 2 ); in SetPos()
297 nHeight = 3; in SetPos()
299 aSize.setHeight( nHeight ); in SetPos()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx268 const long nHeight (mpContentWindow->PixelToLogic( in UpdateScrollBars() local
271 mpVerticalScrollBar->SetLineSize (nHeight / 10); in UpdateScrollBars()
273 mpVerticalScrollBar->SetPageSize ((nHeight * 9) / 10); in UpdateScrollBars()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx358 sal_Int32 nHeight = aRect.GetHeight(); in getCharacterBounds() local
359 if ( aBounds.Height < nHeight ) in getCharacterBounds()
362 aBounds.Height = nHeight; in getCharacterBounds()
/aoo41x/main/sc/source/filter/inc/
H A Dhtmlexp.hxx153 sal_uInt16 GetFontSizeNumber( sal_uInt16 nHeight );
154 const char* GetFontSizeCss( sal_uInt16 nHeight );
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx658 sal_Int16 nHeight = _Int16( map( Size( 0, aFont.GetHeight() ) ).Height() ); in Impl_writeText() local
678 mpTag->addUI16( _uInt16( nHeight ) ); in Impl_writeText()
763 …x& aBmpEx, sal_uInt8*& tgadata, sal_uInt8*& tgaAlphadata, sal_uInt32& nWidth, sal_uInt32& nHeight ) in getBitmapData() argument
774 nHeight = pRAcc->Height(); in getBitmapData()
775 tgadata = new sal_uInt8[nWidth*nHeight*4]; in getBitmapData()
776 tgaAlphadata = new sal_uInt8[nWidth*nHeight]; in getBitmapData()
794 for( sal_uInt32 nY = 0; nY < nHeight; nY++ ) in getBitmapData()
/aoo41x/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx161 sal_Int32 nHeight = getFontSizePixel( m_pEditControl ) + 6 + 1; in EditToolbarController() local
163 m_pEditControl->SetSizePixel( ::Size( nWidth, nHeight )); in EditToolbarController()
/aoo41x/main/sw/source/ui/misc/
H A Dpggrid.cxx409 … long nHeight = static_cast< sal_Int32 >(m_aPageSize.Height() / aLinesPerPageNF.GetValue()); in IMPL_LINK() local
410 aTextSizeMF.SetValue(aTextSizeMF.Normalize(nHeight), FUNIT_TWIP); in IMPL_LINK()
413 m_nRubyUserValue = nHeight; in IMPL_LINK()
/aoo41x/main/formula/source/ui/dlg/
H A Dfuncutl.cxx67 long nHeight = GetTextHeight(); in ValWnd() local
68 long nDiff = aSzWnd.Height()-nHeight; in ValWnd()
71 Size ( aSzWnd.Width()-2, nHeight ) ); in ValWnd()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dtptable.cxx248 sal_uInt16 nHeight = rItem.GetHeight(); in Reset() local
252 bool bValid = nWidth || nHeight; in Reset()
256 aEdScalePageHeight.SetValue( bValid ? nHeight : 1 ); in Reset()
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx696 int nHeight (3); in UpdatePreviewSizePixel() local
706 nHeight = aPageSize.Height(); in UpdatePreviewSizePixel()
714 int nNewSmallHeight ((maSmallPreviewSizePixel.Width()-2) * nHeight / nWidth + 2); in UpdatePreviewSizePixel()
715 int nNewLargeHeight ((maLargePreviewSizePixel.Width()-2) * nHeight / nWidth + 2); in UpdatePreviewSizePixel()

Completed in 253 milliseconds

1...<<11121314151617181920>>...24