summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-09make test -> make checkThomas Arnhold
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist
2011-02-08fix build breakageCaolán McNamara
2011-02-08more std:: -> o3tl:: build fixesLuboš Luňák
2011-02-08std:: -> o3tl:: fixesLuboš Luňák
2011-02-08Remove useless comments in components.Guillaume Poussel
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist
2011-02-08std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
Conflicts: cui/source/tabpages/swpossizetabpage.cxx
2011-02-07lp#696527: enable human icon theme in LibreOfficebjoern.michaelsen@canonical.com
2011-02-07WaE: format not a string literal and no format argumentsThomas Arnhold
2011-02-06Some cppcheck cleaningJulien Nabet
2011-02-06add Ukrainian also into packinfo_office.txtPetr Mladek
2011-02-06add Occitan also into packinfo_office.txtPetr Mladek
build fails witout it
2011-02-06translate some commentsKarsten Gerloff
2011-02-06Remove OWN_DEBUG and WRITEDEBUGINFOThomas Arnhold
2011-02-06Use OSL_DEBUG_LEVEL > 1 instead of > 2Thomas Arnhold
2011-02-06Remove lots of dead codeThomas Arnhold
2011-02-06make (hopefully) more understandableDavid Tardon
2011-02-06use the right paragraph for notificationDavid Tardon
2011-02-05Two more missing #include <vector>Joseph Powers
2011-02-06move components to boost unordered containersFridrich Štrba
2011-02-06Some cppcheck cleaningJulien Nabet
2011-02-05New mimetype icons for LibreOfficeThorsten Behrens
Update from design team, source svg is http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/LibreOffice_Initial_Icons-pre_final.svg
2011-02-03Resolves: rhbz#673819 crash on changing position of drawing object in headerCaolán McNamara
The header/footer objects are cunning wrappers to pretend to some parts of the drawing stuff that there are multiple objects, while in reality there is only one. So call HasText actually gets a totally different object from the cast :-( Signed-off-by: David Tardon <dtardon@redhat.com>
2011-02-03Revert: Reg4allmsdoc updated to use the new registry file extension IDsJesús Corrius
2011-02-03another s/OpenOffice.org/LibreOffice/ in nspluginRene Engelhard
2011-02-02Clean up makefilesThomas Arnhold
2011-02-02Fix compilation of crashrep in pre-Vista Windows systemsJesús Corrius
2011-02-01Clean up makefilesThomas Arnhold
2011-02-01Remove empty makefiles and their references.Thomas Arnhold
2011-02-01Added Occitan dictionaryAndras Timar
2011-02-01Added Ukrainian dictionariesAndras Timar
2011-02-01Fix overflow problem in the custom action for UI language de-selectionTor Lillqvist
In the _all_ installer we have slightly over 100 LibreOffice UI languages. The code in the custom action that de-selects UI languages based on the Windows UI language(s) and the user's locale had a limit of 100. The consequence was that a few of the alphabetically last LibreOffice UI languages: Ukrainan, Urdu, Uzbek, Venda and Xhosa, were not de-selected even if none of those languages was used by the user or Windows, and thus got installed in a "quick" install and also in a "custom" install unless the person running the installer noticed. Reported by aseques_ on IRC, no bug filed yet. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-02-01Fix overflow problem in the custom action for UI language de-selectionTor Lillqvist
In the _all_ installer we have slightly over 100 LibreOffice UI languages. The code in the custom action that de-selects UI languages based on the Windows UI language(s) and the user's locale had a limit of 100. The consequence was that a few of the alphabetically last LibreOffice UI languages: Ukrainan, Urdu, Uzbek, Venda and Xhosa, were not de-selected even if none of those languages was used by the user or Windows, and thus got installed in a "quick" install and also in a "custom" install unless the person running the installer noticed. Reported by aseques_ on IRC, no bug filed yet.
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-31Remove RCS lines.Thomas Arnhold
2011-01-30cppcheck: variable never usedAndy Holder
2011-01-30Resolves: rhbz#673819 crash on changing position of drawing object in headerCaolán McNamara
The header/footer objects are cunning wrappers to pretend to some parts of the drawing stuff that there are multiple objects, while in reality there is only one. So call HasText actually gets a totally different object from the cast :-(
2011-01-30Reg4allmsdoc updated to use the new registry file extension IDsJesús Corrius
2011-01-29WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-29remove dangerously broken >>= operatorCaolán McNamara
2011-01-29Added Occitan dictionaryAndras Timar
2011-01-29Added Ukrainian dictionariesAndras Timar
2011-01-28Remove double line spacing and make long virtuals readable.Thomas Arnhold
2011-01-28Remove superfluous empty lines at endTor Lillqvist
2011-01-28Bypass if no SOLAR_JAVATor Lillqvist
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara