Searched refs:nTableWidth (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlpars.cxx | 105 nTableWidth(0), in ScHTMLLayoutParser() 521 if ( !nTableWidth ) in SetWidths() 522 nTableWidth = (sal_uInt16) aPageSize.Width(); in SetWidths() 528 sal_uInt16 nWidth = nTableWidth / static_cast<sal_uInt16>(nColsPerRow); in SetWidths() 535 …nTableWidth = (sal_uInt16)((*pLocalColOffset)[pLocalColOffset->Count() -1 ] - (*pLocalColOffset)[0… in SetWidths() 609 sal_uInt16 nW = ((nWidths < nTableWidth) ? in SetWidths() 610 ((nTableWidth - nWidths) / nUnknown) : in SetWidths() 611 (nTableWidth / nUnknown)); in SetWidths() 627 nTableWidth = pOffsets[nColsPerRow] - pOffsets[0]; in SetWidths() 699 if ( nTableWidth < nColOffset - nColOffsetStart ) in Colonize() [all …]
|
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tabledlg.cxx | 842 nTableWidth(0), in SwTableColumnPage() 902 nTableWidth = pTblData->GetAlign() != text::HoriOrientation::FULL && in Reset() 913 sal_Int64 nMaxTwips = pFieldArr[0]->NormalizePercent( nTableWidth ); in Reset() 1105 SwTwips nDiff = nSum - nTableWidth; in UpdateCols() 1154 DBG_ASSERT(nDiff <= pTblData->GetSpace() - nTableWidth, "Maximum falsch eingestellt" ); in UpdateCols() 1155 SwTwips nActSpace = pTblData->GetSpace() - nTableWidth; in UpdateCols() 1158 nTableWidth = pTblData->GetSpace(); in UpdateCols() 1163 nTableWidth += nDiff; in UpdateCols() 1170 …DBG_ASSERT(nDiff * nNoOfVisibleCols <= pTblData->GetSpace() - nTableWidth, "Maximum falsch eingest… in UpdateCols() 1172 if(nDiff * nNoOfVisibleCols > pTblData->GetSpace() - nTableWidth) in UpdateCols() [all …]
|
| H A D | tablepg.hxx | 139 SwTwips nTableWidth; member in SwTableColumnPage
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | htmlpars.hxx | 82 sal_uInt16 nTableWidth; member 98 nTable( nTab ), nTableWidth( nTW ), in ScHTMLTableStackEntry() 143 sal_uInt16 nTableWidth; // je Table member in ScHTMLLayoutParser
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | DomainMapperTableHandler.cxx | 302 sal_Int32 nTableWidth = 0; in endTableGetTableStyle() local 477 m_aTableProperties->getValue( TablePropertyMap::TABLE_WIDTH, nTableWidth ); in endTableGetTableStyle() 478 if( nTableWidth > 0 ) in endTableGetTableStyle() 479 m_aTableProperties->Insert( PROP_WIDTH, false, uno::makeAny( nTableWidth )); in endTableGetTableStyle()
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 665 sal_uInt64 nTableWidth = 0; in NewInsertCol() local 667 nTableWidth += aLines[0]->GetTabBoxes()[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in NewInsertCol() 679 sal_uInt64 nResultingWidth = nAddWidth + nTableWidth; in NewInsertCol() 682 nAddWidth = (nAddWidth * nTableWidth) / nResultingWidth; in NewInsertCol() 685 if( !nAddWidth || nAddWidth >= nTableWidth ) in NewInsertCol() 687 … AdjustWidths( static_cast< long >(nTableWidth), static_cast< long >(nTableWidth - nAddWidth) ); in NewInsertCol()
|
| /AOO41X/main/sw/source/filter/inc/ |
| H A D | fltshell.hxx | 376 SwTwips nTableWidth; member in SwFltOutDoc 389 nTableWidth(0), bReadNoTbl(sal_False) in SwFltOutDoc() 393 sal_Bool IsTableWidthSet() const { return 0 != nTableWidth; } in IsTableWidthSet()
|
| /AOO41X/main/sw/source/filter/ww1/ |
| H A D | fltshell.cxx | 1500 nTableWidth = 0; in BeginTable() 1601 if( nSwWidth != nTableWidth ){ in SetTableWidth() 1602 if( nTableWidth ) // Nicht beim ersten Setzen in SetTableWidth() 1605 nTableWidth = nSwWidth; in SetTableWidth() 1745 nTableWidth = 0; in EndTable()
|