Home
last modified time | relevance | path

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

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

/trunk/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()
/trunk/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()
/trunk/main/sd/source/ui/sidebar/
H A DPreviewValueSet.cxx147 sal_Int32 PreviewValueSet::GetPreferredWidth (sal_Int32 nHeight) in GetPreferredWidth() argument
156 int nRowCount = nHeight / nItemHeight; in GetPreferredWidth()
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()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarSingleColumn.java88 int nHeight = aRect.Height; in insertDetailFields() local
89 aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), nHeight); in insertDetailFields()
/trunk/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()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.hxx39 sal_Int32 nHeight; member
43 TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){} in TCell()
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx104 void LotusFontBuffer::SetHeight( const sal_uInt16 nIndex, const sal_uInt16 nHeight ) in SetHeight() argument
108 …pData[ nIndex ].Height( *( new SvxFontHeightItem( ( sal_uLong ) nHeight * 20, 100, ATTR_FONT_HEIGH… in SetHeight()
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()
/trunk/main/sfx2/source/sidebar/
H A DToolBoxBackground.cxx73 long nHeight, in SetToolBoxChild() argument
89 nHeight + maPadding.Top() + maPadding.Bottom(), in SetToolBoxChild()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1023 short nHeight, nHeightMax=0; in SetEntryHeight() local
1030 nHeight = (short)(pItem->GetSize( pViewData, nCur ).Height()); in SetEntryHeight()
1031 if( nHeight > nHeightMax ) in SetEntryHeight()
1032 nHeightMax = nHeight; in SetEntryHeight()
1044 void SvTreeListBox::SetEntryHeight( short nHeight, sal_Bool bAlways ) in SetEntryHeight() argument
1048 if( bAlways || nHeight > nEntryHeight ) in SetEntryHeight()
1050 nEntryHeight = nHeight; in SetEntryHeight()
1056 pImp->SetEntryHeight( nHeight ); in SetEntryHeight()
/trunk/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()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx376 if( nWidth != 0 && nHeight != 0 ) in ActivatePage()
385 SetMetricValue( aMtrFldInfo2, nHeight, ePoolUnit ); in ActivatePage()
555 nHeight = ( (const SfxUInt32Item&) rAttrs. in Reset()
709 sal_Int32 nH = nHeight * nY / nX; in IMPL_LINK()
/trunk/main/sc/source/core/data/
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()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx153 sal_uInt16 GetFontSizeNumber( sal_uInt16 nHeight );
154 const char* GetFontSizeCss( sal_uInt16 nHeight );
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx247 sal_uInt16 nHeight = rItem.GetHeight(); in Reset() local
251 bool bValid = nWidth || nHeight; in Reset()
255 aEdScalePageHeight.SetValue( bValid ? nHeight : 1 ); in Reset()

Completed in 166 milliseconds

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