summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-27s/infomation/information/Korrawit Pruegsanusak
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-22remove NfShCurrencyEntries and NfShCurrencyEntryPtr typesDaniel Di Marco
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud
2011-11-19Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
2011-11-18Removed tools/dynarray.hxxAugust Sodora
2011-11-18Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)Niklas Johansson
SvxHyphenWordDialog::SelLeft() and SvxHyphenWordDialog::SelRight() was reversed witch caused the arrowkeys to be reversed in the hyphenation dialog.
2011-11-17remove obsolete layout codeFelix Zhang
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15remove obsolete layout macrosFelix Zhang
2011-11-15removing obsolete layout codeFelix Zhang
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11callcatcher: remove some unused codeCaolán McNamara
2011-11-10callcatcher: remove unused methodsCaolán McNamara
2011-11-10callcatcher: remove some unused methodsCaolán McNamara
2011-11-09Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modesHarri Pitkänen
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate margin settings for absolutely positioned graphics objects. If it was disabled one could not set (in HTML editor mode) separate margins for left and right (or bottom/top) sides of the image. The setting was disabled for Netscape and enabled for other browsers. This patch removes the setting and unconditionally enables the feature in HTML editor mode. All modern browsers support margin-{left,right,bottom,top} CSS properties.
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar
2011-11-08callcatcher: some unused methodsCaolán McNamara
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks
2011-11-06cppcheck: drop redundant checksIvan Timofeev
2011-11-03Resolves: fdo#36678 regenerate language-specific user dict listCaolán McNamara
Regenerate language-specific user dict list when language of underlying text changes. Not just when the user overrides it from the top menu.
2011-11-02Grammar checking dialog: reworked how explanations are shownCédric Bosdonnat
2011-11-01Align dictionary address with DICT_REPO_URL in ↵Lior Kaplan
instsetoo_native/util/openoffice.lst
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-11-01WaE: various sillies flagged by MSVC++Michael Meeks
2011-10-29Display original resolution in PPI in Writer's Picture/Crop tabLászló Németh
2011-10-28Export blinking text attribute to HTML in all HTML export modesHarri Pitkänen
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled.
2011-10-21Use language/script specific CTL/CJK sample text in font previewCaolán McNamara
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up
2011-10-19Revert "callcatcher: replace Clone() by NULL"Eike Rathke
That doesn't make sense, not even with a callcatcher excuse. This reverts commit d54c3ad1518e32938117c7e529dda375d4110888.
2011-10-17Resolves: fdo#39347 changeall strips periods of sentences ending in errorCaolán McNamara
It's really dubious to do this, but we're doing it already for "Replace", just not for "Replace All". Might as well be equally wrong everywhere.
2011-10-17Styles cleanup: forgot to remove some bitsCédric Bosdonnat
2011-10-17Removed list and numbering paragraph styles and related option pageCédric Bosdonnat
2011-10-11tpcolor.cxx: unused parameter warningMichael Stahl
2011-10-11fix XColorList related crasher in tools->options, and try to clean moreMichael Meeks
2011-10-10callcatcher: SvxHtmlExportModeConfigItem_Impl unused nowCaolán McNamara
2011-10-07WaE: win32 cleanupMichael Meeks
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-03Fix for fdo#41408 - [UI] Need more room for localized string (IV)Olivier Hallot
The following patch gives more room to Calc page dialog to display localized strings without truncation Sizes adjusted for fontsize = 10
2011-09-28re-work XPropertyList default extension handling to increase re-useMichael Meeks
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks
2011-09-27more ColorTable to List cleanup, and abstraction of load/saveMichael Meeks
2011-09-26private operator delete, use factoryCaolán McNamara
2011-09-26more post colortable cleanupMichael Meeks