summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2011-02-08Remove useless comments in components.Guillaume Poussel
2011-02-08std::bit_vector -> ::std::vector<bool, std::allocator<bool> >Fridrich Štrba
2011-02-07lp#696527: enable human icon theme in LibreOfficebjoern.michaelsen@canonical.com
2011-02-06Some cppcheck cleaningJulien Nabet
2011-02-06translate some commentsKarsten Gerloff
2011-02-06Remove lots of dead codeThomas Arnhold
2011-02-06move components to boost unordered containersFridrich Štrba
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara
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-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-26Remove some dead code.Thomas Arnhold
2011-01-25Remove FS_PRIV_DEBUG directive.Thomas Arnhold
2011-01-25Fix minor ULONG glitchTor Lillqvist
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-22Remove some dead code.Thomas Arnhold
2011-01-22Remove empty description and dates.Thomas Arnhold
2011-01-21Move header includes to the top.Thomas Arnhold
2011-01-21Remove doubled headers.Thomas Arnhold
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-20Replace 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-09cui: make it possible to bind F13/F14/F15/F16 to a functionMiklos Vajna
2011-01-05Make the Reset help agent button wider for Italian text. (fdo#32133)Kohei Yoshida
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-05Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)Kohei Yoshida
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-02fix weird preprocessing syntax, probably meant thisCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01Remove DECLARE_LIST( TargetList, String* )Joseph Powers
2011-01-01Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* )Joseph Powers
2010-12-27cppcheck prefix operator in componentsJulien Nabet
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: can reduce the scope of these variablesCaolán McNamara
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
2010-12-18cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-15Fix dbgutil buildThorsten Behrens
2010-12-12change of __READONLY_DATA define to constGert Faller
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-11Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * )Joseph Powers
2010-12-09cppcheck: uninit member variablesCaolán McNamara
2010-12-07Put 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-06Make the ODMA check box clickable again. (fdo#32132)Kohei Yoshida
2010-12-06Make 'Reset help agent' button clickable again. (fdo#32132)Kohei Yoshida
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-05cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-03more Sal n elementsKenneth Venken
2010-12-01Fixed 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-29RTL_CONSTASCII_USTRINGPARAM in components 4Gert Faller
2010-11-29Remove empty commentsJ. Graeme Lingard
2010-11-28Remove dated commentsJ. Graeme Lingard
2010-11-28RTL_CONSTASCII_USTRINGPARAM in components 3Gert Faller