summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-12start of embedding check-button & cui code cleanupMichael Meeks
2011-09-12callcatcher: drop unused methodsCaolán McNamara
2011-09-12windows is the only platform which does thisCaolán McNamara
2011-09-12make cui ByteString freeCaolán McNamara
2011-09-11cleanup cut/paste .src changes and add 'Embed' check-box to srcMichael Meeks
2011-09-08Related: fdo#40420 don't crash on missing/failing xmlsecurity libCaolán McNamara
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen
2011-09-07kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen
2011-09-06Update shape fill preview on switch to this tabKatarina Machalkova
(related to i#95158, but not quite)
2011-09-04Fix for i#95158: Don't reset selected colour on tab switchKatarina Machalkova
Set modified flag if position in the listbox changes (also for bitmaps, hatching & friends)
2011-08-29WaE: dbglevel=2Caolán McNamara
2011-08-29Rename class XColorTable to XColorListJoseph 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-29Rebase XColorTable from XPropertyTable to XPropertyListJoseph Powers
2011-08-29tweak for changeCaolán McNamara
2011-08-26Remove HTML 3.2 export optionHarri Pitkänen
2011-08-26Remove extra #defineHarri Pitkänen
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity.
2011-08-26OfaTreeOptionsDialog: no need to use a bool for a single iterationMiklos Vajna
2011-08-26Resolves: fdo#36678 move init that depends on parent to post-parent availCaolán McNamara
2011-08-25callcatcher: yet more unused codeCaolán McNamara
2011-08-24various createfromascii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-08-24String::CreateFromInt64->rtl::OUString::valueOfCaolán McNamara
2011-08-22Appearance dialog: fixed rendering of groups headingsCédric Bosdonnat
2011-08-22Cleaned up the HIDs in the color configCédric Bosdonnat
2011-08-22Resolves: fdo#39348 toggling grammar checkbox deletes sentenceCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco 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-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-18Header/Footer: moved the decorator color to the optionsCédric Bosdonnat
2011-08-18callcatcher: remove unused TpBorderRGBColorCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Replace SvULongs with vector and code clean upMaciej Rumianowski
Instead of SvULongs use std::vector<sal_uInt32> replace sal_Bool with bool where variable is not interfering with return value
2011-08-05fdo#38956 related changes in split components repository to support LCID changesEike Rathke
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-02Split 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-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-26use configitem directlyThomas Arnhold
2011-07-26icu libs are externalDavid Tardon
2011-07-24Remove unneedd references to SvtJavaOptionsJoseph Powers
Signed-off-by: Joseph Powers <jpowers27@cox.net>
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22Header filename case sensitivity fixesTor Lillqvist
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-19remove duplicated en-US entriesAndras Timar
2011-07-18adapt to new InsertAutomaticEntryColor method, to show automatic colorMichael Meeks
2011-07-14Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara
2011-07-14callcatcher: replace Clone() by NULLThomas Arnhold