summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
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
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-20Removed pPageView made unused by previous changeset 3e5edf6c.Stephan Bergmann
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
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