Home
last modified time | relevance | path

Searched refs:nLeftCol (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1948 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 Dxmltbli.hxx107 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
110 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
113 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx529 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 …]
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx2373 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()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx337 sal_uInt16 nLeftCol = rnCol; in addBox() local
349 aInfo.mnColSpan = rnCol - nLeftCol; in addBox()

Completed in 85 milliseconds