Searched refs:nRightCol (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1955 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 D | xmltbli.hxx | 108 sal_uInt32 nBottomRow, sal_uInt32 nRightCol ); 111 sal_uInt32 nBottomRow, sal_uInt32 nRightCol ); 114 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 3123 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()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 530 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 …]
|
Completed in 80 milliseconds