Commit graph

316945 commits

Author SHA1 Message Date
Kohei Yoshida
949a4e15de Selecting a child entry of a recurring element should select all sub-tree.
And use the parent element entry to set the mapped cell position.

Change-Id: I1def045000e707903dcc91ab46da3c66195506da
2012-11-29 23:42:21 -05:00
Lionel Elie Mamane
dabd812143 clang still thinks this is ambiguous
Change-Id: I112d26a55e956a24991ed43621a034f5bc4aa246
2012-11-30 05:28:06 +01:00
Kohei Yoshida
a013ffa4f7 Introduce a 'highlighted' state which differs from a 'selected' state.
And use that to only highlight child entries which should logically be
treated as not-selected but should have the same appearance as the
selected entries.

A 'selected' state is logically registered as 'selected' as well as
visually.  A 'highlighted' state should only appear as if it's selected
but logically it's treated the same way as non-selected entry.

Change-Id: Ic4bc6923c7678044cf552194ad9865371465c614
2012-11-29 21:29:31 -05:00
Kohei Yoshida
7a49685adc I didn't mean to check this in....
Change-Id: I39738ca7fef022a1c9c728cdcd3fa10429a05564
2012-11-29 21:29:31 -05:00
Kohei Yoshida
dcfcf711b6 Use bitfield for better readability.
Change-Id: Iaa254703be5f798e749eaccfa3b7136e26054b65
2012-11-29 21:29:31 -05:00
Kohei Yoshida
f532752756 Remove unused method & remove header include by using forward declaration.
Also, SvViewDataEntry has lost one friend.

Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
2012-11-29 21:29:31 -05:00
Takeshi Abe
dffb58f927 sal_Bool to bool
Change-Id: I3b201985d204995c4b9eb707e7ef650c55985751
2012-11-30 09:51:55 +09:00
Kohei Yoshida
469a202f5c Get it to build.
Change-Id: Ie239d3d0f8f4ec81a4c5dbed3a1a132117875c7c
2012-11-29 19:13:19 -05:00
Kohei Yoshida
5388cd54ac Now we can officially hide these flag values.
Change-Id: Ia203700da59e6962112889404f12041ea8648e19
2012-11-29 19:13:19 -05:00
Kohei Yoshida
d99a7f66f4 More on removing direct access to tree entry's view flags.
It turns out that this flag value was used only to check for expanded/
collapsed status, in which case, substituting it with one boolean should
suffice.

Change-Id: I2071ec83613d2206643db8681bebcfab7d1213a3
2012-11-29 19:13:18 -05:00
Kohei Yoshida
74a16a90ff Avoid direct use of flag value.
Change-Id: I4279c352a990b2ffda482e9c69b63b18b3c13dc9
2012-11-29 19:13:18 -05:00
Tor Lillqvist
1ea411fb15 We need to tell the MSVS 2010 build to use Windows7.1SDK
At least for me it wouldn't build otherwise. But yeah, what it
somebody uses MSVS 2010 with another SDK? It seems that the solution
only offers the SDK 7.1 as an alternative?

The default was v100, whatever that measn. Could it be that my MSVS
2010 installation is borked? Or that I did not have to install a
bundled SDK with it, because I already had a separate 7.1 SDK?

Also simplify a bit, no need to $(filter) on VCVER inside ifeqs that
already check the very same VCVER.

Change-Id: Ifef98c9466fc24db27d9e38c6878c77adfb4ed75
2012-11-30 01:22:22 +02:00
Tor Lillqvist
38fed61f63 Kill the ProjectReference to ssl.vcxproj, too
Otherwise it would try to build the ssl.vcxproj which we don't want
(because we want to use the openSSL already built from solver), and
which fails anyway because for some reason it wants to run
python_d.exe.

Change-Id: I7471bc26ae96be84b976ba35bb959d75678df980
2012-11-30 01:21:09 +02:00
Michael Stahl
28327c28ce API CHANGE: remove com.sun.star.system.XProxySettings
... and related services:

com.sun.star.system.SOffice52ProxySettings
com.sun.star.system.ProxySettings
com.sun.star.system.SystemProxySettings

The implementation for these has apparently been removed in
OpenOffice.org 2.0 or thereabouts.

EXISTENCE: published key
"/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in
registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists
only in registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings"
exists only in registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings"
exists only in registry 1

Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
2012-11-29 23:53:37 +01:00
Kohei Yoshida
ded6f06ec5 Forgot to remove this.
Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9
2012-11-29 17:24:57 -05:00
Peter Jentsch
60ce4dc080 fix fdo#57647 intradocument xrefs broken in xhtml
Change-Id: Idce1f295dbf74eb3f02da1f32f290c20126c516b
2012-11-29 23:22:21 +01:00
Michael Stahl
487ec7193b API CHANGE: remove com.sun.star.style.XStyleCondition
This was apparently never used or implemented.

EXISTENCE: published key "/UCR/com/sun/star/style/XStyleCondition"
exists only in registry 1

Change-Id: I814b56dc5830862817303fe385c35142382cbe65
2012-11-29 22:51:24 +01:00
Michael Stahl
f2586285f2 API CHANGE: remove com.sun.star.ucb.InteractiveCHAOSException
... and com.sun.star.ucb.CHAOSProgressStart.

These are apparently remnants of a predecessor of UCB called CHAOS that
has been removed long ago.

EXISTENCE: published key
"/UCR/com/sun/star/ucb/InteractiveCHAOSException" exists only in
registry 1
EXISTENCE: published key "/UCR/com/sun/star/ucb/CHAOSProgressStart"
exists only in registry 1

Change-Id: I6502874d6026665c0696a4226396714fc44819ee
2012-11-29 22:51:24 +01:00
Lionel Elie Mamane
924f093676 clang says call is ambiguous
Change-Id: I29e510a922c262b294a94596db9c2deea271e811
2012-11-29 22:45:38 +01:00
Kohei Yoshida
251dab0145 Pass pointer to view data entry to Paint() instead of its raw flag value.
We need to hide these flags away.

Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
2012-11-29 16:34:43 -05:00
Kohei Yoshida
764878deac Highlight all its child entries when a recurring element is selected.
Change-Id: I5d91d702fa0b55d9a9a63ef66a5ce243943e77a3
2012-11-29 16:34:43 -05:00
Miklos Vajna
ec83990d24 DomainMapper_Impl::finishParagraph: also handle insert of multi-para frames
Change-Id: Id2e761ab1c9fc9c5fd0837d1801af95674d0f99a
2012-11-29 22:12:58 +01:00
Miklos Vajna
3e2ab7dad9 DomainMapper_Impl::finishParagraph: fix frame conversion vs insert pos
Change-Id: I3aefc2185412b1dc370dd723cc57ed59e60a36be
2012-11-29 22:12:57 +01:00
Peter Jentsch
3f6946cfd7 fix fdo#57641 table alignment broken in XHTML export
Change-Id: Ibbb88c1ecaaac14866145753e383609db2a3dd1a
2012-11-29 21:58:27 +01:00
Andras Timar
ab5af23e72 keep indentation in Logo code examples
Change-Id: Ife5aed42af9daeebba4d70899383d2bd0213aded
2012-11-29 21:57:26 +01:00
Andras Timar
16fdc21a36 Updated core
Project: help  4d46d7ee993ea549cf959bc012a616308b3496c9
cosmetic and typo fixes in LibreLogo help
2012-11-29 20:52:17 +00:00
Michael Stahl
fa48044391 toolkit: s/EventEvent/Event/ in a11y complex test
Change-Id: Ie8bf5881bb99d1d0c5202aadee69e330a5976528
2012-11-29 21:45:13 +01:00
Lionel Elie Mamane
1fefd63322 fdo#57611 don't crash when setting too small size
setHeight/Width needs to be authorized to throw com::sun:🫘:PropertyVetoException, which is already handled adequately

Change-Id: I077fbf7e3b871a59446fb3e23cc9fa1e2e9272a2
2012-11-29 21:44:28 +01:00
Lionel Elie Mamane
efd2438e82 Enhance error message for too small FixedLine size
Change-Id: Icc9ac2789637db3d30ad452998cf0d857c9f5bea
2012-11-29 21:44:16 +01:00
Lionel Elie Mamane
8a5fddc656 Enhance error message when setting a CONSTRAINED property to Vetoed value
Change-Id: I8391c874723bddaabe2fde12f22d9f50a444d3df
2012-11-29 21:41:21 +01:00
Thorsten Behrens
a3787e3e36 Fix missing place after a11y API change.
The accessible event listener registration changed name.

Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976
2012-11-29 21:32:40 +01:00
Michael Stahl
0a9e0fbcec API CHANGE: remove com.sun.star.xml.UserDefinedAttributeSupplier
This service is deprecated and has been replaced by
com.sun.star.xml.UserDefinedAttributesSupplier in OpenOffice.org 2.0.4.

Adapt all services including the removed service to use the replacement.
This should have no impact on client code as this service is just
glorified documentation anyway.

Change-Id: Ie3db10dc34a53d77fa426b5f3bb39dc78d21b946
EXISTENCE: published key "/UCR/com/sun/star/xml/UserDefinedAttributeSupplier" exists only in registry 1
SERVICE: /UCR/com/sun/star/chart/ChartArea
  incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartAxis
  incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartDataPointProperties
  incompatible change: Reference 3 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartDataRowProperties
  incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartDocument
  incompatible change: Reference 0 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartGrid
  incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartLegend
  incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/ChartTitle
  incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
SERVICE: /UCR/com/sun/star/chart/Diagram
  incompatible change: Reference 5 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2
2012-11-29 21:26:52 +01:00
Michael Stahl
90227b15f0 chart2: replace use of deprecated UserDefinedAttributeSupplier
... with UserDefinedAttributesSupplier

Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
2012-11-29 21:24:20 +01:00
Tor Lillqvist
73f509f3b9 Shorten more
Avoid mysterios error message "Already existing unique directory:
LOdev_progr_pytho-core-330_lib_plat-linux" by shortening "_plat-linux"
to "_plx".

Change-Id: Ib1594d9164a328f1ca7332f60bb27720746ed916
2012-11-29 22:13:21 +02:00
Lennard
a9fc145671 fdo#45495 pptx Export saves rotation of pictures,shapes,text
and Circular and Rectangular shapes, and Tables
drawingml was Pivot corrected.
There is still some work to be done concerning customshape pptx export.
Tables cannot be rotated anyway, but in contrast to Lines, you don't doubly-save the rotation.
Patch Version 2. Here, acquiring of the angle from the shapes is done in WriteShapeTransformation.

Change-Id: I0d650e669a690164796150615416fab8bb90242b
Signed-off-by: Lennard <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1030
Reviewed-by: Radek Doulík <rodo@novell.com>
Tested-by: Radek Doulík <rodo@novell.com>
2012-11-29 20:13:51 +00:00
Eike Rathke
954ce6f102 initialize index for IsNumberFormat()
Change-Id: I6a97cf9e8607eb6cf70d3b5d94e75c68c8f96c95
2012-11-29 20:13:04 +01:00
Caolán McNamara
28f54b564e use Markus's sort page
Change-Id: I7be1c78b01258831e1a313bc57dc6e20ec4af0ed
2012-11-29 17:35:25 +00:00
Markus Maier
b67a51b40a add sort tab page .ui
Change-Id: Ib5471b2a4cae45cf8aa32b438bac7f5cda35f71a
2012-11-29 17:35:25 +00:00
Petr Mladek
4497b12f58 add --with-extra-buildid configure option
It can be used to show extra build indentification in the about dialog
just under the version string.

The plan is to show information about tinderboxes and make the life easier
for QA guys.

Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223
2012-11-29 18:34:07 +01:00
Luboš Luňák
c8fb25f22e Really prefer visual studio 2010 and then 2012 before 2008
A followup to the incomplete previous commit.
2012-11-29 18:26:22 +01:00
Fridrich Štrba
2eb8ecf554 Prefer visual studio 2010 and then 2012 before 2008
Change-Id: I7de1eb056c799cfce91bdc3fba3b9c1e3ab612b0
2012-11-29 17:34:36 +01:00
Miklos Vajna
049933c035 sw: fix RTF export of text frames anchored to empty paragraphs
Regression from d406937248

Change-Id: I28e095819e0c2f1a4b110741ace366329937f863
Reported-by: Michael Stahl <mstahl@redhat.com>
2012-11-29 17:31:43 +01:00
Eike Rathke
c506650b21 resolved fdo#57668 additional date formats using '/' separator
Change-Id: I0736670512dd54e67fc08b65b9fad56ab904c92d
2012-11-29 17:11:30 +01:00
Eike Rathke
e11060e697 added formatindex="..." comments for locale data files reference
Change-Id: I61199efa5d12eaa5b0e8a8e1277418763043edce
2012-11-29 17:11:30 +01:00
Tor Lillqvist
5c159626c6 Always use Java target version 1.5
It has been way too common for people to accidentally have a javac
from JDK 7 create class files that are of the newest version, which
older JREs and Android's dex then don't understand.

As many of the distro-configs files specified
--with-java-target-version=1.5 anyway, let's just hardcode that for
now.

Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29 18:02:57 +02:00
Thorsten Behrens
70626249cd API CHANGE a11y unpublishing and add/removeListener rename.
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.

This unpublishes all css::accessibility, and dependend API.

With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.

Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29 16:58:16 +01:00
Thorsten Behrens
dda524a711 Prettify cppumaker output.
Don't use extra-verbose RTL_CONSTASCII_USTRINGPARAM anymore. Write
nicer nullary method prototypes.

Change-Id: I1efdd6edd624c32852f47e5d2b266e90536b917b
2012-11-29 16:49:52 +01:00
Thorsten Behrens
155cd09b5e Remove some commented-out or otherwise unused code. 2012-11-29 16:49:52 +01:00
Thorsten Behrens
0295bd6b3f Remove exception spec from idl-generated c++ headers.
The general agreement in the project is that c++ exception
specs are pointless and add bloat in production code.

See also this rant for more background:
  http://drdobbs.com/cpp/184401544

This removes the code that generates the exception specs on the
generated c++ headers, and fixes up the few places that broke
subsequently because of widening exception specs, which in turn
was due to the rather unfortunate decision to not have a virtual
dtor in XInterface.

Change-Id: I60db26e1cc4d4fe6eeef5975e39497841e92588a
2012-11-29 16:49:51 +01:00
Michael Stahl
2e1ab301c5 RepositoryModule: add python3
Change-Id: I02c946c22daf68c664be6c3b07a8dfc6e486493a
2012-11-29 16:15:49 +01:00