[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - 7 commits - cppcanvas/CppunitTest_cppcanvas_emfplus.mk officecfg/registry sc/CppunitTest_sc_annotationobj.mk sc/CppunitTest_sc_annotationsobj.mk sc/CppunitTest_sc_cellrangeobj.mk sc/CppunitTest_sc_databaserangeobj.mk sc/CppunitTest_sc_datapilotfieldobj.mk sc/CppunitTest_sc_datapilottableobj.mk sc/CppunitTest_sc_editfieldobj_cell.mk sc/CppunitTest_sc_editfieldobj_header.mk sc/CppunitTest_sc_modelobj.mk sc/CppunitTest_sc_namedrangeobj.mk sc/CppunitTest_sc_namedrangesobj.mk sc/CppunitTest_sc_outlineobj.mk sc/CppunitTest_sc_styleloaderobj.mk sc/CppunitTest_sc_tablesheetobj.mk sc/CppunitTest_sc_tablesheetsobj.mk

Miklos Vajna vmiklos at collabora.co.uk
Fri Nov 28 00:16:46 PST 2014


 cppcanvas/CppunitTest_cppcanvas_emfplus.mk              |    1 +
 officecfg/registry/data/org/openoffice/Office/Views.xcu |   12 +++++++++++-
 sc/CppunitTest_sc_annotationobj.mk                      |    1 +
 sc/CppunitTest_sc_annotationsobj.mk                     |    1 +
 sc/CppunitTest_sc_cellrangeobj.mk                       |    1 +
 sc/CppunitTest_sc_databaserangeobj.mk                   |    1 +
 sc/CppunitTest_sc_datapilotfieldobj.mk                  |    1 +
 sc/CppunitTest_sc_datapilottableobj.mk                  |    1 +
 sc/CppunitTest_sc_editfieldobj_cell.mk                  |    1 +
 sc/CppunitTest_sc_editfieldobj_header.mk                |    1 +
 sc/CppunitTest_sc_modelobj.mk                           |    1 +
 sc/CppunitTest_sc_namedrangeobj.mk                      |    1 +
 sc/CppunitTest_sc_namedrangesobj.mk                     |    1 +
 sc/CppunitTest_sc_outlineobj.mk                         |    1 +
 sc/CppunitTest_sc_styleloaderobj.mk                     |    1 +
 sc/CppunitTest_sc_tablesheetobj.mk                      |    1 +
 sc/CppunitTest_sc_tablesheetsobj.mk                     |    1 +
 17 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 030c604642e3ce5058b9d83cb94319cd6b7ef4d5
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 17:10:22 2014 +0100

    Remaining fixes for sc.subsequentcheck
    
    Change-Id: I5bca031b4d04c4a2bc2d19fa939cc58a711ab8bd

diff --git a/sc/CppunitTest_sc_annotationsobj.mk b/sc/CppunitTest_sc_annotationsobj.mk
index 1296466..78760bf 100644
--- a/sc/CppunitTest_sc_annotationsobj.mk
+++ b/sc/CppunitTest_sc_annotationsobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_annotationsobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_annotationsobj))
diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk
index 72b7681..76c45fe 100644
--- a/sc/CppunitTest_sc_cellrangeobj.mk
+++ b/sc/CppunitTest_sc_cellrangeobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_cellrangeobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_cellrangeobj))
diff --git a/sc/CppunitTest_sc_datapilotfieldobj.mk b/sc/CppunitTest_sc_datapilotfieldobj.mk
index 80743eb..23f52ca 100644
--- a/sc/CppunitTest_sc_datapilotfieldobj.mk
+++ b/sc/CppunitTest_sc_datapilotfieldobj.mk
@@ -99,6 +99,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_datapilotfieldobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilotfieldobj))
diff --git a/sc/CppunitTest_sc_datapilottableobj.mk b/sc/CppunitTest_sc_datapilottableobj.mk
index 8403199..376732b 100644
--- a/sc/CppunitTest_sc_datapilottableobj.mk
+++ b/sc/CppunitTest_sc_datapilottableobj.mk
@@ -99,6 +99,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_datapilottableobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_datapilottableobj))
diff --git a/sc/CppunitTest_sc_editfieldobj_cell.mk b/sc/CppunitTest_sc_editfieldobj_cell.mk
index 5c93143..cce906a 100644
--- a/sc/CppunitTest_sc_editfieldobj_cell.mk
+++ b/sc/CppunitTest_sc_editfieldobj_cell.mk
@@ -97,6 +97,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_cell,\
     unotools/util/utl \
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_cell))
diff --git a/sc/CppunitTest_sc_editfieldobj_header.mk b/sc/CppunitTest_sc_editfieldobj_header.mk
index 19c44a8..20c4b6c 100644
--- a/sc/CppunitTest_sc_editfieldobj_header.mk
+++ b/sc/CppunitTest_sc_editfieldobj_header.mk
@@ -97,6 +97,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_header,\
     unotools/util/utl \
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_header))
diff --git a/sc/CppunitTest_sc_modelobj.mk b/sc/CppunitTest_sc_modelobj.mk
index c315209..2d31d91 100644
--- a/sc/CppunitTest_sc_modelobj.mk
+++ b/sc/CppunitTest_sc_modelobj.mk
@@ -99,6 +99,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_modelobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_modelobj))
diff --git a/sc/CppunitTest_sc_namedrangeobj.mk b/sc/CppunitTest_sc_namedrangeobj.mk
index 8a0e592..40b4e70 100644
--- a/sc/CppunitTest_sc_namedrangeobj.mk
+++ b/sc/CppunitTest_sc_namedrangeobj.mk
@@ -99,6 +99,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_namedrangeobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_namedrangeobj))
diff --git a/sc/CppunitTest_sc_namedrangesobj.mk b/sc/CppunitTest_sc_namedrangesobj.mk
index dc001a1..0ebc22a 100644
--- a/sc/CppunitTest_sc_namedrangesobj.mk
+++ b/sc/CppunitTest_sc_namedrangesobj.mk
@@ -99,6 +99,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_namedrangesobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_namedrangesobj))
diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk
index 6063d48..4a65b6f 100644
--- a/sc/CppunitTest_sc_tablesheetobj.mk
+++ b/sc/CppunitTest_sc_tablesheetobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_tablesheetobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetobj))
diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk
index 0895204..4ce09f8 100644
--- a/sc/CppunitTest_sc_tablesheetsobj.mk
+++ b/sc/CppunitTest_sc_tablesheetsobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_tablesheetsobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_tablesheetsobj))
commit 6bd9a718860d44c55bda9ae210a52c12b10f8c1b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 17:05:59 2014 +0100

    CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in Calc
    
    Change-Id: I0854290757ace2acf2ed62f91efbd01d880d196f

diff --git a/sc/CppunitTest_sc_databaserangeobj.mk b/sc/CppunitTest_sc_databaserangeobj.mk
index 289ae77..160d3ef 100644
--- a/sc/CppunitTest_sc_databaserangeobj.mk
+++ b/sc/CppunitTest_sc_databaserangeobj.mk
@@ -98,6 +98,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_databaserangeobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_databaserangeobj))
commit 3c2e58ce4e80464f60135ed786836559b8080eed
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 17:04:43 2014 +0100

    CppunitTest_sc_annotationobj: adapt to now enabled sidebar in Calc
    
    Change-Id: If03be5829cfea7f32ee47447b9d1efebde3c26f2

diff --git a/sc/CppunitTest_sc_annotationobj.mk b/sc/CppunitTest_sc_annotationobj.mk
index 5ff4586..6b6e3ea 100644
--- a/sc/CppunitTest_sc_annotationobj.mk
+++ b/sc/CppunitTest_sc_annotationobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_annotationobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_annotationobj))
commit ea94048ebe629a492c5ce9fca45270627cce2247
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 16:52:26 2014 +0100

    CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in Calc
    
    Change-Id: I1f4d0caf0e59af43d4c66f933175c9bdb8c974b6

diff --git a/sc/CppunitTest_sc_styleloaderobj.mk b/sc/CppunitTest_sc_styleloaderobj.mk
index 1cff77a..22e6381 100644
--- a/sc/CppunitTest_sc_styleloaderobj.mk
+++ b/sc/CppunitTest_sc_styleloaderobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_styleloaderobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_styleloaderobj))
commit 0bc2a8da12949c6c7ec11d765176886ede87d744
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 16:28:19 2014 +0100

    CppunitTest_sc_outlineobj: adapt to now enabled sidebar in Calc
    
    Change-Id: Ia38627f1f410e8d729449e5950508131068b0279

diff --git a/sc/CppunitTest_sc_outlineobj.mk b/sc/CppunitTest_sc_outlineobj.mk
index 3bf0869..48eed8b 100644
--- a/sc/CppunitTest_sc_outlineobj.mk
+++ b/sc/CppunitTest_sc_outlineobj.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\
     unoxml/source/rdf/unordf \
     unoxml/source/service/unoxml \
     xmloff/util/xo \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj))
commit a67b834a5b2fe8de1438423f65abc2ee75a640c1
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Sun Nov 23 16:13:19 2014 +0100

    CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw
    
    Needed since 583e9d834dd795e18e4f8245fc2fe45736607ef9 (Present the
    (collapsed) sidebar also in Calc and Draw., 2014-11-22).
    
    Change-Id: I1664b6132ba7ba1e6aee024bd1a12c0ed3086eb0

diff --git a/cppcanvas/CppunitTest_cppcanvas_emfplus.mk b/cppcanvas/CppunitTest_cppcanvas_emfplus.mk
index 32b712f..b479609 100644
--- a/cppcanvas/CppunitTest_cppcanvas_emfplus.mk
+++ b/cppcanvas/CppunitTest_cppcanvas_emfplus.mk
@@ -57,6 +57,7 @@ $(eval $(call gb_CppunitTest_use_components,cppcanvas_emfplus,\
 	ucb/source/core/ucb1 \
 	ucb/source/ucp/file/ucpfile1 \
 	unoxml/source/service/unoxml \
+	svtools/util/svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,cppcanvas_emfplus))
commit e980e54c78213aada708a91c7905f6874ab9b202
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Sat Nov 22 17:27:33 2014 +0100

    Present the (collapsed) sidebar also in Calc and Draw.
    
    Change-Id: Iea6ac7f461c7c9daa7eb22506f187986e5d9bf22

diff --git a/officecfg/registry/data/org/openoffice/Office/Views.xcu b/officecfg/registry/data/org/openoffice/Office/Views.xcu
index a2c7f43..c1aa90b 100644
--- a/officecfg/registry/data/org/openoffice/Office/Views.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Views.xcu
@@ -25,7 +25,12 @@
         <value>false</value>
       </prop>
     </node>
-    <node oor:name="swriter/10336" oor:op="replace">
+    <node oor:name="scalc/10336" oor:op="replace">
+      <prop oor:name="Visible" oor:type="xs:boolean">
+        <value>true</value>
+      </prop>
+    </node>
+    <node oor:name="sdraw/10336" oor:op="replace">
       <prop oor:name="Visible" oor:type="xs:boolean">
         <value>true</value>
       </prop>
@@ -35,5 +40,10 @@
         <value>true</value>
       </prop>
     </node>
+    <node oor:name="swriter/10336" oor:op="replace">
+      <prop oor:name="Visible" oor:type="xs:boolean">
+        <value>true</value>
+      </prop>
+    </node>
   </node>
 </oor:component-data>


More information about the Libreoffice-commits mailing list