/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 437 nColWidth[i] = (long) nWidth; in ResetColWidth() 736 long nMin = nColWidth[0]; 740 nMin = Min(nMin, nColWidth[i]); 750 nSum += nColWidth[i]; 835 nColumnWidthSum += nColWidth[i]; in Init() 1194 nColWidth[0] -= nDiff; in IMPL_LINK() 1195 if(nColWidth[0] < (long)nMinWidth) in IMPL_LINK() 1198 nColWidth[0] = nMinWidth; in IMPL_LINK() 1204 nColWidth[nChanged + 1] -= nDiff; in IMPL_LINK() 1208 nColWidth[nChanged + 1] = nMinWidth; in IMPL_LINK() [all …]
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1956 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox() local 2054 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox() local 2066 pCell->GetSubTable()->MakeTable( pBox, nColWidth ); in MakeTableBox() 2074 pBox, sStyleName, nColWidth, pCell->IsProtected(), in MakeTableBox() 2451 sal_Int32 nColWidth = aColumnWidths[(sal_uInt16)i]; in _MakeTable() local 2454 nRelWidth += nColWidth; in _MakeTable() 2455 if( 0L == nMinRelColWidth || nColWidth < nMinRelColWidth ) in _MakeTable() 2456 nMinRelColWidth = nColWidth; in _MakeTable() 2461 nAbsWidth += nColWidth; in _MakeTable() 2462 if( 0L == nMinAbsColWidth || nColWidth < nMinAbsColWidth ) in _MakeTable() [all …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 598 sal_uInt16 nColWidth; in Colwidth() local 600 aIn >> nColFirst >> nColLast >> nColWidth; in Colwidth() 606 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colwidth() 677 sal_uInt16 nColFirst, nColLast, nColWidth, nXF; in Colinfo() local 680 aIn >> nColFirst >> nColLast >> nColWidth >> nXF >> nOpt; in Colinfo() 696 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colinfo()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1017 sal_uInt16 nColWidth = pColumn->GetWidthOption(); in AutoLayoutPass1() local 1018 if( nRel+nColWidth > 100 ) in AutoLayoutPass1() 1020 nColWidth = 100 - nRel; in AutoLayoutPass1() 1021 pColumn->SetWidthOption( nColWidth, sal_True, sal_False ); in AutoLayoutPass1() 1024 nRel = nRel + nColWidth; in AutoLayoutPass1() 1055 sal_uInt16 nColWidth = in AutoLayoutPass1() local 1057 pColumn->SetWidthOption( nColWidth, sal_True, sal_False ); in AutoLayoutPass1()
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextColumnsContext.cxx | 421 sal_Int32 nColWidth = 0==nRelWidth in EndElement() local 431 rColumn.Width = nColWidth; in EndElement()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3760 double nColWidth = 0; in getColumnWidth() local 3780 nColWidth = lcl_TwipsToPoints( nColTwips ); in getColumnWidth() 3781 if ( nColWidth != 0.0 ) in getColumnWidth() 3782 nColWidth = ( nColWidth / defaultCharWidth ) - fExtraWidth; in getColumnWidth() 3784 nColWidth = lcl_Round2DecPlaces( nColWidth ); in getColumnWidth() 3785 return uno::makeAny( nColWidth ); in getColumnWidth() 3801 double nColWidth = 0; in setColumnWidth() local 3802 _columnwidth >>= nColWidth; in setColumnWidth() 3803 nColWidth = lcl_Round2DecPlaces( nColWidth ); in setColumnWidth() 3807 if ( nColWidth != 0.0 ) in setColumnWidth() [all …]
|
/aoo4110/main/svx/source/table/ |
H A D | tablelayouter.cxx | 594 sal_Int32 nColWidth = 0; in LayoutTableWidth() local 604 xColSet->getPropertyValue( msSize ) >>= nColWidth; in LayoutTableWidth() 607 maColumns[nCol].mnSize = nColWidth; in LayoutTableWidth()
|
H A D | svdotable.cxx | 2407 const sal_Int32 nColWidth = (nCol == nColCount) ? 0 : rLayouter.getColumnWidth(nCol); in AddToHdlList() local 2415 if( nColWidth > 0 ) in AddToHdlList() 2418 …aRowEdges[nRow]->SetEdge( nCol, nX, nX + nColWidth, (rLayouter.getBorderLine( nCol, nRow, true ) =… in AddToHdlList() 2421 nX += nColWidth; in AddToHdlList()
|
/aoo4110/main/svx/source/dialog/ |
H A D | rulritem.cxx | 571 long nColWidth = (*this)[0].GetWidth(); in CalcOrtho() local 573 if( (*this)[i].GetWidth() != nColWidth) in CalcOrtho()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 789 xub_StrLen nColWidth = static_cast< xub_StrLen >( GetColumnWidth( nColIx ) ); in ImplSetTextLineFix() local 790 rStrVec.push_back( rTextLine.Copy( nStrIx, Max( nColWidth, CSV_MAXSTRLEN ) ) ); in ImplSetTextLineFix() 791 nStrIx = sal::static_int_cast<xub_StrLen>( nStrIx + nColWidth ); in ImplSetTextLineFix()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 1120 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea() local 1123 nCellPosX += nColWidth * nLayoutSign; in GetOutputArea() 1129 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea() local 1132 nCellPosX -= nColWidth * nLayoutSign; in GetOutputArea() 1169 long nColWidth = ( nCellX+i <= nX2 ) ? in GetOutputArea() local 1172 nMergeSizeX += nColWidth; in GetOutputArea()
|
H A D | output.cxx | 1452 long nColWidth = pRowInfo[0].pCellInfo[nArrX].nWidth; in DrawRotatedFrame() local 1491 long nTopRight = nPosX + ( nColWidth - 1 ) * nLayoutSign; in DrawRotatedFrame() 1599 nPosX += nColWidth * nLayoutSign; in DrawRotatedFrame()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | column.hxx | 166 long nColWidth[nMaxCols]; member in SwColumnPage
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 2358 void HTMLTable::InsertCol( sal_uInt16 nSpan, sal_uInt16 nColWidth, sal_Bool bRelWidth, in InsertCol() argument 2380 Size aTwipSz( bRelWidth ? 0 : nColWidth, 0 ); in InsertCol() 2390 sal_uInt16 nTmp = bRelWidth ? nColWidth : (sal_uInt16)aTwipSz.Width(); in InsertCol() 4788 sal_uInt16 nColWidth = pSaveStruct->nColGrpWidth; in BuildTableColGroup() local 4806 nColWidth = (sal_uInt16)pColOption->GetNumber(); in BuildTableColGroup() 4822 pCurTable->InsertCol( nColSpan, nColWidth, bRelColWidth, in BuildTableColGroup()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 192 short nColWidth = (short)pBmpItem->GetBitmap2().GetSizePixel().Width(); in UpdateContextBmpWidthVectorFromMovedEntry() local 193 short nMax = Max(nExpWidth, nColWidth); in UpdateContextBmpWidthVectorFromMovedEntry()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4469 sal_uInt16 nColWidth = rCol.CalcPrtColWidth( 0, (sal_uInt16)nPageSize ); in FormatColumns() local 4472 short nDiff = nColWidth - in FormatColumns()
|