[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #143 from Lorraine T mama...@gmail.com ---
Created attachment 78547
  -- https://bugs.freedesktop.org/attachment.cgi?id=78547action=edit
illustration of loss of Master slide format/layout when saving as pptx

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #144 from Lorraine T mama...@gmail.com ---
If editing/saving as pptx, Master slide format and layout is lost. Text is
still there but in text boxes outside the Master format, thus requiring to be
recopied/repasted into the Master layout - big timewaster. Does not occur if
edit/save and re-open in .odp, but apparently impossible to save as pptx
without loss of Master slide formatting.
Also impossible to edit Master font size if saving as pptx - that's a different
bug of course! haven't reported it yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Lorraine T mama...@gmail.com changed:

   What|Removed |Added

 Depends on||63987

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #145 from Lorraine T mama...@gmail.com ---
(In reply to comment #144)
 If editing/saving as pptx, Master slide format and layout is lost. Text is
 still there but in text boxes outside the Master format, thus requiring to
 be recopied/repasted into the Master layout - big timewaster. Does not occur
 if edit/save and re-open in .odp, but apparently impossible to save as pptx
 without loss of Master slide formatting.
 Also impossible to edit Master font size if saving as pptx - that's a
 different bug of course! haven't reported it yet.

This is bug 63987

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #146 from Lorraine T mama...@gmail.com ---
(In reply to comment #145)
 (In reply to comment #144)
  If editing/saving as pptx, Master slide format and layout is lost. Text is
  still there but in text boxes outside the Master format, thus requiring to
  be recopied/repasted into the Master layout - big timewaster. Does not occur
  if edit/save and re-open in .odp, but apparently impossible to save as pptx
  without loss of Master slide formatting.
  Also impossible to edit Master font size if saving as pptx - that's a
  different bug of course! haven't reported it yet.
 
 This is bug 63987

This bug does NOT occur if file is saved as .ppt
Thus bug seems related to pptx format only

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: solenv/gbuild sw/PythonTest_sw_python.mk sw/qa unotest/source

2013-04-27 Thread David Ostrovsky
 solenv/gbuild/PythonTest.mk  |2 
 sw/PythonTest_sw_python.mk   |3 
 sw/qa/python/var_fields.py   |  123 +++
 unotest/source/python/org/libreoffice/unotest.py |6 -
 4 files changed, 132 insertions(+), 2 deletions(-)

New commits:
commit 3c0a9bb59ed19b2f4492defd84d023c5e169d777
Author: David Ostrovsky da...@ostrovsky.org
Date:   Sat Apr 27 11:33:21 2013 +0200

fdo#55814 migrate java unit test to python

Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e

diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 46803af..b81e321 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -32,6 +32,7 @@ ifneq ($(DISABLE_PYTHON),TRUE)
 $(call gb_PythonTest_get_target,%) :
$(call gb_Output_announce,$*,$(true),PYT,2)
$(call gb_Helper_abbreviate_dirs,\
+   rm -rf $(dir $(call gb_PythonTest_get_target,$*))  \
mkdir -p $(dir $(call gb_PythonTest_get_target,$*))  \
$(if $(gb_CppunitTest__interactive),, \
$(if $(value gb_CppunitTest_postprocess), \
@@ -40,6 +41,7 @@ $(call gb_PythonTest_get_target,%) :

URE_BOOTSTRAP=vnd.sun.star.pathname:$(gb_DEVINSTALLROOT)/program/fundamentalrc \
PYTHONPATH=$(PYPATH) \
UserInstallation=$(call 
gb_Helper_make_url,$(OUTDIR)/unittest) \
+   TestUserDir=$(call gb_Helper_make_url,$(dir $(call 
gb_PythonTest_get_target,$*))) \
$(gb_CppunitTest_GDBTRACE) $(gb_CppunitTest_VALGRINDTOOL) 
$(gb_PythonTest_COMMAND) \
$(MODULES) \
$(if $(gb_CppunitTest__interactive),, \
diff --git a/sw/PythonTest_sw_python.mk b/sw/PythonTest_sw_python.mk
index a5a632c..cbddfc5 100644
--- a/sw/PythonTest_sw_python.mk
+++ b/sw/PythonTest_sw_python.mk
@@ -10,8 +10,9 @@
 $(eval $(call gb_PythonTest_PythonTest,sw_python))
 
 $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\
-   set_expression \
get_expression \
+   set_expression \
+   var_fields \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py
new file mode 100644
index 000..6ba89ab
--- /dev/null
+++ b/sw/qa/python/var_fields.py
@@ -0,0 +1,123 @@
+import unittest
+import os
+from org.libreoffice.unotest import UnoInProcess
+from com.sun.star.text.ControlCharacter import PARAGRAPH_BREAK
+
+class TestVarFields(unittest.TestCase):
+_uno = None
+_xDoc = None
+
+@classmethod
+def setUpClass(cls):
+cls._uno = UnoInProcess()
+cls._uno.setUp()
+cls._xDoc = cls._uno.openEmptyWriterDoc()
+
+@classmethod
+def tearDownClass(cls):
+cls._uno.tearDown()
+
+def test_var_fields(self):
+Reproduce fdo#55814.
+
+Note: this test was migrated from java (the steps numbering too)
+sw/qa/complex/writer/VarFields.java
+
+Embarrassing, FixMe, TODO:
+Unlike in java, this test doesn't overwrite the field condition.
+Apparently xDoc.refresh() is somehow broken (from python), because 
doing the update
+manually does overwrite the condition:
+1. run the python test with make verbose=t PythonTest_sw_python
+2. open created document with
+./install/program/soffice.bin 
workdir/unxlngx6.pro/PythonTest/sw_python/VarFields.odt
+3. check that TextSection's condition still has the right value: foo 
EQ 1
+4. Update field with Tool=Update=Fields (or [F9])
+5. check that TextSection's condition was overriden: 0
+
+xDoc = self.__class__._xDoc
+xBodyText = xDoc.getText()
+xCursor = xBodyText.createTextCursor()
+# 0. create text field
+xField = 
xDoc.createInstance(com.sun.star.text.textfield.SetExpression)
+# 1. fill it with properties
+self.__class__._uno.setProperties(xField,
+  {Content: 0,
+   IsVisible: True,
+   Hint: trying to reproduce fdo#55814,
+   SubType: 0, # VAR
+   Value: 0.0
+   })
+# 2. create master field
+xMaster = 
xDoc.createInstance(com.sun.star.text.fieldmaster.SetExpression)
+# 3. set name of the master field to foo
+xMaster.setPropertyValue(Name, foo)
+# 4. get Dependent Field
+# no op in python ;-)
+# 5. connect real field to the master
+xField.attachTextFieldMaster(xMaster)
+# 6. insert text field into the document
+xBodyText.insertTextContent(xCursor, xField, False)
+# 7. retrieve paragraph cursor
+xParagraphCursor = xCursor
+xParagraphCursor.gotoEndOfParagraph(False) # not selectd
+# 8. enter new line
+xBodyText.insertControlCharacter(xCursor, 

[Libreoffice-commits] core.git: helpcontent2

2013-04-27 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e11fbfbaede80fad06f12df5fc6d4a79ac65c618
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 09:06:16 2013 +0100

Updated core
Project: help  f844f8e592e9b0a659379f5157ebb37dbcd75098

diff --git a/helpcontent2 b/helpcontent2
index 8f801b3..f844f8e 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8f801b3f17f4d9ce1bb0fdce61e2ec35f6ab0538
+Subproject commit f844f8e592e9b0a659379f5157ebb37dbcd75098
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-27 Thread Caolán McNamara
 helpers/help_hid.lst |7 ---
 source/text/shared/00/0001.xhp   |2 +-
 source/text/simpress/01/0610.xhp |   24 
 3 files changed, 13 insertions(+), 20 deletions(-)

New commits:
commit f844f8e592e9b0a659379f5157ebb37dbcd75098
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 09:06:16 2013 +0100

update help ids for custom slide show .ui conversion

Change-Id: I7ab16f63798a0f2610df448d9d2f8096ba3f3061

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index 28f63f9..f6bf223 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -6837,7 +6837,6 @@ sd_CheckBox_DLG_ASS_CB_PAGE3_LOGO,1088488501,
 sd_CheckBox_DLG_ASS_CB_PAGE5_SUMMARY,1088488511,
 sd_CheckBox_DLG_ASS_CB_PREVIEW,1088488455,
 sd_CheckBox_DLG_ASS_CB_STARTWITH,1088488456,
-sd_CheckBox_DLG_CUSTOMSHOW_CBX_USE_CUSTOMSHOW,1087554561,
 sd_CheckBox_DLG_INSERT_PAGES_OBJS_CBX_CHECK_MASTERS,1089111042,
 sd_CheckBox_DLG_INSERT_PAGES_OBJS_CBX_LINK,1089111041,
 sd_CheckBox_DLG_MORPH_CBX_ATTRIBUTES,1084441601,
@@ -6940,7 +6939,6 @@ sd_ListBox_DLG_ASS_LB_PAGE3_EFFECT,1088491051,
 sd_ListBox_DLG_ASS_LB_PAGE3_SPEED,1088491053,
 sd_ListBox_DLG_COPY_LB_END_COLOR,1085656578,
 sd_ListBox_DLG_COPY_LB_START_COLOR,1085656577,
-sd_ListBox_DLG_CUSTOMSHOW_LB_CUSTOMSHOWS,1087557121,
 sd_ListBox_DLG_FIELD_MODIFY_LB_FORMAT,1081085441,
 sd_ListBox_DLG_FIELD_MODIFY_LB_LANGUAGE,1081085443,
 sd_ListBox_DLG_PRINTDIALOG_CB_CONTENT,1104006659,
@@ -7001,11 +6999,6 @@ sd_PushButton_DLG_COPY_BTN_SET_DEFAULT,1085657602,
 sd_PushButton_DLG_CUSTOMANIMATION_SCHEMES_PANE_1,1415746049,
 sd_PushButton_DLG_CUSTOMANIMATION_SCHEMES_PANE_2,1415746050,
 sd_PushButton_DLG_CUSTOMANIMATION_SCHEMES_PANE_3,1415746051,
-sd_PushButton_DLG_CUSTOMSHOW_BTN_COPY,1087558148,
-sd_PushButton_DLG_CUSTOMSHOW_BTN_EDIT,1087558146,
-sd_PushButton_DLG_CUSTOMSHOW_BTN_NEW,1087558145,
-sd_PushButton_DLG_CUSTOMSHOW_BTN_REMOVE,1087558147,
-sd_PushButton_DLG_CUSTOMSHOW_BTN_STARTSHOW,1087558149,
 sd_PushButton_DLG_DEFINE_CUSTOMSHOW_BTN_ADD,1088328193,
 sd_PushButton_DLG_DEFINE_CUSTOMSHOW_BTN_REMOVE,1088328195,
 sd_PushButton_DLG_PRESLT_BTN_LOAD,1087967746,
diff --git a/source/text/shared/00/0001.xhp 
b/source/text/shared/00/0001.xhp
index 1553308..072c649 100644
--- a/source/text/shared/00/0001.xhp
+++ b/source/text/shared/00/0001.xhp
@@ -102,7 +102,7 @@
   /section
   section id=loeschen1
 bookmark xml-lang=en-US 
branch=hid/sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_REMOVE id=bm_id3146916 
localize=false/
-bookmark xml-lang=en-US 
branch=hid/sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE id=bm_id3147296 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/simpress/ui/customslideshows/delete id=bm_id3147296 
localize=false/
 bookmark xml-lang=en-US branch=hid/sw:PushButton:DLG_BIB_BASE:PB_DELETE 
id=bm_id6168401 localize=false/
 bookmark xml-lang=en-US 
branch=hid/cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_DEL_MULTIPATH 
id=bm_id3154686 localize=false/
 bookmark xml-lang=en-US branch=hid/cui/ui/acorreplacepage/delete 
id=bm_id7878353 localize=false/
diff --git a/source/text/simpress/01/0610.xhp 
b/source/text/simpress/01/0610.xhp
index 0470c16..6fdaae5 100644
--- a/source/text/simpress/01/0610.xhp
+++ b/source/text/simpress/01/0610.xhp
@@ -28,7 +28,7 @@
 /meta
 body
 bookmark xml-lang=en-US branch=hid/.uno:CustomShowDialog 
id=bm_id9872314 localize=false/
-bookmark xml-lang=en-US branch=hid/.uno:CustomShowDialog 
id=bm_id3159240 localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/simpress/ui/customslideshows/CustomSlideShows 
id=bm_id3159240 localize=false/
 paragraph role=heading id=hd_id3154659 xml-lang=en-US level=1 
l10n=U oldref=1Custom Slide Shows/paragraph
 paragraph role=paragraph id=par_id3149207 xml-lang=en-US l10n=U 
oldref=2variable id=indipraesentahelp 
hid=.uno:CustomShowDialogDefines a custom slide show using slides within the 
current presentation. You can then pick slides to meet the needs of your 
audience. You can create as many custom slide shows as you want./ahelp
 /variable/paragraph
@@ -36,13 +36,13 @@
 embed href=text/simpress/00/0407.xhp#indipra/
 /section
 embed href=text/simpress/guide/individual.xhp#individual/
-bookmark xml-lang=en-US 
branch=hid/sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS id=bm_id3146980 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/simpress/ui/customslideshows/customshowlist 
id=bm_id3146980 localize=false/
 paragraph role=heading id=hd_id3155530 xml-lang=en-US level=2 
l10n=U oldref=3Name of the presentation(s)/paragraph
-paragraph role=paragraph id=par_id3156449 xml-lang=en-US l10n=U 
oldref=4ahelp hid=SD_LISTBOX_DLG_CUSTOMSHOW_LB_CUSTOMSHOWSLists the 
custom slide shows that are available./ahelp/paragraph
+paragraph role=paragraph id=par_id3156449 xml-lang=en-US l10n=U 
oldref=4ahelp 
hid=modules/simpress/ui/customslideshows/customshowlistLists the custom 
slide shows that are available./ahelp/paragraph
 paragraph 

[Libreoffice-commits] core.git: sd/source sd/uiconfig

2013-04-27 Thread Caolán McNamara
 sd/source/ui/dlg/custsdlg.cxx   |3 +
 sd/source/ui/dlg/custsdlg.src   |   84 
 sd/source/ui/inc/custsdlg.hrc   |4 -
 sd/uiconfig/simpress/ui/customslideshows.ui |   36 +++-
 4 files changed, 13 insertions(+), 114 deletions(-)

New commits:
commit 4667a55fd47db456d36ad151656b4041a6ded034
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 09:00:02 2013 +0100

remove now unused src Dialog resources

Change-Id: I2aadd2a7e643f2598da9ed474e47ece02208297f

diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx
index 8019f43..dd0c95d 100644
--- a/sd/source/ui/dlg/custsdlg.cxx
+++ b/sd/source/ui/dlg/custsdlg.cxx
@@ -55,6 +55,9 @@ SdCustomShowDlg::SdCustomShowDlg( Window* pWindow,
 get( m_pLbCustomShows, customshowlist);
 get( m_pCbxUseCustomShow, usecustomshows );
 
+
m_pLbCustomShows-set_width_request(m_pLbCustomShows-approximate_char_width() 
* 32);
+m_pLbCustomShows-SetDropDownLineCount(8);
+
 Link aLink( LINK( this, SdCustomShowDlg, ClickButtonHdl ) );
 m_pBtnNew-SetClickHdl( aLink );
 m_pBtnEdit-SetClickHdl( aLink );
diff --git a/sd/source/ui/dlg/custsdlg.src b/sd/source/ui/dlg/custsdlg.src
index 79029ba..4fa50f2 100644
--- a/sd/source/ui/dlg/custsdlg.src
+++ b/sd/source/ui/dlg/custsdlg.src
@@ -20,89 +20,7 @@
 #include custsdlg.hrc
 #include app.hrc
 #include helpids.h
-#define DIFF 20
-#define DIFF_Y 17
-ModalDialog DLG_CUSTOMSHOW
-{
-HelpID = CMD_SID_CUSTOMSHOW_DLG ;
-OutputSize = TRUE ;
-SVLook = TRUE ;
-Size = MAP_APPFONT ( 175 + DIFF , 114 + DIFF_Y ) ;
-Moveable = TRUE ;
-Closeable = TRUE ;
-PushButton BTN_NEW
-{
-HelpID = sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW;
-Pos = MAP_APPFONT ( 120 + DIFF , 6 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = ~New... ;
-};
-PushButton BTN_EDIT
-{
-HelpID = sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT;
-Pos = MAP_APPFONT ( 120 + DIFF , 23 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = ~Edit... ;
-};
-PushButton BTN_REMOVE
-{
-HelpID = sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE;
-Pos = MAP_APPFONT ( 120 + DIFF , 40 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = ~Delete ;
-};
-PushButton BTN_COPY
-{
-HelpID = sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY;
-Pos = MAP_APPFONT ( 120 + DIFF , 57 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = Cop~y ;
-};
-HelpButton BTN_HELP
-{
-Pos = MAP_APPFONT ( 120 + DIFF , 74 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-};
-PushButton BTN_STARTSHOW
-{
-HelpID = sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW;
-Pos = MAP_APPFONT ( 120 + DIFF , 94 ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = ~Start ;
-};
-OKButton BTN_OK
-{
-Pos = MAP_APPFONT ( 120 + DIFF , 94 + DIFF_Y ) ;
-Size = MAP_APPFONT ( 50 , 14 ) ;
-TabStop = TRUE ;
-DefButton = TRUE ;
-Text [ en-US ] = ~Close ;
-};
-ListBox LB_CUSTOMSHOWS
-{
-HelpID = sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS;
-Border = TRUE ;
-Pos = MAP_APPFONT ( 6 , 6 ) ;
-Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ;
-TabStop = TRUE ;
-QuickHelpText [ en-US ] = Custom Screen Show ;
-};
-CheckBox CBX_USE_CUSTOMSHOW
-{
-HelpID = sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW;
-Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
-Size = MAP_APPFONT ( 112 + DIFF , 12 ) ;
-TabStop = TRUE ;
-Text [ en-US ] = ~Use Custom Slide Show ;
-};
-Text [ en-US ] = Custom Slide Shows ;
-};
+
 ModalDialog DLG_DEFINE_CUSTOMSHOW
 {
 HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
diff --git a/sd/source/ui/inc/custsdlg.hrc b/sd/source/ui/inc/custsdlg.hrc
index cc04e35..8e9a2ce 100644
--- a/sd/source/ui/inc/custsdlg.hrc
+++ b/sd/source/ui/inc/custsdlg.hrc
@@ -18,16 +18,13 @@
  */
 #include sfx2/sfx.hrc
 
-#define DLG_CUSTOMSHOW  843
 #define DLG_DEFINE_CUSTOMSHOW   890
 #define BTN_OK 1
 #define BTN_NEW 1
 #define BTN_EDIT 2
 #define BTN_REMOVE 3
 #define BTN_COPY 4
-#define BTN_STARTSHOW 5
 #define BTN_HELP 1
-#define LB_CUSTOMSHOWS 1
 #define LB_PAGES 1
 #define LB_CUSTOM_PAGES 2
 #define FT_NAME 1
@@ -36,6 +33,5 @@
 #define FT_CUSTOM_PAGES 3
 #define BTN_CANCEL 2
 #define BTN_ADD 1
-#define CBX_USE_CUSTOMSHOW 1
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui 
b/sd/uiconfig/simpress/ui/customslideshows.ui
index 1621058..fbd1a84 100644
--- a/sd/uiconfig/simpress/ui/customslideshows.ui
+++ 

Re: fdo#55814: unit test is missing

2013-04-27 Thread David Ostrovsky
Hi,

On Fri, 2013-03-22 at 10:58 +0100, Miklos Vajna wrote:
 Hi David,
 
 On Thu, Mar 21, 2013 at 10:42:27AM +0100, David Ostrovsky wrote:
  I wonder if it would make sense to establish
  Python_test machinery in our build system to be able to write such and
  many other tests in python instead and just say make Pytest_sw_complex
  instead of make JunitTest_sw_complex (python have got unittest module
  that we can start with)?
 
 Hmm, yes, I think that would be an improvement.
done :-)
make PythonTest_sw_python

Python test machinery (in process) is up and running on system and
internal python and on all platforms. Many thanks to Michael S. and
Stephan for helping out with this!

so I migrated the fdo#55814 java unit test to python:
sw/qa/complex/writer/VarFields.java
sw/qa/python/var_fields.py

Problem (as i described in the python test file):
while java unit test is failing as expected, python unit test doesn't
fail...

Unlike in java, field's test condition is not get overridden in python.
Apparently xDoc.refresh() is somehow broken (from python), because doing
the update manually fix this:
1. run the python test: make PythonTest_sw_python
2. open created document
workdir/unxlngx6.pro/PythonTest/sw_python/VarFields.odt
3. check that TextSection's condition still has the right value: foo EQ
1
4. update field with Tool=Update=Fields (or [F9])
5. check that TextSection's condition was overridden: 0

Another UNO bug?

Thanks
David

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: MariaDB configure error with autogen.sh

2013-04-27 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In your autogen.input or autogen.lastrun, just add similar line:

MARIADBCONFIG=/full/path/to/mysql_config

The configury will know what to do.

F.

On 27/04/13 02:08, Wols Lists wrote:
 So on gentoo they haven't changed the name, it's still called 
 mysql_config despite me having mariadb installed and no mysql.
 
 Hmmm ... what do we do now?
 
 Cheers, Wol
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlF7lNQACgkQu9a1imXPdA+ZJACghD10OUJOA+sbrQezN/Lp03YL
Jm4An0KRwf2iHCmUs+7xfAuFChdsLQF0
=cZKr
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#63592 this new patch will solve context numerical proble...

2013-04-27 Thread abdulmajeed ahmed (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3629

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/3629/1

fdo#63592 this new patch will solve context numerical problem

Change-Id: I5598fd9dab823c738a812537743695ec88690a24
---
M sc/source/ui/view/formatsh.cxx
1 file changed, 9 insertions(+), 1 deletion(-)



diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index 3f2b26d..7c66d1c 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -2056,7 +2056,13 @@
 {
 ScTabViewShell* pTabViewShell = GetViewData()-GetViewShell();
 pTabViewShell-HideListBox();   // Autofilter-DropDown-Listbox
-
+bool bEditMode = false;
+if ( GetViewData()-HasEditView( GetViewData()-GetActivePart() ) )
+   {
+   bEditMode=true;
+   SC_MOD()-InputEnterHandler();
+   pTabViewShell-UpdateInputHandler();
+   }
 sal_uInt16 nSlot = rReq.GetSlot();
 switch( nSlot )
 {
@@ -2112,6 +2118,8 @@
 }
 break;
 }
+if (bEditMode)
+SC_MOD()-SetInputMode( SC_INPUT_TABLE );
 }
 
 void ScFormatShell::GetTextDirectionState( SfxItemSet rSet )

-- 
To view, visit https://gerrit.libreoffice.org/3629
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5598fd9dab823c738a812537743695ec88690a24
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: abdulmajeed ahmed aalabdulraz...@kacst.edu.sa

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PUSHED] Bin ugly (ab)use of preprocessor in headers

2013-04-27 Thread David Tardon (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/3627

Approvals:
  LibreOffice gerrit bot: Verified
  David Tardon: Verified; Looks good to me, approved


-- 
To view, visit https://gerrit.libreoffice.org/3627
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Tor Lillqvist t...@iki.fi
Gerrit-Reviewer: David Tardon dtar...@redhat.com
Gerrit-Reviewer: LibreOffice gerrit bot ger...@libreoffice.org

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: forms/source fpicker/source

2013-04-27 Thread Thomas Arnhold
 forms/source/richtext/richtextmodel.cxx  |3 ---
 fpicker/source/win32/filepicker/dialogcustomcontrols.cxx |3 ---
 2 files changed, 6 deletions(-)

New commits:
commit 7b4d85901bf525d10e6155fb5682d0bbdf5607e2
Author: Thomas Arnhold tho...@arnhold.org
Date:   Sat Apr 27 12:04:20 2013 +0200

those are never defined

Change-Id: If3893026047f9a75a122b64a5f368070721bb6d7

diff --git a/forms/source/richtext/richtextmodel.cxx 
b/forms/source/richtext/richtextmodel.cxx
index b107a45..15dc234 100644
--- a/forms/source/richtext/richtextmodel.cxx
+++ b/forms/source/richtext/richtextmodel.cxx
@@ -17,10 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-#ifndef FORMS_SOURCE_RICHTEXT_RICHTEXTMODEL_CXX
 #include richtextmodel.hxx
-#endif
 #include richtextengine.hxx
 #include richtextunowrapper.hxx
 
diff --git a/fpicker/source/win32/filepicker/dialogcustomcontrols.cxx 
b/fpicker/source/win32/filepicker/dialogcustomcontrols.cxx
index 1199907..5a9f4d4 100644
--- a/fpicker/source/win32/filepicker/dialogcustomcontrols.cxx
+++ b/fpicker/source/win32/filepicker/dialogcustomcontrols.cxx
@@ -17,10 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-
-#ifndef _DIALOGCUSTOMCONTROLS_CXX_
 #include dialogcustomcontrols.hxx
-#endif
 #include osl/diagnose.h
 
 //---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


RE : RE : Difficulties to build LO for windows

2013-04-27 Thread Gay, Matthieu
Hello again,

I still have problem to generate globlmn.hrc file when with-lang is setted.
Have you any idea ?
Do I have to compile first dictionnary module? Is there step that I forgot to 
do?
At this moment I only do autogen and make in core sources.

Thanks in advance for any answers or any advice.

Matthieu.




De : libreoffice-bounces+matthieu.gay=capgemini@lists.freedesktop.org 
[libreoffice-bounces+matthieu.gay=capgemini@lists.freedesktop.org] de la 
part de Gay, Matthieu [matthieu@capgemini.com]
Date d'envoi : lundi 22 avril 2013 10:54
À : michael.me...@suse.com; Michael Stahl
Cc: libreoffice@lists.freedesktop.org; Jan Holesovsky
Objet : RE : RE : Difficulties to build LO for windows

Hello

Sorry for the late update, but I did succeed building on windows
I had to modify setup_osl.inf and delete the call to 
gid_MergeModule_Microsoft_VC100_CRT_x86.

Now I tried to  add language parameter:
--with-lang=en-US fr de it es

I had this bug http://d.hatena.ne.jp/foral/2027 which is normal (see here 
https://wiki.documentfoundation.org/User:Foral/Build_Win#For_localized_build)

But now I have this error:

log for /cygdrive/f/git/libo/svx/prj
[ build DEP ] SRS:svx/res
Error starting rsc2 compiler
svx 0 #define ITEM_FORM_CONTROL_PROPERTIES !defined _GLOBLMN_HRC 0 all 
Con~trol... 20130418 17:45:22
   ^
f640: f:/git/libo/workdir/wntmsci12.pro/inc/svx\globlmn.hrc, line 1: Error: 
syntax error
f256: Error: !! 1 Error found!!
F:/git/libo/solenv/gbuild/AllLangResTarget.mk:96: recipe for target 
`/cygdrive/f/git/libo/workdir/wntmsci12.pro/SrsPartTarget/svx/source/form/datanavi.src'
 failed
make[2]: *** 
[/cygdrive/f/git/libo/workdir/wntmsci12.pro/SrsPartTarget/svx/source/form/datanavi.src]
 Error 1
make[2]: *** Waiting for unfinished jobs
Error starting rsc2 compiler
svx 0 #define ITEM_FORM_CONTROL_PROPERTIES !defined _GLOBLMN_HRC 0 all 
Con~trol... 20130418 17:45:22
   ^
f640: f:/git/libo/workdir/wntmsci12.pro/inc/svx\globlmn.hrc, line 1: Error: 
syntax error
f256: Error: !! 1 Error found!!
F:/git/libo/solenv/gbuild/AllLangResTarget.mk:96: recipe for target 
`/cygdrive/f/git/libo/workdir/wntmsci12.pro/SrsPartTarget/svx/source/fmcomp/gridctrl.src'
 failed
make[2]: *** 
[/cygdrive/f/git/libo/workdir/wntmsci12.pro/SrsPartTarget/svx/source/fmcomp/gridctrl.src]
 Error 1
Error starting rsc2 compiler



I tried this patch 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-svx.patch?revision=1.1view=markup
 because of this bug https://bugs.freedesktop.org/show_bug.cgi?id=38958 with no 
result..

Have you any solution?

Matthieu.

De : Gay, Matthieu
Date d'envoi : jeudi 4 avril 2013 11:26
À : michael.me...@suse.com; Michael Stahl
Cc: libreoffice@lists.freedesktop.org; Jan Holesovsky
Objet : RE : RE : Difficulties to build LO for windows

Update:
About my problem I've done:
/usr/bin/sh
cd D:/libreOffice/git4/libo
source ./Env.Host.sh
cd instsetoo_native
rm -Rf D:/libreOffice/git4/libo/instsetoo_native/wntmsci12.pro # optional 
module 'clean'
build

the result is:
**
ERROR: ERROR: msm file not found: Microsoft_VC100_CRT_x86.msm !
in function: merge_mergemodules_into_msi_database
**

I will try to this solution:
http://markmail.org/message/ineeoshkfn3d5eav#query:+page:1+mid:ineeoshkfn3d5eav+state:results

commit: 238eba337cedda17a9ed1ce7e91755c66446195a


De : Gay, Matthieu
Date d'envoi : jeudi 4 avril 2013 10:17
À : michael.me...@suse.com; Michael Stahl
Cc: libreoffice@lists.freedesktop.org; Jan Holesovsky
Objet : RE : RE : Difficulties to build LO for windows

Hello,

Yes it works! Thanks for your activity ! I met others problems here the problem 
and solution:

Error: test cppunit ko
Solution: I'll have to delete some wmf files
See here: 
http://lists.freedesktop.org/archives/libreoffice/2012-January/024403.html

Error: file  globlmn.hrc not found
Solution: apply a Patch
See here 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-svx.patch?revision=1.1view=markup

Error: Cannot open include file: 'atlbase.h': No such file or directory
Solution: Solution: use: --disable-atl et  --disable-activex
See here: 
http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/16228


I had also not found problem in the step creating help pack (file listed in 
setup_osl.inf) which I resolved by putting these arguments:
--with-system-dicts
--without-myspell-dicts

Now the error is still in creating help pack step, here the log:

Use of uninitialized value $value in lc at 
D://libreOffice/git4/libo/solenv/bin/modules/installer/packagelist.pm
line 451.
... analyzing files ...
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SUBST_FILENAME ...
... analyzing files with flag 

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #147 from Michael Meeks michael.me...@novell.com ---
Lorraine T: thanks for nominating a bug - please don't discuss details of that
specific bug inside this tracker bug, and please don't attach any test files
here either, otherwise this tracker issue will become a mess. You need to file
those details in a separate issue, and attach them there - also, it is best to
nominate an issue with a single comment and link to the bug, and let another QA
person add it to the DependsOn list. Anyhow - thanks for your work !

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] libcdr.git: src/lib

2013-04-27 Thread Fridrich Štrba
 src/lib/CDRParser.cpp |1 -
 1 file changed, 1 deletion(-)

New commits:
commit babcaf57f0be62582a2a459c881eb83d4ce61e63
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Sat Apr 27 15:24:53 2013 +0200

Make this fridrich-less on console

diff --git a/src/lib/CDRParser.cpp b/src/lib/CDRParser.cpp
index 3edcc67..4123340 100644
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -3095,7 +3095,6 @@ void libcdr::CDRParser::readTxsm6(WPXInputStream *input)
   if (!fflag1)
 input-seek(8, WPX_SEEK_CUR);
   unsigned stlId = readU32(input);
-  printf(Fridrich %x\n, stlId);
   unsigned numSt = readU32(input);
   unsigned i = 0;
   std::mapunsigned, CDRCharacterStyle charStyles;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: libcdr/libcdr-0.0.13.patch

2013-04-27 Thread Fridrich Štrba
 libcdr/libcdr-0.0.13.patch |8 
 1 file changed, 8 insertions(+)

New commits:
commit 99ff6b84cd094ed91ab0b65949d1061e093fe688
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Sat Apr 27 15:26:51 2013 +0200

Less of Fridrich on the console

Change-Id: I83f4e97d52f3be1de5e2eec08c080c6ac96d6e3d

diff --git a/libcdr/libcdr-0.0.13.patch b/libcdr/libcdr-0.0.13.patch
index 29b2b28..806437b 100644
--- a/libcdr/libcdr-0.0.13.patch
+++ b/libcdr/libcdr-0.0.13.patch
@@ -10,3 +10,11 @@
  #include boost/property_tree/json_parser.hpp
  #include boost/property_tree/ptree.hpp
  #include boost/spirit/include/classic.hpp
+@@ -3095,7 +3098,6 @@
+   if (!fflag1)
+ input-seek(8, WPX_SEEK_CUR);
+   unsigned stlId = readU32(input);
+-  printf(Fridrich %x\n, stlId);
+   unsigned numSt = readU32(input);
+   unsigned i = 0;
+   std::mapunsigned, CDRCharacterStyle charStyles;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] libcdr.git: src/lib

2013-04-27 Thread Fridrich Štrba
 src/lib/CDRDocument.cpp|2 
 src/lib/CDRDocumentStructure.h |  214 -
 src/lib/CDRParser.cpp  |   70 ++---
 src/lib/CMXDocument.cpp|2 
 src/lib/CMXParser.cpp  |   10 -
 5 files changed, 149 insertions(+), 149 deletions(-)

New commits:
commit 6945e18f1ff703918e291de8ebc461769aad2783
Author: Fridrich Å trba fridrich.st...@bluewin.ch
Date:   Sat Apr 27 15:36:50 2013 +0200

Avoid define clashes with some windows headers

diff --git a/src/lib/CDRDocument.cpp b/src/lib/CDRDocument.cpp
index a1ae8d2..497e27c 100644
--- a/src/lib/CDRDocument.cpp
+++ b/src/lib/CDRDocument.cpp
@@ -48,7 +48,7 @@ static unsigned getCDRVersion(WPXInputStream *input)
   unsigned riff = readU32(input);
   if ((riff  0x) == 0x4c57) // WLmicro\0
 return 200;
-  if (riff != FOURCC_RIFF)
+  if (riff != CDR_FOURCC_RIFF)
 return 0;
   input-seek(4, WPX_SEEK_CUR);
   char signature_c = (char)readU8(input);
diff --git a/src/lib/CDRDocumentStructure.h b/src/lib/CDRDocumentStructure.h
index 21df716..70cc373 100644
--- a/src/lib/CDRDocumentStructure.h
+++ b/src/lib/CDRDocumentStructure.h
@@ -31,113 +31,113 @@
 
 // integer representations of fourcc
 
-#define FOURCC_arrt 0x74727261
-#define FOURCC_arrw 0x77727261
-#define FOURCC_arrx 0x78727261
-
-#define FOURCC_bbox 0x786f6262
-#define FOURCC_bcfg 0x67666362
-#define FOURCC_bmkt 0x746b6d62
-#define FOURCC_bmp  0x20706d62
-#define FOURCC_bmpf 0x66706d62
-#define FOURCC_bmpt 0x74706d62
-#define FOURCC_bmpx 0x78706d62
-#define FOURCC_bmrk 0x6b726d62
-#define FOURCC_bpft 0x74667062
-
-#define FOURCC_CDR 0x524443
-#define FOURCC_ccmm 0x6d6d6363
-#define FOURCC_cdr 0x726463
-#define FOURCC_clo  0x206f6c63
-#define FOURCC_cloa 0x616f6c63
-#define FOURCC_clof 0x666f6c63
-#define FOURCC_clol 0x6c6f6c63
-#define FOURCC_cloo 0x6f6f6c63
-#define FOURCC_clpt 0x74706c63
-#define FOURCC_cmpr 0x72706d63
-#define FOURCC_cont 0x746e6f63
-#define FOURCC_CPng 0x676e5043
-
-#define FOURCC_digk 0x6b676964
-#define FOURCC_DISP 0x50534944
-#define FOURCC_doc  0x20636f64
-
-#define FOURCC_envd 0x64766e65
-
-#define FOURCC_filc 0x636c6966
-#define FOURCC_fild 0x646c6966
-#define FOURCC_fill 0x6c6c6966
-#define FOURCC_filt 0x746c6966
-#define FOURCC_flgs 0x73676c66
-#define FOURCC_fntt 0x74746e66
-#define FOURCC_font 0x746e6f66
-#define FOURCC_ftil 0x6c697466
-#define FOURCC_fver 0x72657666
-
-#define FOURCC_gobj 0x6a626f67
-#define FOURCC_grp  0x20707267
-#define FOURCC_guid 0x64697567
-
-#define FOURCC_iccd 0x64636369
-#define FOURCC_iccp 0x70636369
-#define FOURCC_ICMT 0x544d4349
-#define FOURCC_IKEY 0x59454b49
-#define FOURCC_INFO 0x4f464e49
-
-#define FOURCC_layr 0x7279616c
-#define FOURCC_lgob 0x626f676c
-#define FOURCC_LIST 0x5453494c
-#define FOURCC_lnkg 0x676b6e6c
-#define FOURCC_lnkt 0x746b6e6c
-#define FOURCC_loda 0x61646f6c
-#define FOURCC_lobj 0x6a626f6c
-
-#define FOURCC_mcfg 0x6766636d
-
-#define FOURCC_npps 0x7370706e
-
-#define FOURCC_obbx 0x7862626f
-#define FOURCC_obj  0x206a626f
-#define FOURCC_osfp 0x7066736f
-#define FOURCC_otlt 0x746c746f
-#define FOURCC_outl 0x6c74756f
-
-#define FOURCC_page 0x65676170
-#define FOURCC_pfrd 0x64726670
-#define FOURCC_ppdt 0x74647070
-#define FOURCC_ppid 0x64697070
-#define FOURCC_pref 0x66657270
-#define FOURCC_ptrt 0x74727470
-
-#define FOURCC_RIFF 0x46464952
-#define FOURCC_RIFX 0x58464952
-#define FOURCC_rvsn 0x6e737672
-
-#define FOURCC_spnd 0x646e7073
-#define FOURCC_stlt 0x746c7473
-#define FOURCC_styd 0x64797473
-#define FOURCC_styl 0x6c797473
-#define FOURCC_sumi 0x696d7573
-#define FOURCC_summ 0x6d6d7573
-
-#define FOURCC_trfd 0x64667274
-#define FOURCC_trfl 0x6c667274
-#define FOURCC_ttil 0x6c697474
-#define FOURCC_txsm 0x6d737874
-#define FOURCC_txtj 0x6a747874
-
-#define FOURCC_uidr 0x72646975
-#define FOURCC_uil  0x206c6975
-#define FOURCC_url  0x206c7275
-#define FOURCC_urll 0x6c6c7275
-#define FOURCC_urls 0x736c7275
-#define FOURCC_usdn 0x6e647375
-#define FOURCC_user 0x72657375
-#define FOURCC_usft 0x74667375
-
-#define FOURCC_vect 0x74636576
-#define FOURCC_vpat 0x74617076
-#define FOURCC_vrsn 0x6e737276
+#define CDR_FOURCC_arrt 0x74727261
+#define CDR_FOURCC_arrw 0x77727261
+#define CDR_FOURCC_arrx 0x78727261
+
+#define CDR_FOURCC_bbox 0x786f6262
+#define CDR_FOURCC_bcfg 0x67666362
+#define CDR_FOURCC_bmkt 0x746b6d62
+#define CDR_FOURCC_bmp  0x20706d62
+#define CDR_FOURCC_bmpf 0x66706d62
+#define CDR_FOURCC_bmpt 0x74706d62
+#define CDR_FOURCC_bmpx 0x78706d62
+#define CDR_FOURCC_bmrk 0x6b726d62
+#define CDR_FOURCC_bpft 0x74667062
+
+#define CDR_FOURCC_CDR 0x524443
+#define CDR_FOURCC_ccmm 0x6d6d6363
+#define CDR_FOURCC_cdr 0x726463
+#define CDR_FOURCC_clo  0x206f6c63
+#define CDR_FOURCC_cloa 0x616f6c63
+#define CDR_FOURCC_clof 0x666f6c63
+#define CDR_FOURCC_clol 0x6c6f6c63
+#define CDR_FOURCC_cloo 0x6f6f6c63
+#define CDR_FOURCC_clpt 0x74706c63
+#define CDR_FOURCC_cmpr 0x72706d63
+#define CDR_FOURCC_cont 0x746e6f63
+#define CDR_FOURCC_CPng 

[PATCH] fdo#60924: Move some libs to autoinstallation

2013-04-27 Thread Marcos Souza (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3630

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/3630/1

fdo#60924: Move some libs to autoinstallation

Change-Id: I58421587784260bd88994926bca031ab26a6214f
---
M Repository.mk
M scp2/source/ooo/file_ooo.scp
2 files changed, 24 insertions(+), 74 deletions(-)



diff --git a/Repository.mk b/Repository.mk
index 6a0e297..60c0170 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -236,7 +236,17 @@
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
 drawinglayer \
 editeng \
+egi \
+eme \
 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
+epb \
+epg \
+epp \
+eps \
+ept \
+era \
+eti \
+exp \
file \
filterconfig \
 for \
@@ -248,6 +258,18 @@
 fwl \
fwm \
 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
+icd \
+icg \
+idx \
+ime \
+ipb \
+ipd \
+ips \
+ipt \
+ipx \
+ira \
+itg \
+iti \
 lng \
 $(if $(MERGELIBS),merged) \
 msfilter \
@@ -255,9 +277,11 @@
 sax \
 sb \
 sdbt \
+sdfilt \
 sfx \
 sot \
 $(if $(ENABLE_HEADLESS),,spl) \
+svgio \
 svl \
 svt \
 svx \
@@ -310,35 +334,13 @@
 calc \
 dbp \
 dbu \
-egi \
-eme \
-epb \
-epg \
-epp \
-eps \
-ept \
-era \
-eti \
 evoab \
-exp \
filtertracer \
flash \
flat \
 graphicfilter \
 guesslang \
 hyphen \
-   icd \
-   icg \
-   idx \
-   ime \
-   ipb \
-   ipd \
-   ips \
-   ipt \
-   ipx \
-   ira \
-   itg \
-   iti \
jdbc \
kab1 \
kabdrv1 \
@@ -368,7 +370,6 @@
 scui \
 sd \
 sdd \
-sdfilt \
 sdui \
 simplecm \
 sm \
@@ -378,7 +379,6 @@
 spell \
 sts \
 svgfilter \
-   svgio \
 sw \
tdeab1 \
tdeabdrv1 \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 1b3dd8a..0eb299e 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -347,56 +347,6 @@
 Name = toolbar.dtd;
 End
 
-STD_LIB_FILE( gid_File_Filter_Sdfilt, sdfilt)
-
-STD_LIB_FILE( git_File_Filter_Svgio, svgio)
-
-STD_LIB_FILE( gid_File_Filter_Eme, eme)
-
-STD_LIB_FILE( gid_File_Filter_Icg, icg)
-
-STD_LIB_FILE( gid_File_Filter_Egi, egi)
-
-STD_LIB_FILE( gid_File_Filter_Epb, epb)
-
-STD_LIB_FILE( gid_File_Filter_Epg, epg)
-
-STD_LIB_FILE( gid_File_Filter_Epp, epp)
-
-STD_LIB_FILE( gid_File_Filter_Eps, eps)
-
-STD_LIB_FILE( gid_File_Filter_Ept, ept)
-
-STD_LIB_FILE( gid_File_Filter_Era, era)
-
-STD_LIB_FILE( gid_File_Filter_Eti, eti)
-
-STD_LIB_FILE( gid_File_Filter_Exp, exp)
-
-STD_LIB_FILE( gid_File_Filter_Icd, icd)
-
-STD_LIB_FILE( gid_File_Filter_Idx, idx)
-
-STD_LIB_FILE( gid_File_Filter_Ime, ime)
-
-STD_LIB_FILE( gid_File_Filter_Ipb, ipb)
-
-STD_LIB_FILE( gid_File_Filter_Ipd, ipd)
-
-STD_LIB_FILE( gid_File_Filter_Ips, ips)
-
-STD_LIB_FILE( gid_File_Filter_Ipt, ipt)
-
-STD_LIB_FILE( gid_File_Filter_Ipx, ipx)
-
-STD_LIB_FILE( gid_File_Filter_Ira, ira)
-
-STD_LIB_FILE( gid_File_Filter_Itg, itg)
-
-STD_LIB_FILE( gid_File_Filter_Iti, iti)
-
-STD_RES_FILE( gid_File_Res_Eps, eps )
-
 File gid_File_Help_Help_Zip
 Dir = gid_Dir_Help;
 ARCHIVE_TXT_FILE_BODY;

-- 
To view, visit https://gerrit.libreoffice.org/3630
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58421587784260bd88994926bca031ab26a6214f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Clang error

2013-04-27 Thread Chris Sherlock
Actually, just worked it out - I forced the -v to be passed in via
autogen.sh:

chris@LibreOfficeDev:~/repos/LibreOffice/core$ make toolkit
cd /home/chris/repos/LibreOffice/core/toolkit  /usr/bin/make -j 1 -rsr
[ DEP ] SRS:toolkit/awt
[ LNK ] Library/libtklo.so
Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM
3.0)
Target: i386-pc-linux-gnu
Thread model: posix
 /usr/bin/ld -z relro --hash-style=gnu --as-needed --build-id
--eh-frame-hdr -m elf_i386 -shared -o
/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/LinkTarget/Library/libtklo.so/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o
/usr/lib/gcc/i686-linux-gnu/4.6/crtbeginS.o
-L/home/chris/repos/LibreOffice/core/solver/unxlngi6.pro/lib-L/usr/lib/gcc/i686-linux-gnu/4.6
-L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu
-L/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu
-L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu
-L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -L/lib/i386-linux-gnu -L/lib
-L/usr/lib/i386-linux-gnu -L/usr/lib -z noexecstack -z origin -rpath
\$ORIGIN:\$ORIGIN/../ure-link/lib -rpath-link
/home/chris/repos/LibreOffice/core/solver/unxlngi6.pro/lib -z defs
-rpath-link /lib:/usr/lib -z combreloc --hash-style=gnu
--dynamic-list-cpp-new --dynamic-list-cpp-typeinfo -Bsymbolic-functions -O1
/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/asynccallback.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/stylesettings.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/scrollabledialog.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxaccessiblecomponent.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxbitmap.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxcontainer.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxdevice.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxfont.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxgraphics.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxmenu.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxpointer.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxprinter.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxregion.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxspinbutton.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxsystemdependentwindow.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtabpagecontainer.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/animatedimagespeer.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtoolkit.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtopwindow.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindow.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindow1.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindows.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/xsimpleanimation.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/awt/xthrobber.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/accessiblecontrolcontext.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/controlmodelcontainerbase.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/dialogcontrol.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/eventcontainer.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/formattedcontrol.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/geometrycontrolmodel.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/grid/defaultgridcolumnmodel.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/grid/defaultgriddatamodel.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/grid/gridcolumn.o/home/chris/repos/LibreOffice/core/workdir/
unxlngi6.pro/CxxObject/toolkit/source/controls/grid/grideventforwarder.o/home/chris/repos/LibreOffice/core/workdir/

[PATCH] Remove useless commented out code.

2013-04-27 Thread Chris Sherlock (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3631

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/3631/1

Remove useless commented out code.

Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
---
M toolkit/source/awt/vclxaccessiblecomponent.cxx
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx 
b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 1edab68..f3b0d27 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -36,7 +36,7 @@
 #include vcl/menu.hxx
 
 #ifndef VCLEVENT_WINDOW_FRAMETITLECHANGED
-#define VCLEVENT_WINDOW_FRAMETITLECHANGED   1018// pData = XubString* = 
oldTitle
+#define VCLEVENT_WINDOW_FRAMETITLECHANGED   1018
 #endif
 
 using namespace ::com::sun::star;

-- 
To view, visit https://gerrit.libreoffice.org/3631
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock chris.sherloc...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: toolkit/source

2013-04-27 Thread Chris Sherlock
 toolkit/source/awt/vclxaccessiblecomponent.cxx |   73 -
 1 file changed, 1 insertion(+), 72 deletions(-)

New commits:
commit 8339e063f3bb2e98b74eecd79d78c91a07992001
Author: Chris Sherlock chris.sherloc...@gmail.com
Date:   Sun Apr 28 00:24:47 2013 +1000

Remove useless commented out code.

Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
Reviewed-on: https://gerrit.libreoffice.org/3631
Reviewed-by: Thomas Arnhold tho...@arnhold.org
Tested-by: Thomas Arnhold tho...@arnhold.org

diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx 
b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 1edab68..39e33cc 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -36,7 +36,7 @@
 #include vcl/menu.hxx
 
 #ifndef VCLEVENT_WINDOW_FRAMETITLECHANGED
-#define VCLEVENT_WINDOW_FRAMETITLECHANGED   1018// pData = XubString* = 
oldTitle
+#define VCLEVENT_WINDOW_FRAMETITLECHANGED   1018
 #endif
 
 using namespace ::com::sun::star;
@@ -46,9 +46,6 @@ using namespace ::comphelper;
 DBG_NAME(VCLXAccessibleComponent)
 
 
-//  
-//  class VCLXAccessibleComponent
-//  
 VCLXAccessibleComponent::VCLXAccessibleComponent( VCLXWindow* pVCLXindow )
 : AccessibleExtendedComponentHelper_BASE( new VCLExternalSolarLock() )
 , OAccessibleImplementationAccess( )
@@ -218,20 +215,6 @@ void VCLXAccessibleComponent::ProcessWindowEvent( const 
VclWindowEvent rVclWind
 mpVCLXindow = NULL;
 }
 break;
-//
-// dont handle CHILDCREATED events here
-// they are handled separately as child events, see 
ProcessWindowChildEvent above
-//
-/*
-case VCLEVENT_WINDOW_CHILDCREATED:
-{
-Window* pWindow = (Window*) rVclWindowEvent.GetData();
-DBG_ASSERT( pWindow, VCLEVENT_WINDOW_CHILDCREATED - Window=? );
-aNewValue = pWindow-GetAccessible();
-NotifyAccessibleEvent( accessibility::AccessibleEventId::CHILD, 
aOldValue, aNewValue );
-}
-break;
-*/
 case VCLEVENT_WINDOW_CHILDDESTROYED:
 {
 Window* pWindow = (Window*) rVclWindowEvent.GetData();
@@ -243,39 +226,6 @@ void VCLXAccessibleComponent::ProcessWindowEvent( const 
VclWindowEvent rVclWind
 }
 }
 break;
-
-//
-// show and hide will be handled as child events only and are
-// responsible for sending create/destroy events, see 
ProcessWindowChildEvent above
-//
-/*
-case VCLEVENT_WINDOW_SHOW:
-{
-aNewValue = accessibility::AccessibleStateType::VISIBLE;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-
-aNewValue = accessibility::AccessibleStateType::SHOWING;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-
-aNewValue.clear();
-aOldValue = accessibility::AccessibleStateType::INVALID;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-}
-break;
-case VCLEVENT_WINDOW_HIDE:
-{
-aOldValue = accessibility::AccessibleStateType::VISIBLE;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-
-aOldValue = accessibility::AccessibleStateType::SHOWING;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-
-aOldValue.clear();
-aNewValue = accessibility::AccessibleStateType::INVALID;
-NotifyAccessibleEvent( 
accessibility::AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
-}
-break;
-*/
 case VCLEVENT_WINDOW_ACTIVATE:
 {
 // avoid notification if a child frame is already active
@@ -486,16 +436,6 @@ void VCLXAccessibleComponent::FillAccessibleStateSet( 
utl::AccessibleStateSetHel
getAccessibleRole() == accessibility::AccessibleRole::DIALOG ) 
)  // #i18891#
 rStateSet.AddState( accessibility::AccessibleStateType::ACTIVE );
 
-// #104290# MT: This way, a ComboBox doesn't get state FOCUSED.
-// I also don't understand
-// a) why WINDOW_FIRSTCHILD is used here (which btw is a border window 
in the case of a combo box)
-// b) why HasFocus() is nout enough for a compound control
-/*
-Window* pChild = pWindow-GetWindow( WINDOW_FIRSTCHILD );
-if ( ( !pWindow-IsCompoundControl()  pWindow-HasFocus() ) ||
- ( pWindow-IsCompoundControl()  pChild  pChild-HasFocus() ) )
-rStateSet.AddState( accessibility::AccessibleStateType::FOCUSED );
-*/
 

[PUSHED] Remove useless commented out code.

2013-04-27 Thread Thomas Arnhold (via Code Review)
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/3631

Approvals:
  Thomas Arnhold: Verified; Looks good to me, approved


-- 
To view, visit https://gerrit.libreoffice.org/3631
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
Gerrit-PatchSet: 3
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock chris.sherloc...@gmail.com
Gerrit-Reviewer: Thomas Arnhold tho...@arnhold.org

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: toolkit/source

2013-04-27 Thread Thomas Arnhold
 toolkit/source/awt/vclxaccessiblecomponent.cxx |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 43937af87eaac37be5153abea9f8d83681bbf904
Author: Thomas Arnhold tho...@arnhold.org
Date:   Sat Apr 27 17:14:12 2013 +0200

this is stupid anyhow

vclevent.hxx was indirectly included by vcl/window.hxx.

Make it clear with this.

Change-Id: I8c205a1116e835019527b2a9907215fa786f0459

diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx 
b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 39e33cc..d189158 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -28,6 +28,7 @@
 #include toolkit/helper/convert.hxx
 #include toolkit/awt/vclxfont.hxx
 #include vcl/dialog.hxx
+#include vcl/vclevent.hxx
 #include vcl/window.hxx
 #include tools/debug.hxx
 #include unotools/accessiblestatesethelper.hxx
@@ -35,10 +36,6 @@
 #include vcl/svapp.hxx
 #include vcl/menu.hxx
 
-#ifndef VCLEVENT_WINDOW_FRAMETITLECHANGED
-#define VCLEVENT_WINDOW_FRAMETITLECHANGED   1018
-#endif
-
 using namespace ::com::sun::star;
 using namespace ::comphelper;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Clang error

2013-04-27 Thread Chris Sherlock
A slightly cleaned up message:

http://pastebin.com/mu4P9rEC

Anyone have any ideas what's causing this?

Seems to be issues with the cppuhelper library.

Chris


On Sun, Apr 28, 2013 at 12:06 AM, Chris Sherlock chris.sherloc...@gmail.com
 wrote:

 Actually, just worked it out - I forced the -v to be passed in via
 autogen.sh:


 chris@LibreOfficeDev:~/repos/LibreOffice/core$ make toolkit
 cd /home/chris/repos/LibreOffice/core/toolkit  /usr/bin/make -j 1 -rsr
 [ DEP ] SRS:toolkit/awt
 [ LNK ] Library/libtklo.so
 Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM
 3.0)
 Target: i386-pc-linux-gnu
 Thread model: posix
  /usr/bin/ld -z relro --hash-style=gnu --as-needed --build-id
 --eh-frame-hdr -m elf_i386 -shared -o
 /home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/LinkTarget/Library/libtklo.so/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o
 /usr/lib/gcc/i686-linux-gnu/4.6/crtbeginS.o
 -L/home/chris/repos/LibreOffice/core/solver/unxlngi6.pro/lib-L/usr/lib/gcc/i686-linux-gnu/4.6
 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu
 -L/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu
 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu
 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -L/lib/i386-linux-gnu -L/lib
 -L/usr/lib/i386-linux-gnu -L/usr/lib -z noexecstack -z origin -rpath
 \$ORIGIN:\$ORIGIN/../ure-link/lib -rpath-link
 /home/chris/repos/LibreOffice/core/solver/unxlngi6.pro/lib -z defs
 -rpath-link /lib:/usr/lib -z combreloc --hash-style=gnu
 --dynamic-list-cpp-new --dynamic-list-cpp-typeinfo -Bsymbolic-functions -O1
 /home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/asynccallback.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/stylesettings.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/scrollabledialog.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxaccessiblecomponent.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxbitmap.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxcontainer.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxdevice.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxfont.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxgraphics.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxmenu.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxpointer.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxprinter.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxregion.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxspinbutton.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxsystemdependentwindow.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtabpagecontainer.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/animatedimagespeer.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtoolkit.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxtopwindow.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindow.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindow1.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/vclxwindows.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/xsimpleanimation.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/awt/xthrobber.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/accessiblecontrolcontext.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/controlmodelcontainerbase.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/dialogcontrol.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/eventcontainer.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/formattedcontrol.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/geometrycontrolmodel.o/home/chris/repos/LibreOffice/core/workdir/
 unxlngi6.pro/CxxObject/toolkit/source/controls/grid/defaultgridcolumnmodel.o/home/chris/repos/LibreOffice/core/workdir/
 

[PATCH] fdo#52519: Resolves invalid date changing by ICU's timezone ...

2013-04-27 Thread Isamu Mogi (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3636

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/3636/1

fdo#52519: Resolves invalid date changing by ICU's timezone detection bug.

Change-Id: I687bb3838cc5c4034f270c0d8056eba011e80341
---
M icu/UnpackedTarball_icu.mk
A icu/icu4c.10129.wintz.patch
2 files changed, 21 insertions(+), 0 deletions(-)



diff --git a/icu/UnpackedTarball_icu.mk b/icu/UnpackedTarball_icu.mk
index 35c95c4..e0837ac 100644
--- a/icu/UnpackedTarball_icu.mk
+++ b/icu/UnpackedTarball_icu.mk
@@ -12,6 +12,7 @@
 $(eval $(call gb_UnpackedTarball_set_tarball,icu,$(ICU_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_add_patches,icu,\
+   icu/icu4c.10129.wintz.patch \
icu/icu4c.9948.mlym-crash.patch \
icu/icu4c-build.patch \
icu/icu4c.8198.revert.icu5431.patch \
diff --git a/icu/icu4c.10129.wintz.patch b/icu/icu4c.10129.wintz.patch
new file mode 100644
index 000..14349f3
--- /dev/null
+++ b/icu/icu4c.10129.wintz.patch
@@ -0,0 +1,20 @@
+--- misc/icu/source/common/wintz.c
 misc/build/icu/source/common/wintz.c
+@@ -254,7 +254,6 @@
+ char apiStdName[MAX_LENGTH_ID];
+ char regStdName[MAX_LENGTH_ID];
+ char tmpid[MAX_LENGTH_ID];
+-int32_t apiStdLength = 0;
+ int32_t len;
+ int id;
+ int errorCode;
+@@ -280,8 +279,8 @@
+
+ /* Convert the wchar_t* standard name to char* */
+ uprv_memset(apiStdName, 0, sizeof(apiStdName));
+-u_strFromWCS(apiStd, MAX_LENGTH_ID, apiStdLength, apiTZI.StandardName, 
-1, status);
+-u_austrncpy(apiStdName, apiStd, apiStdLength);
++u_strFromWCS(apiStd, MAX_LENGTH_ID, NULL, apiTZI.StandardName, -1, 
status);
++u_austrncpy(apiStdName, apiStd, MAX_LENGTH_ID);
+
+ tmpid[0] = 0;

-- 
To view, visit https://gerrit.libreoffice.org/3636
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I687bb3838cc5c4034f270c0d8056eba011e80341
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Isamu Mogi saturda...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#59850: Resolves invalid date changing by ICU's timezone ...

2013-04-27 Thread Isamu Mogi (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3637

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/3637/1

fdo#59850: Resolves invalid date changing by ICU's timezone detection bug.

Change-Id: I3ebd4aaef281214062a5b2a858eff8e57a34c9b1
---
M icu/UnpackedTarball_icu.mk
A icu/icu4c.10129.wintz.patch
2 files changed, 21 insertions(+), 0 deletions(-)



diff --git a/icu/UnpackedTarball_icu.mk b/icu/UnpackedTarball_icu.mk
index 35c95c4..e0837ac 100644
--- a/icu/UnpackedTarball_icu.mk
+++ b/icu/UnpackedTarball_icu.mk
@@ -12,6 +12,7 @@
 $(eval $(call gb_UnpackedTarball_set_tarball,icu,$(ICU_TARBALL)))
 
 $(eval $(call gb_UnpackedTarball_add_patches,icu,\
+   icu/icu4c.10129.wintz.patch \
icu/icu4c.9948.mlym-crash.patch \
icu/icu4c-build.patch \
icu/icu4c.8198.revert.icu5431.patch \
diff --git a/icu/icu4c.10129.wintz.patch b/icu/icu4c.10129.wintz.patch
new file mode 100644
index 000..14349f3
--- /dev/null
+++ b/icu/icu4c.10129.wintz.patch
@@ -0,0 +1,20 @@
+--- misc/icu/source/common/wintz.c
 misc/build/icu/source/common/wintz.c
+@@ -254,7 +254,6 @@
+ char apiStdName[MAX_LENGTH_ID];
+ char regStdName[MAX_LENGTH_ID];
+ char tmpid[MAX_LENGTH_ID];
+-int32_t apiStdLength = 0;
+ int32_t len;
+ int id;
+ int errorCode;
+@@ -280,8 +279,8 @@
+
+ /* Convert the wchar_t* standard name to char* */
+ uprv_memset(apiStdName, 0, sizeof(apiStdName));
+-u_strFromWCS(apiStd, MAX_LENGTH_ID, apiStdLength, apiTZI.StandardName, 
-1, status);
+-u_austrncpy(apiStdName, apiStd, apiStdLength);
++u_strFromWCS(apiStd, MAX_LENGTH_ID, NULL, apiTZI.StandardName, -1, 
status);
++u_austrncpy(apiStdName, apiStd, MAX_LENGTH_ID);
+
+ tmpid[0] = 0;

-- 
To view, visit https://gerrit.libreoffice.org/3637
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ebd4aaef281214062a5b2a858eff8e57a34c9b1
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Isamu Mogi saturda...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[ABANDONED] fdo#52519: Resolves invalid date changing by ICU's timezone ...

2013-04-27 Thread Isamu Mogi (via Code Review)
Isamu Mogi has abandoned this change.

Change subject: fdo#52519: Resolves invalid date changing by ICU's timezone 
detection bug.
..


Patch Set 1: Abandoned

wrong fdo number.

-- 
To view, visit https://gerrit.libreoffice.org/3636
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I687bb3838cc5c4034f270c0d8056eba011e80341
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Isamu Mogi saturda...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#60924: Move some libs to autoinstallation

2013-04-27 Thread Marcos Souza (via Code Review)
Hello LibreOffice gerrit bot, Matúš Kukan,

I'd like you to reexamine a change.  Please visit

https://gerrit.libreoffice.org/3630

to look at the new patch set (#2).

Change subject: fdo#60924: Move some libs to autoinstallation
..

fdo#60924: Move some libs to autoinstallation

Change-Id: I58421587784260bd88994926bca031ab26a6214f
---
M Repository.mk
M scp2/source/ooo/file_ooo.scp
M scp2/source/ooo/module_hidden_ooo.scp
3 files changed, 24 insertions(+), 95 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/3630/2
-- 
To view, visit https://gerrit.libreoffice.org/3630
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I58421587784260bd88994926bca031ab26a6214f
Gerrit-PatchSet: 2
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: LibreOffice gerrit bot ger...@libreoffice.org
Gerrit-Reviewer: Matúš Kukan matus.ku...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#35785: LibreOffice is One for now

2013-04-27 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3638

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/3638/1

fdo#35785: LibreOffice is One for now

Change-Id: I7a4a5a76f980eb458a2b6d4558a553b8508fd990
---
M scp2/source/base/registryitem_base.scp
M scp2/source/calc/registryitem_calc.scp
M scp2/source/draw/registryitem_draw.scp
M scp2/source/impress/registryitem_impress.scp
M scp2/source/math/registryitem_math.scp
M scp2/source/writer/registryitem_writer.scp
6 files changed, 22 insertions(+), 22 deletions(-)



diff --git a/scp2/source/base/registryitem_base.scp 
b/scp2/source/base/registryitem_base.scp
index d12ea13..bc5e23b 100644
--- a/scp2/source/base/registryitem_base.scp
+++ b/scp2/source/base/registryitem_base.scp
@@ -93,7 +93,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = LibreOffice.DatabaseDocument.1;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Base;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Openoffice_Databasedocument_1_FriendlyTypeName
diff --git a/scp2/source/calc/registryitem_calc.scp 
b/scp2/source/calc/registryitem_calc.scp
index d5b5af2..6b4ae4f 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -292,7 +292,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarCalcDocument.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Calc;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_FriendlyTypeName
@@ -406,7 +406,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarCalcTemplate.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Calc;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_FriendlyTypeName
@@ -713,7 +713,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = LibreOffice.CalcDocument.1;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Calc;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Openoffice_Calcdocument_1_FriendlyTypeName
@@ -919,7 +919,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = LibreOffice.CalcTemplate.1;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Calc;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Openoffice_Calctemplate_1_FriendlyTypeName
diff --git a/scp2/source/draw/registryitem_draw.scp 
b/scp2/source/draw/registryitem_draw.scp
index 4e90016..2d8a676 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -292,7 +292,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarDrawDocument.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Draw;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_FriendlyTypeName
@@ -406,7 +406,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarDrawTemplate.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Draw;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_FriendlyTypeName
@@ -713,7 +713,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = LibreOffice.DrawDocument.1;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Draw;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Openoffice_Drawdocument_1_FriendlyTypeName
@@ -919,7 +919,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = LibreOffice.DrawTemplate.1;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Draw;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_FriendlyTypeName
diff --git a/scp2/source/impress/registryitem_impress.scp 
b/scp2/source/impress/registryitem_impress.scp
index 8fa7ee9..78ab3d9 100644
--- a/scp2/source/impress/registryitem_impress.scp
+++ b/scp2/source/impress/registryitem_impress.scp
@@ -292,7 +292,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarImpressDocument.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Impress;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_FriendlyTypeName
@@ -420,7 +420,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = soffice.StarImpressTemplate.6;
 Name = AppUserModelID;
-Value = TheDocumentFoundation.LibreOffice.Impress;
+Value = TheDocumentFoundation.LibreOffice;
 End
 
 RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_FriendlyTypeName
@@ -728,7 +728,7 @@
 ComponentCondition = VersionNT = 601;
 Subkey = 

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Depends on||55345

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Depends on|55345   |

--- Comment #218 from Joel Madero jmadero@gmail.com ---
scaling of images no longer working in 3.6 - appears to have been introduced
either in 3.5.7 or 3.6.0. 

Makes pdf export with scaled images useless

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Bug 6 depends on bug 57661, which changed state.

Bug 57661 Summary: CONDITIONAL FORMATTING of range lost after deletion the 
contents of range.
https://bugs.freedesktop.org/show_bug.cgi?id=57661

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#35785: don't rely on the old apps fallback mechanism to ...

2013-04-27 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3639

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/3639/1

fdo#35785: don't rely on the old apps fallback mechanism to fix this bug

Change-Id: Id0967358956868538f7563c51f7ed5e106771302
---
M desktop/win32/source/applauncher/launcher.cxx
1 file changed, 39 insertions(+), 1 deletion(-)



diff --git a/desktop/win32/source/applauncher/launcher.cxx 
b/desktop/win32/source/applauncher/launcher.cxx
index 0edcdbf..c6a40d3 100644
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -34,6 +34,9 @@
 #include stdlib.h
 #include malloc.h
 
+#define PACKVERSION(major,minor) MAKELONG(minor,major)
+#define APPUSERMODELID LTheDocumentFoundation.LibreOffice
+
 
 #ifdef __MINGW32__
 extern C int APIENTRY WinMain( HINSTANCE, HINSTANCE, LPSTR, int )
@@ -41,7 +44,42 @@
 extern C int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
 #endif
 {
-// Retrieve startup info
+// Set an explicit Application User Model ID for the process
+
+WCHAR szShell32[MAX_PATH];
+GetSystemDirectoryW(szShell32, MAX_PATH);
+wcscat(szShell32, L\\Shell32.dll);
+
+HINSTANCE hinstDll = LoadLibraryW(szShell32);
+
+if(hinstDll)
+{
+DLLVERSIONINFO dvi;
+ZeroMemory(dvi, sizeof(dvi));
+dvi.cbSize = sizeof(dvi);
+
+DLLGETVERSIONPROC pDllGetVersion;
+pDllGetVersion = (DLLGETVERSIONPROC)GetProcAddress(hinstDll, 
DllGetVersion);
+HRESULT hr = (*pDllGetVersion)(dvi);
+
+if(SUCCEEDED(hr))
+{
+DWORD dwVersion = PACKVERSION(dvi.dwMajorVersion, 
dvi.dwMinorVersion);
+if(dwVersion = PACKVERSION(6,1)) // Shell32 version in Windows 7
+{
+typedef HRESULT (WINAPI 
*SETCURRENTPROCESSEXPLICITAPPUSERMODELID)(PCWSTR);
+SETCURRENTPROCESSEXPLICITAPPUSERMODELID 
pSetCurrentProcessExplicitAppUserModelID;
+pSetCurrentProcessExplicitAppUserModelID =
+
(SETCURRENTPROCESSEXPLICITAPPUSERMODELID)GetProcAddress(hinstDll, 
SetCurrentProcessExplicitAppUserModelID);
+
+if(pSetCurrentProcessExplicitAppUserModelID)
+(*pSetCurrentProcessExplicitAppUserModelID) 
(APPUSERMODELID);
+}
+}
+}
+FreeLibrary(hinstDll);
+
+// Retreive startup info
 
 STARTUPINFO aStartupInfo;
 

-- 
To view, visit https://gerrit.libreoffice.org/3639
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0967358956868538f7563c51f7ed5e106771302
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Jesús Corrius jcorr...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Bin CLOOK comments and un-split one large switch statement

2013-04-27 Thread Tor Lillqvist (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3640

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/3640/1

Bin CLOOK comments and un-split one large switch statement

CLOOK = Compiler Limit: Out Of Keys, an error reported by Microsoft's
compiler a long time ago. No such problem in those versions we support. No
need to mention CLOOK in comments any more.

While at it, re-combine one large switch statement that was split to avoid
CLOOK.

Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2
---
M include/editeng/outliner.hxx
M include/svx/compressgraphicdialog.hxx
M sc/inc/document.hxx
M sc/source/ui/app/scdll.cxx
M sc/source/ui/drawfunc/drawsh5.cxx
M sc/source/ui/view/tabview5.cxx
M sc/source/ui/view/tabvwsh9.cxx
M sc/source/ui/view/tabvwshe.cxx
M sd/source/ui/inc/DrawViewShell.hxx
M sd/source/ui/view/drviews2.cxx
M sd/source/ui/view/drviews6.cxx
M sd/source/ui/view/drviews8.cxx
M sd/source/ui/view/drviewsb.cxx
M sd/source/ui/view/drviewsc.cxx
M sw/inc/doc.hxx
M sw/source/core/doc/docnew.cxx
M sw/source/core/inc/rolbck.hxx
17 files changed, 1,936 insertions(+), 1,992 deletions(-)




-- 
To view, visit https://gerrit.libreoffice.org/3640
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Tor Lillqvist t...@iki.fi

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Repository.mk scp2/source

2013-04-27 Thread Marcos Paulo de Souza
 Repository.mk |   48 +-
 scp2/source/ooo/file_ooo.scp  |   48 --
 scp2/source/ooo/module_hidden_ooo.scp |   23 
 3 files changed, 24 insertions(+), 95 deletions(-)

New commits:
commit 3202b637c7f9fcbf05b30cb2a231be573e346be6
Author: Marcos Paulo de Souza marcos.souza@gmail.com
Date:   Sat Apr 27 09:26:14 2013 -0300

fdo#60924: Move some libs to autoinstallation

Change-Id: I58421587784260bd88994926bca031ab26a6214f
Reviewed-on: https://gerrit.libreoffice.org/3630
Reviewed-by: Matúš Kukan matus.ku...@gmail.com
Tested-by: Matúš Kukan matus.ku...@gmail.com

diff --git a/Repository.mk b/Repository.mk
index 6a0e297..60c0170 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -236,7 +236,17 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
 drawinglayer \
 editeng \
+egi \
+eme \
 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
+epb \
+epg \
+epp \
+eps \
+ept \
+era \
+eti \
+exp \
file \
filterconfig \
 for \
@@ -248,6 +258,18 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \
 fwl \
fwm \
 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
+icd \
+icg \
+idx \
+ime \
+ipb \
+ipd \
+ips \
+ipt \
+ipx \
+ira \
+itg \
+iti \
 lng \
 $(if $(MERGELIBS),merged) \
 msfilter \
@@ -255,9 +277,11 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,OOO, \
 sax \
 sb \
 sdbt \
+sdfilt \
 sfx \
 sot \
 $(if $(ENABLE_HEADLESS),,spl) \
+svgio \
 svl \
 svt \
 svx \
@@ -310,35 +334,13 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 calc \
 dbp \
 dbu \
-egi \
-eme \
-epb \
-epg \
-epp \
-eps \
-ept \
-era \
-eti \
 evoab \
-exp \
filtertracer \
flash \
flat \
 graphicfilter \
 guesslang \
 hyphen \
-   icd \
-   icg \
-   idx \
-   ime \
-   ipb \
-   ipd \
-   ips \
-   ipt \
-   ipx \
-   ira \
-   itg \
-   iti \
jdbc \
kab1 \
kabdrv1 \
@@ -368,7 +370,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 scui \
 sd \
 sdd \
-sdfilt \
 sdui \
 simplecm \
 sm \
@@ -378,7 +379,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 spell \
 sts \
 svgfilter \
-   svgio \
 sw \
tdeab1 \
tdeabdrv1 \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 1b3dd8a..90b04d4 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -347,54 +347,6 @@ File gid_File_Dtd_Toolbar
 Name = toolbar.dtd;
 End
 
-STD_LIB_FILE( gid_File_Filter_Sdfilt, sdfilt)
-
-STD_LIB_FILE( git_File_Filter_Svgio, svgio)
-
-STD_LIB_FILE( gid_File_Filter_Eme, eme)
-
-STD_LIB_FILE( gid_File_Filter_Icg, icg)
-
-STD_LIB_FILE( gid_File_Filter_Egi, egi)
-
-STD_LIB_FILE( gid_File_Filter_Epb, epb)
-
-STD_LIB_FILE( gid_File_Filter_Epg, epg)
-
-STD_LIB_FILE( gid_File_Filter_Epp, epp)
-
-STD_LIB_FILE( gid_File_Filter_Eps, eps)
-
-STD_LIB_FILE( gid_File_Filter_Ept, ept)
-
-STD_LIB_FILE( gid_File_Filter_Era, era)
-
-STD_LIB_FILE( gid_File_Filter_Eti, eti)
-
-STD_LIB_FILE( gid_File_Filter_Exp, exp)
-
-STD_LIB_FILE( gid_File_Filter_Icd, icd)
-
-STD_LIB_FILE( gid_File_Filter_Idx, idx)
-
-STD_LIB_FILE( gid_File_Filter_Ime, ime)
-
-STD_LIB_FILE( gid_File_Filter_Ipb, ipb)
-
-STD_LIB_FILE( gid_File_Filter_Ipd, ipd)
-
-STD_LIB_FILE( gid_File_Filter_Ips, ips)
-
-STD_LIB_FILE( gid_File_Filter_Ipt, ipt)
-
-STD_LIB_FILE( gid_File_Filter_Ipx, ipx)
-
-STD_LIB_FILE( gid_File_Filter_Ira, ira)
-
-STD_LIB_FILE( gid_File_Filter_Itg, itg)
-
-STD_LIB_FILE( gid_File_Filter_Iti, iti)
-
 STD_RES_FILE( gid_File_Res_Eps, eps )
 
 File gid_File_Help_Help_Zip
diff --git a/scp2/source/ooo/module_hidden_ooo.scp 
b/scp2/source/ooo/module_hidden_ooo.scp
index ec90a13..43ddeef 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -157,29 +157,6 @@ Module gid_Module_Root_Files_4
Styles = (HIDDEN_ROOT);
Files = (gid_File_Dat_Root4,
auto_File_Lib_ALL
-   gid_File_Filter_Eme,
-   gid_File_Filter_Sdfilt,
-   gid_File_Filter_Icg,
-   gid_File_Filter_Egi,
-   gid_File_Filter_Epb,
-   gid_File_Filter_Epg,
-   gid_File_Filter_Epp,
-   gid_File_Filter_Eps,
-   gid_File_Filter_Ept,
-   gid_File_Filter_Era,
-   gid_File_Filter_Eti,
-   gid_File_Filter_Exp,
-   gid_File_Filter_Icd,
-   gid_File_Filter_Idx,
-   gid_File_Filter_Ime,
-   gid_File_Filter_Ipb,
-   gid_File_Filter_Ipd,
-   gid_File_Filter_Ips,
-   

[PUSHED] fdo#60924: Move some libs to autoinstallation

2013-04-27 Thread via Code Review
Hi,

Thank you for your patch!  It has been merged to LibreOffice.

If you are interested in details, please visit

https://gerrit.libreoffice.org/3630

Approvals:
  Matúš Kukan: Verified; Looks good to me, approved


-- 
To view, visit https://gerrit.libreoffice.org/3630
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I58421587784260bd88994926bca031ab26a6214f
Gerrit-PatchSet: 3
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: LibreOffice gerrit bot ger...@libreoffice.org
Gerrit-Reviewer: Marcos Souza marcos.souza@gmail.com
Gerrit-Reviewer: Matúš Kukan matus.ku...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: helpcontent2

2013-04-27 Thread Caolán McNamara
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f665bc5bb7adc4e6aa8208ca445812af67b52ae
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 20:57:45 2013 +0100

Updated core
Project: help  e3312e857d9d66cde85602a669eb3b1a80ecee5c

diff --git a/helpcontent2 b/helpcontent2
index f844f8e..e3312e8 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f844f8e592e9b0a659379f5157ebb37dbcd75098
+Subproject commit e3312e857d9d66cde85602a669eb3b1a80ecee5c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-27 Thread Caolán McNamara
 helpers/help_hid.lst|4 
 source/text/swriter/01/04090100.xhp |   12 ++--
 2 files changed, 6 insertions(+), 10 deletions(-)

New commits:
commit e3312e857d9d66cde85602a669eb3b1a80ecee5c
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 20:57:45 2013 +0100

update help ids for input dialog .ui conversion

Change-Id: I21895cae17b5e881fe7cf87254ad4b64da572142

diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index f6bf223..762e02d 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -1765,7 +1765,6 @@ HID_FLD_DOK,53208,
 HID_FLD_DOKINF,53206,
 HID_FLD_DROPDOWN,54954,
 HID_FLD_FUNC,53209,
-HID_FLD_INPUT,52774,
 HID_FLD_REF,53210,
 HID_FLD_VAR,53207,
 HID_FM_CTL_SELECTION,59884,
@@ -8316,7 +8315,6 @@ sw_ComboBox_TP_STD_FONT_LB_STANDARD,878432347,
 sw_ComboBox_TP_STD_FONT_LB_TITLE,878432349,
 sw_ComboBox_TP_TOX_ENTRY_CB_FILLCHAR,879153198,
 sw_Edit_DLG_BIB_BASE_ED_NAME,1428719626,
-sw_Edit_DLG_FLD_INPUT_ED_LABEL,1419528199,
 sw_Edit_DLG_GLOSSARY_ED_NAME,1428637700,
 sw_Edit_DLG_GLOSSARY_ED_SHORTNAME,1428637698,
 sw_Edit_DLG_INSERT_CHART_ED_RANGE,2499119105,
@@ -8628,7 +8626,6 @@ sw_ModalDialog_DLG_CHANGE_DB,1419591680,
 sw_ModalDialog_DLG_DBSELECTION,1435009024,
 sw_ModalDialog_DLG_MAILMERGEWIZARD,1435058176,
 sw_MultiLineEdit_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT,1435044369,
-sw_MultiLineEdit_DLG_FLD_INPUT_ED_EDIT,1419528707,
 
sw_MultiLineEdit_DLG_MAILMERGECHILD_TB_BACK_DLG_MM_SENDWARNING_ED_DETAILS,1972357645,
 sw_MultiLineEdit_DLG_MM_CUSTOMIZEADDRESSBLOCK_ED_DRAG,1435306545,
 sw_MultiLineEdit_DLG_MM_MAILBODY_MLE_BODY,1435404831,
@@ -8672,7 +8669,6 @@ sw_PushButton_DLG_BIB_BASE_PB_RENAME,1428722187,
 sw_PushButton_DLG_CHANGE_DB_PB_ADDDB,1419596301,
 sw_PushButton_DLG_FLD_DROPDOWN_PB_EDIT,1419645447,
 sw_PushButton_DLG_FLD_DROPDOWN_PB_NEXT,1419645445,
-sw_PushButton_DLG_FLD_INPUT_PB_NEXT,1419530760,
 sw_PushButton_DLG_GLOSSARY_PB_BIB,1428640310,
 sw_PushButton_DLG_GLOSSARY_PB_PATH,1428640312,
 sw_PushButton_DLG_INSERT_CHART_BT_FINISH,2499121668,
diff --git a/source/text/swriter/01/04090100.xhp 
b/source/text/swriter/01/04090100.xhp
index 30e8db4..7de4c9d 100644
--- a/source/text/swriter/01/04090100.xhp
+++ b/source/text/swriter/01/04090100.xhp
@@ -31,15 +31,15 @@
 /history
 /meta
 body
-bookmark xml-lang=en-US branch=hid/SW_HID_FLD_INPUT id=bm_id3154104 
localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/swriter/ui/inputfielddialog/InputFieldDialog 
id=bm_id3154104 localize=false/
 paragraph role=heading id=hd_id3147515 xml-lang=en-US level=1 
l10n=U oldref=1Input Field/paragraph
-paragraph role=paragraph id=par_id3146041 xml-lang=en-US l10n=U 
oldref=2ahelp hid=HID_FLD_INPUTInserts a text field that you can open 
and edit by clicking it in the document./ahelp You can use input fields for 
text, or to assign a new value to a variable./paragraph
+paragraph role=paragraph id=par_id3146041 xml-lang=en-US l10n=U 
oldref=2ahelp 
hid=modules/swriter/ui/inputfielddialog/InputFieldDialogInserts a text field 
that you can open and edit by clicking it in the document./ahelp You can use 
input fields for text, or to assign a new value to a variable./paragraph
 paragraph role=paragraph id=par_id3154470 xml-lang=en-US l10n=U 
oldref=7To change the content of an Input Field in a document, click the 
field, and then edit the text in the lower box of the dialog./paragraph
-bookmark xml-lang=en-US branch=hid/sw:MultiLineEdit:DLG_FLD_INPUT:ED_EDIT 
id=bm_id3154564 localize=false/
+bookmark xml-lang=en-US 
branch=hid/modules/swriter/ui/inputfielddialog/text id=bm_id3154564 
localize=false/
 paragraph role=heading id=hd_id3153669 xml-lang=en-US level=2 
l10n=U oldref=3Edit/paragraph
-paragraph role=paragraph id=par_id3154571 xml-lang=en-US l10n=U 
oldref=4ahelp hid=SW:MULTILINEEDIT:DLG_FLD_INPUT:ED_EDITThe upper box 
displays the name that you entered in the emphReference/emph box of the 
Input Field on the emphFunctions /emphtab of the emphFields/emph 
dialog. The lower box displays the contents of the field./ahelp/paragraph
-bookmark xml-lang=en-US branch=hid/sw:PushButton:DLG_FLD_INPUT:PB_NEXT 
id=bm_id3149685 localize=false/
+paragraph role=paragraph id=par_id3154571 xml-lang=en-US l10n=U 
oldref=4ahelp hid=modules/swriter/ui/inputfielddialog/textThe upper box 
displays the name that you entered in the emphReference/emph box of the 
Input Field on the emphFunctions /emphtab of the emphFields/emph 
dialog. The lower box displays the contents of the field./ahelp/paragraph
+bookmark xml-lang=en-US 
branch=hid/modules/swriter/ui/inputfielddialog/next id=bm_id3149685 
localize=false/
 paragraph role=heading id=hd_id3155897 xml-lang=en-US level=2 
l10n=U oldref=5Next/paragraph
-paragraph role=paragraph id=par_id3149691 xml-lang=en-US l10n=U 
oldref=6ahelp hid=SW:PUSHBUTTON:DLG_FLD_INPUT:PB_NEXTJumps to the next 
input field in the document./ahelp This button is only available when you 
position the cursor directly before an input field, and then press 

[Libreoffice-commits] core.git: 2 commits - libxmlsec/ExternalProject_xmlsec.mk libxmlsec/xmlsec1-configure.patch sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk vcl/inc

2013-04-27 Thread Caolán McNamara
 libxmlsec/ExternalProject_xmlsec.mk|1 
 libxmlsec/xmlsec1-configure.patch  |   49 ---
 sw/AllLangResTarget_sw.mk  |1 
 sw/UIConfig_swriter.mk |1 
 sw/inc/fldui.hrc   |2 
 sw/inc/helpid.h|1 
 sw/inc/swabstdlg.hxx   |5 
 sw/source/ui/dialog/swdlgfact.cxx  |   19 ---
 sw/source/ui/dialog/swdlgfact.hxx  |5 
 sw/source/ui/fldui/inpdlg.cxx  |   65 +++---
 sw/source/ui/fldui/inpdlg.hrc  |   28 
 sw/source/ui/fldui/inpdlg.src  |   95 ---
 sw/source/ui/inc/inpdlg.hxx|   24 +--
 sw/source/ui/wrtsh/wrtsh2.cxx  |3 
 sw/uiconfig/swriter/ui/inputfielddialog.ui |  178 +
 vcl/inc/svids.hrc  |1 
 vcl/source/src/btntext.src |5 
 vcl/source/window/builder.cxx  |2 
 18 files changed, 260 insertions(+), 225 deletions(-)

New commits:
commit b3c1497867740e61deb3ceb38fa4cf9ac4b44f06
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Apr 27 19:05:17 2013 +0100

convert input field dialog to .ui format

Change-Id: I1c6c43b73b22120b2f2985256896af214012f0ad

diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index 451a743..8a53f1a 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.mk
@@ -117,7 +117,6 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\
 sw/source/ui/fldui/fldtdlg.src \
 sw/source/ui/fldui/fldui.src \
 sw/source/ui/fldui/fldvar.src \
-sw/source/ui/fldui/inpdlg.src \
 sw/source/ui/fmtui/tmpdlg.src \
 sw/source/ui/frmdlg/frmpage.src \
 sw/source/ui/frmdlg/frmui.src \
diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk
index 2486c93..bfee0da 100644
--- a/sw/UIConfig_swriter.mk
+++ b/sw/UIConfig_swriter.mk
@@ -80,6 +80,7 @@ $(eval $(call gb_UIConfig_add_uifiles,modules/swriter,\
sw/uiconfig/swriter/ui/footnotepage \
sw/uiconfig/swriter/ui/footnoteareapage \
sw/uiconfig/swriter/ui/indexentry \
+   sw/uiconfig/swriter/ui/inputfielddialog \
sw/uiconfig/swriter/ui/insertbookmark \
sw/uiconfig/swriter/ui/insertbreak \
sw/uiconfig/swriter/ui/insertcaption \
diff --git a/sw/inc/fldui.hrc b/sw/inc/fldui.hrc
index 099b5d0..655bf2e 100644
--- a/sw/inc/fldui.hrc
+++ b/sw/inc/fldui.hrc
@@ -21,8 +21,6 @@
 
 #include rcid.hrc
 
-#define DLG_FLD_INPUT   (RC_FLDDLG_BEGIN + 5)
-
 #define DLG_FLD_INSERT  (RC_FLDDLG_BEGIN + 11)
 #define DLG_FLD_DROPDOWN(RC_FLDDLG_BEGIN + 12)
 
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index 4a3473c..4fca677 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -21,7 +21,6 @@
 #include sfx2/sfxcommands.h
 
 #define HID_MERGE_PRINTMONITOR  
SW_HID_MERGE_PRINTMONITOR
-#define HID_FLD_INPUT   
SW_HID_FLD_INPUT
 #define HID_DOCINFO_EDT 
SW_HID_DOCINFO_EDT
 #define HID_PASSWD  SW_HID_PASSWD
 #define HID_CONFIG_SAVE 
SW_HID_CONFIG_SAVE
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 19cb943..8a4c45e 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -410,9 +410,8 @@ public:
 virtual AbstractGlossaryDlg*CreateGlossaryDlg(SfxViewFrame* 
pViewFrame,
 SwGlossaryHdl* pGlosHdl,
 SwWrtShell *pWrtShell) = 0; 
//add for SwGlossaryDlg
-virtual AbstractFldInputDlg*CreateFldInputDlg( int nResId,
-Window *pParent, SwWrtShell 
rSh,
-SwField* pField, sal_Bool 
bNextButton = sal_False ) = 0; //add for SwFldInputDlg
+virtual AbstractFldInputDlg*CreateFldInputDlg(Window *pParent,
+SwWrtShell rSh, SwField* pField, bool bNextButton = false) = 0; //add 
for SwFldInputDlg
 virtual AbstractInsFootNoteDlg* CreateInsFootNoteDlg(Window * pParent,
 SwWrtShell rSh, sal_Bool bEd = sal_False) = 0; //add for 
SwInsFootNoteDlg
 virtual VclAbstractDialog*  CreateTitlePageDlg ( Window * pParent 
) = 0;
diff --git a/sw/source/ui/dialog/swdlgfact.cxx 
b/sw/source/ui/dialog/swdlgfact.cxx
index fb7a53c..3fc1ef0 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -1069,22 +1069,11 @@ AbstractGlossaryDlg* 
SwAbstractDialogFactory_Impl::CreateGlossaryDlg(SfxViewFram
 return new AbstractGlossaryDlg_Impl( pDlg );
 }
 
-AbstractFldInputDlg* SwAbstractDialogFactory_Impl::CreateFldInputDlg( int 
nResId,
-Window *pParent, SwWrtShell 
rSh,
-SwField* 

[Libreoffice-commits] core.git: sw/qa

2013-04-27 Thread David Ostrovsky
 sw/qa/python/var_fields.py |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 9e0502f27d4a3069540eaf6090ed0b5936889fb2
Author: David Ostrovsky da...@ostrovsky.org
Date:   Sat Apr 27 23:48:34 2013 +0200

comment out storeToURL() as it crashes with debug build

Change-Id: Ia0d3f1d12c53e8d7ce0da55977867d5ab932c92f

diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py
index 6ba89ab..4924636 100644
--- a/sw/qa/python/var_fields.py
+++ b/sw/qa/python/var_fields.py
@@ -23,7 +23,7 @@ class TestVarFields(unittest.TestCase):
 Note: this test was migrated from java (the steps numbering too)
 sw/qa/complex/writer/VarFields.java
 
-Embarrassing, FixMe, TODO:
+TODO 1:
 Unlike in java, this test doesn't overwrite the field condition.
 Apparently xDoc.refresh() is somehow broken (from python), because 
doing the update
 manually does overwrite the condition:
@@ -33,6 +33,11 @@ class TestVarFields(unittest.TestCase):
 3. check that TextSection's condition still has the right value: foo 
EQ 1
 4. Update field with Tool=Update=Fields (or [F9])
 5. check that TextSection's condition was overriden: 0
+
+TODO 2: CRASH calling xDoc.storeToURL(...) with debug build:
+http://pastebin.com/76KeCT77
+so commented storeToURL out for now.
+(In any event: why storeToURL(..) is working with release build?)
 
 xDoc = self.__class__._xDoc
 xBodyText = xDoc.getText()
@@ -108,7 +113,7 @@ class TestVarFields(unittest.TestCase):
 xDoc.refresh()
 # 18. store document
 url = os.path.join(os.environ[TestUserDir], VarFields.odt)
-xDoc.storeToURL(url, tuple(list(range(0
+#xDoc.storeToURL(url, tuple(list(range(0
 # 19. retrieve the section
 xPropSet = xDoc.getTextSections().getByIndex(0)
 # 20. retrieve the condition property of that section
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Mihkel Tõnnov mihh...@gmail.com changed:

   What|Removed |Added

 Depends on||55345

--- Comment #219 from Mihkel Tõnnov mihh...@gmail.com ---
Adding back bug 55345 which was accidentally removed right after nomination.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] fdo#61060 - Freezing now marks spreadsheet as unsaved.

2013-04-27 Thread Sameer Deshmukh (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3641

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/41/3641/1

fdo#61060 - Freezing now marks spreadsheet as unsaved.

Change-Id: I0b479500938e185fb6d163837b29e6e36e823260
---
M sc/source/ui/view/tabview.cxx
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index d96a06e..cedfb1a 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2034,6 +2034,7 @@
 if ( bFreeze )
 {
 Point aWinStart = pWin-GetPosPixel();
+aViewData.GetDocShell()-SetDocumentModified();
 
 Point aSplit;
 SCsCOL nPosX;

-- 
To view, visit https://gerrit.libreoffice.org/3641
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b479500938e185fb6d163837b29e6e36e823260
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Sameer Deshmukh sameer.deshmuk...@gmail.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[ABANDONED] fdo#61060 - Freezing now marks spreadsheet as unsaved.

2013-04-27 Thread Sameer Deshmukh (via Code Review)
Sameer Deshmukh has abandoned this change.

Change subject: fdo#61060 - Freezing now marks spreadsheet as unsaved.
..


Patch Set 1: Abandoned

no use of this!

-- 
To view, visit https://gerrit.libreoffice.org/3628
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I27d9c158844124f18c2e4e12c26b9a17d52d4f4c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Sameer Deshmukh sameer.deshmuk...@gmail.com
Gerrit-Reviewer: Markus Mohrhard markus.mohrh...@googlemail.com
Gerrit-Reviewer: Tor Lillqvist t...@iki.fi

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: cui/source starmath/source svtools/source svx/source sw/source uui/source

2013-04-27 Thread Thomas Arnhold
 cui/source/dialogs/hyphen.cxx|2 ++
 cui/source/dialogs/thesdlg_impl.hxx  |2 --
 cui/source/inc/hyphen.hxx|   10 --
 cui/source/inc/thesdlg.hxx   |   11 ---
 starmath/source/cfgitem.hxx  |2 --
 svtools/source/graphic/descriptor.hxx|2 --
 svtools/source/graphic/graphic.hxx   |2 --
 svtools/source/graphic/transformer.hxx   |2 --
 svtools/source/inc/provider.hxx  |2 --
 svtools/source/inc/renderer.hxx  |3 ---
 svtools/source/uno/miscservices.cxx  |1 +
 svx/source/accessibility/ChildrenManagerImpl.hxx |2 --
 sw/source/filter/inc/fltshell.hxx|2 --
 sw/source/filter/ww1/w1filter.cxx|1 +
 sw/source/filter/ww8/rtfexport.hxx   |2 +-
 sw/source/filter/ww8/rtfsdrexport.cxx|1 +
 sw/source/filter/ww8/writerwordglue.cxx  |2 ++
 sw/source/filter/ww8/wrtw8sty.cxx|1 +
 sw/source/filter/ww8/wrtww8.cxx  |1 +
 uui/source/sslwarndlg.cxx|2 ++
 uui/source/sslwarndlg.hxx|4 
 uui/source/unknownauthdlg.cxx|2 ++
 uui/source/unknownauthdlg.hxx|4 
 23 files changed, 22 insertions(+), 41 deletions(-)

New commits:
commit f8231a9765b63ef57d4e099936b94357267ac9b3
Author: Thomas Arnhold tho...@arnhold.org
Date:   Sat Apr 27 23:04:15 2013 +0200

some eco-activism

Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130

diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx
index 26326647..e7bfc03 100644
--- a/cui/source/dialogs/hyphen.cxx
+++ b/cui/source/dialogs/hyphen.cxx
@@ -35,6 +35,8 @@
 
 #define CUR_HYPH_POS_CHAR   '-'
 
+using namespace css;
+
 HyphenEdit::HyphenEdit(Window* pParent)
 : Edit(pParent, WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK|WB_TABSTOP)
 {
diff --git a/cui/source/dialogs/thesdlg_impl.hxx 
b/cui/source/dialogs/thesdlg_impl.hxx
index 2e06c45..8d911b2 100644
--- a/cui/source/dialogs/thesdlg_impl.hxx
+++ b/cui/source/dialogs/thesdlg_impl.hxx
@@ -42,8 +42,6 @@
 #include map
 #include algorithm
 
-using namespace ::com::sun::star;
-
 class SvTreeListEntry;
 class ThesaurusAlternativesCtrl;
 
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx
index 816a004..c1924d7 100644
--- a/cui/source/inc/hyphen.hxx
+++ b/cui/source/inc/hyphen.hxx
@@ -29,8 +29,6 @@
 #include com/sun/star/linguistic2/XHyphenator.hpp
 #include com/sun/star/linguistic2/XPossibleHyphens.hpp
 
-using namespace ::com::sun::star;
-
 class SvxSpellWrapper;
 
 class HyphenEdit : public Edit
@@ -54,8 +52,8 @@ class SvxHyphenWordDialog : public SfxModalDialog
 CloseButton*m_pCloseBtn;
 String  aLabel;
 SvxSpellWrapper*pHyphWrapper;
-uno::Reference linguistic2::XHyphenator xHyphenator;
-uno::Reference linguistic2::XPossibleHyphensxPossHyph;
+css::uno::Reference css::linguistic2::XHyphenator xHyphenator;
+css::uno::Reference css::linguistic2::XPossibleHyphensxPossHyph;
 String  aEditWord;  // aEditWord and aWordEdit.GetText() 
differ only by the character for the current selected hyphenation position
 String  aActWord;   // actual word to be hyphenated
 LanguageTypenActLanguage;   // and its language
@@ -67,7 +65,7 @@ class SvxHyphenWordDialog : public SfxModalDialog
 
 
 voidEnableLRBtn_Impl();
-String  EraseUnusableHyphens_Impl( uno::Reference 
linguistic2::XPossibleHyphens   rxPossHyph, sal_uInt16 nMaxHyphenationPos );
+String  EraseUnusableHyphens_Impl( css::uno::Reference 
css::linguistic2::XPossibleHyphens   rxPossHyph, sal_uInt16 
nMaxHyphenationPos );
 
 voidInitControls_Impl();
 voidContinueHyph_Impl( sal_uInt16 nInsPos = 0 );
@@ -85,7 +83,7 @@ class SvxHyphenWordDialog : public SfxModalDialog
 public:
 SvxHyphenWordDialog( const String rWord, LanguageType nLang,
  Window* pParent,
- uno::Reference linguistic2::XHyphenator   xHyphen,
+ css::uno::Reference css::linguistic2::XHyphenator   
xHyphen,
  SvxSpellWrapper* pWrapper );
 virtual ~SvxHyphenWordDialog();
 
diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx
index 1b1a586..a3b36dc 100644
--- a/cui/source/inc/thesdlg.hxx
+++ b/cui/source/inc/thesdlg.hxx
@@ -19,7 +19,6 @@
 #ifndef _SVX_THESDLG_HXX
 #define _SVX_THESDLG_HXX
 
-
 #include com/sun/star/linguistic2/XThesaurus.hpp
 
 #include svx/checklbx.hxx
@@ -30,8 +29,6 @@
 
 #include memory
 
-using namespace ::com::sun::star;
-
 class SvxThesaurusDialog;
 
 class LookUpComboBox : public ComboBox
@@ -132,7 +129,7 @@ class 

[PATCH] fdo#60910: discard UNO shape object in SdrObject::SetPage

2013-04-27 Thread Luke Deller (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/3642

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/3642/1

fdo#60910: discard UNO shape object in SdrObject::SetPage

The creation of the UNO shape in SdrObject::getUnoShape is influenced
by pPage, so when the page changes we need to discard the cached UNO
shape so that a new one will be created with the new page.

This replaces my first shot at a fix for fdo#60910 which reinstated a
line to discard the custom shape engine (and consequently the UNO shape) in
SdrObjCustomShape::InvalidateRenderGeometry.  That worked but did more
discarding than was necessary.

Change-Id: I665fb6f9e1563bbc4eced046f027a53991a7e45f
---
M svx/source/svdraw/svdobj.cxx
1 file changed, 6 insertions(+), 0 deletions(-)



diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index 8385b07..1f7cba6 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -568,6 +568,12 @@
 
 void SdrObject::SetPage(SdrPage* pNewPage)
 {
+// The creation of the UNO shape in SdrObject::getUnoShape is influenced
+// by pPage, so when the page changes we need to discard the cached UNO
+// shape so that a new one will be created.
+if (pPage != pNewPage)
+setUnoShape(NULL);
+
 pPage=pNewPage;
 if (pPage!=NULL) {
 SdrModel* pMod=pPage-GetModel();

-- 
To view, visit https://gerrit.libreoffice.org/3642
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I665fb6f9e1563bbc4eced046f027a53991a7e45f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Luke Deller l...@deller.id.au

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Depends on||62815

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #148 from Joel Madero jmadero@gmail.com ---
added bug 62815 and marked it as a blocker bug. It appears like a certain group
of our users cannot use presentation at all in LibreOffice 4. Everyone is
getting the same error message

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] After EOL has been reached...

2013-04-27 Thread Jean-Baptiste Faure
Hi,

Le 26/04/2013 11:24, Bjoern Michaelsen a écrit :
 Hi,
 
 On Fri, Apr 26, 2013 at 09:47:28AM +0200, Jean-Baptiste Faure wrote:
 Le 19/04/2013 23:21, Robinson Tryon a écrit :
 Per discussion at the meeting today, we generally agreed to the following:

 AGREED: For users inquiring about tech support after the EOL date of a
 release, we politely indicate that the release is EOL and ask them to
 upgrade to a new version (or go talk to their vendor/distro/paid tech
 support)

 What do you mean by users inquiring about tech support ?

 Who is we here ? I think that subscribers of users mailing lists do
 what they want and answer the questions they want.
 
 The user list does not provide tech support, though ;). This is about people
 complaining about bugs not getting a bugfix in an ancient and unsupported
 version of LibreOffice. If someone is using LibreOffice 3.5.x and reports a
 bug, it will not get fixed on 3.5 unless he has a support contractor of some
 kind that is able to provide him with a custom build. Note that this is
 invincible in principle as TDF will not release any further versions of 3.5.x.
 I think its good to make reporters aware of that.

Ok, I see. Is there many requests in bugzilla asking for a backport of
some fix to an old unsupported version?
French public administration has the problem with LO 3.5.7 which is
solved by paid support.
 
 AGREED: We de-list versions in Bugzilla 6 months after the release has
 been EOLed

 I do not see any rationale for that.
 What I suggest is to remove all RC and beta version from BugZilla as
 soon as the corresponding final version has been published.
 
 Hmm, sounds like a good idea too. If someone triages it even further (e.g. a
 bug was not there in 3.6.2 rc1 but is in the final version), a comment in the
 bug might suffice. While the info is highly valuable to a developer trying to
 fix the bug (in which case a reading of comments happens anyway), it is not
 something we can query bugzilla for esp. since the version we set in bugzilla
 is the earliest _known_ version to have the bug. So a bug reported against
 3.6.2 rc1 can just as well have already been there in 3.6.1 final.

Yes, and if a user is able to install LO and to decide the version he
want to use, he should install the final release and try again before
reporting a bug against an old RC.
And if a user has not the power to decide the version to use, then his
sysadmin must install only final versions and this user doesn't need to
report bugs against RC.

 
 That being said, I expect most regressions in a minor update (4.0.2-4.0.3) to
 be in the RC1 already, and most regressions in a major update (4.0.x-4.1.x) 
 to
 be in the beta already anyway.
 
 You know, we have users who work with LO 3.3.x and others who plan to
 upgrade to LO 3.5.7 at the end of this year ... They don't decide for
 themselves.
 
 Well, they are running unsupported versions of LibreOffice. For these reports
 to be interesting for the LibreOffice project at least the following has to be
 true: The bug has to be reproducable in a supported version of LibreOffice.

Yes indeed. And with my hat of end-user helper, if the bug is not
reproducible in current release, I can use it as an argument to suggest
upgrading.

 
 Note that the reduction of the numbers of versions to select from is valuable
 in itself. I find myself being annoyed by scrolling through that long list in 
 a
 small box, and imagine it is even more irritating to e.g. a first time bug 
 reporter.

I agree. In my fdo configuration, or in BSA, I see the newest version
number first in the dropdown list. It isn't the default case?

That said, I guess we can remove the rc number for stable release and
show 4.0.2 instead of 4.0.2.2. I think the rc digit is confusing for
endusers and useful only at development stage.

Best regards.
JBF
-- 
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Minor Release Regressions - FDO Bug - Incorrect Count

2013-04-27 Thread Joel Madero


Hey Pedro,
Sorry for late reply :)

If you go to the link:
snip
and click on the 12 on the bottom of the first column we get 86 bugs.

indeed, bug with FDO.

The 12 refers to the Top 12 items which are NEW+ASSIGNED (BTW why doesn't
the first column have a label?)

No clue, one of the funky things with FDO ;)


All others are already solved either as FIXED, INVALID, DUPLICATE,
WORKSFORME, NOTABUG or NOTOURBUG

Unless I'm missing something...
This is pertaining to 
https://wiki.documentfoundation.org/QA/Meetings/2013/April_19, bottom 
NEW ITEM: Regressions within a release (Bjoern). Developers asked us 
to figure out how many of the bugs marked as a regression within a minor 
release were actually introduced at the .0 release, we are testing these 
and updating the versions. I am about half way there, going to do more 
right now.



Best,
Joel


___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Minor Release Regressions - FDO Bug - Incorrect Count

2013-04-27 Thread Bjoern Michaelsen
On Sat, Apr 27, 2013 at 08:20:19AM -0700, Joel Madero wrote:
 The 12 refers to the Top 12 items which are NEW+ASSIGNED (BTW why doesn't
 the first column have a label?)
 No clue, one of the funky things with FDO ;)

The top row is resolution not status. And an unresolved bug has resolution 
(that is: the empty string), which then confuses bugzilla in the query behind
the link.

Best,

Bjoern
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-bugs] [Bug 63972] LibreOffice runnning on Win 7, graphics in odt document can be viewed on screen but will not print.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63972

Panos Stokas pa...@ekei.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Panos Stokas pa...@ekei.com ---


*** This bug has been marked as a duplicate of bug 60280 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63984] New: Macro does not trigger automatically

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63984

  Priority: medium
Bug ID: 63984
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Macro does not trigger automatically
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: ahamedck...@yahoo.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 78541
  -- https://bugs.freedesktop.org/attachment.cgi?id=78541action=edit
the file contains the macro namely MinimumDutyDays

While trying to automate one cell (here D15) the macro does not run
automatically. The cell value should not be a negative value.
The cell value is computed from other cells automatically based on an equation.
When the cell value is changed my macro should trigger and check whether the
cell value is negative then the causing cell values should be made to the
default value of zero with a warning message

The macro and the file as such is attached herewith

Please help me

I am using Ubuntu 10.4 with LiberOffice 4.0

Ahamed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62197] PRINTING: Page and table borders print in wrong place

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62197

Panos Stokas pa...@ekei.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #20 from Panos Stokas pa...@ekei.com ---
Contains OLE objects. Thankfully, it's been recently fixed.

*** This bug has been marked as a duplicate of bug 60280 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63813] No table lines in printed document

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63813

Panos Stokas pa...@ekei.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Panos Stokas pa...@ekei.com ---


*** This bug has been marked as a duplicate of bug 60280 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33281] PDF Export: Rotated DRAW Vertical Text Objects shown with extreme narrow kerning and other problems

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33281

--- Comment #16 from Panos Stokas pa...@ekei.com ---
Created attachment 78542
  -- https://bugs.freedesktop.org/attachment.cgi?id=78542action=edit
PDFs from LibreOffice export and eDoc PDF printer, rotated text looks fine

Using LibreOffice 4.1.0.0.alpha0+ the sample document prints without problems
on my PDF printer (eDoc PDF printer pro) as well as the build in PDF exporter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 33281] PDF Export: Rotated DRAW Vertical Text Objects shown with extreme narrow kerning and other problems

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33281

Panos Stokas pa...@ekei.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62331] EDITING: faulty display of embedded doc form in xls

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62331

--- Comment #3 from hako kol...@online.sh.cn ---
Created attachment 78543
  -- https://bugs.freedesktop.org/attachment.cgi?id=78543action=edit
screenshot_tab-1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47341] Fade in and out animation of transparent object goes wrong

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47341

--- Comment #3 from sasha.libreoff...@gmail.com ---
reproduced in 4.0.2 on Fedora (RFR) 64 bit
the same as described in comment 1
(if hardware acceleration enabled, then looks correctly)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62331] EDITING: faulty display of embedded doc form in xls

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62331

--- Comment #4 from hako kol...@online.sh.cn ---
Created attachment 78544
  -- https://bugs.freedesktop.org/attachment.cgi?id=78544action=edit
screenshot_tab-2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48164] VIEWING: PPS presentation opens extremely long on Windows and slide transition looks wrong on Linux

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48164

--- Comment #3 from sasha.libreoff...@gmail.com ---
LO 4.0.2 on Fedora (RFR) 64 bit crashes during opening this file

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62331] EDITING: faulty display of embedded doc form in xls

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62331

--- Comment #5 from hako kol...@online.sh.cn ---
The problem shows when the file is opened by LO:

tab-1: the placement is different from MSOffice, the contents extends beyond
the page margins

tab-2: additionally to the placement and margin issue, some check boxes do not
show up in LO.

See attached screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63985] New: Can't show ms office on android

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63985

  Priority: medium
Bug ID: 63985
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Can't show ms office on android
  Severity: major
Classification: Unclassified
OS: other
  Reporter: xuehui...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

Created attachment 78545
  -- https://bugs.freedesktop.org/attachment.cgi?id=78545action=edit
always loading

I use lo dialy build to open ms office documents, it always show Page 1,
wait My device is htc butterfly, android 4.1.1 .

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63878] [FORMATTING] On an RTL spreadsheet, changing zoom level moves charts

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63878

Faisal Menawer fmalota...@kacst.edu.sa changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||fmalota...@kacst.edu.sa
 Ever confirmed|0   |1

--- Comment #2 from Faisal Menawer fmalota...@kacst.edu.sa ---
thank you for the report
Confirmed on 4.0.2.2. and master build

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63878] [FORMATTING] On an RTL spreadsheet, changing zoom level moves charts

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63878

Faisal Menawer fmalota...@kacst.edu.sa changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63986] New: UI: In Full Screen mode, Find and Full Screen toolbars display

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63986

  Priority: medium
Bug ID: 63986
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: In Full Screen mode, Find and Full Screen toolbars
display
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: gn...@hawaii.rr.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Writer
   Product: LibreOffice

When in Full Screen mode, the display is cluttered with two toolbars: the Full
Screen toolbar, and the Find toolbar (if you have it open when you switch to
full screen mode).

It is possible to eliminate the Full Screen toolbar by editing the
registrationmodifications.xcu file, but that should not really be required. The
toolbar should have a GUI option to be removed/hidden.

I'd prefer it if the Find Toolbar didn't remain on the screen when switching to
Full Screen mode, but I can understand it remaining there if I already had it
open because I was using it. That, too, should be an GUI configuration option.

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57712] Poor performance WRITER when rendering Tables and paragraph

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57712

--- Comment #24 from Maximiliano Castañón maxim...@gmail.com ---
all looks like a poblem with GTK library, going to do some test and it will fix
the GTK librarys for all

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45841] Autocorrect of single quotes wrong for Maltese Locale

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45841

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #4 from tommy27 ba...@quipo.it ---
I suggest to upgrade to LibO 4.0.2 and see if the issue is still present.

then enter the tools/autocorrect options menu and see if there's a
corresponding entry in the replacement table, then edit it.

tell us if after editing you still experience that bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49845] FILEOPEN: Crashes when opening .ppt file created with previous version. OpenOffice opens it OK.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49845

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from A stgohi-lob...@yahoo.de ---
@SRS: Thank you very much for your very fast reply.

marked as resolved

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60660] Add ability to change template of current document

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60660

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Thomas Arnhold tho...@arnhold.org ---


*** This bug has been marked as a duplicate of bug 50699 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50699

Thomas Arnhold tho...@arnhold.org changed:

   What|Removed |Added

 CC||mini...@poczta.onet.pl

--- Comment #7 from Thomas Arnhold tho...@arnhold.org ---
*** Bug 60660 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63986] UI: In Full Screen mode, Find and Full Screen toolbars display

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63986

--- Comment #1 from David gn...@hawaii.rr.com ---
Found out that modifying the registrymodifications.xcu file doesn't make a
difference on this same version of 64-bit LO running on 64-bit Linux. Made the
same change there as I made on 32-bit Linux version. Works on 32-bit Linux.
Doesn't work on 64-bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63987] New: master format lost when saving as pptx, and cannot modify font in Master slide when saving as pptx

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63987

  Priority: medium
Bug ID: 63987
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: master format lost when saving as pptx, and cannot
modify font in Master slide when saving as pptx
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: mama...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Presentation
   Product: LibreOffice

Created attachment 78546
  -- https://bugs.freedesktop.org/attachment.cgi?id=78546action=edit
illustration of loss of Master format if saving in .pptx

I open a pptx and use save as pptx so that my clients can use the file in
their current pptx corporate format. I applied the Master slide format and
layout to my additional slides and saved as pptx. When i re-open the file, text
is still there but the Master slide + selected layout is no longer
applied...the text is in separate text boxes, so even if Master is re-applied,
i have to recopy and repaste everything into the Master format again. Arg!
Problem still occurs if I edit/save in .odp and then re-save in pptx.
This problem doesn't occur if i save it in .odp and re-open in .odp format.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47341] Fade in and out animation of transparent object goes wrong

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47341

--- Comment #4 from A stgohi-lob...@yahoo.de ---
@Sasha: confirmed, if I disable the hardware acceleration then this buggy
behavior is reproducible, with enabled hardware acceleration it is not
reproducible

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50699

--- Comment #8 from Thomas Arnhold tho...@arnhold.org ---
(In reply to comment #6)

I think you're absolutely right. It should be a core feature of LibreOffice.
But until it isn't the extension could do a great job and may be also bundled
by default, so everyone get's this feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #143 from Lorraine T mama...@gmail.com ---
Created attachment 78547
  -- https://bugs.freedesktop.org/attachment.cgi?id=78547action=edit
illustration of loss of Master slide format/layout when saving as pptx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48164] VIEWING: PPS presentation opens extremely long on Windows and slide transition looks wrong on Linux

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48164

--- Comment #4 from A stgohi-lob...@yahoo.de ---
Could this maybe be a Linux only now?  Can anybody else confirm this?  I tried
it once more and the file opens without any crash and looks fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #144 from Lorraine T mama...@gmail.com ---
If editing/saving as pptx, Master slide format and layout is lost. Text is
still there but in text boxes outside the Master format, thus requiring to be
recopied/repasted into the Master layout - big timewaster. Does not occur if
edit/save and re-open in .odp, but apparently impossible to save as pptx
without loss of Master slide formatting.
Also impossible to edit Master font size if saving as pptx - that's a different
bug of course! haven't reported it yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Lorraine T mama...@gmail.com changed:

   What|Removed |Added

 Depends on||63987

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63987] master format lost when saving as pptx, and cannot modify font in Master slide when saving as pptx

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63987

Lorraine T mama...@gmail.com changed:

   What|Removed |Added

 Blocks||54157

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #145 from Lorraine T mama...@gmail.com ---
(In reply to comment #144)
 If editing/saving as pptx, Master slide format and layout is lost. Text is
 still there but in text boxes outside the Master format, thus requiring to
 be recopied/repasted into the Master layout - big timewaster. Does not occur
 if edit/save and re-open in .odp, but apparently impossible to save as pptx
 without loss of Master slide formatting.
 Also impossible to edit Master font size if saving as pptx - that's a
 different bug of course! haven't reported it yet.

This is bug 63987

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48670] Add commands pop shrinks when Category is selected

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48670

--- Comment #1 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Was this maybe already resolved in the meantime?
Does this issue still persist for you in Linux with the latest release of LO? 
If not, then I would propose to close this issue.

But there is another buggy issue.  There is no description shown in the
DESCRIPTION field and in addition the user interface/layout should be improved
(e.g. border for the CATEGORY and COMMANDS field).  Therefore, I would propose
to open another bug report for this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63362] FORMATTING: Incorrect formatting XLS file, invisible text

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63362

--- Comment #4 from bazi...@kombikorm.ru ---
I have provided a tescase 10 of april.
what about of confirmation of this error?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48705] FILESAVE FILEOPEN changes to impress master slide footer font style/size not saved

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48705

--- Comment #1 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Steps to Reproduce:
1. Save and open the file in the link of the bug report
2. Save it as a ppt file
3. Close the file
4. Open the ppt file and compare it with the odp file

Result: The footer font is changed and enlarged in the ppt file.  It is no
longer Arial 16 but now Times New Roman 24 (to check: go to VIEW - MASTER -
SLIDE MASTER).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48705] FILESAVE FILEOPEN changes to impress master slide footer font style/size not saved

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48705

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 OS|Linux (All) |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63989] New: FILEOPEN: Error while opening file

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63989

  Priority: medium
Bug ID: 63989
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Error while opening file
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: k...@student.su
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 78550
  -- https://bugs.freedesktop.org/attachment.cgi?id=78550action=edit
File that can not be opened

Problem description: 

Steps to reproduce:
1. Download Excel file from http://www.sgu.ru/schedule/fn/do/461
2. Try opening it
3. Get error

Current behavior: Error while opening file

Expected behavior: -


Operating System: Windows 7
Version: 4.0.2.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35922] Image cropping + mirroring + rotation do not play well together

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35922

--- Comment #6 from A stgohi-lob...@yahoo.de ---
reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48164] VIEWING: PPS presentation opens extremely long on Windows and slide transition looks wrong on Linux

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48164

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 OS|All |Linux (All)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48164] VIEWING: in PPS presentation slide transition looks wrong on Linux

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48164

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

Summary|VIEWING: PPS presentation   |VIEWING: in PPS
   |opens extremely long on |presentation slide
   |Windows and slide   |transition looks wrong on
   |transition looks wrong on   |Linux
   |Linux   |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46058] Metafile drawing/conversion code fails to properly adjust clipping rectangles when coordinate transformations are set

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46058

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 CC||tbehr...@suse.com

--- Comment #1 from A stgohi-lob...@yahoo.de ---
@Thorsten: Could you take a look at it?  Is this maybe something for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47797] Scrolling is buggy in QT release.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47797

A stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Does this issue still persist for you with the latest release of LO?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56995] Presentation Console - Need to turn this off.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56995

--- Comment #26 from Tim Bentley tim.bent...@gmail.com ---
Is it not something you want from both.
The global setting is the default but can be overridden on a per case basis.
You mat not want it on for the development of a slide show but when you are
showing it you then switch it on.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63989] FILEOPEN: Excel 2003 XML file containing nbsp; cannot be opened

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63989

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|FILEOPEN: Error while   |FILEOPEN: Excel 2003 XML
   |opening file|file containing nbsp;
   ||cannot be opened
 Ever confirmed|0   |1

--- Comment #1 from Urmas davian...@gmail.com ---
Confirming.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43232] In Slide footer, the text is no longer centralized in footer when it is too long.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43232

--- Comment #6 from A stgohi-lob...@yahoo.de ---
not reproducible with LO 4.0.2.2 (Win7 Home, 64bit)

Was this maybe already resolved in the meantime?
Does this issue still persist for you with the latest release of LO?  If not,
then I would propose to close this issue.

-

But there is another buggy issue.  The footer text only appears after inserting
a new slide.

Steps to Reproduce:
1. Open Impress, then it starts with an empty slide for a new presentation
2. Go to INSERT - PAGE NUMBER
3. Go to the tab SLIDE and activate FOOTER and type any text in the FOOTER TEXT
field and then afterwards select APPLY
Result: no footer text is shown
4. Insert a new slide by a right mouse click on the left or by INSERT - SLIDE
Result: now the footer text appears

Therefore, I would propose to open another bug report for this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51345] FILEOPEN: x:num attribute is not handled while importing HTML files created by Excel 2003

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51345

--- Comment #5 from Akhilesh gib...@gmail.com ---
We are having quite a few issues because our bank refuses to upgrade their
Office or use any format other than xls (we suggested csv)...

Can you suggest some work around? Can I write a plugin that taps into the file
when it is being open, to extract the xnum attribute as a value?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43232] In Slide footer, the text is no longer centralized in footer when it is too long.

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43232

--- Comment #7 from sasha.libreoff...@gmail.com ---
I agree with comment 6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63987] master format lost when saving as pptx, and cannot modify font in Master slide when saving as pptx

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63987

--- Comment #1 from Lorraine T mama...@gmail.com ---
If i save as .ppt instead of .pptx, text remains in the Master layout and font,
but the font size modifications are lost. So the bug is sligthly different in
its nature when saved as .ppt

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43808] Meta bug for Most Annoying RTL related issues

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808

Bug 43808 depends on bug 63592, which changed state.

Bug 63592 Summary: change text direction while editing take you out from the 
edit mode
https://bugs.freedesktop.org/show_bug.cgi?id=63592

   What|Removed |Added

 Status|VERIFIED|REOPENED
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49856] FILESAVE FILEOPEN EDITING Shift+Tab indented bullet indents further

2013-04-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49856

--- Comment #1 from A stgohi-lob...@yahoo.de ---
I am not sure if this is a misunderstanding.  For me it seemed to behave as
normal (with LO 4.0.2.2 [Win7 Home, 64bit]).  If I press the tabulator key it
should move to the right, to the next level with a bullet.  Why should it
therefore move to the left?  Is this maybe a misunderstanding from side?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >