Home
last modified time | relevance | path

Searched refs:nNewHeight (Results 26 – 50 of 53) sorted by relevance

123

/trunk/main/sw/inc/
H A Dswrect.hxx187 inline void SwRect::SSize( const long nNewHeight, const long nNewWidth ) in SSize() argument
190 m_Size.setHeight(nNewHeight); in SSize()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx742 sal_Int32 nNewHeight = aMaxSize.Height/3; in reduceToMimimumSize() local
743 awt::Size aNewSize( nNewWidth, nNewHeight ); in reduceToMimimumSize()
746 aNewPos.Y += nNewHeight; in reduceToMimimumSize()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx545 sal_Int32 nNewHeight = 5*m_xSection->getHeight(); in _propertyChanged() local
546 if ( aOldPageSize.Height() != nNewHeight || nPaperWidth != aOldPageSize.Width() ) in _propertyChanged()
548 m_pPage->SetSize( Size( nPaperWidth,nNewHeight) ); in _propertyChanged()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx426 sal_Int32 nNewHeight = in implInitOnlyTitle() local
429 SetSizePixel(Size(GetSizePixel().Width(), nNewHeight)); in implInitOnlyTitle()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1169 long nNewHeight = aFSz.GetHeight() / ( nCnt + 1 ); in InsertSpannedRow() local
1170 if( !nNewHeight ) in InsertSpannedRow()
1171 ++nNewHeight; in InsertSpannedRow()
1172 aFSz.SetHeight( nNewHeight ); in InsertSpannedRow()
/trunk/main/vcl/inc/vcl/
H A Dcursor.hxx95 void SetHeight( long nNewHeight );
/trunk/main/sc/inc/
H A Dtable.hxx635 void SetRowHeight( SCROW nRow, sal_uInt16 nNewHeight );
636 sal_Bool SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight,
646 void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight );
H A Ddocument.hxx1322 SC_DLLPUBLIC void SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight );
1324 sal_uInt16 nNewHeight );
1327 sal_uInt16 nNewHeight );
/trunk/main/sw/source/core/inc/
H A Dftnboss.hxx40 SwTwips nNewHeight; member in SwSaveFtnHeight
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1717 sal_uLong nNewHeight = CalcTextHeight(); in FormatDoc() local
1718 long nDiff = nNewHeight - mnCurTextHeight; in FormatDoc()
1719 if ( nNewHeight < mnCurTextHeight ) in FormatDoc()
1721 maInvalidRec.Bottom() = (long)Max( nNewHeight, mnCurTextHeight ); in FormatDoc()
1731 mnCurTextHeight = nNewHeight; in FormatDoc()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3280 sal_Int32 nNewHeight = 0; in setPropertyValue() local
3281 if ( pDoc->IsImportingXML() && ( aValue >>= nNewHeight ) ) in setPropertyValue()
3287 pDoc->SetRowHeightOnly( nStartRow, nEndRow, nTab, (sal_uInt16)HMMToTwips(nNewHeight) ); in setPropertyValue()
3302 sal_Int32 nNewHeight = 0; in setPropertyValue() local
3303 if ( aValue >>= nNewHeight ) in setPropertyValue()
3305 (sal_uInt16)HMMToTwips(nNewHeight), sal_True, sal_True ); in setPropertyValue()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx983 const long nNewHeight = ( nOldHeight << 2L ) + 4L; in ImplExpand() local
989 pMap = new ImplVectMap( nNewWidth, nNewHeight ); in ImplExpand()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx335 long nNewHeight = (pCnt->Frm().*fnRect->fnGetHeight)(); in PaintCntnt() local
336 const bool bHeightDiff = nOldHeight != nNewHeight; in PaintCntnt()
342 if( nOldHeight > nNewHeight ) in PaintCntnt()
H A Dfrmtool.cxx183 long nNewHeight = (pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify() local
184 if( (nOldHeight > nNewHeight) || (!nOldHeight && nNewHeight) ) in ~SwFrmNotify()
H A Dftnfrm.cxx3168 nNewHeight = pBoss->GetMaxFtnHeight(); in SwSaveFtnHeight()
3177 if ( nNewHeight == pBoss->GetMaxFtnHeight() ) in ~SwSaveFtnHeight()
/trunk/main/svtools/inc/svtools/
H A Dtaskbar.hxx400 SVT_DLLPRIVATE void ImplNewHeight( long nNewHeight );
/trunk/main/vcl/inc/
H A Dwindow.h398 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx454 sal_uInt32 nNewHeight = CalcTextHeight(); in FormatDoc() local
455 long nDiff = nNewHeight - nCurTextHeight; in FormatDoc()
458 if ( nNewHeight < nCurTextHeight ) in FormatDoc()
460 aInvalidRec.Bottom() = (long)Max( nNewHeight, nCurTextHeight ); in FormatDoc()
470 nCurTextHeight = nNewHeight; in FormatDoc()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3218 void ScDocument::SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeight() argument
3221 pTab[nTab]->SetRowHeight( nRow, nNewHeight ); in SetRowHeight()
3225 … ScDocument::SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeightRange() argument
3229 ( nStartRow, nEndRow, nNewHeight, 1.0, 1.0 ); in SetRowHeightRange()
3232 …d ScDocument::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeightOnly() argument
3235 pTab[nTab]->SetRowHeightOnly( nStartRow, nEndRow, nNewHeight ); in SetRowHeightOnly()
H A Dtable3.cxx1627 … long nNewHeight = static_cast<long>(GetRowHeight(aParam.nRow1 + nHeader, aParam.nRow2)); in Query() local
1628 pDrawLayer->HeightChanged( nTab, aParam.nRow1 + nHeader, nNewHeight - nOldHeight ); in Query()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx2166 …long nNewHeight = Max( aWinSz.Height() - aEditPnt.Y() - 3 * a3Sz.Height() - aBtnSz.Height(), mnMin… in Resize() local
2169 Size aNewSize( nNewWidth, nNewHeight ); in Resize()
/trunk/main/sc/workben/
H A Dtest.cxx728 UINT16 nNewHeight = nHeight + 100; in lcl_Sheet() local
729 xRow->setPropertyValue(L"Height", UsrAny(nNewHeight)); in lcl_Sheet()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1144 sal_Int64 nNewHeight = aHeightED.DenormalizePercent(aHeightED.GetRealValue(FUNIT_TWIP)); in FillItemSet() local
1146 aSz.SetHeight(static_cast< SwTwips >(nNewHeight)); in FillItemSet()
1155 …64 >(MAX_PERCENT_HEIGHT), aHeightED.Convert(aHeightED.NormalizePercent(nNewHeight), FUNIT_TWIP, FU… in FillItemSet()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx230 long nNewHeight = aTmpFont.GetHeight(); in SetShrinkScale() local
231 if ( nNewHeight > 0 ) in SetShrinkScale()
232 aFont.SetHeight( nNewHeight ); in SetShrinkScale()
/trunk/main/starmath/source/
H A Dnode.cxx2209 void SmPolyLineNode::AdaptToY(const OutputDevice &/*rDev*/, sal_uLong nNewHeight) in AdaptToY() argument
2212 aToSize.Height() = nNewHeight; in AdaptToY()

Completed in 319 milliseconds

123