summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* shrinked useless constants/definesTakeshi Abe2011-12-141-18/+0
|
* fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna2011-12-131-0/+5
| | | | | | | Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
* Fix always-false condition of FullCommentURLLászló Németh2011-12-131-1/+1
|
* fdo#39452: 'Back' is misleading, use 'Revert' insteadLior Kaplan2011-12-131-1/+1
|
* catch by const referenceCaolán McNamara2011-12-121-3/+3
|
* Related: fdo#38832 Replace Table with std::mapMarcel Metz2011-12-121-37/+36
|
* now with an STL map we don't have to do our own mem allocationCaolán McNamara2011-12-122-15/+9
|
* Related: fdo#38832 Replace Table with std::mapMarcel Metz2011-12-122-10/+14
|
* fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke2011-12-091-2/+2
| | | | | | | | | Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again.
* childs -> childrenMichael T. Whiteley2011-12-087-22/+22
|
* Remove oooimprovementAugust Sodora2011-12-0710-814/+0
|
* Remove testtoolloaderAugust Sodora2011-12-072-6/+0
|
* Unused includes.Stephan Bergmann2011-12-071-1/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-063-15/+12
|
* Use configmgr directly in SvxAsianConfig.Stephan Bergmann2011-12-061-4/+2
|
* add support for Gtk+ print dialog (#i106780#)David Tardon2011-12-051-1/+1
|
* sfx2::FileDialogHelper: refactor construction:Michael Stahl2011-12-032-2/+8
| | | | | | | | | | There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
* sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl2011-12-032-3/+3
|
* sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl2011-12-034-4/+4
| | | | This can really be derived from the dialog type, don't duplicate it.
* remove unused #include sfx2/filedlghelper.hxxMichael Stahl2011-12-035-5/+4
|
* Remove extra spaces from strings for translationLior Kaplan2011-12-022-6/+6
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-6/+6
|
* This data member is no longer used. Remove it.Kohei Yoshida2011-12-012-4/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* credits.html redirects to about-us/credits/, lets not depend on a rewrite ↵Lior Kaplan2011-11-291-1/+1
| | | | rule in the website
* no space between number and percent or degree mark - consistencyAndras Timar2011-11-283-13/+8
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* s/infomation/information/Korrawit Pruegsanusak2011-11-271-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-231-3/+2
|
* remove NfShCurrencyEntries and NfShCurrencyEntryPtr typesDaniel Di Marco2011-11-221-4/+1
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-193-6/+7
|
* Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud2011-11-191-1/+0
|
* Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud2011-11-191-0/+1
| | | | This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
* Removed tools/dynarray.hxxAugust Sodora2011-11-181-1/+0
|
* Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)Niklas Johansson2011-11-181-2/+2
| | | | | | SvxHyphenWordDialog::SelLeft() and SvxHyphenWordDialog::SelRight() was reversed witch caused the arrowkeys to be reversed in the hyphenation dialog.
* remove obsolete layout codeFelix Zhang2011-11-172-2/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* remove obsolete layout macrosFelix Zhang2011-11-152-8/+4
|
* removing obsolete layout codeFelix Zhang2011-11-155-58/+1
|
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-143-53/+40
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-144-6/+5
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-114-17/+10
|
* callcatcher: remove some unused codeCaolán McNamara2011-11-112-76/+0
|
* callcatcher: remove unused methodsCaolán McNamara2011-11-102-30/+0
|
* callcatcher: remove some unused methodsCaolán McNamara2011-11-101-1/+0
|
* Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modesHarri Pitkänen2011-11-092-16/+0
| | | | | | | | | | | | 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.
* remove empty Text [ x-comment ] entriesAndras Timar2011-11-082-11/+0
|
* callcatcher: some unused methodsCaolán McNamara2011-11-082-58/+0
|