/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 713 long nOldWidth = mnWidth; local 719 if( nNewWidth == nOldWidth ) 724 nOldWidth -= mpGlyphAdvances[ nRight ]; 734 int nDiffWidth = nNewWidth - nOldWidth; 793 long nOldWidth = mnBaseAdv; local 799 nOldWidth += mpGlyphAdvances[ j ]; 800 int nDiff = nOldWidth - pDXArray[ i ];
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 980 const long nOldWidth = pRAcc->Width(); in ImplExpand() local 982 const long nNewWidth = ( nOldWidth << 2L ) + 4L; in ImplExpand() 985 long* pMapIn = new long[ Max( nOldWidth, nOldHeight ) ]; in ImplExpand() 986 long* pMapOut = new long[ Max( nOldWidth, nOldHeight ) ]; in ImplExpand() 991 for( nX = 0L; nX < nOldWidth; nX++ ) in ImplExpand() 996 for( nX = 0L; nX < nOldWidth; ) in ImplExpand() 1008 while( nX < nOldWidth && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand() 1027 for( nX = 0L, nTmpX = 5L; nX < nOldWidth; nX++, nTmpX += 4L ) in ImplExpand()
|
H A D | sallayout.cxx | 1238 int nOldWidth = GetTextWidth(); in Justify() local 1239 if( !nOldWidth || nNewWidth==nOldWidth ) in Justify() 1258 nOldWidth -= pGRight->mnOrigWidth; in Justify() 1259 if( nOldWidth <= 0 ) in Justify() 1267 int nDiffWidth = nNewWidth - nOldWidth; in Justify() 1291 double fSqueeze = (double)nNewWidth / nOldWidth; in Justify()
|
H A D | outdev2.cxx | 203 const long nOldWidth = rPosAry.mnSrcWidth; in ImplDrawOutDevDirect() local 205 rPosAry.mnDestWidth = rPosAry.mnDestWidth * rPosAry.mnSrcWidth / nOldWidth; in ImplDrawOutDevDirect() 284 long nOldWidth = aPosAry.mnSrcWidth; in DrawOutDev() local 286 aPosAry.mnDestWidth = aPosAry.mnDestWidth*aPosAry.mnSrcWidth/nOldWidth; in DrawOutDev()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 787 long nOldWidth = mnWidth; local 793 if( nNewWidth == nOldWidth ) 798 nOldWidth -= mpGlyphAdvances[ nRight ]; 808 int nDiffWidth = nNewWidth - nOldWidth; 867 long nOldWidth = mnBaseAdv; local 2417 int nOldWidth = 0; local 2429 nOldWidth = pDXArray[j]; 2696 long nOldWidth = 0; local 2699 nOldWidth += mpCharWidths[ i ]; 2700 if( nOldWidth <= 0 ) [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfld.cxx | 680 const KSHORT nOldWidth = Width(); in Paint() local 704 pThis->Width( nOldWidth ); in Paint() 728 bPaintSpace = bPaintSpace && nFixWidth < nOldWidth; in Paint() 758 if( bPaintSpace && nOldWidth > nSpaceOffs ) in Paint() 772 pThis->Width( nOldWidth - nSpaceOffs + 12 ); in Paint() 778 pThis->Width( nOldWidth ); in Paint()
|
H A D | inftxt.cxx | 921 const SwTwips nOldWidth = aFontSize.Width(); in lcl_DrawSpecial() local 935 if ( aFontSize.Width() >= nOldWidth ) in lcl_DrawSpecial() 965 sal_uInt16 nOldWidth = rPor.Width(); in lcl_DrawSpecial() local 968 ((SwLinePortion&)rPor).Width( nOldWidth ); in lcl_DrawSpecial() 1025 KSHORT nOldWidth = rPor.Width(); in DrawLineBreak() local 1039 ((SwLinePortion&)rPor).Width( nOldWidth ); in DrawLineBreak()
|
H A D | frmform.cxx | 1293 const SwTwips nOldWidth = pOldCur->Width() + pOldCur->GetHangingMargin(); in FormatLine() local 1315 const long nWidthDiff = nOldWidth > pNew->Width() in FormatLine() 1316 ? nOldWidth - pNew->Width() in FormatLine() 1317 : pNew->Width() - nOldWidth; in FormatLine() 1369 SwTwips nRght = Max( nOldWidth, pNew->Width() + in FormatLine()
|
H A D | txttab.cxx | 549 const KSHORT nOldWidth = GetFixWidth(); in PostFormat() local 557 rInf.X( rInf.X() + PrtWidth() - nOldWidth ); in PostFormat()
|
H A D | itratr.cxx | 717 long nOldWidth = aArg.nWordWidth; in GetMinMaxSize() local 757 aArg.nWordAdd = nOldWidth + nOldAdd; in GetMinMaxSize() 785 default: aArg.nWordWidth = nOldWidth; in GetMinMaxSize()
|
H A D | txtdrop.cxx | 330 const KSHORT nOldWidth = Width(); in PaintDrop() local 364 ((SwDropPortion*)this)->Width( nOldWidth ); in PaintDrop()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 676 long nOldWidth = pCols->GetObject(nItemPos)->Width(); in SetColumnWidth() local 687 nWidth = nMaxWidth > 16 ? nMaxWidth : nOldWidth; in SetColumnWidth() 696 if( (sal_uLong)nOldWidth == nWidth ) in SetColumnWidth() 742 Rectangle aScrRect( nX + std::min( (sal_uLong)nOldWidth, nWidth ), 0, in SetColumnWidth() 745 Control::Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth() 747 getDataWindow()->Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth() 748 Rectangle aInvRect( nX, 0, nX + std::max( nWidth, (sal_uLong)nOldWidth ), USHRT_MAX ); in SetColumnWidth()
|
H A D | brwbox2.cxx | 1585 sal_uLong nOldWidth = GetColumnWidth(nId); in MouseMove() local 1587 nOldWidth + nDeltaX ) in MouseMove() 1588 + nResizeX - nOldWidth; in MouseMove()
|
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 500 sal_Int32 nOldWidth = rNewValue.Width; in WriteSize() local 511 aAny >>= nOldWidth; in WriteSize() 515 if ( ( nOldWidth != rNewValue.Width ) || ( nOldHeight != rNewValue.Height ) ) in WriteSize()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1286 const long nOldWidth = rParm.rOld.GetRight() - rParm.rOld.GetLeft(); in NewSetTabCols() local 1287 if( nNewWidth < 1 || nOldWidth < 1 ) in NewSetTabCols() 1306 nOldPos /= nOldWidth; in NewSetTabCols() 1340 rParm.nOldWish, nOldWidth, true ); in NewSetTabCols() 1346 rParm.nOldWish, nOldWidth, true ); in NewSetTabCols() 1364 rParm.nOldWish, nOldWidth, false ); in NewSetTabCols() 1370 rParm.nOldWish, nOldWidth, false ); in NewSetTabCols()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column2.cxx | 656 sal_Bool bFormula, sal_uInt16 nOldWidth, in GetOptimalColWidth() argument 661 return nOldWidth; in GetOptimalColWidth() 663 sal_uInt16 nWidth = (sal_uInt16) (nOldWidth * nPPTX); in GetOptimalColWidth() 731 return nOldWidth; in GetOptimalColWidth()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 506 int nOldWidth = maVirtualStatus.mnTextWidth; in drawVerticalizedText() local 544 nOldWidth, in drawVerticalizedText()
|
/aoo41x/main/cui/source/inc/ |
H A D | grfpage.hxx | 103 long nOldWidth; member in SvxGrfCropPage
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1631 sal_uInt16 nOldWidth = *pWidth; in lcl_ResizeLine() local 1637 ASSERT( !nOldWidth || Abs(*pWidth-nOldWidth) < COLFUZZY, in lcl_ResizeLine()
|
H A D | docfmt.cxx | 1200 int lcl_SetNewDefTabStops( SwTwips nOldWidth, SwTwips nNewWidth, in lcl_SetNewDefTabStops() argument 1210 if( !nOldCnt || nOldWidth == nNewWidth ) in lcl_SetNewDefTabStops() 1325 nOldWidth = ((SvxTabStopItem&)aOld.Get(RES_PARATR_TABSTOP))[ 0 ].GetTabPos(); in SetDefault() local 1331 bChg |= lcl_SetNewDefTabStops( nOldWidth, nNewWidth, in SetDefault()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 335 nOldWidth = aSize.Width(); in ActivatePage() 338 sal_Int64 nWidth = aWidthMF.Normalize(nOldWidth); in ActivatePage()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 226 long nOldWidth, in ResizeFrameCols() argument 232 long nWishDiff = (nWishSum * 100/nOldWidth * nNewWidth) / 100 - nWishSum; in ResizeFrameCols() 345 long nOldWidth = (long) aSize.GetWidth(); in ExecTabWin() local 362 ::ResizeFrameCols(aCol, nOldWidth, (long)aSize.GetWidth(), nDeltaX ); in ExecTabWin()
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 361 sal_Bool bFormula, sal_uInt16 nOldWidth,
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox2.cxx | 1524 long nOldWidth = GetCtrlTextWidth( pItem->maText ); in SetItemText() local 1527 if ( nOldWidth != GetCtrlTextWidth( pItem->maText ) ) in SetItemText()
|
H A D | brdwin.cxx | 823 long nOldWidth = aSize.Width(); in ImplTracking() local 916 pData->maMouseOff.X() += aNewRect.GetWidth()-nOldWidth; in ImplTracking()
|