1. df35e64 getLength() -> !isEmpty(). by Jan Holesovsky · 11 years ago
  2. a5365df sal_Bool -> bool. by Jan Holesovsky · 11 years ago
  3. 6b8d572 Remove SwTableAutoFmt from implementation by Alex Ivan · 13 years ago
  4. bcfb6c9 Remove obsolete UpdateTo/FromSet methods by Alex Ivan · 13 years ago
  5. a09c3bf Remove boolean members from SwTableAutoFmt by Alex Ivan · 13 years ago
  6. 802a97c Use items in attrset to determine properties stored in table style by Alex Ivan · 13 years ago
  7. 6714c71 Fix SwAttrHandler::Init to take parent attribute set into account by Alex Ivan · 13 years ago
  8. 69387cd Reapply table style after merging tables by Alex Ivan · 13 years ago
  9. 0630dc5 Reapply table style after spliting table and undo by Alex Ivan · 13 years ago
  10. 5b672f1 Reapply table styles after merging/spliting cells and corresponding undos by Alex Ivan · 13 years ago
  11. e011a45 Fix copy-pasting table with no table style by Alex Ivan · 13 years ago
  12. ca5c9e7 Apply table style copying from writer to writer by Alex Ivan · 13 years ago
  13. 31bdff6 Load predifined table styles at document creation by Alex Ivan · 13 years ago
  14. 0efd346 Add some more security to format parent assigning by Alex Ivan · 13 years ago
  15. 1ecd390 Proper undo for row/column insertion/deletion by Alex Ivan · 13 years ago
  16. 987ca37 Reapply table style after row/column deletion by Alex Ivan · 13 years ago
  17. b6ef5e3 Fix build. by Jan Holesovsky · 11 years ago
  18. 4fa99ff Reapply table style after inserting rows by Alex Ivan · 13 years ago
  19. e21be15 Adjust format parent assigning by Alex Ivan · 13 years ago
  20. 99940d8 Fix build. by Jan Holesovsky · 11 years ago
  21. e04f6af Reapply table style after inserting columns by Alex Ivan · 13 years ago
  22. 00979a2 Parent assigning cleanup by Alex Ivan · 13 years ago
  23. 03d32c3 Fix borders update with table style application by Alex Ivan · 13 years ago
  24. bf618dd Fix undo resize table causing lose of table style by Alex Ivan · 13 years ago
  25. eb8f40b Store table style in Undo by name by Alex Ivan · 13 years ago
  26. 4ddc768 Fix undo for applying table style by Alex Ivan · 13 years ago
  27. 96d620ee Fix borders on Text to table method by Alex Ivan · 13 years ago
  28. 403df19 Correct previously skipped function in parent assigning cleanup by Alex Ivan · 13 years ago
  29. a2d6d60 Partially fix properties update by Alex Ivan · 13 years ago
  30. 2602cf2 Fix column width in TextToTable by Alex Ivan · 13 years ago
  31. 908ccf5 Fix borders on insert table by Alex Ivan · 13 years ago
  32. 9470d8f Some cleanup of the parent assigning by Alex Ivan · 13 years ago
  33. 5ace5f6 Remove default attribute values from Sw*Fmt by Alex Ivan · 13 years ago
  34. 1e95b52 Set coresponding parent to attribute set by Alex Ivan · 13 years ago
  35. 3d7948c Register SwFmts to correct parents for each element of table by Alex Ivan · 13 years ago
  36. 1f9a37b Fix missing font attributes in AutoFormat window by Alex Ivan · 13 years ago
  37. ef9762c Temporary disable of AutoFormat save mechanism by Alex Ivan · 13 years ago
  38. d32784a Fix resizing of AutoFormat window crashing by Alex Ivan · 13 years ago
  39. d74357a Fix build. by Jan Holesovsky · 11 years ago
  40. f61ef67 Fix RepeatHeading storage in SwTableFmt by Alex Ivan · 13 years ago
  41. 45b3535 Further changes on separating hard formatting from style by Alex Ivan · 13 years ago
  42. e171867 Fix missing name for Default Style in AutoFormat dialog by Alex Ivan · 13 years ago
  43. ca48f0d Fix table styles not loading by Alex Ivan · 13 years ago
  44. a3a5d00 Added some properties back into hard format by Alex Ivan · 13 years ago
  45. 24e8a67 More protection for pCurData: NULL means default, not much to do then by Cédric Bosdonnat · 13 years ago
  46. fafd84a Fix hard format/table style separation issue by Alex Ivan · 13 years ago
  47. 0d1afb5 Separated hardformatting/styles in table insertion by Alex Ivan · 13 years ago
  48. dfcacd3 Modify undo mechanism for applying table format by Alex Ivan · 13 years ago
  49. c570f3c Table style stored separately from hard format by Alex Ivan · 13 years ago
  50. 3250302 Removed no longer used helper functions by Alex Ivan · 13 years ago
  51. 472e6d9 Table style applied at table level by Alex Ivan · 13 years ago
  52. 46158e1 Modify InsertTable and TableToText methods by Alex Ivan · 13 years ago
  53. 597f5be Minor fixes by Alex Ivan · 13 years ago
  54. d0a1346 Add Load function to SwTableFmt by Alex Ivan · 13 years ago
  55. e138650 Remove SwAutoBoxFmt class from implementation by Alex Ivan · 13 years ago
  56. 3a6b09d Move format info from SwTableAutoFmt to SwTableFmt by Alex Ivan · 13 years ago
  57. 47feaf6 Remove aBoxAutoFmt member from SwTableAutoFmt by Alex Ivan · 13 years ago
  58. 6948121 Save/Load of SwBoxAutoFmt move to SwTableBoxFmt by Alex Ivan · 13 years ago
  59. fe5c423 Replace bare pointer with boost::scoped_ptr by Alex Ivan · 13 years ago
  60. 006dc4d Store/RestoreTableProperties handle components by Alex Ivan · 13 years ago
  61. 1e62f63 Fix stylistic issue by Alex Ivan · 13 years ago
  62. 74d8715 Proper initilization of members in SwTable*Fmt by Alex Ivan · 13 years ago
  63. a51127e Add cell format info into SwTableBoxFmt by Alex Ivan · 13 years ago
  64. c6bd130 Store RowSplit and RepeatHeading in item pool by Alex Ivan · 13 years ago
  65. 76a9099 Use inherited methods in SwTableFmt by Alex Ivan · 13 years ago
  66. 18825b3 Move table format information into SwTableFmt by Alex Ivan · 13 years ago
  67. 96c7f3b Move constructors from sw/inc/swtblfmt.hxx by Alex Ivan · 13 years ago
  68. a45c961 Run bin/rename-sw-abbreviations.sh again. by Jan Holesovsky · 11 years ago
  69. f42560b Revert prev changes; add SwTableFmt to Autoformat by Alex Ivan · 13 years ago
  70. 2fcf892 tdf#86397 Bookmark: no consecutive name numbering applied when copied by Cor Nouws · 11 years ago
  71. fd8183f no point in redeclaring methods with slightly different names by Noel Grandin · 11 years ago
  72. 98680db convert Link<> to typed by Noel Grandin · 11 years ago
  73. a5eaa6b convert Link<> to typed by Noel Grandin · 11 years ago
  74. 473a8e2 convert Link<> to typed by Noel Grandin · 11 years ago
  75. b2cd2e7 convert Link<> to typed by Noel Grandin · 11 years ago
  76. 28329d7 convert Link<> to typed by Noel Grandin · 11 years ago
  77. aada49a convert Link<> to typed by Noel Grandin · 11 years ago
  78. bd9adac convert Link<> to typed by Noel Grandin · 11 years ago
  79. 4842877 convert Link<> to typed by Noel Grandin · 11 years ago
  80. f692432 remove unused Link<> parameter by Noel Grandin · 11 years ago
  81. a19f981 convert Link<> to typed by Noel Grandin · 11 years ago
  82. 05fd8cb tdf#93970 Outline indents should not affect paragraph indents by Samuel Mehrbrodt · 11 years ago
  83. 6dec4dc Cleanup: Reduce indentation by Samuel Mehrbrodt · 11 years ago
  84. d214f1c sw: prefix members of SwModule by Miklos Vajna · 11 years ago
  85. 599fab4 hide ScopedPtr::reset and add disposeAndClear by Caolán McNamara · 11 years ago
  86. 41139b2 Cleanup: One statement per line by Samuel Mehrbrodt · 11 years ago
  87. a2b90cd don't hang on busted subdocument offsets by Caolán McNamara · 11 years ago
  88. e7760d4 Fix tdf#87500 - Freeze with English/Japanese mixture undo. by Mark Hung · 11 years ago
  89. 6afa561 Cleanup: Remove superfluous comment by Samuel Mehrbrodt · 11 years ago
  90. 1e67e94 convert Link<> to typed by Noel Grandin · 11 years ago
  91. c916152 tdf#92521 DOCX export: handle section break right after a table by Miklos Vajna · 11 years ago
  92. 32f419f sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLE by Miklos Vajna · 11 years ago
  93. 1a83f30 sw: implement per-view LOK_CALLBACK_TEXT_SELECTION by Miklos Vajna · 11 years ago
  94. 5c2811d sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR by Miklos Vajna · 11 years ago
  95. b0f04d1 sw: implement per-view LOK_CALLBACK_INVALIDATE_TILES by Miklos Vajna · 11 years ago
  96. 8cb6094 Use SfxViewFrame::Current() by Miklos Vajna · 11 years ago
  97. 7b0de91 vcl::ITiledRenderable: add getCurrentViewShell() and implement it for Writer by Miklos Vajna · 11 years ago
  98. e13510c sw layout dump: show selection ranges from all shells by Miklos Vajna · 11 years ago
  99. 99bfc36 convert Link<> to typed by Noel Grandin · 11 years ago
  100. c830135 convert Link<> to typed by Noel Grandin · 11 years ago