/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 3312 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 D | tabview.cxx | 1020 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 D | window.h | 398 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
|
/aoo41x/main/sw/source/core/layout/ |
H A D | wsfrm.cxx | 3013 SwTwips nNewWidth; in ChgLowersProp() local 3021 nNewWidth = SwTwips(nNewWidthTmp); in ChgLowersProp() 3025 nNewWidth = in ChgLowersProp() 3028 pLowerFrm->Frm().Width( nNewWidth ); in ChgLowersProp()
|
H A D | tabfrm.cxx | 3597 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 D | documen8.cxx | 530 sal_uInt16 nNewWidth = (sal_uInt16)GetNeededSize( nCol, nRow, nTab, in IdleCalcTextWidth() local 537 pCell->SetTextWidth( nNewWidth ); in IdleCalcTextWidth()
|
H A D | document.cxx | 3206 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 D | ww8par6.cxx | 2624 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 D | table.hxx | 633 void SetColWidth( SCCOL nCol, sal_uInt16 nNewWidth ); 634 void SetColWidthOnly( SCCOL nCol, sal_uInt16 nNewWidth );
|
H A D | document.hxx | 1320 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 D | tabview.hxx | 236 void SetTabBarWidth( long nNewWidth );
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1747 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 D | svdomeas.cxx | 355 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 D | docrecovery.cxx | 2167 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 D | tabledlg.cxx | 1377 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 D | tabctrl.cxx | 1267 long nNewWidth = aNewSize.Width(); in Resize() local 1272 (it->maRect.Right()-2 >= nNewWidth) ) in Resize()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 1143 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 D | viewtab.cxx | 227 long nNewWidth, in ResizeFrameCols() argument 232 long nWishDiff = (nWishSum * 100/nOldWidth * nNewWidth) / 100 - nWishSum; in ResizeFrameCols()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3052 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 D | cellsuno.cxx | 8928 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 D | node.cxx | 2163 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 D | SelectionBrowseBox.cxx | 1560 void OSelectionBrowseBox::SetColWidth(sal_uInt16 nColId, long nNewWidth) in SetColWidth() argument 1568 SetColumnWidth(nColId, nNewWidth); in SetColWidth()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 4649 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 D | outdev3.cxx | 3134 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 D | outdev.hxx | 296 friend void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
|