Home
last modified time | relevance | path

Searched refs:nHeight (Results 401 – 425 of 597) sorted by relevance

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

/aoo41x/main/sc/source/ui/view/
H A Doutput2.cxx1142 nCellPosY += pRowInfo[nCompArr].nHeight; in GetOutputArea()
1179 nMergeSizeY += rThisRowInfo.nHeight; in GetOutputArea()
1646 long nHeight = aVars.GetTextSize().Height() + in DrawStrings() local
1649 bNeedEdit = ( nHeight > aAreaParam.maClipRect.GetHeight() ); in DrawStrings()
1895 nPosY += pRowInfo[nArrY].nHeight; in DrawStrings()
2979 nRowPosY += pRowInfo[nArrY].nHeight; in DrawEdit()
3029 long nCellHeight = (long) pThisRowInfo->nHeight; in DrawRotated()
3675 nRowPosY += pRowInfo[nArrY].nHeight; in DrawRotated()
H A Dviewdata.cxx1777 sal_uInt16 nHeight = pDoc->GetRowHeight(nRow, nTabNo); in GetMergeSizePixel() local
1778 nOutHeight += ToPixel(nHeight, nPPTY); in GetMergeSizePixel()
3109 sal_uInt16 nHeight = pDoc->GetRowHeight( nRow, nTabNo, NULL, &nHeightEndRow); in AddPixelsWhile() local
3112 if (!nHeight) in AddPixelsWhile()
3117 sal_Int64 nPixel = ToPixel( nHeight, nPPTY); in AddPixelsWhile()
3150 sal_uInt16 nHeight = pDoc->GetRowHeight( nRow, nTabNo, &nHeightStartRow, NULL); in AddPixelsWhileBackward() local
3153 if (!nHeight) in AddPixelsWhileBackward()
3158 sal_Int64 nPixel = ToPixel( nHeight, nPPTY); in AddPixelsWhileBackward()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit4.cxx860 long nHeight = ((const SvxFontHeightItem&)rItem).GetHeight(); in WriteItemAsRTF() local
861 nHeight = LogicToTwips( nHeight ); in WriteItemAsRTF()
863 nHeight /= 10; in WriteItemAsRTF()
864 rOutput.WriteNumber( nHeight ); in WriteItemAsRTF()
1166 pX->nHeight = pParaPortion->GetHeight(); in CreateBinTextObject()
1364 pParaPortion->nHeight = pXP->nHeight; in InsertBinTextObject()
/aoo41x/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx510 const sal_Int32 nHeight = ::std::max(nOldBottom,nBottom) - nTop; in mouseDragged() local
515 ::awt::Rectangle(nLeft,nTop,nWidth-1,nHeight-1)); in mouseDragged()
/aoo41x/main/editeng/source/uno/
H A Dunoforou.cxx366 sal_uLong nHeight = rOutliner.GetTextHeight( nPara ); in GetParaBounds() local
368 return Rectangle( 0, aPnt.Y(), aSize.Width(), aPnt.Y() + nHeight ); in GetParaBounds()
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx889 sal_Int32 nHeight = 0; in ReadUserDataSequence() local
890 if( pValue->Value >>= nHeight ) in ReadUserDataSequence()
893 aVisArea.nBottom = nHeight + aVisArea.nTop - 1; in ReadUserDataSequence()
/aoo41x/main/sc/source/core/data/
H A Dtable5.cxx723 sal_uInt32 nHeight = 0; in GetTotalRowHeight() local
736 nHeight += mpRowHeights->getSumValue(nRow, aData.mnRow2); in GetTotalRowHeight()
741 return nHeight; in GetTotalRowHeight()
/aoo41x/main/svtools/source/filter/igif/
H A Dgifread.cxx87 sal_Bool GIFReader::CreateBitmaps( long nWidth, long nHeight, BitmapPalette* pPal, in CreateBitmaps() argument
90 const Size aSize( nWidth, nHeight ); in CreateBitmaps()
/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx1521 sal_Int32 nHeight = xTable->getHeight(); in importTableToken() local
1525 sal_Int32 nEndRow = nHeight - 1; in importTableToken()
1597 bValidRef = (0 <= nStartRow) && (nStartRow <= nEndRow) && (nEndRow < nHeight); in importTableToken()
1602 … if( (nStartCol == 0) && (nEndCol + 1 == nWidth) && (nStartRow == 0) && (nEndRow + 1 == nHeight) ) in importTableToken()
1614 pushValueOperandToken< double >( nHeight - nStartRow ) && in importTableToken()
1621 (((nStartRow == 0) && (nEndRow + 1 == nHeight)) || in importTableToken()
1622 (pushValueOperandToken< double >( nHeight - (nEndRow - nStartRow + 1) ) && in importTableToken()
H A Dpagesettings.cxx1228 sal_Int32 nHeight = 0; in writeHeaderFooter() local
1236 nHeight = getUnitConverter().scaleToMm100( fTotalHeight, UNIT_POINT ); in writeHeaderFooter()
1239 return nHeight; in writeHeaderFooter()
/aoo41x/main/sd/source/filter/html/
H A Dpubdlg.cxx1434 int nHeight = 32; in LoadPreviewButtons() local
1441 if( nHeight < aImage.GetSizePixel().Height() ) in LoadPreviewButtons()
1442 nHeight = aImage.GetSizePixel().Height(); in LoadPreviewButtons()
1446 pPage5_Buttons->SetItemHeight( nHeight ); in LoadPreviewButtons()
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx420 const sal_uInt32 nHeight(FRound(aFnt.GetSize().Height() * mfScaleY)); in SetAttributes() local
427 mpTextAttr->Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) ); in SetAttributes()
428 mpTextAttr->Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in SetAttributes()
429 mpTextAttr->Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in SetAttributes()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx452 long nHeight = 0; in BalanceRowHeight() local
461 nHeight = Max( nHeight, pFrm->Frm().Height() ); in BalanceRowHeight()
465 SwFmtFrmSize aNew( ATT_MIN_SIZE, 0, nHeight ); in BalanceRowHeight()
/aoo41x/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1028 …sal_Int64 nHeight = (sal_Int64)aSize.Height * (sal_Int64)aMultiplier.Height / (sal_Int64)aDivisor.… in CalculateWithFactor() local
1030 && nHeight < SAL_MAX_INT32 && nHeight > SAL_MIN_INT32, in CalculateWithFactor()
1034 aResult.Height = (sal_Int32)nHeight; in CalculateWithFactor()
/aoo41x/main/canvas/source/directx/
H A Ddx_5rm.cxx178 const sal_uInt32 nHeight( static_cast<sal_uInt32>( in doBlit() local
191 for(sal_uInt32 y=0; y<nHeight; ++y) in doBlit()
218 for(sal_uInt32 y=0; y<nHeight; ++y) in doBlit()
240 for(sal_uInt32 y=0; y<nHeight; ++y) in doBlit()
/aoo41x/main/sc/source/filter/excel/
H A Dxehelper.cxx722 sal_Int32 nHeight = 0; in AppendPortion() local
906 nHeight += nParaHeight; in AppendPortion()
914 mnTotalHeight = ::std::max( mnTotalHeight, nHeight ); in AppendPortion()
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx803 long nHeight = m_vEntries.size() * m_nStdHeight; in GetTotalHeight() local
807 nHeight += m_nActiveHeight - m_nStdHeight; in GetTotalHeight()
810 return nHeight; in GetTotalHeight()
/aoo41x/main/framework/source/services/
H A Dlicense.cxx588 sal_uLong nHeight = pEdit->GetTextHeight(); in IsEndReached() local
592 if ( (sal_uLong) pView->GetDocPos( aBottom ).Y() >= nHeight - 1 ) in IsEndReached()
/aoo41x/main/unotools/inc/unotools/
H A Dsourceviewconfig.hxx52 void SetFontHeight(sal_Int16 nHeight);
/aoo41x/main/sfx2/source/sidebar/
H A DToolBoxBackground.hxx55 long nHeight,
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx327 long nHeight = m_aFrmSize.Height(); in SwColumnOnlyExample() local
328 Fraction aScale( m_aWinSize.Height(), nHeight ); in SwColumnOnlyExample()
/aoo41x/main/svx/inc/svx/
H A DSvxColorValueSet.hxx48 Size layoutToGivenHeight(sal_uInt32 nHeight, sal_uInt32 nEntryCount);
/aoo41x/main/sd/source/ui/sidebar/
H A DPreviewValueSet.hxx45 sal_Int32 GetPreferredWidth (sal_Int32 nHeight);
/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx892 sal_Int32 nHeight = 1; in CloseSectionGroup() local
895 aElement->second >>= nHeight; in CloseSectionGroup()
910 nHeight - m_nTopMargin - m_nBottomMargin : in CloseSectionGroup()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltabw.cxx362 long nHeight = pCell->GetHeight() > 0 in OutTableCell() local
365 Size aPixelSz( nWidth, nHeight ); in OutTableCell()
391 if( nHeight ) in OutTableCell()

Completed in 238 milliseconds

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