[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2014-01-11 Thread Zolnai Tamás
 source/text/shared/guide/startcenter.xhp |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 7d73db5cf05eb0cd0c01536667fc021367b0aa92
Author: Zolnai Tamás 
Date:   Sat Jan 11 21:55:33 2014 +0100

fdo#72420: Startcenter: make all helpid point to startcenter's main help 
page

Until the specific ui elements don't have own help pages.
With this we can avoid to open an empty help page by pushing F1 or
clicking on Help button.
Only two ui element's helpid is not set yet: 'Extensions' button
and recent docs view.

(cherry picked from commit 0f7b9d00562b8d87d1fb12bb21555907d3f0e874)

Change-Id: Ic0c1bd1dba4c08fd6b3d9daf8fbc9e622a54b6f2

diff --git a/source/text/shared/guide/startcenter.xhp 
b/source/text/shared/guide/startcenter.xhp
index 77bd3a1..df2e335 100644
--- a/source/text/shared/guide/startcenter.xhp
+++ b/source/text/shared/guide/startcenter.xhp
@@ -32,7 +32,9 @@
 
 
 
-
+
+
+
 Start Center
 
   Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME application help. Press F1 whenever 
you need help using the %PRODUCTNAME software.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2014-01-10 Thread Zolnai Tamás
 source/text/shared/guide/startcenter.xhp |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 575bdc7ccc52b73b55f12c3d82f5b6b2750d784d
Author: Zolnai Tamás 
Date:   Fri Jan 10 03:25:40 2014 +0100

fdo#72420 Startcenter: help button point to local/wiki help, help part

Change-Id: Iec82887c2b8476037f4069aa979763d363e17690
(cherry picked from commit 72d802a9eb9fb042e18ad74dc15c956a301b0462)

diff --git a/source/text/shared/guide/startcenter.xhp 
b/source/text/shared/guide/startcenter.xhp
index 071c535..77bd3a1 100644
--- a/source/text/shared/guide/startcenter.xhp
+++ b/source/text/shared/guide/startcenter.xhp
@@ -31,6 +31,8 @@
   start center
 
 
+
+
 Start Center
 
   Welcome to %PRODUCTNAME. Thank you for using the %PRODUCTNAME application help. Press F1 whenever 
you need help using the %PRODUCTNAME software.
@@ -76,4 +78,4 @@
   The Open a document icon presents a file open 
dialog.the four icons show a short explanation 
already
 

-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2013-12-12 Thread Eike Rathke
 source/text/scalc/01/04060183.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ced1a84353e7bc399b078b55b2f911dabcce9ba2
Author: Eike Rathke 
Date:   Thu Dec 12 18:32:49 2013 +0100

resolved fdo#67205 CRITBINOM "greater than or equal"

Change-Id: I89e5fdec3708f06017ede1df0cf4aa9f0f60ea37
(cherry picked from commit 392217fbe5d2432d2834e4593457cb2d236b99dd)

diff --git a/source/text/scalc/01/04060183.xhp 
b/source/text/scalc/01/04060183.xhp
index dfd8df8..6a2b1de 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -119,7 +119,7 @@
 
 
 CRITBINOM
-Returns the smallest value for 
which the cumulative binomial distribution is less than or equal to a criterion 
value.
+Returns the smallest value for 
which the cumulative binomial distribution is greater than or equal to a 
criterion value.
 Syntax
 CRITBINOM(Trials; SP; Alpha)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2013-12-07 Thread Stanislav Horacek
 source/text/scalc/01/04060110.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d7a11bfd59babbe6fb88bd4076211fa6cec9f724
Author: Stanislav Horacek 
Date:   Sat Dec 7 22:19:11 2013 +0100

fix typo in example for TRIM function

Change-Id: I4f543e290652e160e02e75e7e178a8647bc91f50
Reviewed-on: https://gerrit.libreoffice.org/6977
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/source/text/scalc/01/04060110.xhp 
b/source/text/scalc/01/04060110.xhp
index 4411f3e..557fb7f 100644
--- a/source/text/scalc/01/04060110.xhp
+++ b/source/text/scalc/01/04060110.xhp
@@ -587,7 +587,7 @@
  Example
  
-=TRIM(" hello   world ") returns hello 
world without leading and trailing zeros and with single space between 
words.
+=TRIM(" hello   world ") returns hello 
world without leading and trailing spaces and with single space between 
words.
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2013-12-06 Thread Andras Timar
 source/text/scalc/01/solver_options.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50010f489daf12b663dba5b7d2a789b1c65e
Author: Andras Timar 
Date:   Fri Dec 6 09:58:22 2013 +0100

typo: onle -> only

Change-Id: I68180be6e5d71c175838772f816dcbfb6e8f81bb

diff --git a/source/text/scalc/01/solver_options.xhp 
b/source/text/scalc/01/solver_options.xhp
index 8fade24..3840b3f 100644
--- a/source/text/scalc/01/solver_options.xhp
+++ b/source/text/scalc/01/solver_options.xhp
@@ -41,7 +41,7 @@
 Enter or change 
the value.
 Use 
the Options dialog to configure the current solver engine.
 You 
can install more solver engines as extensions, if available. Open Tools - 
Extension Manager and browse to the Extensions web site to search for 
extensions.
-Select the solver engine to use and to configure from the listbox. 
The listbox is disabled if onle one solver engine is installed.
+Select the solver engine to use and to configure from the listbox. 
The listbox is disabled if only one solver engine is installed.
 In 
the Settings box, check all settings that you want to use for the current goal 
seeking operation. If the current option offers different values, the Edit 
button is enabled. Click Edit to open a dialog where you can change the 
value.
 Click OK to accept the changes and to go back to the Solver dialog.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2013-12-02 Thread Andras Timar
 source/text/shared/00/0001.xhp |   24 ++--
 source/text/shared/00/0005.xhp |9 +++--
 2 files changed, 17 insertions(+), 16 deletions(-)

New commits:
commit c39ebf24983ffc3c2bfc52a61ddebf7512b68e10
Author: Andras Timar 
Date:   Mon Dec 2 11:57:46 2013 +0100

fdo#71742 fix incorrect usage of  tag

Change-Id: I58a790440cd487cbab941104dd68a6a3ff8e7888

diff --git a/source/text/shared/00/0001.xhp 
b/source/text/shared/00/0001.xhp
index 3f18a5d..e5ddc1e 100644
--- a/source/text/shared/00/0001.xhp
+++ b/source/text/shared/00/0001.xhp
@@ -1,6 +1,6 @@
 
 
-   
+
 
- 
-   
+
+
 
   
  Frequently-Used Buttons
@@ -55,6 +55,7 @@
   
  Spin button
+  
  
 
In form controls, a spin button is a property of a numerical field, 
currency field, date field, or time field. If the property "Spin button" is 
enabled, the field shows a pair of symbols with arrows pointing to opposing 
directions, either vertically or horizontally.
@@ -65,6 +66,7 @@
  
  You can type a numerical value into the field next to 
the spin button, or select the value with the up-arrow or down-arrow symbols on 
the spin button. On the keyboard you can press the up arrow and down arrow keys 
to increase or reduce the value. You can press the Page Up and Page Down keys 
to set the maximum and minimum value.
  If the field next to the spin button defines numerical 
values, you can also define a measurement unit, for example, 1 cm or 5 mm, 12 
pt or 2".
+ 
   
   
  
  Context Menu
+ 
  To activate the context menu of an 
object, first click the object with the 
 left mouse button 
to select it, and then, while holding down the Ctrl key or the Command and Option keys, 
click the mouse button again
  click the right mouse 
button. Some context menus can be called even if 
the object has not been selected. Context menus are found just about everywhere 
in $[officename].
 
+  
   
   
 
@@ -166,7 +170,7 @@

   
 Icon
-   
+


   Shrink
@@ -176,7 +180,7 @@

   
 Icon
-   
+


   Maximize
@@ -252,17 +256,17 @@
 oldref="52">More
  Click the 
More button to expand the dialog to show further options. Click again to 
restore the dialog.
   
-  See also the following functions: 
+  See also the following functions:
 
   The search supports regular 
expressions. You can enter "all.*", for example to find the first 
location of "all" followed by any characters. If you want to search for a text 
that is also a regular expression, you must precede every character with a \ 
character. You can switch the automatic evaluation of regular expression on and 
off in %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Calc - Calculate.
 
-  If an error occurs, the function returns a 
logical or numerical value. 
+  If an error occurs, the function returns a 
logical or numerical value.
 
-  (This command is only accessible through the 
context menu). 
+  (This command is only accessible through the 
context menu).
 
-  By double-clicking a tool, you can use 
it for multiple tasks. If you call the tool with a single-click, it reverts 
back to the last selection after completing the task. 
+  By double-clicking a tool, you can use 
it for multiple tasks. If you call the tool with a single-click, it reverts 
back to the last selection after completing the task.
 
-  Press Shift+F1 and point to a control to 
learn more about that control. 
+  Press Shift+F1 and point to a control to 
learn more about that control.
 

 
diff --git a/source/text/shared/00/0005.xhp 
b/source/text/shared/00/0005.xhp
index b6e082e..003a9b3 100644
--- a/source/text/shared/00/0005.xhp
+++ b/source/text/shared/00/0005.xhp
@@ -85,10 +85,8 @@

   
   
-   
Context Menu
-   
-   
+   
   
   

@@ -272,9 +270,8 @@

   
   
-   
-   
-   
+Spin button
+
   
   

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-4-2' - source/text

2013-11-25 Thread Stanislav Horacek
 source/text/shared/00/0021.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0bcc8f9d2501082e367eb9c93f7efb4ec0e8089
Author: Stanislav Horacek 
Date:   Mon Nov 25 13:45:04 2013 +0100

add location of PrettyPrinting property in Expert Config

it is hard to find it without location or searching

Change-Id: I8b8b4b0bc7e0be601ba53c8c21ccb982ad745452
Reviewed-on: https://gerrit.libreoffice.org/6800
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/source/text/shared/00/0021.xhp 
b/source/text/shared/00/0021.xhp
index a85b95e..7ce3468 100644
--- a/source/text/shared/00/0021.xhp
+++ b/source/text/shared/00/0021.xhp
@@ -238,7 +238,7 @@
 
 
 The text content of the document is located in 
content.xml.
-By default, content.xml is stored without formatting 
elements like indentation or line breaks to minimize the time for saving and 
opening the document. On the %PRODUCTNAME - PreferencesTools - 
Options - $[officename] - Expert Config 
tab page you can activate the use of indentations and line breaks by setting 
the property PrettyPrinting to true.
+By default, content.xml is stored without formatting 
elements like indentation or line breaks to minimize the time for saving and 
opening the document. On the %PRODUCTNAME - PreferencesTools - 
Options - $[officename] - Expert Config 
tab page you can activate the use of indentations and line breaks by setting 
the property /org.openoffice.Office.Common/Save/Document 
PrettyPrinting to true.
 
 
 The file meta.xml contains the meta information of the 
document, which you can enter under File - Properties.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits