Searched refs:nLeftCol (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1948 sal_uInt32 nLeftCol, in MakeTableBox() argument 1955 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox() 1956 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox() 1981 for( sal_uInt32 j=nLeftCol; j<nRightCol; j++ ) in MakeTableBox() 1990 MakeTableLine( pBox, nStartRow, nLeftCol, i+1UL, in MakeTableBox() 2010 for( i=nLeftCol; i<nRightCol; i++ ) in MakeTableBox() 2020 i = nLeftCol; in MakeTableBox() 2053 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox() 2054 sal_Int32 nColWidth = GetColumnWidth( nLeftCol, nColSpan ); in MakeTableBox() 2209 sal_uInt32 nLeftCol, in MakeTableLine() argument [all …]
|
H A D | xmltbli.hxx | 107 sal_uInt32 nTopRow, sal_uInt32 nLeftCol, 110 sal_uInt32 nTopRow, sal_uInt32 nLeftCol, 113 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 529 sal_uInt16 nTopRow, sal_uInt16 nLeftCol, 535 sal_uInt16 nTopRow, sal_uInt16 nLeftCol, 1691 sal_uInt16 nTopRow, sal_uInt16 nLeftCol, in MakeTableLine() argument 1761 sal_uInt16 nStartCol = nLeftCol; in MakeTableLine() 1843 sal_uInt16 nTopRow, sal_uInt16 nLeftCol, in MakeTableBox() argument 1847 sal_uInt16 nColSpan = nRightCol - nLeftCol; in MakeTableBox() 1861 pCnts->GetTable()->InheritVertBorders( this, nLeftCol, in MakeTableBox() 1862 nRightCol-nLeftCol ); in MakeTableBox() 1868 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox() 1912 pCnts->GetTable()->InheritVertBorders( this, nLeftCol, in MakeTableBox() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 2373 long nLeftCol=GetActLeftColumn( sal_True ); in ApplyIndents() local 2378 (pBorders[nLeftCol].nPos + in ApplyIndents() 2379 pBorders[nLeftCol].nWidth))- in ApplyIndents() 3121 sal_uInt16 nLeftCol=GetActLeftColumn(sal_False, nIdx); in CalcMinMax() local 3135 nMaxLeft = nLeftCol == USHRT_MAX ? in CalcMinMax() 3137 pBorders[nLeftCol].nPos; in CalcMinMax() 3177 if(nLeftCol==USHRT_MAX) in CalcMinMax() 3180 nMaxLeft = pBorders[nLeftCol].nPos + in CalcMinMax() 3181 pBorders[nLeftCol].nWidth + lNullPix; in CalcMinMax()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 337 sal_uInt16 nLeftCol = rnCol; in addBox() local 349 aInfo.mnColSpan = rnCol - nLeftCol; in addBox()
|
Completed in 71 milliseconds