Age | Commit message (Expand) | Author |
2013-08-29 | fix windows build after my OUString changes | Noel Grandin |
2013-08-29 | convert sfx2/source/dialog/* from String to OUString | Noel Grandin |
2013-08-29 | convert sfx2/source/dialog/filedlgimpl.hxx from String to OUString | Noel Grandin |
2013-08-29 | convert include/sfx2/filedlghelper.hxx from String to OUString | Noel Grandin |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-15 | fdo#59524 Enable encryption for docx, pptx and standard OOXML formats | Tomaž Vajngerl |
2013-08-14 | fdo#59524 Encryption for MS Office 2007 Spreadsheet documents | Tomaž Vajngerl |
2013-07-09 | fix the sfx2->sfx log area rename | Luboš Luňák |
2013-07-08 | rename sfx2 log area to sfx | Michael Stahl |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-13 | Resolves: #i121504# Support for alpha channel in clipboard for all systems | Armin Le Grand |
2013-06-10 | Fix memory leak in FileDialogHelper_Impl::createMatcher/addFilters. | Mark Wielaard |
2013-06-05 | FileDialogHelper_Impl::addFilters. Don't leak matcher. | Mark Wielaard |
2013-06-03 | Fix variable value reassigned before old value used | Julien Nabet |
2013-04-09 | String cleanup inside SfxFilter. | Kohei Yoshida |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-25 | fdo#60780, Save a Copy wip | Ádám Csaba Király |
2013-03-25 | coverity#704302 Logically dead code | Julien Nabet |
2013-03-08 | some further OUString cleanup | Thomas Arnhold |
2013-03-06 | fdo#60148 Clean up warnings from the Clang compiler plugin | nccuong |
2013-03-04 | fix missing return statement | Noel Grandin |
2013-03-04 | sal_Bool to bool | Takeshi Abe |
2013-03-04 | fdo#46808, Use service constructor for task::InteractionHandler | Noel Grandin |
2013-02-24 | fdo#38838 searched, replaced and removed String::CreateFromInt32(). | Jean-Noël Rouvignac |
2013-02-14 | Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII... | Jean-Noël Rouvignac |
2013-02-12 | fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style | Noel Grandin |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist |
2013-01-04 | Make LO buildable again after the GraphicFilter move. | Jan Holesovsky |
2012-11-27 | fdo#46808: Missing adaptions to XFolderPicker2 | Stephan Bergmann |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-07-06 | Check if Bitmap is empty before trying to scale it | Ariel Constenla-Haile |
2012-07-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-07-06 | fs34b: #i89080# always apply the 'Link'/'Preview' state from config | Frank Schoenheit [fs] |
2012-06-26 | tidy some resource strings | Caolán McNamara |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-04-27 | Missing #include <errno.h> | Stephan Bergmann |
2012-04-27 | Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPath | Stephan Bergmann |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-05 | fdo#43895 lp#905355: fix the fix so it doesn't crash | Michael Stahl |
2012-03-27 | fdo#43895 lp#905355: Never let users save in /tmp by default | Andrzej J. R. Hunt |
2012-03-14 | we just want to know if its a directory/folder or not | Caolán McNamara |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann |
2012-02-18 | Fix typos in comments | Elton Chung |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz |
2012-01-11 | SvStringsDtor->std::vector | August Sodora |
2012-01-10 | Fix for fdo43460 Part XXXIII getLength() to isEmpty() | Olivier Hallot |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara |
2011-12-03 | WaE : missing return value on one code path | Norbert Thiebaud |