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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Drtfutils.cpp90 // Two-column table dimensions, in twips
4504 int twips = (int)(20*ParseUnitArgument(val)); local
4506 twips += 1440;
4507 CurrentLeftMarginOdd = twips;
4508 wxSnprintf(buf, sizeof(buf), _T("\\margl%d\n"), twips);
4520 int twips = (int)(20*ParseUnitArgument(val)); local
4521 CurrentMarginParWidth = twips;
4530 int twips = (int)(20*ParseUnitArgument(val)); local
4531 CurrentMarginParSep = twips;
4541 int twips local
4631 int twips = (int)(20*ParseUnitArgument(val)); local
4641 int twips = (int)(20*ParseUnitArgument(val)); local
[all...]

Completed in 48 milliseconds