summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)Author
2012-11-12fdo#55034 Update default Hebrew font from Lucida Sans to Lucida Sans UnicodeLior Kaplan
Change-Id: Ia2204dda0cb452a4ce38a44db61d17d6802b5a38 (cherry picked from commit a40f08c1ac97078fa501da7c6dc456aa12146f25) Signed-off-by: Lior Kaplan <kaplanlior@gmail.com>
2012-10-05fdo#52022: Simple/LargeControlPoints actually can have nil valuesStephan Bergmann
...in old LO 3.5 registrymodifications.xcu, which causes trouble when migrating to >= LO 3.6, see <https://bugs.freedesktop.org/show_bug.cgi?id=52022#c23> for all the details. Change-Id: I8fa1e67998c9588b9d8bf3a3b52e4b0684d3d705 (cherry picked from commit a51833bf79eed21a7cddd6da45dc9d3dc07b4983) Reviewed-on: https://gerrit.libreoffice.org/765 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-21Fix fdo#54417 - blacklist buggy Intel driver for dxcanvasThorsten Behrens
Change-Id: I5f18a9679ae4896e5f0271284abfb0062c788f0b Reviewed-on: https://gerrit.libreoffice.org/664 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-09-07resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke
Implemented user editable date acceptance patterns. The introduction of strict date parsing using locale dependent date acceptance patterns in 3.6.0 wasn't always welcomed. Besides that not every locale had patterns for incomplete (only day and month) date input, users also complained about not being able to key in dates on numeric keypads if the locale's date separator wasn't '/' or '-' This commit implements a "Date acceptance patterns" edit field under Tools->Options->LanguageSettings->Languages that follows the selected locale and enables the user to add patterns. Example de-DE locale: * default patterns: D.M.Y;D.M. * to enable additional input on numeric keypad: D.M.Y;D.M.;D-M-Y;D-M * if 3-4 shall not result in a date, D-M- could be used instead of D-M * note that to enter an ISO 8601 Y-M-D date with a D-M-Y pattern active one needs to enter a year >31 or with at least 3 digits, e.g. 011 (cherry picked from commit bf10f4d62a5fe308ea47f9a0aac4f6f7e264ae3e) Conflicts: cui/source/options/optgdlg.hrc svl/source/numbers/zforfind.cxx unotools/source/config/syslocaleoptions.cxx Change-Id: Ic1ce91b1f9d29f1837d56b45ba0ae16f6d9cb17c Reviewed-on: https://gerrit.libreoffice.org/511 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-08-22fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida
Added a preferred extension property to the filter which overwrites one(s) given by the default file format type associated with it. Normally this property is not used for the majority of the filters, but for plain text filters, we need to use .txt when saving from writer whereas we do .csv from calc. (cherry picked from commit ba03f2dc817c692fa8709391ec83d8e01a0f8b28) (cherry picked from commit 84d1ff7be178ec3572710e092e85fe548ce3042b) (cherry picked from commit 45b03c888042052a47cb79bc5a2837d04e115c5e) Squashed these 3 commits into 1. Also needed rtl::OUString("*.") instead of OUString("*.") in sfx2/source/bastyp/fltfnc.cxx Change-Id: Ic6d769bc1180f88fd75f40909e5e054d45719178 Signed-off-by: Eike Rathke <erack@redhat.com>
2012-07-18fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/DrawAbdulmajeed Al-Abaulrazzaq
Change-Id: I90ffce4f6303d3bd736a7e33a135037092e60059 Signed-off-by: Andras Timar <atimar@suse.com>
2012-07-14fdo#36187 - make ctrl-8 and 9 increase/decrease font size in SwedishAndras Timar
Change-Id: Idea60232a25e58edd385f10cd9cff9f33c16fee4 (cherry picked from commit 4090ec5c4c8c68783ef94460d0809377769944e7) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-07-04add the cond format managerMarkus Mohrhard
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-07-01fdo#46099 Search dialog shourtcut on MacAndras Timar
Change-Id: I781a46aa0b983062d2d4ad5a1f9b9b557c39f0a3
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-18Give Macro recorder separate option, apart from Experimental featuresCor Nouws
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81 (cherry picked from commit 5ae11320a26a6356dfadeb812e0d6baf5bdc951c) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-15make new conditional format menu appearMarkus Mohrhard
Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-06-15data bar settings menuMarkus Mohrhard
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-06-08fdo#49724 - Update filters for file selector's file type categoriesAlberto Ferreira
Change-Id: If86b0c84ec02b02a8d921c5eb49edfcb5bf4737a
2012-06-07Revert accidental changes from fd32788092fcb29526ae73ae3bae6767dbb1e490Stephan Bergmann
Change-Id: I1b3ceda236f26be2dcdc7e4d2afa0ef8d0053691 (cherry picked from commit d4924b747eb6abd439a6313e338384ae50cbdc8e)
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat
Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
There may be other functions other than INDIRECT that take a string reference. If so, we could re-use this option for those functions as well. Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
2012-05-31Revert "Revert "fdo#50183 Use one sheet as default in Calc""Stephan Bergmann
This reverts commit 3e07bdfce6ef700a94868ccc03268aa005c295b8. The problems with the tests still assuming three sheets by default have now been addressed.
2012-05-30New option for INDIRECT reference syntax.Kohei Yoshida
Change-Id: I4c754c39ab27f35076d38868b52321a3d3baf9ea
2012-05-29Revert "fdo#50183 Use one sheet as default in Calc"Stephan Bergmann
This reverts commit 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a. It caused various tests in sc/JunitTest_sc_complex and sc/JunitTest_sc_unoapi to fail, which apparently implicitly depend on three instead of one sheets per default in Calc.
2012-05-29allow to set extra (global) schema rootDavid Tardon
2012-05-25fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)
Change-Id: I031b6ef17d4113194c246bd1081268fa27810517
2012-05-24Shamelessly copied the file open icons for the two new commands.Kohei Yoshida
.uno:OpenFromWriter .uno:OpenFromCalc Change-Id: I724570c6c291f83db930e2d118cc356a934352f8
2012-05-23Adjust the default key bindings for File - Open... for calc and writer.Kohei Yoshida
To use the app specific open command instead of the global open. Change-Id: I86d20e1a412f6020fa2db79040e4e66b39e8c355
2012-05-23Pass document service to the dispatcher when opening file from writer.Kohei Yoshida
This is similar to what I did earlier for calc. This info will be used later in the type detection code. Change-Id: I7ba7dcdc03cbfe77eba5c7594fc0385ad3775541
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida
This way the type detection is guaranteed to receive the document service name whenever a file is being opened from Calc. Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
2012-05-18fdo#50018 Search and Replace dialog accelerator key in German localizationAndras Timar
Change-Id: Ie38913a9b41faae7c6017d05e501c65f4e07659a
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-05-09Removed unnecessary SvLibraryStephan Bergmann
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-08fdo#36187 - make ctrl-[ and ] increase/decrease font size.Cameron Paul
Change-Id: I3b41aca08f23b65277947b94423a0e2a2e91b023
2012-05-08Support document title field in cells.Kohei Yoshida
Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida
2012-05-03Related fdo#49379: Some old Paths need to be nillable after allStephan Bergmann
Those had been changed to non-nillable with the wholesale e8bb827571f540ac4af2247cb11239bb96876669 "Fixed cppheader.xsl nillable treatment," but code in PathSettings::impl_storePath (framework/source/services/pathsettings.cxx) wants to nil them out ("remove the whole path from the old configuration"). Change-Id: Ibce77eee179658940ed9ff2466af9b990e6a513d
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-24default to Office 2007/2010 filter for ooxml export, fdo#48941Markus Mohrhard
2012-04-14iremove useless x-comment linesAndras Timar
2012-04-12fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in DrawAndras Timar
... just like it is in Impress. The fix for fdo#32559 was partially reverted. I think .uno:CopyObjects is more useful in Draw, than .uno:ChangeCaseRotateCase.
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-04fdo#33088 better CSV import default separatorsEike Rathke
2012-04-04officecfg: use CustomTarget makefileMatúš Kukan
2012-04-02Internal fpicker cleanup and reworkCédric Bosdonnat
Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-03-27Bin annoying "CHECKING CONSISTENCY" messageTor Lillqvist
2012-03-23.dtd files don't need executable bitsMichael Stahl
2012-03-23Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez
-Update ModelState to reflect the changes.