office-gobmx/svx/source
Michael Stahl b61abf6b13 SvxColumnItem: fix buggy STL conversion:
In the copy ctor, the vector must not be initialized with the constructor
that takes an integer, because that causes it to have that many
elements, which together with the loop that copies all source elements
leads to a vector with twice as many elements.
This causes a crash in writer when dragging the row separator line in a
table, because that code doesn't expect the item to have more elements
than the table has rows.
(regression from d319387526)
2012-01-27 23:49:18 +01:00
..
accessibility
core
customshapes
dialog SvxColumnItem: fix buggy STL conversion: 2012-01-27 23:49:18 +01:00
engine3d Improve checking for emptiness 2012-01-21 19:58:46 +01:00
fmcomp column position 0 is perfectly valid 2012-01-19 21:08:10 +01:00
form Replaced diagnore ENSURE_OR_CONTINUE with regular code. 2012-01-23 23:28:50 +01:00
gallery2 make svx ByteString free 2012-01-23 11:37:05 +00:00
gengal
inc make svx ByteString free 2012-01-23 11:37:05 +00:00
items
mnuctrls
sdr sal_Bool to bool. 2012-01-20 16:36:53 -05:00
smarttags
src Revert "Removed list and numbering paragraph styles and related option page" 2012-01-27 13:09:02 +01:00
stbctrls WaE: int and long confusion 2012-01-25 19:05:30 +02:00
svdraw Replace SvtCacheOptions with (simplified) direct configuration access. 2012-01-26 20:56:44 +01:00
table callcatcher: update list, remove newly unused methods 2012-01-24 16:53:56 +00:00
tbxctrls
toolbars
unodialogs/textconversiondlgs
unodraw
unogallery
xml
xoutdev