summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-12Don't push_back(.back()), stupidFridrich Štrba
Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2 (cherry picked from commit cd18b8e313b792f5fc42edb3314a95d202406899) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-12n759982: Win/VC++ stl messes up the namespace vector.Muthu Subramanian
Every file's first element wasn't imported. This fixes the issue. (everyfile = everyfile imported via that path e.g. theme?.xml) (cherry picked from commit 25dd603fe2044f35341fe0c6d0b632c9295a824e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-12attempt to use mce::FallBack for control/oleObject importNoel Power
commit commit afbb2d8f7d72292532a9ea54fa2e6757b6d548c2 broke the existing mce::FallBack processing. Change-Id: I05296f6aad3841a8dd40aa345207c0114e0c7701
2012-06-12fix missing ole and form control(s) on xlsx importNoel Power
chang the visibility of aMceState in order to access that member to filter out reading and parsing of ./xl/ctrlProps/ctrlProp[N].xml fragments for 'controls' & 'oleObjects' elements nested withing 'mc:AlternateContent' elements Change-Id: I6892db7e3302b9977f0fdaabbe3ac1444315e011
2012-06-12get rid of unecessary loop and change commentNoel Power
followup to 764752f5d85cb7c86ad21340dfdda4b62754790c Change-Id: Ib35b57b01ccf752c4696d6e7849629bd22a9e91a
2012-06-12fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13 (cherry picked from commit 0dded0d18a5945ed5a38623068ba7aa93da39df0)
2012-06-11fdo#38116, fdo#49438: fix double hairline border drawing some more:Michael Stahl
These two fixes interact in a bad way: 49bd0e4e6bb0ed0671de72d84700ddcc49828f69 (fdo#48647) ee42895d684be9430a414adf3f569d279d437148 (fdo#49438) The problem is that now hairline borders are detected properly, and the double hairline borders are clipped to the right area, but the clipping polygon actually collapses to a single line for the hairline border, with the result that the clipped border line is an empty PolyPolygon for e.g. a double border 3 twips wide. Fix this by enforcing a minimum clipping polygon width of 2 units, which seems to work nicely. Change-Id: If9cf9f0ed6a5c837860c2313a84cd26b07734b03 (cherry picked from commit 0044bd800b742f28056805bb163ff243cf4095f3)
2012-06-11new script config_host.mk.sourcePetr Mladek
it allows to source variables from config_host.mk into shell; there are many different hacks for this on other locations Use this script in bin/distro-install-*; The original solution with 'eval' did not work because shell was not able to pass that many arguments Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
2012-06-11correctly set icon names in desktop filesPetr Mladek
config_host.mk defines even empty UNIXWRAPPERNAME variable now. Hence, 'UNIXWRAPPERNAME *=' newer assign the default value. Change-Id: I2c782bdf79eddffa2451c5462106519479db7431
2012-06-11fdo#49659 three RTF fixesMiklos Vajna
1) fix RTF import of pictures with inner groups One would think that with {\pict{\foo1}}, the inner group has no effect in the outer group, but this turns out to be valid, so we should handle it as well. (cherry picked from commit c5c3ce5e625a31d78a21fbbc339ee30ba99f3044) 2) handle RTF import of tables at the very end of the document If the documents ends with a table, both Word/Writer produces a non-table empty paragraph after that table. However, it's valid not to emit that empty paragraph, so handle the situation in the importer. (cherry picked from commit e08ab74b918be1473d91ed234ee7870cab137c7e) 3) dmapper: handle tables in substreams (cherry picked from commit 61ba6e49f5bbadaf1334ce71459647c3d0a3a37d)
2012-06-11Remove bogus headerThomas Arnhold
Thanks to Rene Engelhard for pointing this out. Change-Id: I6a6c91f6675ec8034c0af85dcb89bcbfaa7a18d8 Signed-off-by: Rene Engelhard <rene@debian.org>
2012-06-11MSC fixStephan Bergmann
Change-Id: I12c8ab5779d952eb640298478da7084b5f643568 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-11fdo#50964 - fix presenter console artwork locationMichael Meeks
Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f
2012-06-11Uploading a new version of libcdr with initial text supportFridrich Štrba
Change-Id: I616d284bb300c803d29786e50bb019fa3f2dff19 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-11fdo#50141: Character count (with spaces) incorrect with numbering on.Muhammad Haggag
There was a typo in the character counting code of text nodes. When a numbered list is detected, the code attempts to add the character count of the "item number" to the total count, but ends up overwriting it instead (uses '=' instead of '+='). This resulted in the item number strings to be the only ones counted in a numbered list. Change-Id: I9d96311065f66026dd4f05d3cd5ae61e2c0dafb4 (cherry picked from commit a585863f013aa4207270e11f5e031126adf1ed4a)
2012-06-10separator will be invisible if there is no visible buttonsIvan Timofeev
Change-Id: Ife88aa5059630b7d71f567a2c8368cec55050eef (cherry picked from commit cf5001f99fe7a855155c5b3facc241163ccf1777)
2012-06-09fdo#42379: hide separators before calculating line breaksIvan Timofeev
it is nesessary since commit 1703501a100cd6d52578baeb4e8097218b285ffb, ImplCalcBreaks looks for the last visible item.
2012-06-09Fix potential further crashes like the one in fdo#50868Fridrich Štrba
Change-Id: I8bdce8091d7f93b311cb4e15134eb2d7c34ae22f Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-09Fix crash from fdo#508686Fridrich Štrba
Change-Id: If98cbbe880055a1e596eefe75744c41513c9aa16 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-08fdo#49724 - Update filters for file selector's file type categoriesAlberto Ferreira
Change-Id: If86b0c84ec02b02a8d921c5eb49edfcb5bf4737a
2012-06-08fix build verbosityRene Engelhard
Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0 Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-06-08fdo#42405: remove this, nowadays MenuItemAllowed disables menu entriesIvan Timofeev
since c4461665bd030a555a8b7ffa5bd6717cfb787b9d m_bCanBeCustomized = false will lead to toolbar locking, but we don't want this, indeed. Change-Id: I42f16a017c7f1cf6e8321c7fe26c027ec79c7953 (cherry picked from commit 3768e71344a298d8e7ac07fb38a97ccf58f83a10)
2012-06-08I alway miss these, add Hide and Show items to tab context menuNoel Power
Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002
2012-06-08handle f suffix (1/65536ths) when reading VML percentagesLuboš Luňák
Not all percentage attributes actually use this, but better be safe and no point in checking only the allowed ones use them. Change-Id: I851f9b19ea85201d70d5e6b2e219bbcd88ae3dea
2012-06-08n#757905 SwLineLayout::CalcLine: improve line height calculationMiklos Vajna
Word vs. Writer difference: if the only portion in a line is a fly (as-character shape) and the height of the fly is smaller than the height of the line, then Writer sets the height to the height of the fly. Word takes the max of the two values. We already have IgnoreTabsAndBlanksForLineCalculation for Word compat wrt. line height calculation, use that here as well. Change-Id: Iebe1bc697d6f19a03d15a1e5fd25ab4d5f4898fd (cherry picked from commits 563df5d0c3c696912f211e74dd4dbda1aa720ae7 and 11a54814be785766d797cc83cfdacd2368ea642c)
2012-06-08n#757905 fix VML import of mso-wrap-style:noneMiklos Vajna
There were two problems here: 1) SimpleShape::implConvertAndInsert() did not set the anchor type 2) DomainMapper_Impl::PushShapeContext() tried to overwrite it Change-Id: I2c32016c4bb15c891cf287d8208e10817c6291e6 (cherry picked from commit 9e8957de203bb9abb208516ad32aee9527feb67b)
2012-06-08fdo#35972: toolbarmanager must be aware of changes in SvtMiscOptionsIvan Timofeev
Change-Id: Ie6e3036e83b5ea859e2c73df47629eb79791a52c (cherry picked from commit 1829efaf9f5d9af9d51b01d273c7b6c60970b05d)
2012-06-08Resolves: rhbz#826609, rhbz#820554 fix smoketest on ppc[64] and s390[x]Caolán McNamara
i.e. restore #i81127# to remove -fsigned-char from old-school dmake ppc[64] flags, but also remove them from the new-school gbuild ones. correspondingly remove -fsigned-char from the very similar s390[x] arch equivalents and drop them from the very obscure linux ports where I just cut and paste them in the first place. with 6b3bf27cb56d661725ac3fcfb756562e0ad75564 in place this now passes smoketestdoc for me on build from scratch on ppc[64] and s390[x] Change-Id: I3dae70fd7a3d3adc57cf04a02350689ad097e4d3 (cherry picked from commit 567147acbc8dcbb6c43652ac6b326759b48df9da)
2012-06-08signed char is default on m68k...Rene Engelhard
Change-Id: I5b57e8e9a9dce3eacc665979844f8cb29f968368 (cherry picked from commit c6b5b20d0a9506ae35421836940bbd1b0e86a3d4) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-07Revert accidental changes from fd32788092fcb29526ae73ae3bae6767dbb1e490Stephan Bergmann
Change-Id: I1b3ceda236f26be2dcdc7e4d2afa0ef8d0053691 (cherry picked from commit d4924b747eb6abd439a6313e338384ae50cbdc8e)
2012-06-07n753458: changing the keyboard of the Slide Show buttonFelix Zhang
- to avoid C-w shortcut to run slideshow, which colides with more common fshortcut to close window
2012-06-07import vmlshape 'hidden' style attribute and apply to controls bnc#757609Noel Power
ensure 'hidden' controls are imported as such.
2012-06-07skeletonmaker: add back \" in string literalMichael Stahl
Seems accidentally removed in ea489b3570efe7d9a53da91ba66fa1563d40ffbb. Change-Id: I7c4be5c41033ca8d4f66557efb30d17f8527b4a8 (cherry picked from commit 9af0eb7e998c7bbf514e324919b710a0ff601244)
2012-06-07XInterfaceTypeDescription missing from isBootstrapTypeStephan Bergmann
...it is base of XInterfaceTypeDescription2 (included in isBootstrapType), which ultimately caused uno-skeletonmaker to crash. Change-Id: I17421f58efd9edd4112532a3221125865cc5560e (cherry picked from commit b67445306634571cd7d2a62942b00c0edb82b215)
2012-06-07gbuild: introduce gb_Package_Package_internal:Michael Stahl
The gb_InternalUnoApi_set_xmlfile function creates a new package, which registers at the current Module, overwriting the InternalUnoApi targets set there and causing make clean not to clean the InternalUnoApi. Change-Id: I46e9b4437788a479701187334325fe1e065e612c (cherry picked from commit 31a353719851b08664b7f13ca59f39a993e66ba6)
2012-06-07Do not copy etc. singular iterator values.Stephan Bergmann
This also reverts previous attempts at fixing this, commits 33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix weird STL assertion on tinderbox." Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a (cherry picked from commit 9631f96acae6bd179d40ee343ce986296f490741)
2012-06-07ucb: second try to fix weird STL assertion on tinderboxMichael Stahl
It's possible that the constructor of RegexpMapIterImpl does not initialize m_aIndex, so try to park m_aIndex on some end() iterator; it looks like m_aIndex will not actually be used in this case, because m_nList = -1. Change-Id: I74cd0d1d87f3e90217c39bcd3168f157066ff3cb (cherry picked from commit 6506af86b5e20a860c8d2d1dd578a22914df5f53)
2012-06-07ucb: try to fix weird STL assertion on tinderboxMichael Stahl
Seems there's uninitialized iterators somewhere, let's try if removing the silly default constructor here improves anything. Change-Id: I2ba239df9b532805e177378f9fa35023d087716a (cherry picked from commit 33839f90e6f8275a584b483827585a6da05aab75)
2012-06-07remove -fsigned-char from s390 to fix smoketest..Rene Engelhard
Change-Id: I66c468e917513cdb096937f9955eb8a41aabaa37 Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-07Revert "Revert "sw34bf03: #i81127#: patch by pmladek: linux/ppc: remove ↵Rene Engelhard
-fsigned-char"" This reverts commit 7ef203d2bf72f7d96fd10d1297af06e82550a1c4. Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-07Fix new Bitmap creation in Lanczos resampling.Tomaž Vajngerl
Bitmaps in Lanczos resampling were not created correctly. This problem was visible in Impress when the background of a slide was set to "tile". Change-Id: Ic77ae1f20a872176eacb1f28175d53b4a0934008
2012-06-07fdo#50809 use the word 'Comment' instead of 'Note' everywhereAndras Timar
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
2012-06-07Fix for fdo#49859 Impress bullet indent data entryStephan van den Akker
This fixes fdo#49859 - numbering alignment or indentation is not applied in Impress, by making the tabpage deactivate force-read the values.
2012-06-06fdo#50144 put full reference text to selection fieldAndras Timar
Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f
2012-06-06Use iterators over index access.Kohei Yoshida
This makes ValidQuery *slightly* faster. Change-Id: I9fff6099b597d7a8d4d5a4358099348baa657802
2012-06-06Avoid expensive allocation & deallocation of local vector on every call.Kohei Yoshida
This alone reduces the ValidQuery() call by 70%. Change-Id: Ic9f8adbd0cb63297be7e173c39e4bcf886d1e2d2
2012-06-06make hsql database working again (fdo#50783)Petr Mladek
+ set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class heh, it is a crazy hack; the source file is under another path com/sun/star/sdbcx/comp/hsqldb Change-Id: I53078269f2298175fee52912d55e8defe01b259b
2012-06-06calc input line: Fix crash on MacOSX.Jan Holesovsky
Change-Id: Iff50dfc1b4730ff584e3015486da4acf8fd5cb47
2012-06-06fdo#48018 legacy reports do not sort by group columnsLionel Elie Mamane
Legacy report means done with the "old" report system, as opposed to with report builder. This was caused by a misguided attempt to sort-of work around i#110536 instead of fixing it cleanly. Revert that. Apparently the idea was to not explicitly set grouping columns as sorting columns, but that the report execution would automagically add grouping columns at begin of sorting list at report execution time. That's a bad idea for at least two reasons: * This does not allow the user to chose ASC/DESC for grouping columns * In rare / advanced cases, sorting on another column *before* grouping is desirable. Plus, the "automagic adding" part apparently wasn't implemented anyway. Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8