summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-103-3/+3
|
* Replace SvULongs with vector and code clean upMaciej Rumianowski2011-08-081-1/+1
| | | | | Instead of SvULongs use std::vector<sal_uInt32> replace sal_Bool with bool where variable is not interfering with return value
* fdo#38956 related changes in split components repository to support LCID changesEike Rathke2011-08-051-0/+4
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Split this up into the constituent facts and bump copyright year.Caolán McNamara2011-08-024-14/+52
| | | | | 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
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-303-3/+6
|
* use configitem directlyThomas Arnhold2011-07-261-1/+1
|
* icu libs are externalDavid Tardon2011-07-261-1/+4
|
* Remove unneedd references to SvtJavaOptionsJoseph Powers2011-07-242-3/+0
| | | | Signed-off-by: Joseph Powers <jpowers27@cox.net>
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-07-241-2/+2
|\
| * Header filename case sensitivity fixesTor Lillqvist2011-07-221-2/+2
| |
* | resyncing to masterBjoern Michaelsen2011-07-2149-1056/+242
|\|
| * remove duplicated en-US entriesAndras Timar2011-07-191-2/+0
| |
| * adapt to new InsertAutomaticEntryColor method, to show automatic colorMichael Meeks2011-07-182-5/+6
| |
| * Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parentCaolán McNamara2011-07-1414-33/+41
| |
| * callcatcher: replace Clone() by NULLThomas Arnhold2011-07-141-5/+5
| |
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-122-7/+0
| |
| * callcatcher: remove unused TpBorderRGBColorCaolán McNamara2011-07-111-15/+0
| |
| * Do not include filedlg.hxx when not necessaryFrancois Tigeot2011-07-011-1/+0
| |
| * better sizing of copyright-textCaolán McNamara2011-06-301-4/+3
| |
| * center a long build string, and align normally a short oneCaolán McNamara2011-06-301-11/+18
| |
| * pretty this up a bitCaolán McNamara2011-06-281-4/+8
| |
| * break build id into multiple lines if using g logCaolán McNamara2011-06-281-3/+24
| |
| * add Build Id: string and fix size calculationsCaolán McNamara2011-06-284-31/+39
| |
| * center text inside edit boxCaolán McNamara2011-06-281-1/+3
| |
| * ditch used stuff, and make it less horrifically uglyCaolán McNamara2011-06-284-120/+32
| |
| * throw out CWS_WORK_STAMP stuffCaolán McNamara2011-06-281-56/+0
| |
| * adapt for new apiCaolán McNamara2011-06-221-1/+1
| |
| * fix label of Save Keyboard Configuration dialog fdo#31353Andras Timar2011-06-211-1/+1
| |
| * fix ambiguityCaolán McNamara2011-06-201-1/+1
| |
| * ByteString -> rtl::OStringBufferCaolán McNamara2011-06-202-4/+6
| |
| * sFontGroup unusedCaolán McNamara2011-06-202-2/+0
| |
| * totally pointless intermediate objectCaolán McNamara2011-06-201-4/+3
| |
| * catch by const referenceCaolán McNamara2011-06-204-22/+28
| |
| * Replace List with std::vector< FilterEntry* >Joseph Powers2011-06-192-19/+43
| |
| * remove all traces of offuh from makefilesDavid Tardon2011-06-181-1/+5
| |
| * small improvement of Insert -> Hyperlink -> Internet dialogAndras Timar2011-06-173-41/+8
| |
| * remove Telnet option from Insert Hyperlink dialogAndras Timar2011-06-167-38/+7
| |
| * remove Search Options page from Internet group on Options dialog fdo#38146Samuel Cantrell2011-06-166-665/+1
| |
* | gnumake4: postmerge fixes in cuiBjoern Michaelsen2011-06-211-2/+1
|/
* fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner2011-06-131-0/+1
|
* Replace List with std::vector< SvxBmpItemInfo* >Joseph Powers2011-06-102-10/+20
|
* move font itemset handling down into the fontpreview widgetMichael Meeks2011-06-102-291/+5
|
* Whitespace cleanup.Joseph Powers2011-06-101-28/+28
| | | | No code changes.
* Replace List with vector< sal_uLong >Joseph Powers2011-06-102-15/+23
|
* #include "cuigaldlg.hxx" was done twice.Joseph Powers2011-06-101-1/+0
|
* Disable Removebutton in optchartRob Snelders2011-06-081-0/+4
|
* Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-061-1/+0
|\
| * fix for bug fdo 36519Jean-Baptiste Faure2011-06-011-8/+1
| | | | | | | | Use human readable format name instead of internal filter names in Load/save options UI
| * fix for fdo#37761: Keyboard navigation broken in tools - optionsAndre Schnabel2011-06-011-1/+0
| | | | | | | | | | | | prevent that aAutoSaveEdit will grab the focus in options dialog Signed-off-by: Noel Power <noel.power@novell.com>