sidebaralignment.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustmentIndent">
  6. <property name="upper">990</property>
  7. <property name="step_increment">5</property>
  8. <property name="page_increment">10</property>
  9. </object>
  10. <object class="GtkAdjustment" id="adjustmentSpinDegrees">
  11. <property name="upper">359</property>
  12. <property name="step_increment">5</property>
  13. <property name="page_increment">10</property>
  14. </object>
  15. <object class="GtkImage" id="image1">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="icon_name">svx/res/lo03.png</property>
  19. </object>
  20. <object class="GtkImage" id="image2">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="icon_name">svx/res/lo02.png</property>
  24. </object>
  25. <object class="GtkImage" id="image3">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="icon_name">svx/res/lo01.png</property>
  29. </object>
  30. <!-- n-columns=1 n-rows=1 -->
  31. <object class="GtkGrid" id="AlignmentPropertyPanel">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <child>
  35. <!-- n-columns=1 n-rows=1 -->
  36. <object class="GtkGrid">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="hexpand">True</property>
  40. <property name="border_width">6</property>
  41. <property name="row_spacing">3</property>
  42. <property name="column_spacing">6</property>
  43. <child>
  44. <object class="GtkBox" id="box3">
  45. <property name="visible">True</property>
  46. <property name="can_focus">False</property>
  47. <property name="hexpand">True</property>
  48. <property name="spacing">3</property>
  49. <child>
  50. <object class="GtkToolbar" id="horizontalalignment">
  51. <property name="visible">True</property>
  52. <property name="can_focus">True</property>
  53. <property name="tooltip_text" translatable="yes" context="sidebaralignment|horizontalalignment|tooltip_text">Horizontal Alignment</property>
  54. <property name="halign">start</property>
  55. <property name="toolbar_style">icons</property>
  56. <property name="show_arrow">False</property>
  57. <property name="icon_size">2</property>
  58. <child>
  59. <object class="GtkToggleToolButton" id=".uno:AlignLeft">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="valign">start</property>
  63. <property name="use_underline">True</property>
  64. </object>
  65. <packing>
  66. <property name="expand">False</property>
  67. <property name="homogeneous">False</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkToggleToolButton" id=".uno:AlignHorizontalCenter">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="use_underline">True</property>
  75. </object>
  76. <packing>
  77. <property name="expand">False</property>
  78. <property name="homogeneous">False</property>
  79. </packing>
  80. </child>
  81. <child>
  82. <object class="GtkToggleToolButton" id=".uno:AlignRight">
  83. <property name="visible">True</property>
  84. <property name="can_focus">False</property>
  85. <property name="use_underline">True</property>
  86. </object>
  87. <packing>
  88. <property name="expand">False</property>
  89. <property name="homogeneous">False</property>
  90. </packing>
  91. </child>
  92. <child>
  93. <object class="GtkToggleToolButton" id=".uno:AlignBlock">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="use_underline">True</property>
  97. </object>
  98. <packing>
  99. <property name="expand">False</property>
  100. <property name="homogeneous">False</property>
  101. </packing>
  102. </child>
  103. </object>
  104. <packing>
  105. <property name="expand">False</property>
  106. <property name="fill">True</property>
  107. <property name="position">0</property>
  108. </packing>
  109. </child>
  110. <child>
  111. <object class="GtkToolbar" id="verticalalignment">
  112. <property name="visible">True</property>
  113. <property name="can_focus">True</property>
  114. <property name="tooltip_text" translatable="yes" context="sidebaralignment|verticalalignment|tooltip_text">Vertical Alignment</property>
  115. <property name="halign">end</property>
  116. <property name="toolbar_style">icons</property>
  117. <property name="show_arrow">False</property>
  118. <property name="icon_size">2</property>
  119. <child>
  120. <object class="GtkToggleToolButton" id=".uno:AlignTop">
  121. <property name="visible">True</property>
  122. <property name="can_focus">False</property>
  123. <property name="use_underline">True</property>
  124. </object>
  125. <packing>
  126. <property name="expand">False</property>
  127. <property name="homogeneous">False</property>
  128. </packing>
  129. </child>
  130. <child>
  131. <object class="GtkToggleToolButton" id=".uno:AlignVCenter">
  132. <property name="visible">True</property>
  133. <property name="can_focus">False</property>
  134. <property name="use_underline">True</property>
  135. </object>
  136. <packing>
  137. <property name="expand">False</property>
  138. <property name="homogeneous">False</property>
  139. </packing>
  140. </child>
  141. <child>
  142. <object class="GtkToggleToolButton" id=".uno:AlignBottom">
  143. <property name="visible">True</property>
  144. <property name="can_focus">False</property>
  145. <property name="use_underline">True</property>
  146. </object>
  147. <packing>
  148. <property name="expand">False</property>
  149. <property name="homogeneous">False</property>
  150. </packing>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="expand">False</property>
  155. <property name="fill">True</property>
  156. <property name="pack_type">end</property>
  157. <property name="position">1</property>
  158. </packing>
  159. </child>
  160. <child>
  161. <object class="GtkToolbar" id="writedirection">
  162. <property name="visible">True</property>
  163. <property name="can_focus">True</property>
  164. <property name="toolbar_style">icons</property>
  165. <property name="show_arrow">False</property>
  166. <property name="icon_size">2</property>
  167. <child>
  168. <object class="GtkToggleToolButton" id=".uno:ParaLeftToRight">
  169. <property name="visible">True</property>
  170. <property name="can_focus">False</property>
  171. <property name="use_underline">True</property>
  172. </object>
  173. <packing>
  174. <property name="expand">False</property>
  175. <property name="homogeneous">False</property>
  176. </packing>
  177. </child>
  178. <child>
  179. <object class="GtkToggleToolButton" id=".uno:ParaRightToLeft">
  180. <property name="visible">True</property>
  181. <property name="can_focus">False</property>
  182. <property name="use_underline">True</property>
  183. </object>
  184. <packing>
  185. <property name="expand">False</property>
  186. <property name="homogeneous">False</property>
  187. </packing>
  188. </child>
  189. </object>
  190. <packing>
  191. <property name="expand">False</property>
  192. <property name="fill">True</property>
  193. <property name="pack_type">end</property>
  194. <property name="position">2</property>
  195. </packing>
  196. </child>
  197. </object>
  198. <packing>
  199. <property name="left_attach">0</property>
  200. <property name="top_attach">0</property>
  201. <property name="width">2</property>
  202. </packing>
  203. </child>
  204. <child>
  205. <object class="GtkSpinButton" id="orientationdegrees">
  206. <property name="visible">True</property>
  207. <property name="can_focus">True</property>
  208. <property name="tooltip_text" translatable="yes" context="sidebaralignment|orientationdegrees|tooltip_text">Select the angle for rotation.</property>
  209. <property name="halign">end</property>
  210. <property name="adjustment">adjustmentSpinDegrees</property>
  211. <property name="wrap">True</property>
  212. <property name="truncate-multiline">True</property>
  213. <child internal-child="accessible">
  214. <object class="AtkObject" id="orientationdegrees-atkobject">
  215. <property name="AtkObject::accessible-name" translatable="yes" context="sidebaralignment|orientationdegrees-atkobject">Text Orientation</property>
  216. </object>
  217. </child>
  218. </object>
  219. <packing>
  220. <property name="left_attach">1</property>
  221. <property name="top_attach">4</property>
  222. </packing>
  223. </child>
  224. <child>
  225. <object class="GtkSpinButton" id="leftindent">
  226. <property name="visible">True</property>
  227. <property name="can_focus">True</property>
  228. <property name="tooltip_text" translatable="yes" context="sidebaralignment|leftindent|tooltip_text">Indents from the left edge.</property>
  229. <property name="halign">end</property>
  230. <property name="valign">center</property>
  231. <property name="adjustment">adjustmentIndent</property>
  232. <property name="truncate-multiline">True</property>
  233. <child internal-child="accessible">
  234. <object class="AtkObject" id="leftindent-atkobject">
  235. <property name="AtkObject::accessible-name" translatable="yes" context="sidebaralignment|leftindent-atkobject">Left Indent</property>
  236. </object>
  237. </child>
  238. </object>
  239. <packing>
  240. <property name="left_attach">1</property>
  241. <property name="top_attach">1</property>
  242. </packing>
  243. </child>
  244. <child>
  245. <object class="GtkToolbar" id="indentbuttons">
  246. <property name="visible">True</property>
  247. <property name="can_focus">True</property>
  248. <property name="toolbar_style">icons</property>
  249. <property name="show_arrow">False</property>
  250. <property name="icon_size">2</property>
  251. <child>
  252. <object class="GtkToolButton" id=".uno:IncrementIndent">
  253. <property name="visible">True</property>
  254. <property name="can_focus">False</property>
  255. <property name="use_underline">True</property>
  256. </object>
  257. <packing>
  258. <property name="expand">False</property>
  259. <property name="homogeneous">False</property>
  260. </packing>
  261. </child>
  262. <child>
  263. <object class="GtkToolButton" id=".uno:DecrementIndent">
  264. <property name="visible">True</property>
  265. <property name="can_focus">False</property>
  266. <property name="use_underline">True</property>
  267. </object>
  268. <packing>
  269. <property name="expand">False</property>
  270. <property name="homogeneous">False</property>
  271. </packing>
  272. </child>
  273. </object>
  274. <packing>
  275. <property name="left_attach">0</property>
  276. <property name="top_attach">1</property>
  277. </packing>
  278. </child>
  279. <child>
  280. <object class="GtkSeparator" id="separator1">
  281. <property name="visible">True</property>
  282. <property name="can_focus">False</property>
  283. <property name="margin_left">3</property>
  284. <property name="margin_right">3</property>
  285. </object>
  286. <packing>
  287. <property name="left_attach">0</property>
  288. <property name="top_attach">3</property>
  289. <property name="width">2</property>
  290. </packing>
  291. </child>
  292. <child>
  293. <object class="GtkLabel" id="orientationlabel">
  294. <property name="visible">True</property>
  295. <property name="can_focus">False</property>
  296. <property name="label" translatable="yes" context="sidebaralignment|orientationlabel">Text _orientation:</property>
  297. <property name="use_underline">True</property>
  298. <property name="mnemonic_widget">orientationdegrees</property>
  299. <property name="xalign">0</property>
  300. </object>
  301. <packing>
  302. <property name="left_attach">0</property>
  303. <property name="top_attach">4</property>
  304. </packing>
  305. </child>
  306. <child>
  307. <object class="GtkBox">
  308. <property name="visible">True</property>
  309. <property name="can_focus">False</property>
  310. <property name="spacing">6</property>
  311. <child>
  312. <object class="GtkCheckButton" id="stacked">
  313. <property name="label" translatable="yes" context="sidebaralignment|stacked">Vertically stacked</property>
  314. <property name="visible">True</property>
  315. <property name="can_focus">True</property>
  316. <property name="receives_default">False</property>
  317. <property name="use_underline">True</property>
  318. <property name="xalign">0</property>
  319. <property name="draw_indicator">True</property>
  320. </object>
  321. <packing>
  322. <property name="expand">False</property>
  323. <property name="fill">True</property>
  324. <property name="position">0</property>
  325. </packing>
  326. </child>
  327. <child>
  328. <object class="GtkBox" id="textorientbox">
  329. <property name="visible">True</property>
  330. <property name="can_focus">False</property>
  331. <property name="valign">center</property>
  332. <property name="spacing">3</property>
  333. <child>
  334. <object class="GtkRadioButton" id="bottom">
  335. <property name="visible">True</property>
  336. <property name="can_focus">True</property>
  337. <property name="focus_on_click">False</property>
  338. <property name="receives_default">False</property>
  339. <property name="tooltip_text" translatable="yes" context="sidebaralignment|bottom|tooltip_text">Text Extension From Lower Cell Border</property>
  340. <property name="image">image3</property>
  341. <property name="use_underline">True</property>
  342. <property name="xalign">0</property>
  343. <property name="always_show_image">True</property>
  344. <property name="draw_indicator">False</property>
  345. <property name="group">standard</property>
  346. </object>
  347. <packing>
  348. <property name="expand">False</property>
  349. <property name="fill">False</property>
  350. <property name="position">0</property>
  351. </packing>
  352. </child>
  353. <child>
  354. <object class="GtkRadioButton" id="top">
  355. <property name="visible">True</property>
  356. <property name="can_focus">True</property>
  357. <property name="focus_on_click">False</property>
  358. <property name="receives_default">False</property>
  359. <property name="tooltip_text" translatable="yes" context="sidebaralignment|top|tooltip_text">Text Extension From Upper Cell Border</property>
  360. <property name="image">image2</property>
  361. <property name="use_underline">True</property>
  362. <property name="xalign">0</property>
  363. <property name="always_show_image">True</property>
  364. <property name="draw_indicator">False</property>
  365. <property name="group">standard</property>
  366. </object>
  367. <packing>
  368. <property name="expand">False</property>
  369. <property name="fill">False</property>
  370. <property name="position">1</property>
  371. </packing>
  372. </child>
  373. <child>
  374. <object class="GtkRadioButton" id="standard">
  375. <property name="visible">True</property>
  376. <property name="can_focus">True</property>
  377. <property name="focus_on_click">False</property>
  378. <property name="receives_default">False</property>
  379. <property name="tooltip_text" translatable="yes" context="sidebaralignment|standard|tooltip_text">Text Extension Inside Cell</property>
  380. <property name="image">image1</property>
  381. <property name="use_underline">True</property>
  382. <property name="xalign">0</property>
  383. <property name="always_show_image">True</property>
  384. <property name="active">True</property>
  385. <property name="draw_indicator">False</property>
  386. </object>
  387. <packing>
  388. <property name="expand">False</property>
  389. <property name="fill">False</property>
  390. <property name="position">2</property>
  391. </packing>
  392. </child>
  393. </object>
  394. <packing>
  395. <property name="expand">False</property>
  396. <property name="fill">True</property>
  397. <property name="pack_type">end</property>
  398. <property name="position">1</property>
  399. </packing>
  400. </child>
  401. </object>
  402. <packing>
  403. <property name="left_attach">0</property>
  404. <property name="top_attach">5</property>
  405. <property name="width">2</property>
  406. </packing>
  407. </child>
  408. <child>
  409. <object class="GtkCheckButton" id="wraptext">
  410. <property name="label" translatable="yes" context="sidebaralignment|wraptext">Wrap text</property>
  411. <property name="visible">True</property>
  412. <property name="can_focus">True</property>
  413. <property name="receives_default">False</property>
  414. <property name="tooltip_text" translatable="yes" context="sidebaralignment|wraptext|tooltip_text">Wrap texts automatically.</property>
  415. <property name="halign">end</property>
  416. <property name="use_underline">True</property>
  417. <property name="xalign">0</property>
  418. <property name="draw_indicator">True</property>
  419. </object>
  420. <packing>
  421. <property name="left_attach">1</property>
  422. <property name="top_attach">2</property>
  423. </packing>
  424. </child>
  425. <child>
  426. <object class="GtkCheckButton" id="mergecells">
  427. <property name="label" translatable="yes" context="sidebaralignment|mergecells">Merge cells</property>
  428. <property name="visible">True</property>
  429. <property name="can_focus">True</property>
  430. <property name="receives_default">False</property>
  431. <property name="tooltip_text" translatable="yes" context="sidebaralignment|mergecells|tooltip_text">Joins the selected cells into one.</property>
  432. <property name="use_underline">True</property>
  433. <property name="xalign">0</property>
  434. <property name="image_position">right</property>
  435. <property name="draw_indicator">True</property>
  436. </object>
  437. <packing>
  438. <property name="left_attach">0</property>
  439. <property name="top_attach">2</property>
  440. </packing>
  441. </child>
  442. <child>
  443. <object class="GtkLabel" id="leftindentlabel">
  444. <property name="can_focus">False</property>
  445. <property name="label" translatable="yes" context="sidebaralignment|leftindentlabel">_Indent:</property>
  446. <property name="use_underline">True</property>
  447. <property name="mnemonic_widget">leftindent</property>
  448. <property name="xalign">0</property>
  449. </object>
  450. <packing>
  451. <property name="left_attach">1</property>
  452. <property name="top_attach">6</property>
  453. </packing>
  454. </child>
  455. <child>
  456. <placeholder/>
  457. </child>
  458. </object>
  459. <packing>
  460. <property name="left_attach">0</property>
  461. <property name="top_attach">0</property>
  462. </packing>
  463. </child>
  464. </object>
  465. <object class="GtkSizeGroup" id="sizegroupWidget">
  466. <widgets>
  467. <widget name="leftindent"/>
  468. <widget name="orientationdegrees"/>
  469. </widgets>
  470. </object>
  471. </interface>