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

/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp121 EAdjustment TextAdjustment; member in struct:CFieldInfo
131 EAdjustment TextAdjustment; member in struct:CFieldInfoInit
196 fieldInfo.TextAdjustment = fieldInfoInit.TextAdjustment;
340 PrintString(fieldInfo.TextAdjustment, width, prop.bstrVal);
351 PrintString(fieldInfo.TextAdjustment, width, s);
377 PrintNumberString(fieldInfo.TextAdjustment, fieldInfo.Width, size);
379 PrintNumberString(fieldInfo.TextAdjustment, fieldInfo.Width, compressedSize);
392 PrintString(fieldInfo.TextAdjustment, 0, temp);
395 PrintString(fieldInfo.TextAdjustment, fieldInf
[all...]

Completed in 66 milliseconds