summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2011-12-27Use default UI_SANS (dropping Culmus fonts), but keep Tahoma first (for Windows)Lior Kaplan1-9/+6
Don't override SANS_UNICODE Drop nachlieli and lucidagrande (no such fonts) Beautify remaining fonts' names
2011-12-25fdo#32936: Remove Tahoma from the Hebrew font list (except the UI list)Lior Kaplan1-6/+6
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+30
2011-12-21Don't show the non-printing characters by default.Jan Holesovsky2-2/+2
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+7
2011-12-16fdo#33602: Preserving dbf import/export charset.Muthu Subramanian1-0/+26
2011-12-16add version suffix (beta1) to about dialogPetr Mladek2-0/+10
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-15Correctly handle <set> directly within <component>.Stephan Bergmann1-34/+32
2011-12-14Work around GNU Make 3.81 problem.Stephan Bergmann1-2/+5
2011-12-14Create workdir sub-dirs before writing to them.Stephan Bergmann1-0/+1
2011-12-13Simple officecfg/cppheader sanity check.Stephan Bergmann4-1/+196
2011-12-13Also escape dots in entity names used as C++ identifiers.Stephan Bergmann1-3/+3
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna1-0/+10
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann5-0/+477
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
2011-12-09impress210: #i116847# added CTRL-ALT-C as shortcut for inserting comments in ↵Christian Lippka ORACLE1-0/+6
calc # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299490586 -3600 # Node ID dc37f2767c97d459067f4206d7fa97f07dcfa32c # Parent 3877d3f525421bfb50bd8e4bf8649277a9b3df6c
2011-12-08re-enable the java fax wizard by using the correct ?start urlMichael Meeks1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06Cleaned up indentation.Stephan Bergmann1-6243/+6997
2011-12-06Copy <value><it> constructs intact.Stephan Bergmann1-2/+2
2011-12-06remove duplicated images for basic dialog form controls ( & misc tidyup )Noel Power1-14/+14
2011-12-05Remove Large Handles optionStefan Knorr (astron)3-30/+0
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-05Hello world (python) as a componentXisco Fauli1-1/+1
2011-12-05add some form control support for basic dialogsNoel Power2-1/+79
2011-12-04String change for Line Number functionality in Basic IDEStefan Knorr (astron)1-1/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27s/infomation/information/Korrawit Pruegsanusak1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-17/+26
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard1-0/+8
2011-11-21Start Impress without the wizard by defaultTim Hardeck1-1/+1
This one-liner prevents the Impress Wizard from getting started automatically. The assistant should now only appear if File -> Wizards -> Presentation is used.
2011-11-18add license info to linenumberwindow.[ch]xx, fix menu labelNoel Power1-1/+1
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora1-0/+6
2011-11-17Make the toolbars not popping-up randomlyTim Hardeck10-75/+423
Undocked, context sensitive toolbars often tend to overlay important parts of a document. With this patch these toolbars are docked to the bottom to prevent the document from being moved each time the toolbar is displayed. Furthermore the findbar setting was changed to make sure that it stays on top of the other toolbars at the bottom.
2011-11-16add new 'Goto Line' menu item to Basic IDENoel Power2-0/+10
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-16Hide Navigation toolbar until neededTim Hardeck2-4/+4
Hide Navigation toolbar until there is something to navigate.
2011-11-13Set preference View/NewDocumentHandling/ForceFocusAndToFront only on WindowsLionel Elie Mamane2-2/+7
2011-11-08removed Simple Handles optionTim Hardeck3-30/+0
Removed the unnecessary option "Simple Handles" with all related functions and icons.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan1-1/+1
2011-10-17Undo basis/brand split: fold brand.xcd into main.xcd.Stephan Bergmann4-20/+15
2011-10-17Undo basis/brand split: move help/ from basis to brand.Stephan Bergmann2-4/+2
2011-10-12officecfg: hack: adapt Help pathMichael Stahl2-2/+4
this is just to get my smoketest running and should be revisited.
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2-3/+3
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-32/+1
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat1-1/+1
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat1-0/+11
Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
2011-09-26Manage Names: adapt menu to changesMarkus Mohrhard1-2/+2
2011-09-23bump to libexttextcatCaolán McNamara2-4/+4
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
2011-09-21change font name in Thai fall-back font lists in VCL.xcuTantai Tanakanok1-4/+4
2011-09-14default shortcut for .uno:SearchDialog should be Ctrl+HAndras Timar1-7/+2
Ctrl+Alt+F was not good, because on some keyboard layouts it enters a character. Ctrl+Alt (=AltGr on Windows) should be avoided, if possible.
2011-09-13Page Break: show the meta-characters by defaultCédric Bosdonnat2-9/+9