Commit Graph

310552 Commits

Author SHA1 Message Date
David Tardon
3d2c49ce80 add dictionaries to tail_build
Change-Id: If898ad805a1530d201650429b988c2866fb62512
2012-08-09 07:42:30 +02:00
David Tardon
6fa970fb62 gbuildize dictionaries
Change-Id: I8aec0d6b6e7ccc6c674ee98d6a9eb28785ee42b2
2012-08-09 07:42:30 +02:00
David Tardon
75df773930 add support for dictionaries to gbuild
Change-Id: I7d3c066a72c68bdc0b55150714041908bb613f14
2012-08-09 07:42:29 +02:00
David Tardon
9b93a2d9db change handling of description-LANG.txt
Change-Id: Iecd7760af418f6e9ff7c9502e27011ee03962705
2012-08-09 07:42:29 +02:00
David Tardon
009d6c69ea move platform-specific settings to platform
Change-Id: I99bf341df0a8cfe25f0821c8d21d3e27f3b12ea4
2012-08-09 07:42:29 +02:00
David Tardon
3abc7880e0 change handling of license file
This is a preparation for gbuildizing dictionaries, which does not
contain registration/LICENSE like regular extensions.

Change-Id: I9b186d101627872b522be0432f6daf21250eb497
2012-08-09 07:42:28 +02:00
David Tardon
9fbbcc122f refactor Extension
Change-Id: Ie0fd71b6547d9e04a55ae9690b137579e581e006
2012-08-09 07:42:28 +02:00
Ivan Timofeev
06645f0885 correct row heights
Change-Id: I567520f8c68f7f8f84dbd7d6e9b76705b7cb311d
2012-08-09 09:13:19 +04:00
Joel Madero
6547670853 Addition of linear divider and header "Optional (unstable) Features"
Put two experimental options (Experimental & Macro Recording) below
a linear divider with the header of "Optional (Unstable) Features"
Had to adjust distance between two options in order for them to fit
properly in the dialog.

Change-Id: I784f99c282d5b70e7e025b1ca05a7c8d73869cef
2012-08-09 09:13:19 +04:00
Michael Stahl
3ea6b1c159 concat-deps: fix crashes due to modifying hash keys:
After a string has been passed as key parameter to hash_store, it must
not be modified, as happens in the print_nodotdot and print_fullpaths
functions; if it doesn't crash then the dep files are twice as large
in a MSVC build because duplicates are not eliminated.
(regression from c2b467b84a)

Change-Id: I0ae96a7fbcefa20b118717d923f60b4f2255a642
2012-08-08 23:36:37 +02:00
Julien Nabet
45a3e4dd79 "class HelpIds:" duplicated
Change-Id: I1395df60a5864c7f35c27274ddab631a5243a27f
2012-08-08 23:35:39 +02:00
Stephan Bergmann
5080027d93 Fix Mac OS X install name for liblangtag
Change-Id: I9776f5abb70caa6f73ad481535ee84781540a00a
2012-08-08 23:02:38 +02:00
Tomas Chvatal
0c7617a388 Use LIBS not LDFLAGS to not fail with enforced as-needed.
Change-Id: Ia27e97c12e9a8f36e106c9ae3c399cd776433387
2012-08-08 21:10:17 +02:00
Ivan Timofeev
c0308fb3bd some MenuButtons have weird PUSHBUTTON_DROPDOWN_TOOLBOX style
... actually only SvtFileDialogURLSelector has it.
The problem is that in this case ImplGetSeparatorX() returns 0.

Change-Id: I2f5bebce31b4f137782b5f34cc7954554af06863
2012-08-08 21:56:15 +04:00
Ivan Timofeev
a3f55e0ad6 missing "Workplace" string for STR_SVT_MIMETYPE_CNT_FSYSBOX
No one hit upon an idea to hold the "Up One Level" button in the file picker
to notice this? :) Only the bug in MenuButton has helped to discover.

Change-Id: I760eff05dd19c3fdeb4b2052c0c20dbde6f6d2ed
2012-08-08 21:54:27 +04:00
Stephan Bergmann
9fc870fc33 ServiceManager::createInstanceWithContext needs to honor given Context
...in loadImplementation (instead of using the context the ServiceManager itself
was created with).  Otherwise, the handcrafted context containing a fake
theJavaVirtualMachine singleton in install_vm_singleton
(javaunohelper/source/vm.cxx) would not be honored, so that if a Java process
bootstraps native (binary) UNO and from there tries to obtain that singleton, it
would erroneously try to instantiate another JVM instead of using the existing
one.  This was a regression introduced with the new ServiceManager and could be
witnessed by test-javanative in ure/source/uretest/Makefile failing.

Change-Id: I58cfbc8cdaea7ee4ab80fac728ea3e85676d69e1
2012-08-08 18:36:40 +02:00
Stephan Bergmann
e7a02843e5 Export JNI functions from juh, juhx libs
...this had been broken with gbuild'ification of javaunohelper and caused
java.lang.UnsatisfiedLinkError from
com.sun.star.comp.helper.Bootstrap.cppuhelper_bootstrap, as could be witnessed
by test-javanative in ure/source/uretest/Makefile failing.

Change-Id: I8a76e1195c713895bfb8eae5070b0f73beb2b897
2012-08-08 18:36:40 +02:00
Stephan Bergmann
f983798164 Make ure/source/uretest work again
...at least, Makefile (to be run from within an SDK environment) works again; I
reflected all the relevant changes in Makefile.pln (to be run from no specific
environment) too, but did not actually check the latter

Change-Id: Ie2012d26b3bd59335a0f872bbfc1414cc4f5edc5
2012-08-08 18:36:39 +02:00
Stephan Bergmann
151c8d49e9 Better error reporting
Change-Id: I36c6dc025d0094c0b1666e13b25d78931392f768
2012-08-08 18:36:39 +02:00
Miklos Vajna
9eb05aa688 n#774681 SwFltControlStack::NewAttr don't extend font name / size attributes
Regression from commit b3cee382, the bugdoc is an example of why those
can't be optimized with the current method. (Yes, it is somewhat
special, after a resave in Word, the bug is no longer there.)

Change-Id: I4b5e82b13242726d6df47c447642ca8916aa6f31
2012-08-08 18:12:06 +02:00
Rafael Dominguez
848e9fe274 Remove unused defines.
Change-Id: Ib6bf41ba5165399b9bb73783bce736eba8210c32
2012-08-08 10:25:55 -04:30
Rafael Dominguez
1d3ec03fdc Delete currently open remote overlay.
Change-Id: Iaf25b4110b41c3404a141d70342a59ef05d05ceb
2012-08-08 10:25:55 -04:30
Rafael Dominguez
5bb9e2f5bb Display delete option when viewing a remote repository.
Change-Id: I63e6a0e2ef9a18144d97629ddf18bd91ecc0e115
2012-08-08 10:25:55 -04:30
Rafael Dominguez
484aba1a6e Make import contextual, appears when you select a folder to import to.
Change-Id: Ic935728cabf70c0700a35c65d3b5b060e163faea
2012-08-08 10:25:54 -04:30
Rafael Dominguez
444df12235 Store template repositories urls and names in user settings.
Change-Id: I8fea48ede99e3a5568ac248b7dddc8475fae4280
2012-08-08 10:25:54 -04:30
Rafael Dominguez
107ee39870 Set overlay title and id when loading a remote repository.
Change-Id: I403f2615d05475281ef653a68f1f6cbc6fc9ccf1
2012-08-08 10:25:54 -04:30
Rafael Dominguez
730ae09563 Insert cached items to overlay instead of displaying current ones.
Change-Id: Ib1c15664901a2696c632ba954eef3b37d157ed50
2012-08-08 10:25:53 -04:30
Rafael Dominguez
fb5a7e2135 Update remote repository name.
- Check that theres no name clash with other repositories.

Change-Id: I66de40d17bc2d593e1ea4697320a7abe0a397718
2012-08-08 10:25:53 -04:30
Rafael Dominguez
7ec0e8838a Scale down template thumbnail subtitle.
Change-Id: I6dea3ae4800a645ac6a187ff99c5fb10513043c8
2012-08-08 10:25:52 -04:30
Rafael Dominguez
91c5015388 Fix conflicting sfx command ids.
Change-Id: I7063eb37976b13ba7e64d4b9aa44fdb4474e7278
2012-08-08 10:25:52 -04:30
Rafael Dominguez
ef71e97d8c Reload view templates when click refresh button.
- Force remote repository to fetch new template list and update cache.

Change-Id: I9d7d67d367023323ca43731d78a275d389a9cf15
2012-08-08 10:25:52 -04:30
Rafael Dominguez
0817e7c094 Set overlay repository id.
Change-Id: Idc1cfccfc83e7252fefabf11ca925a12db075a14
2012-08-08 10:25:51 -04:30
Luboš Luňák
320117aba7 adding missing typename
Change-Id: I2bc828cdb636e84257311135ce7204bc6500ba5d
2012-08-08 16:35:51 +02:00
Luboš Luňák
04628d9dc2 testcase for bnc#773061
Change-Id: Ibf1ad67a1776dbe966de335be93a295ba7bebe76
2012-08-08 16:32:56 +02:00
Luboš Luňák
5b16f3e59a make it possible to verify contents of a text run too
Change-Id: I07e6b53445fe8da6cccaadeb9bbe94c180cd6d8c
2012-08-08 16:32:56 +02:00
Luboš Luňák
fc41a73a67 fix test after the recent w:position fix (i.e. bnc#773061)
The value 58 was hardcoded in w:position handling before and so was
reused for the test, but now use the value that is (hopefully) correct.

Change-Id: I1191fce9859d688a60f1b3fbdb0e704b130c1670
2012-08-08 16:32:56 +02:00
Luboš Luňák
d7fb4c8cd6 fix test after recent <w:tabs> export change
Now that empty <w:tabs> is not written out, the style's tab stops
will be the default.

Change-Id: I2a876ba544a58fbb82218ec9fd4d1356ea9ac12c
2012-08-08 16:32:56 +02:00
Luboš Luňák
e70df84352 try somewhat harder to read w:position (bnc#773061)
SvxEscapementItem stores the vertical offset as percentage, so it depends
on the font size.

Change-Id: I1b2d5b2c230b6243a6c1a4580147c4e0c4ae94cc
2012-08-08 16:32:56 +02:00
Luboš Luňák
5c20cc0202 support for deferred property processing in writerfilter
There currently does not seem to be any sane way to process
an attribute or sprm that depends on another one that may not
possibly be there yet (e.g. in e7ab4bb6b0,
or w:position which for Svx internal reasons depends on fontsize
and thus w:sz).
So make it possible to defer such properties and process them
only before they are actually used, instead of trying to get them
out of PropertyMap, possibly in more places and possibly having
to undo the changes that have been done to them already.

Change-Id: I1630057ecdf46443647ec1dd5253983ae15a083f
2012-08-08 16:32:55 +02:00
Luboš Luňák
2f8f63f15a don't write out empty <w:tabs>, not allowed by the .docx spec
Change-Id: I30a24da0e6a568ed57d936fe769d47ea8465096d
2012-08-08 16:32:55 +02:00
Caolán McNamara
0633acb651 valgrind: leak on early return branch
Change-Id: I05cdd55ff22f845fc9210e8eeb2bdcf5a2a8103d
2012-08-08 15:19:59 +01:00
Caolán McNamara
af6f8242ea ensure lcbAtrdExtra is a sane size
Change-Id: I766f8683655eb8f1ca437ab9622f3caefbc83e64
2012-08-08 14:45:39 +01:00
Tor Lillqvist
d7478b2ed7 Fix liblangtag MacOSX build when using system libxml2
Change-Id: Iefbce119e682e870283cb698018c99a3378cd157
2012-08-08 16:42:15 +03:00
Jan Holesovsky
0b63c03109 Fix sw slowcheck.
Change-Id: Iaeae2022a6e5a662d5ba8445c5544edbe39e7ae3
2012-08-08 15:29:52 +02:00
Ivan Timofeev
84d5e639b0 fdo#50654: update virtual device width on modifying WB_EXTRAFIELD flag
Writer sets this flag dynamically via Ruler::SetStyle depending on
the text direction, the flag is set by default and gets unset for the
vertical ruler, because the initial text direction is horizontal,
see SwView::StateTabWin.

Ruler::SetStyle calls Ruler::ImplInitExtraField, which modifies mnVirOff,
however mnVirWidth depends on mnVirOff, but gets updated only in Resize.

This patch copies the code from Resize to ImplInitExtraField, we cannot
just call Resize from ImplInitExtraField due to possible infinite recursion.

Change-Id: Ic7bb897059295aebe86c11977c37419017b55787
2012-08-08 17:26:58 +04:00
Eike Rathke
78c1ea15df changed prefix and destdir to acommodate MacOSX using OUT2LIB magic 2012-08-08 15:22:56 +02:00
Michael Meeks
68bcd5a3e8 Add extra clarity as to which version to choose
Change-Id: I5528329b1d62074fb48f0a98419da66303584261
2012-08-08 14:13:01 +01:00
Noel Grandin
76f5b9b148 Add customshowlist.hxx
Was left out from recently added patches.

Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56
2012-08-08 16:13:58 +03:00
Michael Stahl
aa96767c55 fix MSVC build
Change-Id: I7757f9c8ff98330b9168ee3c75e497a300f14124
2012-08-08 15:08:54 +02:00
Thomas Arnhold
389c315032 fix build
Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0
2012-08-08 14:17:47 +02:00