summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2016-07-21Drop useless switch in pageOlivier Hallot
Change-Id: Idb0e5b27c839c0890b398228c8e11c37ef36f35e Reviewed-on: https://gerrit.libreoffice.org/27407 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-07-18fix text of menu items for table of content and indexStanislav Horacek
Change-Id: Ic1091e3bd824d73544be47d7d6a64e76febc28e7 Reviewed-on: https://gerrit.libreoffice.org/27270 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-07-17rename menu item "Table - Table Properties" to "Table - Properties"Stanislav Horacek
Change-Id: I83e91691ac20171b19a99daada49d0a2d4b19e98 Reviewed-on: https://gerrit.libreoffice.org/27267 Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org> Tested-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
2016-07-12(Regular) tooltips can no longer be disabled…Adolfo Jayme Barrientos
… so this is always true. Change-Id: I1154f86cd7dde358a669f6a3020119e9685ac83a
2016-07-12remove pointless (since empty) switchinlineChristian Lohmaier
Change-Id: I4db96b80c90b312f2c79468388693cb9a934f525
2016-06-27Remove stray parenthesesValter Mura
Change-Id: I9f9b991f0a6050fb7145fa229034ee8310c54cac
2016-06-27The “Show font history” option no longer existsAdolfo Jayme Barrientos
This is still configurable, but as an advanced preference (search for: org.openoffice.Office.Common > Font > View > History). Change-Id: Ic3a87ce77044c663613f98aa6a6b1b60bd4fca75
2016-06-22Replace ASCII approximation of trademark symbol with real characterAdolfo Jayme Barrientos
Change-Id: I70c466baaaa8e2fbcba8c4c36fd4df6f14cda22b
2016-06-21missing paragraph roleAndras Timar
Change-Id: I7f3e30a07bbdc8a9dcb8c63519ba1a78c1ada0dc
2016-06-21tdf#98401 fix wron paragraph roleAndras Timar
Change-Id: I7a8ffd79550d6355d59bcb256f09c4a0b785ebd2
2016-06-21remove "-" between FileAttr-Function and FileLen-FunctionChristian Lohmaier
to be consistent with the rest of the functions reported via pootle-feedback Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932
2016-06-21"<emph>Drawing Object</emph> - " → "<emph>Drawing Object - </emph>"Christian Lohmaier
(put the - inside the emph) reported via pootle feedback Change-Id: Ia8a26116085cf4c1bac6108f175d9b38fc319c78
2016-06-20“Page Break Preview” → “Page Break” in CalcAdolfo Jayme Barrientos
Change-Id: Ic0d6cbe429305760a21ebc9fdbee67f0d752fe23
2016-06-19tdf#100478 Correct the syntax of two examples of the N formulaAdolfo Jayme Barrientos
Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb
2016-06-18Better wording for FORECAST.ETS.* help pagesOlivier Hallot
Change-Id: Iac41e281088fb1ca48f1b5509d38301405ff6348 Reviewed-on: https://gerrit.libreoffice.org/26437 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-06-17tdf#100445 Fix name of style applied on Ctrl+0Adolfo Jayme Barrientos
Change-Id: I38bb9fb7c6d79f19b22391feab08ddaa18ccc29a
2016-06-17Checkbox renamed to “Enable cursor”Adolfo Jayme Barrientos
Change-Id: I0b73868c51d6d6637fa933f6ba37f897f1429f3b
2016-06-16Recover lost basic in help indentationCaolán McNamara
regression from... commit 6614bedceadcc07ec082c5e926107f27903bda5c Date: Mon Jan 25 20:07:10 2016 +0100 fix validation errors by round-trip through helpauthoring extension with git show 6614bedceadcc07ec082c5e926107f27903bda5c | ~/recoverindent.py import fileinput import re import sys added = [] removed = [] filename = "" def processlastfile(filename, added, removed): if len(added) != len(removed): print "BROKEN" sys.exit(-2) if len(removed): f = open(filename, "rw") linestring = open(filename, "r").read() start = 0 for x in range(0, len(added)): if added[x] == removed[x]: continue if added[x].strip() != removed[x].strip(): print "BROKEN" sys.exit(-2) if filename == "source/text/sbasic/shared/03080301.xhp" and x == 6: print "skipping special hunk", removed[x], "in source/text/sbasic/shared/03080301.xhp" else: start = linestring.find(added[x], start) if start == -1: print "BROKEN" sys.exit(-2) linestring = linestring[0:start] + removed[x] + linestring[start + len(added[x]):] start = start + len(removed[x]) open(filename, "w").write(linestring) for line in fileinput.input(): if line.startswith("--- a/"): if filename is not "": processlastfile(filename, added, removed) added = [] removed = [] filename = line[6:-1] elif "role=\"bascode\"" in line: m = re.search('>(.+?)<', line) code = m.group(1) if line.startswith("-"): removed.append(code) else: added.append(code) processlastfile(filename, added, removed) which puts the code back the way it was, except for one string which had changed and was fixed manually afterwards Change-Id: Ic67abf36bb5d27be58a51ebbf5022830f56dcb37
2016-06-16Update several strings for Windows 8.x–10Adolfo Jayme Barrientos
Change-Id: I9346d905c8f65bf282790a35802f5e2328525bb5
2016-06-09Duh!Adolfo Jayme Barrientos
Change-Id: I17ae04efde155cc38f8c3506400fb7431c3da641
2016-06-09Remove duplicate <emph> and whitespaceAdolfo Jayme Barrientos
Change-Id: If3a14040d2395584ef81b4d0d1f21bac2f471fd2
2016-06-02tdf#99637 add expert configuration property for number of undo stepscp-5.1-branch-pointStanislav Horacek
Change-Id: I6ea67b95d3cc535166adbb0459a25b335f96d544 Reviewed-on: https://gerrit.libreoffice.org/24774 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-06-01eliminate use of locale dependent date strings where possibleEike Rathke
... unless used in input or formatting example. Change-Id: Ibda8fdf6db62b61ec4bb0e2e6bfd096f37849916
2016-06-01eliminate the mentioning of locale dependent date string in ISLEAPYEAREike Rathke
Rather use DATE() and "yyyy-mm-dd" ISO examples. Change-Id: I41c9dc57167f8c70e8674fcd4b4038ab8e835141
2016-05-31No need to be redundantAdolfo Jayme Barrientos
Change-Id: Id5ebb8b186920eeedad311663057c383eb7bd61c
2016-05-30Fix help page with new termOlivier Hallot
Change-Id: I2b18f319e176a426dac5401561910169de44f5b3 Reviewed-on: https://gerrit.libreoffice.org/25689 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-28Misused word: “strait” → “straight”Adolfo Jayme Barrientos
Change-Id: I9129c1d493ef47087fc3d39a58cc5142b4df8e38
2016-05-27tdf#70806 DCOUNT and DCOUNTA DatabaseField argument can be omittedEike Rathke
Change-Id: I340142fedd2239ff318c8f70fe228e696540cfdd
2016-05-26tdf#70806 get rid of the "number 0 for the entire database" nonsenseEike Rathke
1. there is no "entire database" in this context 2. 0 was an old workaround for an omitted argument that Excel knows for DCOUNT and DCOUNTA functions to count records that match the criteria without applying a further count on a selected column, but not for other functions 3. Excel does not know a 0 argument 4. ODFF does not specify a 0 argument => so give examples that don't use it. Change-Id: I03654e90798a97bfd37a5f20de26d45e96726206
2016-05-23remove spurious space before </paragraph>libreoffice-5-2-branch-pointChristian Lohmaier
Change-Id: Icf4d5ba12ab65bbedaf75bdee4ffc36131ea731e
2016-05-23remove spurious space before </variable>Christian Lohmaier
Change-Id: I06d328b73455d5b6ea04d7c04c9b09fcb7bad366
2016-05-23remove duplicated variable (export_as_pdf same as ref_pdf_export)Christian Lohmaier
Change-Id: I015e9674bf72e74e3d3ec69087dfd289adfa121f
2016-05-23remove obsolete attributes from changed stringsChristian Lohmaier
as it doesn't matter if the context changes, since they'll need to be modified by translators anyway Change-Id: I120289e3d944030ba1933c888795137d7ef71324
2016-05-23Ctrl + Down Arrow in fact jumps to the beginning of next paragraphAndras Timar
Change-Id: I5f55da8e8298f7cb3758e931ef3804b7df66bf0c
2016-05-23typo: "the the" → "the"Christian Lohmaier
Change-Id: I315fd3151e4b52495f3f55a5a65813b13debd8a6
2016-05-23typo: periodical_abberation → periodical_aberrationChristian Lohmaier
Change-Id: I29e6938ddbad2cf31e07a80fadcffa12ced7c839
2016-05-23hid="" → hid="."Christian Lohmaier
Change-Id: I64a889f1cd519a0cf1898e913ad68f850d472eb6
2016-05-23"Insert - Field", not "Insert - Fields"Christian Lohmaier
as per LO HIG - https://wiki.documentfoundation.org/Design/MenuBar ("Use singular form in labeling when applicable (e.g. Insert+Shape, though multiple shapes are listed under the submenu, a user can only select one item).") and already changed in UI Change-Id: Id15afe7e3c92b54526ff694f7959ab3e01a2d606
2016-05-23COS(PI()/2) doesn't return 0 (fpu accurracy), use COS(PI()*2) insteadChristian Lohmaier
since that gives 1 as expected. Change-Id: Icd1a0424f90ef9256c706cecc0ab3b7e2c741181
2016-05-22replace duplicated "pentagon" by "hexagon"Stanislav Horacek
Change-Id: Ifcd8441f175040dbcb81dfd4d2a62a7c50b8583b Reviewed-on: https://gerrit.libreoffice.org/25300 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-22Do not translate numbers... (3)Olivier Hallot
Change-Id: I2480be8d515d210413dc6e732467bdf9c420bdbe Reviewed-on: https://gerrit.libreoffice.org/25279 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-22Fix Data menu help file w/ new entriesOlivier Hallot
Change-Id: I6055007c5b8811f65a8937c2ebd6eec913a95e95 Reviewed-on: https://gerrit.libreoffice.org/25277 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-22Do not translate numbers ... (2)Olivier Hallot
Change-Id: Iff0930493bed0a839869a02518aa879cc6d11068 Reviewed-on: https://gerrit.libreoffice.org/25276 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-22Do not translate numbers...Olivier Hallot
Change-Id: I87d272719a0a666744951d82f7c522b6cd554bc7 Reviewed-on: https://gerrit.libreoffice.org/25275 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-20Initial classification bar documentationMiklos Vajna
Change-Id: Ieeff90ecf810e9e36e7f80815d57ccc0bc0e8067
2016-05-20Document Tools -> Options -> LibreOffice -> Paths -> ClassificationMiklos Vajna
Change-Id: I5616fe15ffd5a839d693a20c3e7eb1445421fd95
2016-05-14tdf#99809 Add back some syntax highlighting tags…Adolfo Jayme Barrientos
… accidentally removed in 8799ced9da7b7aeb37fadf700e062cc3255ebfe0 Change-Id: I799b62bb169dbc0505ed03deef6e460d75a66e9d
2016-05-13tdf#99809: BASIC: Update Rnd function and Randomize statementJohnny_M
BASIC's Rnd function and Randomize statement were updated on tdf#70474 and tdf#90110. (See https://gerrit.libreoffice.org/#/c/15818/ for the latter change.) Their documentation needs to be updated accordingly. Change-Id: I17f6a04858a20a969dc427be43dd903aedc04ecb Reviewed-on: https://gerrit.libreoffice.org/24943 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-05-10Cleaned up some EnglishPeter
Change-Id: I5f81ef8381536aeca8eac8d409c75f20d4245786 Reviewed-on: https://gerrit.libreoffice.org/24796 Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk> Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-05-10tdf#99739 tdf#91945 Margins and edges aren’t the same thingAdolfo Jayme Barrientos
Change-Id: I6809b79bdde36fd5ee86f0eeb54c29871f54c19c