Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'. | |||
2011-01-16 | equalsAsciiL faster than equalsAscii | Caolán McNamara | |
2011-01-14 | remove superfluous includes | David Tardon | |
2011-01-14 | remove superfluous includes | David Tardon | |
2011-01-14 | specify array size as a constant | David Tardon | |
2011-01-14 | use SAL_N_ELEMENTS to compute array size | David Tardon | |
2010-12-17 | WaE: unused parameters | Caolán McNamara | |
2010-12-15 | convert from the KDE pattern|description format if needed, just in case | Luboš Luňák | |
2010-12-15 | save with the proper .doc variant (fdo#32219) | Luboš Luňák | |
KFileDialog::currentFilter() returns only the pattern and not the full filter text, so *.doc alone is ambiguous. | |||
2010-12-15 | minor fix in a comment | Luboš Luňák | |
2010-12-13 | remove unused ImageButton | Michael Meeks | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-03 | callcatcher: uncalled and uncallable methods | Caolán McNamara | |
2010-11-26 | Merge branch 'libreoffice-3-3' | Rene Engelhard | |
2010-11-26 | When saving a docx file to doc, the used filter is docx. | Cédric Bosdonnat | |
2010-11-22 | Removing the last of the HC ions from libs-core | Joseph Powers | |
2010-11-20 | RTL_CONSTASCII_USTRINGPARAM improvements | Julien Nabet | |
2010-11-10 | i#112411: Fixed Gnome filepicker filter selection | Muthu Subramanian K | |
2010-11-10 | i#112411: Fixed Gnome filepicker filter selection | Muthu Subramanian K | |
2010-11-06 | High-Contrast Cleanup Phase #1 | Joseph Powers | |
2010-11-05 | Have Info.plist use LibO instead of OOo2 as creator | Thorsten Behrens | |
This fixed fdo#30569. There were several places where mac-specific platform files had 'OOo2' hardcoded. Changed this to LibO. (cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1) | |||
2010-11-05 | Have Info.plist use LibO instead of OOo2 as creator | Thorsten Behrens | |
This fixed fdo#30569. There were several places where mac-specific platform files had 'OOo2' hardcoded. Changed this to LibO. | |||
2010-10-29 | explicit X11 for Xlib calls | Caolán McNamara | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-18 | #i112656# add osl_setEnvironment and osl_clearEnvironment | Caolán McNamara | |
2010-10-15 | rely on KFileDialog for automatically adding extension | Luboš Luňák | |
Otherwise there are two checkboxes, and since it's difficult to get at the KFileDialog one, just assume it does the right thing (which additionally makes it consistent with other KDE apps). | |||
2010-10-15 | do not use generic class names in the KDE3 fpicker code | Luboš Luňák | |
2010-10-14 | add lots more missing sal/macros.h includes | Michael Meeks | |
2010-10-14 | Switch to use SAL_N_ELEMENTS macro, everywhere | Kayo Hamid | |
2010-10-14 | better fix for QClipboard blocking, future-proof | Luboš Luňák | |
2010-10-13 | fix AIX build | Caolán McNamara | |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-11 | Fix VOS removal fallout | Tor Lillqvist | |
2010-10-08 | FASTBOOL to bool conversion | Norbert Thiebaud | |
2010-10-07 | #i113141# show all appropiate formats by default on save as | Caolán McNamara | |
2010-10-07 | rtl/ustring does not exist, careful with inplace editing | Fridrich Štrba | |
2010-10-06 | Remove redundant #include directives & comments | J. Graeme Lingard | |
2010-10-06 | remove more commented out #includes and related comments | David Tardon | |
2010-10-05 | fixed fpicker includes after removing the guards | Petr Mladek | |
2010-10-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-10-05 | release solar mutex before entering Qt event loop | Luboš Luňák | |
2010-09-28 | Pass proper parent window handle to ODMRegisterApp | Tor Lillqvist | |
Use short code snippet lifted from fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx to get a suitable window handle. Should fix bnc#398822. | |||
2010-09-14 | win32-force-version-fix.diff: force WINVER when using non-std win api | Thorsten Behrens | |
2010-08-26 | novell-win32-odma.diff: ODMA dialog implementation. | Tor Lillqvist | |
i#6885, i#32741 | |||
2010-08-26 | fpicker-kde-less-threads.diff: Update KDE3 fpicker after the threads change. | Jan Holesovsky | |
Introduced in i#93366 - n#427336. |