Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | WaE: dbglevel=2 | Caolán McNamara | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-29 | Rebase XColorTable from XPropertyTable to XPropertyList | Joseph Powers | |
2011-08-29 | tweak for change | Caolán McNamara | |
2011-08-26 | Remove HTML 3.2 export option | Harri Pitkänen | |
2011-08-26 | Remove extra #define | Harri Pitkänen | |
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity. | |||
2011-08-26 | OfaTreeOptionsDialog: no need to use a bool for a single iteration | Miklos Vajna | |
2011-08-26 | Resolves: fdo#36678 move init that depends on parent to post-parent avail | Caolán McNamara | |
2011-08-25 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-24 | various createfromascii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
2011-08-24 | String::CreateFromInt64->rtl::OUString::valueOf | Caolán McNamara | |
2011-08-22 | Appearance dialog: fixed rendering of groups headings | Cédric Bosdonnat | |
2011-08-22 | Cleaned up the HIDs in the color config | Cédric Bosdonnat | |
2011-08-22 | Resolves: fdo#39348 toggling grammar checkbox deletes sentence | Caolán McNamara | |
2011-08-22 | gsl_getSystemTextEncoding->osl_getThreadTextEncoding | Caolán McNamara | |
2011-08-21 | undo anything not wizard related in the previous merge-commit | Norbert Thiebaud | |
2011-08-21 | Merge branch 'master' into feature/gsoc2011_wizards | Xisco Fauli | |
Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx | |||
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-18 | Header/Footer: moved the decorator color to the options | Cédric Bosdonnat | |
2011-08-18 | callcatcher: remove unused TpBorderRGBColor | Caolán McNamara | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-12 | SvtFilterOptions::Get can never be NULL, return ref and don't leak | Caolán McNamara | |
2011-08-10 | Number formatter sal_Bool -> bool clean-up and cosmetics | Eike Rathke | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | Replace SvULongs with vector and code clean up | Maciej Rumianowski | |
Instead of SvULongs use std::vector<sal_uInt32> replace sal_Bool with bool where variable is not interfering with return value | |||
2011-08-05 | fdo#38956 related changes in split components repository to support LCID changes | Eike Rathke | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-02 | Split this up into the constituent facts and bump copyright year. | Caolán McNamara | |
Make this more readable and make it clearer what's based on what if someone does a --with-vendor build with or without a custom product | |||
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-26 | use configitem directly | Thomas Arnhold | |
2011-07-26 | icu libs are external | David Tardon | |
2011-07-24 | Remove unneedd references to SvtJavaOptions | Joseph Powers | |
Signed-off-by: Joseph Powers <jpowers27@cox.net> | |||
2011-07-24 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-22 | Header filename case sensitivity fixes | Tor Lillqvist | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-19 | remove duplicated en-US entries | Andras Timar | |
2011-07-18 | adapt to new InsertAutomaticEntryColor method, to show automatic color | Michael Meeks | |
2011-07-14 | Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent | Caolán McNamara | |
2011-07-14 | callcatcher: replace Clone() by NULL | Thomas Arnhold | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-07-11 | callcatcher: remove unused TpBorderRGBColor | Caolán McNamara | |
2011-07-01 | Do not include filedlg.hxx when not necessary | Francois Tigeot | |
2011-06-30 | better sizing of copyright-text | Caolán McNamara | |
2011-06-30 | center a long build string, and align normally a short one | Caolán McNamara | |
2011-06-28 | pretty this up a bit | Caolán McNamara | |
2011-06-28 | break build id into multiple lines if using g log | Caolán McNamara | |
2011-06-28 | add Build Id: string and fix size calculations | Caolán McNamara | |
2011-06-28 | center text inside edit box | Caolán McNamara | |
2011-06-28 | ditch used stuff, and make it less horrifically ugly | Caolán McNamara | |
2011-06-28 | throw out CWS_WORK_STAMP stuff | Caolán McNamara | |