Home
last modified time | relevance | path

Searched refs:nRightCol (Results 1 – 4 of 4) sorted by path

/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx3123 sal_uInt16 nRightCol=GetActRightColumn(sal_False, nIdx); in CalcMinMax() local
3142 nMaxRight = nRightCol == USHRT_MAX ? in CalcMinMax()
3144 pBorders[nRightCol].nPos; in CalcMinMax()
3221 if(nRightCol==USHRT_MAX) in CalcMinMax()
3246 nMaxRight = lNullPix + pBorders[nRightCol].nPos; in CalcMinMax()
3385 sal_uInt16 nRightCol=GetActRightColumn( sal_True ); in CalcMinMax() local
3387 nMaxRight += pBorders[nRightCol].nPos; in CalcMinMax()
3402 sal_uInt16 nRightCol=GetActRightColumn( sal_True ); in CalcMinMax() local
3404 nMaxRight += pBorders[nRightCol].nPos; in CalcMinMax()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx530 sal_uInt16 nBottomRow, sal_uInt16 nRightCol );
536 sal_uInt16 nBootomRow, sal_uInt16 nRightCol );
1692 sal_uInt16 nBottomRow, sal_uInt16 nRightCol ) in MakeTableLine() argument
1762 while( nStartCol<nRightCol ) in MakeTableLine()
1765 sal_uInt16 nSplitCol = nRightCol; in MakeTableLine()
1769 ASSERT( nCol < nRightCol, "Zu weit gelaufen" ); in MakeTableLine()
1775 if( nCol == nRightCol-1 ) in MakeTableLine()
1844 sal_uInt16 nBottomRow, sal_uInt16 nRightCol ) in MakeTableBox() argument
1847 sal_uInt16 nColSpan = nRightCol - nLeftCol; in MakeTableBox()
1862 nRightCol-nLeftCol ); in MakeTableBox()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1955 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox()
1981 for( sal_uInt32 j=nLeftCol; j<nRightCol; j++ ) in MakeTableBox()
1991 nRightCol ); in MakeTableBox()
2010 for( i=nLeftCol; i<nRightCol; i++ ) in MakeTableBox()
2021 while( i < nRightCol ) in MakeTableBox()
2049 sal_uInt32 nRightCol ) in MakeTableBox() argument
2053 sal_uInt32 nColSpan = nRightCol - nLeftCol; in MakeTableBox()
2246 while( nStartCol < nRightCol ) in MakeTableLine()
2252 sal_uInt32 nSplitCol = nRightCol; in MakeTableLine()
2256 ASSERT( nCol < nRightCol, "Zu weit gelaufen" ); in MakeTableLine()
[all …]
H A Dxmltbli.hxx108 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
111 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
114 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );

Completed in 70 milliseconds