Searched refs:noColumns (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtable.cpp47 int noColumns = 0; // Current number of columns in table variable
59 noColumns = 0;
73 TableData[noColumns].leftBorder = isBorder;
74 TableData[noColumns].rightBorder = false;
75 TableData[noColumns].justification = 'l';
76 TableData[noColumns].width = 2000; // Estimate
77 TableData[noColumns].absWidth = false;
78 // TableData[noColumns].spacing = ??
79 noColumns ++;
85 TableData[noColumns]
[all...]
H A Dtable.h32 extern int noColumns; // Current number of columns in table
H A Dxlputils.cpp35 static int noColumns = 0; variable
491 int tabPos = (80/noColumns)*currentTab;
741 noColumns = 0;
753 noColumns ++;
765 // int tabPos = 80/noColumns;
H A Drtfutils.cpp1992 for (int i = 0; i < noColumns; i++)
3739 for (int i = 0; i < noColumns; i++)
4659 for (int i = 0; i < noColumns; i++)
5164 noColumns = 0;
H A Dhtmlutil.cpp1150 if (currentColumn < noColumns)
2833 for (int i = 0; i < noColumns; i++)
3037 noColumns = 0;

Completed in 125 milliseconds