/aoo41x/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 79 SwTwips SwTableFUNC::GetColWidth(sal_uInt16 nNum) const in GetColWidth() function in SwTableFUNC 120 GetColWidth(1) - MINLAY : in GetMaxColWidth() 122 GetColWidth( nNum-1 ) - MINLAY : in GetMaxColWidth() 123 GetColWidth(nNum - 1) + GetColWidth( nNum + 1 ) - 2 * MINLAY; in GetMaxColWidth() 125 return nMax + GetColWidth(nNum) ; in GetMaxColWidth() 128 return GetColWidth(nNum); in GetMaxColWidth() 144 nWidth = GetColWidth(nNum); in SetColWidth() 151 if(nDiff < GetColWidth(nNum + 1) - MINLAY) in SetColWidth() 155 int nDiffLeft = nDiff - (int)GetColWidth(nNum + 1) + (int)MINLAY; in SetColWidth()
|
H A D | colwd.cxx | 63 const SwTwips lWidth = rFnc.GetColWidth(nId); in IMPL_LINK_INLINE_START() 101 aWidthEdit.SetMin(aWidthEdit.Normalize(rFnc.GetColWidth(0)), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 611 aPos.X() += pDoc->GetColWidth( nCol1, nTab1 ) / 4; in RecalcPos() 645 aPos.X() += pDoc->GetColWidth( nCol2, nTab2 ) / 4; in RecalcPos() 740 nStartX +=pDoc->GetColWidth(i,nTab); in GetPrintArea() 744 nEndX += pDoc->GetColWidth(i,nTab); in GetPrintArea() 820 nWidth += pDoc->GetColWidth(i,nTab); in GetPrintArea() 825 nWidth += pDoc->GetColWidth(i,nTab); in GetPrintArea() 1053 aMove.X() += pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea() 1056 aMove.X() -= pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea() 1099 aRect.Left() += pDoc->GetColWidth(i,nTab); in WidthChanged() 1101 aRect.Left() += pDoc->GetColWidth(nCol,nTab); in WidthChanged() [all …]
|
H A D | documen3.cxx | 1572 aRect.Left() += pTable->GetColWidth(i); in GetEmbeddedRect() 1576 aRect.Right() += pTable->GetColWidth(i); in GetEmbeddedRect() 1673 nAdd = (long) pTable->GetColWidth(nX1); in GetRange() 1689 nAdd = (long) pTable->GetColWidth(nX2); in GetRange() 1733 long nAdd = pTable->GetColWidth(nCol); in lcl_SnapHor() 1928 aRect.Left() += GetColWidth(i,nTab); in GetMMRect() 1935 aRect.Right() += GetColWidth(i,nTab); in GetMMRect()
|
H A D | fillinfo.cxx | 356 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo() 377 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo() 985 … nSize += std::max( static_cast< long >( GetColWidth( nDocCol, nTab ) * nScaleX ), 1L ); in FillInfo() 993 … nSize += std::max( static_cast< long >( GetColWidth( nDocCol, nTab ) * nScaleX ), 1L ); in FillInfo()
|
H A D | column2.cxx | 365 nWidth = (long) ( pDocument->GetColWidth( nCol,nTab ) * nPPT ); in GetNeededSize() 409 long nDocPixel = (long) ( ( pDocument->GetColWidth( nCol,nTab ) - in GetNeededSize() 474 nDocWidth += (long) ( pDocument->GetColWidth(nCol+nColAdd,nTab) * fWidthFactor ); in GetNeededSize() 532 nWidth = (long) ( pDocument->GetColWidth( nCol,nTab ) * nPPT ); in GetNeededSize()
|
H A D | documen9.cxx | 537 nLeft += GetColWidth(i,nTab); in IsPrintEmpty() 540 nRight += GetColWidth(i,nTab); in IsPrintEmpty()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1571 nTSize = pDoc->GetColWidth( nX, nTabNo ); in GetScrPos() 1583 nTSize = pDoc->GetColWidth( nX, nTabNo ); in GetScrPos() 1670 sal_uInt16 nTSize = pDoc->GetColWidth( nColNo, nTabNo ); in CellsAtX() 1765 nOutWidth += ToPixel( pDoc->GetColWidth(nX+i,nTabNo), nPPTX ); in GetMergeSizePixel() 1787 rSizeXPix = ToPixel( pDoc->GetColWidth( nX, nTabNo ), nPPTX ); in GetMergeSizePixel() 1928 long nThis = pDoc->GetColWidth( i,nTabNo ); in SetPosX() 1935 long nThis = pDoc->GetColWidth( i,nTabNo ); in SetPosX() 1998 nPixPosX -= ToPixel(pDoc->GetColWidth(i,nTabNo), nPPTX); in RecalcPixPos() 2037 nTSize = pDoc->GetColWidth( nCol, nTabNo ); in SetScreen() 2073 nAdd = (long) pDoc->GetColWidth(nX1,nTabNo); in SetScreenPos() [all …]
|
H A D | output3.cxx | 59 aOffset.X() -= pDoc->GetColWidth( nCol, nTab ) * nLayoutSign; in PrePrintDrawingLayer() 65 nDataWidth += pDoc->GetColWidth( nCol, nTab ); in PrePrintDrawingLayer() 82 aRect.Right() += pDoc->GetColWidth( nCol, nTab ); in PrePrintDrawingLayer()
|
H A D | prevloc.cxx | 342 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nTab ); in GetOffsetPixel() 346 long nSizeX = (long) ( pDoc->GetColWidth( nEndCol, nTab ) * nScaleX ); in GetOffsetPixel() 621 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nTab ); in GetTableInfo() 640 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nTab ); in GetTableInfo()
|
H A D | printfun.cxx | 483 nTwipsSizeX += pDoc->GetColWidth( i, nTab ); in DrawToDev() 1411 nPosX += (long)( pDoc->GetColWidth( nCol, nPrintTab ) * nScaleX ); in PrintColHdr() 1420 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nPrintTab ); in PrintColHdr() 1497 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nPrintTab ); in LocateColHdr() 1538 aTwipOffset.X() -= pDoc->GetColWidth( nCol, nPrintTab ); in LocateArea() 1556 sal_uInt16 nDocW = pDoc->GetColWidth( nCol, nPrintTab ); in LocateArea() 2122 nDataWidth += pDoc->GetColWidth( i,nPrintTab ); in PrintPage() 2125 nDataWidth += pDoc->GetColWidth( i,nPrintTab ); in PrintPage() 2178 nRepeatWidth += (long) (pDoc->GetColWidth(i,nPrintTab) * nScaleX); in PrintPage() 2183 nContentWidth += (long) (pDoc->GetColWidth(i,nPrintTab) * nScaleX); in PrintPage()
|
H A D | gridwin4.cxx | 391 long nScrX = ScViewData::ToPixel( pDoc->GetColWidth( nX1, nTab ), nPPTX ); in Paint() 395 nScrX += ScViewData::ToPixel( pDoc->GetColWidth( nX1, nTab ), nPPTX ); in Paint() 401 nScrX += ScViewData::ToPixel( pDoc->GetColWidth( nX2, nTab ), nPPTX ); in Paint() 1389 … nAvailable = ScViewData::ToPixel( pDoc->GetColWidth( nNextCol, nTab ), pViewData->GetPPTX() ); in GetListValButtonRect() 1575 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in InvertSimple() 1762 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in GetSelectionRects()
|
H A D | tabview2.cxx | 621 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() 631 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() 811 aPageSize.Width() += pDoc->GetColWidth( nCol, nCurTab ); in CalcZoom()
|
H A D | select.cxx | 402 nSizeX += pDoc->GetColWidth( i, nTab ); in SetCursorAtCell() 478 nSizeX += pDoc->GetColWidth( i, nTab ); in SetCursorAtCell() 482 nSizeX += pDoc->GetColWidth( i, nTab ); in SetCursorAtCell()
|
H A D | tabview5.cxx | 653 nScrollX -= (long) ( pDoc->GetColWidth(nPosX, nTab) * nPPTX ); in MakeVisible() 661 nScrollX += (long) ( pDoc->GetColWidth(nPosX, nTab) * nPPTX ); in MakeVisible()
|
H A D | drawutil.cxx | 61 sal_uInt16 nWidth = pDoc->GetColWidth(i,nTab); in CalcScale()
|
H A D | output.cxx | 413 while ( nVisX < MAXCOL && !pDoc->GetColWidth(nVisX,nTab) ) in DrawGrid() 2359 nStartPosX -= nLayoutSign * (long) ( pDoc->GetColWidth(nOverX,nTab) * nPPTX ); in DrawClipMarks() 2369 long nOutWidth = (long) ( pDoc->GetColWidth(nOverX,nTab) * nPPTX ); in DrawClipMarks() 2376 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks() 2397 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks()
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 118 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const; 422 long GetColWidth( size_t nCol ) const; 425 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 253 nColumnWidthSum += pColMgr->GetColWidth( i ); in DrawPage() 261 nAutoColWidth = pColMgr->GetColWidth( i ); in DrawPage() 293 nDist = pColMgr->GetColWidth( i ) + nGutter; in DrawPage()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 743 ToPixel( pDoc->GetColWidth( nCol, nTab ) ) ); in WriteTables() 890 v += pDoc->GetColWidth( jC, nTab ); in WriteCell() 894 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell() 913 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell()
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 246 long ArrayImpl::GetColWidth( size_t nFirstCol, size_t nLastCol ) const in GetColWidth() function in svx::frame::ArrayImpl 271 …long nWidth = GetColWidth( nFirstCol, GetMergedLastCol( nCol, nRow ) ) + rCell.mnAddLeft + rCell.m… in GetHorDiagAngle() 840 long Array::GetColWidth( size_t nCol ) const in GetColWidth() function in svx::frame::Array 846 long Array::GetColWidth( size_t nFirstCol, size_t nLastCol ) const in GetColWidth() function in svx::frame::Array 889 return Size( GetColWidth( nFirstCol, nLastCol ) + 1, GetRowHeight( nFirstRow, nLastRow ) + 1 ); in GetCellSize()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 622 pDestDoc->SetColWidth( nCol, 0, pDoc->GetColWidth( nCol, nSrcTab ) ); in InitDocShell() 694 nPosX += pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell() 707 long nAdd = pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 96 ::std::min( nOffset / 1024.0, 1.0 ) * rDoc.GetColWidth( nScCol, nScTab )) + 0.5 ); in lclGetXFromCol() 118 nColW = rDoc.GetColWidth( static_cast< SCCOL >( rnXclCol ), nScTab ); in lclGetColFromX()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 119 long nCellX = (long) ( pDoc->GetColWidth(nCol,nTab) * nPPTX ); in GetEditArea() 124 nCellX += (long) ( pDoc->GetColWidth(nCol+i,nTab) * nPPTX ); in GetEditArea()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | tablemgr.hxx | 64 SwTwips GetColWidth(sal_uInt16 nNum) const;
|