Home
last modified time | relevance | path

Searched refs:nNewWidth (Results 51 – 75 of 75) sorted by relevance

123

/aoo41x/main/sc/source/ui/view/
H A Doutput2.cxx3312 long nNewWidth = (long)(nEffHeight / nAbsSin) + 2; in DrawRotated() local
3313 sal_Bool bFits = ( nNewWidth >= aPaperSize.Width() ); in DrawRotated()
3318 if ( nNewWidth < 4 ) in DrawRotated()
3322 nNewWidth = (long)(nEffHeight / nAbsSin) + 2; in DrawRotated()
3329 aPaperSize.Width() = nNewWidth; in DrawRotated()
H A Dtabview.cxx1020 void ScTabView::SetTabBarWidth( long nNewWidth ) in SetTabBarWidth() argument
1024 if ( aSize.Width() != nNewWidth ) in SetTabBarWidth()
1026 aSize.Width() = nNewWidth; in SetTabBarWidth()
/aoo41x/main/vcl/inc/
H A Dwindow.h398 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx3013 SwTwips nNewWidth; in ChgLowersProp() local
3021 nNewWidth = SwTwips(nNewWidthTmp); in ChgLowersProp()
3025 nNewWidth = in ChgLowersProp()
3028 pLowerFrm->Frm().Width( nNewWidth ); in ChgLowersProp()
H A Dtabfrm.cxx3597 long nNewWidth = (pNewUpper->Prt().*fnRectX->fnGetWidth)(); in ShouldBwdMoved() local
3598 if( Abs( nNewWidth - nOldWidth ) < 2 ) in ShouldBwdMoved()
/aoo41x/main/sc/source/core/data/
H A Ddocumen8.cxx530 sal_uInt16 nNewWidth = (sal_uInt16)GetNeededSize( nCol, nRow, nTab, in IdleCalcTextWidth() local
537 pCell->SetTextWidth( nNewWidth ); in IdleCalcTextWidth()
H A Ddocument.cxx3206 void ScDocument::SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ) in SetColWidth() argument
3209 pTab[nTab]->SetColWidth( nCol, nNewWidth ); in SetColWidth()
3212 void ScDocument::SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ) in SetColWidthOnly() argument
3215 pTab[nTab]->SetColWidthOnly( nCol, nNewWidth ); in SetColWidthOnly()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx2624 SwTwips nNewWidth = in StopApo() local
2626 if (nNewWidth) in StopApo()
2627 pSFlyPara->BoxUpWidth(nNewWidth); in StopApo()
2684 nNewWidth = ItemGet<SwFmtFrmSize>(aFlySet, RES_FRM_SIZE).GetWidth(); in StopApo()
2686 aSize.SetWidth(nNewWidth); in StopApo()
/aoo41x/main/sc/inc/
H A Dtable.hxx633 void SetColWidth( SCCOL nCol, sal_uInt16 nNewWidth );
634 void SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth );
H A Ddocument.hxx1320 SC_DLLPUBLIC void SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth );
1321 SC_DLLPUBLIC void SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth );
/aoo41x/main/sc/source/ui/inc/
H A Dtabview.hxx236 void SetTabBarWidth( long nNewWidth );
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1747 const long nNewWidth = ( nWidth / 2 ) - n3Width - 2; in Resize() local
1749 const long nDelta = aSize.Width() - nNewWidth; in Resize()
1750 aSize.Width() = nNewWidth; in Resize()
/aoo41x/main/svx/source/svdraw/
H A Dsvdomeas.cxx355 long impGetLineStartEndDistance(const basegfx::B2DPolyPolygon& rPolyPolygon, long nNewWidth, bool b… in impGetLineStartEndDistance() argument
359 const double fScale((double)nNewWidth / fOldWidth); in impGetLineStartEndDistance()
/aoo41x/main/svx/source/dialog/
H A Ddocrecovery.cxx2167 long nNewWidth = aWinSz.Width() - 4 * a3Sz.Width(); in Resize() local
2169 Size aNewSize( nNewWidth, nNewHeight ); in Resize()
/aoo41x/main/sw/source/ui/table/
H A Dtabledlg.cxx1377 void SwTableColumnPage::SetVisibleWidth(sal_uInt16 nPos, SwTwips nNewWidth) in SetVisibleWidth() argument
1387 pTblData->GetColumns()[i].nWidth = nNewWidth; in SetVisibleWidth()
/aoo41x/main/vcl/source/control/
H A Dtabctrl.cxx1267 long nNewWidth = aNewSize.Width(); in Resize() local
1272 (it->maRect.Right()-2 >= nNewWidth) ) in Resize()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1143 sal_Int64 nNewWidth = aWidthED.DenormalizePercent(aWidthED.GetRealValue(FUNIT_TWIP)); in FillItemSet() local
1145 aSz.SetWidth (static_cast< SwTwips >(nNewWidth)); in FillItemSet()
1150 …_Int64 >(MAX_PERCENT_WIDTH), aWidthED.Convert(aWidthED.NormalizePercent(nNewWidth), FUNIT_TWIP, FU… in FillItemSet()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewtab.cxx227 long nNewWidth, in ResizeFrameCols() argument
232 long nWishDiff = (nWishSum * 100/nOldWidth * nNewWidth) / 100 - nWishSum; in ResizeFrameCols()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3052 sal_Int32 nNewWidth = 0; in setPropertyValue() local
3053 if ( aValue >>= nNewWidth ) in setPropertyValue()
3055 (sal_uInt16)HMMToTwips(nNewWidth), sal_True, sal_True ); in setPropertyValue()
H A Dcellsuno.cxx8928 sal_Int32 nNewWidth = 0; in SetOnePropertyValue() local
8929 if ( aValue >>= nNewWidth ) in SetOnePropertyValue()
8932 nNewWidth = HMMToTwips(nNewWidth); in SetOnePropertyValue()
8934 (sal_uInt16)nNewWidth, sal_True, sal_True ); in SetOnePropertyValue()
/aoo41x/main/starmath/source/
H A Dnode.cxx2163 void SmPolyLineNode::AdaptToX(const OutputDevice &/*rDev*/, sal_uLong nNewWidth) in AdaptToX() argument
2165 aToSize.Width() = nNewWidth; in AdaptToX()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1560 void OSelectionBrowseBox::SetColWidth(sal_uInt16 nColId, long nNewWidth) in SetColWidth() argument
1568 SetColumnWidth(nColId, nNewWidth); in SetColWidth()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx4649 long nNewWidth = pTextPortion->GetExtraInfos()->nOrgWidth - nShrink; in ImplCalcAsianCompression() local
4650 if ( nNewWidth < pTextPortion->GetSize().Width() ) in ImplCalcAsianCompression()
4651 pTextPortion->GetSize().Width() = nNewWidth; in ImplCalcAsianCompression()
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx3134 int nNewWidth = (int)(nOrigWidth * fStretch + 0.5); in ImplNewFont() local
3135 if( (nNewWidth != nOrigWidth) && (nNewWidth != 0) ) in ImplNewFont()
3138 const_cast<Font&>(maFont).SetSize( Size( nNewWidth, aSize.Height() ) ); in ImplNewFont()
/aoo41x/main/vcl/inc/vcl/
H A Doutdev.hxx296 friend void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );

Completed in 1353 milliseconds

123