summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-19fdo#52241 remove just one entryDavid Tardon1-3/+2
Change-Id: Ida7920c3196105f7f8aab519da12e79135839345 (cherry picked from commit 859018061956b1937c7be3809a9858cbd610fa9c) Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-07-19update license documentsAndras Timar3-204/+955
Change-Id: Id1f1b5d8b7155e6de01973f7358c2d0c8997dfd7 Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-07-18fdo#50801 fix cross-reference text when Caption order is Numbering firstUray M. János4-61/+101
Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-18fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/DrawAbdulmajeed Al-Abaulrazzaq1-0/+60
Change-Id: I90ffce4f6303d3bd736a7e33a135037092e60059 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-18correct but ugly fix for i#118877Markus Mohrhard1-0/+5
This fix is better than the AOO patch and does not require direct ref count manipulation but still feels dirty. Change-Id: I1f37bc4c72f668fec229b874cfa1ea5e9ab9153e (cherry picked from commit ab9b5639b23ab5db93357bd076b65adea1b6e8b6) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-07-17Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdashCaolán McNamara1-1/+1
A typo, correct list can be seen in the CFF spec http://download.microsoft.com/download/8/0/1/801a191c-029d-4af3-9642-555f6fe514ee/cff.pdf Change-Id: I1c07d140d2caae9ac32390c3367f65495ec76ff4 (cherry picked from commit a9a91490680d2778397b6b08583149e39022e692) Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-07-17bump product version to 3.6.1.0+, release number to 200Fridrich Štrba2-23/+23
Change-Id: Id22777baf4f15f09756af09254b56ce28b455a0e
2012-07-17fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)1-1/+1
Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17Bring community branding in line with actual community logoStefan Knorr (astron)5-59/+44
Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17-Werror=implicit-function-declarationStephan Bergmann2-1/+14
...when building --without-system-zlib on Linux. Change-Id: I9bcb355ec75291609b28397c16068acf293ba6eb Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17nss: upgrade to 3.13.5Michael Stahl11-453/+45
- drop nss-linux3.patch, builds out of the box on Linux 3.x now - drop nss-string-concat.patch, was fixed upstream - drop nss-clang_os_Linux_x86_s_comments.patch nss-clang_os_Linux_x86_64_s_comments.patch the invalid asm comments were fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=624868 - drop nss-asm-fix.patch, fixed upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=671711 - not updated nss.patch.mingw since it looks unmaintained - remove the setting of FREEBL_NO_DEPEND, which is a) no longer necessary, because it will be set automatically on Linux 2.6 b) harmful because it prevents automatic setting of FREEBL_LOWHASH, which is necessary to prevent conflicts with system libfreebl3.so at least on Fedora 16/17 Change-Id: Idf9338d83f9b34000068c1b8691ca3135f56dd21 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17nss: no need to care about STLPort include pathsMichael Stahl1-32/+0
Change-Id: Ibbee91f8ce21f76bc4a5e66ff9c5852dc693793b Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17remove forgotten debug statementDavid Tardon1-2/+0
Change-Id: Iac2e4bb390b4e377d34c88018c18ece27fbc5083 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17Include iostream header to get std::cerr (unreviewed build-fix)Fridrich Štrba1-0/+1
Change-Id: I714b9d8bb6fb187ca7cd1dc6754cd63d7bb084da
2012-07-17fix remaining tab pagesIvan Timofeev2-2/+2
see f70fe6e651eefbc69c434256f7e74ad53519a36c Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane3-40/+45
This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window. This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way. Change-Id: I89eaf277069736b3077bde8b45325929db290f2d Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16Revert "fix excel row height export problems ( I hope ) fdo#50304"Markus Mohrhard1-38/+15
This reverts commit 9746c6de3a05fe9284d6d6bb2f636bfe912733cd. Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com> Signed-off-by: Eike Rathke <erack@redhat.com>
2012-07-16openoffice.org -> libreoffice.orgLionel Elie Mamane1-3/+3
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-16fdo#50800 populate composedCommandNames ASAP, not at call of getFromClauseLionel Elie Mamane1-9/+24
In particular com/sun/star/wizards/ui/FilterComponent calls getSelectClause before calling getFromClause, and then all hell breaks loose: composedCommandNames is empty, thus cannot find the proper Alias column name, thus the column names in the select list were not properly escaped, ... We have just made getFromClause quadratic instead of linear, but: 1) I do not think this would be a problem (small datastructures) 2) If it is, rather use a hashmap or something like that, wich will also make getSelectClause faster Also make the fallback case of "unknown table" more robust: escape the table name (if any) and column name! Change-Id: I474adc51fc6378d836bd5865d9eb9505983dcbc5 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-16fix hsqldb java version detectionLionel Elie Mamane1-20/+67
1) The values were not properly exclusive. E.g. when compiling under OpenJDK 1.6, iscjava12 was set (!) 2) On Java 1.6, should not enable the parts that are (only) for Java7! 3) When non-JAVA7, need to preprocess the files that have JAVA7-only code, so that it gets removed Change-Id: I99b6bd9e781fee1007a04a4dc3d3f952c1b2eb00 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-16fdo#521512 - fix presenter console display switchingMichael Meeks1-3/+3
The new, clearer names for external displays need to be in-sync. Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar1-4/+3
Change-Id: Ic9c7ed84925ea5b4ce324a98a1089102dcda24b8 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky1-0/+1
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-16Fix typo in template name: "VIntage" to "Vintage"Stefan Knorr (astron)1-0/+0
Verify via File – Properties ... – Description or via the Template Chooser Change-Id: I6a635ef4d08af72cd2563fc722e80d7f48a8a2b3 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-16show comments in the navigator, fdo#51859Markus Mohrhard1-1/+1
Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16fdo#45260: Objects having line thickness misplaced while pasting.Muthu Subramanian1-1/+3
Even with the proposed fix of commit id d999ae10 it still seems to be broken with reference to i#112978 . Maybe a better way of fixing it. Hence reverting this patch partially to fix fdo#45260 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard1-1/+1
Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard2-0/+41
Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar3-31/+35
Change-Id: Ifa1689ff9be7afa14f5694825c506f7c8c3eff43 (cherry picked from commit c61e3c941d46fe1ae6066f31e01786100e39da56) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-15Resolves: fdo#52013 use vector::insert insteadCaolán McNamara1-1/+2
Change-Id: Ie12e5b11196b1b0f919bd18f28a0b86f60cc6513 Signed-off-by: Takeshi Abe <tabe@fixedpoint.jp>
2012-07-15fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann1-1/+1
Change-Id: If9c5b0a0876540e9546617faaa5dcb4ae1e5a2cb Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15Regression fix correctionStephan Bergmann1-1/+4
Change-Id: I03f020f474c198368aa3528870b0752752a3bd2c Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15fix std::max mismatched type compile snafuMichael Meeks1-1/+1
Change-Id: Ia6572f8c648168053ae327fa995fc4f33029ab33 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann3-3/+12
Change-Id: I490cc82b60663d30fdc8e09d9d6021c964656bec Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15fdo#51954: -1 is small while STRING_NOTFOUND was greatStephan Bergmann1-2/+2
...after String -> rtl::OUString conversion in a4cbcf2fc567393cd954d0fcc8ea0ce7d859b59f. Change-Id: Ieb6dfce8c0cf7d8b5971d187b3b58b754c1cb02f Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15fdo#52090 update Danish dictionaries (2012.07.14)Andras Timar1-0/+3
Change-Id: Ia05018afcfcba044e568e9262ccb90324c2807f5 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
Change-Id: I0a203a39697d3b12304e4b9dc99714cd7b2a008c (cherry picked from commit 0d21d9ddbe0561f45419ae4fc376c312565b413b) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-14fdo#36187 - make ctrl-8 and 9 increase/decrease font size in SwedishAndras Timar1-0/+50
Change-Id: Idea60232a25e58edd385f10cd9cff9f33c16fee4 (cherry picked from commit 4090ec5c4c8c68783ef94460d0809377769944e7) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-14Related: fdo#45355 stale gdi font handles apparently still usedCaolán McNamara2-28/+47
When we do glyph fallback we check to see if the glyph is too large to fit the space available, and if it is we try and rescale it smaller. This worked wonderfully under Linux, but under Windows it seems that the SalLayout impl keeps an old unscaled gdi font handle which would give visually broken glyphs for me when the base font was smaller than the replacement font. So, now instead rather than just changing the font for the fallback level, we throw away the SalLayout using the old font, set the font for the fallback level, and recreate a new SalLayout using the new font. Hopefully this is the true reason behind the crashes of fdo#45355 although that remains unreproducible for me. Change-Id: I415b6e7a77777d4aa5e62079c52c6c18473c0ebd Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-13Hide information about failure during very early startup a little lessStephan Bergmann1-3/+9
Change-Id: I4ecbcf7e19c642bbb98f66d127050361fdb6136a (cherry picked from commit 91404d1d379fbdc3b1c7286dafd2519b68b08c97) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-07-13do not let a style override paragraph's numberingLuboš Luňák1-9/+15
If a paragraph has its own <w:numPr>, do not let <w:pStyle> override that. Change-Id: I7cea0d1c8bf59804f8c56382ee68c7fad5ed3ef6 (cherry picked from commit e7ab4bb6b0e83f01148ffff41e8c5eaa0c5ba0a4) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-13do not write default tab stop into the default style in .docxLuboš Luňák3-3/+15
Use w:defaultTabStop in w:settings instead. Change-Id: I7056ff0ee8574fd942e2f330a1f76bae657a825e (cherry picked from commit 15af925c254f27046427de70a59011e2ac3d6bdb) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-13Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky3-12/+15
Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9 (cherry picked from commit debfb21c927e39ab18aafb1895f343840967e16a) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-13fix a crash with empty stringLuboš Luňák1-4/+2
If it's named nLast, then it's supposed to point to the last character, which, with an empty string, logically means it should point before the start of the string. Change-Id: I248fbe80c1c4b1c2c8d39f0bcf772f9b85415e4a Signed-off-by: Miklos Vajna <vmiklos@suse.com>
2012-07-13skip khmer test on older 'broken' icu versionsCaolán McNamara1-0/+11
Change-Id: Iab813f5288af1f0e054c022c4e4a99b92c7ce1ce Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-07-13fdo#35953 resize controls on Solver dialog of CalcAndras Timar1-42/+42
Change-Id: Ia1130d241f6c01079449e670e26054bbc1a798ea (cherry picked from commit 7444b258df32638876257bab588f8d3513602781) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-13fdo#51143 Do not wrap CannotActivateFactoryException as DeploymentExceptionStephan Bergmann1-18/+6
...as some client code catches just the former and thus fails now. (This was a regression introduced with the recent cppuhelper/source/defaultbootstrap.cxx.) Change-Id: I8306797f8331d894ab4e7695478e3824e9f79197 (cherry picked from commit 2e7702fb704133bad6a534a166e96599347cf6b4) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-13fdo#51278 make reportbuilder work againDavid Tardon5-3/+71
squash of three master branch commits: - fix oxt manifest - fix jar manifest - bump version to force update of package cache
2012-07-13Resolves: fdo#52020 ICU breakiterator not used for KhmerCaolán McNamara2-1/+25
Change-Id: I4c99129cabe70f17aa223cf8ec0ae1529188b6b7 (cherry picked from commit 8ad1d4443e67784a8c0d3c1a3a72f089cb0cd3ec) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-07-12cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar4-7/+0
Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d Signed-off-by: Miklos Vajna <vmiklos@suse.cz>