Files
libreoffice/svx/source/dialog/spacing.src

16 lines
456 B
Plaintext
Raw Normal View History

#include <svx/dialogs.hrc>
StringArray RID_SVXSTRARY_SPACING
{
ItemList [ en-US ] =
{
< "None" ; 0; > ;
< "Extra Small (1/16\")"; 91; > ;
< "Small (1/8\")"; 181; > ;
< "Small Medium (1/4\")"; 363; > ;
< "Medium (3/8\")"; 539; > ;
< "Medium Large (1/2\")"; 720; > ;
< "Large (3/4\")"; 1077; > ;
< "Extra Large (1\")"; 1440; > ;
};
};