Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-08 | Remove useless comments in components. | Guillaume Poussel | |
2011-02-08 | std::bit_vector -> ::std::vector<bool, std::allocator<bool> > | Fridrich Štrba | |
2011-02-07 | lp#696527: enable human icon theme in LibreOffice | bjoern.michaelsen@canonical.com | |
2011-02-06 | Some cppcheck cleaning | Julien Nabet | |
2011-02-06 | translate some comments | Karsten Gerloff | |
2011-02-06 | Remove lots of dead code | Thomas Arnhold | |
2011-02-06 | move components to boost unordered containers | Fridrich Štrba | |
2011-01-31 | WaE: various new gcc 4.6.0 warnings | Caolán McNamara | |
2011-01-30 | Resolves: rhbz#673819 crash on changing position of drawing object in header | Caolá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-27 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-26 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-26 | Remove some dead code. | Thomas Arnhold | |
2011-01-25 | Remove FS_PRIV_DEBUG directive. | Thomas Arnhold | |
2011-01-25 | Fix minor ULONG glitch | Tor Lillqvist | |
2011-01-25 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-22 | Remove some dead code. | Thomas Arnhold | |
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |
2011-01-21 | Move header includes to the top. | Thomas Arnhold | |
2011-01-21 | Remove doubled headers. | Thomas Arnhold | |
2011-01-21 | Remove old RCS lines. | Thomas Arnhold | |
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-09 | cui: make it possible to bind F13/F14/F15/F16 to a function | Miklos Vajna | |
2011-01-05 | Make the Reset help agent button wider for Italian text. (fdo#32133) | Kohei Yoshida | |
Signed-off-by: Petr Mladek <pmladek@suse.cz> | |||
2011-01-05 | Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133) | Kohei Yoshida | |
Signed-off-by: Petr Mladek <pmladek@suse.cz> | |||
2011-01-02 | fix weird preprocessing syntax, probably meant this | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2011-01-01 | Remove DECLARE_LIST( TargetList, String* ) | Joseph Powers | |
2011-01-01 | Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* ) | Joseph Powers | |
2010-12-27 | cppcheck prefix operator in components | Julien Nabet | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: can reduce the scope of these variables | Caolán McNamara | |
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
2010-12-18 | cppcheck: the scope of this variable can be reduced | Caolán McNamara | |
2010-12-15 | Fix dbgutil build | Thorsten Behrens | |
2010-12-12 | change of __READONLY_DATA define to const | Gert Faller | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-11 | Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * ) | Joseph Powers | |
2010-12-09 | cppcheck: uninit member variables | Caolán McNamara | |
2010-12-07 | Put the ODMA dialog check box on its own row. | Kohei Yoshida | |
* Put the ODMA dialog check box on its own row, and push everything downward to make some room. * Remove the Help Formatting controls to make more room. Without this the enable experimental check box would go outside the visible area on Mac. This fixes fdo#32133. Signed-off-by: Jan Holesovsky <kendy@suse.cz> | |||
2010-12-06 | Make the ODMA check box clickable again. (fdo#32132) | Kohei Yoshida | |
2010-12-06 | Make 'Reset help agent' button clickable again. (fdo#32132) | Kohei Yoshida | |
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-05 | cppcheck: the scope of this variable can be reduced | Caolán McNamara | |
2010-12-03 | more Sal n elements | Kenneth Venken | |
2010-12-01 | Fixed the sizes of Tips and Extended tips check boxes. | Kohei Yoshida | |
The Tips check box control was too wide and it was overlapping with the Extended tips check box, which prevented it from being clickable. (fdo#32028) | |||
2010-11-29 | RTL_CONSTASCII_USTRINGPARAM in components 4 | Gert Faller | |
2010-11-29 | Remove empty comments | J. Graeme Lingard | |
2010-11-28 | Remove dated comments | J. Graeme Lingard | |
2010-11-28 | RTL_CONSTASCII_USTRINGPARAM in components 3 | Gert Faller | |