Home
last modified time | relevance | path

Searched refs:nBox (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx164 for( sal_uInt16 nBox = 0; nBox < rLine.GetTabBoxes().Count(); ++nBox ) in insertSubLine() local
167 *rLine.GetTabBoxes()[nBox], pStartLn, pMax ); in insertSubLine()
263 for( sal_uInt16 nBox = 0; !bComplex && nBox < rBoxes.Count(); ++nBox ) in addLine() local
264 bComplex = rBoxes[nBox]->GetTabLines().Count() > 0; in addLine()
272 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine() local
307 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in addLine() local
308 addBox( rLine, pSelBoxes, rBoxes[nBox], nBorder, nCol, in addLine()
449 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in assignBoxes() local
451 BoxSpanInfo& rInfo = rBox[nBox]; in assignBoxes()
496 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in copyBoxes() local
[all …]
H A Dtblrwcl.cxx1872 for( sal_uInt16 nBox = 0; nBox < pLine->GetTabBoxes().Count(); ++nBox ) in lcl_CheckRowSpan() local
1874 SwTableBox* pBox = pLine->GetTabBoxes()[nBox]; in lcl_CheckRowSpan()
1938 sal_uInt16 nBox = 0; in lcl_CalcNewWidths() local
1940 while( nBox < nBoxCount ) in lcl_CalcNewWidths()
1942 SwTableBox* pBox = pLine->GetTabBoxes()[nBox++]; in lcl_CalcNewWidths()
1956 for( nBox = 0; nBox < nBoxCount; ) in lcl_CalcNewWidths()
1958 nPos += pFndLine->GetBoxes()[nBox] in lcl_CalcNewWidths()
1960 rWidth[ ++nBox ] = nPos; in lcl_CalcNewWidths()
1983 for( sal_uInt16 nBox = 0; nBox < nCount; ++nBox ) in lcl_CalcNewWidths() local
1985 sal_uInt64 nNextPos = rWidth[ nBox ]; in lcl_CalcNewWidths()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx139 for( sal_uInt16 nBox=0; nBox<nBoxes; nBox++ ) in GetLineHeight() local
141 const SwTableBox* pBox = rBoxes[nBox]; in GetLineHeight()
484 for( sal_uInt16 nBox=0; nBox<nBoxes; nBox++ ) in CollectTableRowsCols() local
486 const SwTableBox *pBox = rBoxes[nBox]; in CollectTableRowsCols()
490 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in CollectTableRowsCols()
501 if( nBox==nBoxes-1 ) in CollectTableRowsCols()
657 for( sal_uInt16 nBox=0; nBox<nBoxes; nBox++ ) in FillTableRowsCols() local
659 const SwTableBox *pBox = rBoxes[nBox]; in FillTableRowsCols()
663 if( nBox < nBoxes-1 || (nParentLineWidth==0 && nLine==0) ) in FillTableRowsCols()
666 if( nBox==nBoxes-1 ) in FillTableRowsCols()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx147 for( sal_uInt16 nBox=0U; nBox<nBoxes; nBox++ ) in SwXMLTableLines_Impl() local
149 const SwTableBox *pBox = rBoxes[nBox]; in SwXMLTableLines_Impl()
151 if( nBox < nBoxes-1U || nWidth==0UL ) in SwXMLTableLines_Impl()
160 if( nBox==nBoxes-1U ) in SwXMLTableLines_Impl()
679 for( sal_uInt16 nBox=0U; nBox<nBoxes; nBox++ ) in ExportTableLinesAutoStyles() local
681 SwTableBox *pBox = rBoxes[nBox]; in ExportTableLinesAutoStyles()
683 if( nBox < nBoxes-1U ) in ExportTableLinesAutoStyles()
960 for( sal_uInt16 nBox=0U; nBox<nBoxes; nBox++ ) in ExportTableLine() local
962 const SwTableBox *pBox = rBoxes[nBox]; in ExportTableLine()
973 if( nBox < nBoxes-1U ) in ExportTableLine()
[all …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx414 nBox *= nNew; in lcl_ModifyLines()
415 nBox /= nOld; in lcl_ModifyLines()
440 nOriginalSum += nBox; in lcl_ModifyBoxes()
441 nBox *= nNew; in lcl_ModifyBoxes()
442 nBox /= nOld; in lcl_ModifyBoxes()
464 nSum += nBox; in lcl_ModifyBoxes()
1529 sal_uInt16 nLine, nBox; in GetTblBox() local
1540 if( nBox ) in GetTblBox()
1541 --nBox; in GetTblBox()
1553 if( nBox >= pBoxes->Count() ) in GetTblBox()
[all …]
H A Dswnewtable.cxx1859 sal_uInt16 nBox = 0; in ExpandColumnSelection() local
1860 for( sal_uInt16 nRow = 0; nRow < nLineCnt && nBox < nBoxCnt; ++nRow ) in ExpandColumnSelection()
1869 if( pBox == rBoxes[nBox] ) in ExpandColumnSelection()
1871 lcl_CheckMinMax( rMin, rMax, *pLine, nCol, nBox == 0 ); in ExpandColumnSelection()
1872 if( ++nBox >= nBoxCnt ) in ExpandColumnSelection()
1877 nBox = 0; in ExpandColumnSelection()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx736 for (sal_uInt16 nBox = 0; nBox < rBoxes.Count(); nBox++) in processTableBoxLines() local
737 …pNodeInfo = processTableBoxLines(rBoxes[nBox], pTable, pBoxToSet, nRow, nCell, nDepth); … in processTableBoxLines()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3370 for( sal_uInt16 nBox = 0; nBox < rBoxes.Count(); ++nBox ) in lcl_ChgTblSize() local
3371 nMaxLnWidth += rBoxes[nBox]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_ChgTblSize()
3946 for( sal_uInt8 nBox = 0; nBox < 4; ++nBox ) in GetTableAutoFmt() local
3948 SwTableBox* pFBox = rLine.GetBoxes()[ aBoxArr[ nBox ] ]->GetBox(); in GetTableAutoFmt()
3953 sal_uInt8 nPos = nLine * 4 + nBox; in GetTableAutoFmt()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx858 long nBox = SwTable::_GetBoxNum( sTmp, sal_True ); in lcl_BoxNmToRel() local
859 nBox -= SwTable::_GetBoxNum( sCpy, sal_True ); in lcl_BoxNmToRel()
866 sTmp += String::CreateFromInt32( nBox ); in lcl_BoxNmToRel()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx320 sal_uInt16 nBox; member
623 SvxBoxItem aBoxItem( aItemIds.nBox ); in SetBoxItem()
814 aItemIds.nBox = rPool.GetTrueWhich( SID_ATTR_BORDER_OUTER, sal_False ); in SvxCSS1Parser()
1024 SvxBoxItem aBox( (const SvxBoxItem&)rTargetSet.Get(aItemIds.nBox) ); in MergeStyles()
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx197 rMap.nBox = ATTR_BORDER; in IMPL_LINK()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx188 rMap.nBox = SDRATTR_TABLE_BORDER; in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx201 nBox, member
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1465 SvxBoxItem aAttr( PARDID->nBox ); in ReadBorderAttr()
1467 if( SFX_ITEM_SET == rSet.GetItemState( PARDID->nBox, sal_False, &pItem ) ) in ReadBorderAttr()
H A Dsvxrtf.cxx1506 nBox = rPool.GetTrueWhich( SID_ATTR_BORDER_OUTER, sal_False ); in RTFPardAttrMapIds()

Completed in 131 milliseconds