summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba24-113/+11
2011-02-09Remove some dead codeThomas Arnhold1-37/+0
2011-02-09make test -> make checkThomas Arnhold1-1/+1
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist4-25/+10
2011-02-08fix build breakageCaolán McNamara1-1/+1
2011-02-08more std:: -> o3tl:: build fixesLuboš Luňák3-2/+6
2011-02-08std:: -> o3tl:: fixesLuboš Luňák3-3/+6
2011-02-08Remove useless comments in components.Guillaume Poussel59-458/+42
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist8-16/+16
2011-02-08std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba1-1/+1
2011-02-08Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky7-6/+47
Conflicts: cui/source/tabpages/swpossizetabpage.cxx
2011-02-07lp#696527: enable human icon theme in LibreOfficebjoern.michaelsen@canonical.com1-0/+1
2011-02-07WaE: format not a string literal and no format argumentsThomas Arnhold2-3/+3
2011-02-06Some cppcheck cleaningJulien Nabet8-23/+25
2011-02-06add Ukrainian also into packinfo_office.txtPetr Mladek1-1/+17
2011-02-06add Occitan also into packinfo_office.txtPetr Mladek1-0/+16
build fails witout it
2011-02-06translate some commentsKarsten Gerloff1-10/+13
2011-02-06Remove OWN_DEBUG and WRITEDEBUGINFOThomas Arnhold3-162/+0
2011-02-06Use OSL_DEBUG_LEVEL > 1 instead of > 2Thomas Arnhold1-1/+1
2011-02-06Remove lots of dead codeThomas Arnhold58-1290/+12
2011-02-06make (hopefully) more understandableDavid Tardon1-19/+24
2011-02-06use the right paragraph for notificationDavid Tardon1-1/+1
2011-02-05Two more missing #include <vector>Joseph Powers2-0/+2
2011-02-06move components to boost unordered containersFridrich Štrba27-82/+82
2011-02-06Some cppcheck cleaningJulien Nabet6-11/+11
2011-02-05New mimetype icons for LibreOfficeThorsten Behrens1-0/+0
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 McNamara1-3/+5
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 Corrius1-1/+1
2011-02-03another s/OpenOffice.org/LibreOffice/ in nspluginRene Engelhard1-1/+1
2011-02-02Clean up makefilesThomas Arnhold22-244/+3
2011-02-02Fix compilation of crashrep in pre-Vista Windows systemsJesús Corrius1-1/+2
2011-02-01Clean up makefilesThomas Arnhold27-148/+8
2011-02-01Remove empty makefiles and their references.Thomas Arnhold4-31/+0
2011-02-01Added Occitan dictionaryAndras Timar1-0/+1
2011-02-01Added Ukrainian dictionariesAndras Timar1-1/+1
2011-02-01Fix overflow problem in the custom action for UI language de-selectionTor Lillqvist1-113/+104
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 Lillqvist1-113/+104
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 McNamara1-2/+2
2011-01-31Remove RCS lines.Thomas Arnhold4-8/+0
2011-01-30cppcheck: variable never usedAndy Holder1-1/+0
2011-01-30Resolves: rhbz#673819 crash on changing position of drawing object in headerCaolán McNamara1-3/+5
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 Corrius1-1/+1
2011-01-29WaE: various new gcc 4.6.0 warningsCaolán McNamara2-9/+1
2011-01-29remove dangerously broken >>= operatorCaolán McNamara2-33/+0
2011-01-29Added Occitan dictionaryAndras Timar1-0/+1
2011-01-29Added Ukrainian dictionariesAndras Timar1-1/+1
2011-01-28Remove double line spacing and make long virtuals readable.Thomas Arnhold5-80/+30
2011-01-28Remove superfluous empty lines at endTor Lillqvist1-9/+0
2011-01-28Bypass if no SOLAR_JAVATor Lillqvist2-4/+8
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold2-4/+4