Commit Graph

306211 Commits

Author SHA1 Message Date
Kohei Yoshida
2acf56beb5 Unbreak the formula options page by pushing all controls down by 6 pt.
Change-Id: I1d1846d4e7797dfd5c327dd4305e6d6632e8e8d0
2012-05-25 23:28:59 -04:00
Markus Mohrhard
cbfd8eb92f use the smaller version for data bars
Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f
2012-05-26 04:36:50 +02:00
Markus Mohrhard
de68787292 support remaining data bar attributes in odf import/export
Change-Id: I6fdf7a6158002003938ee039152d582776aba5db
2012-05-26 02:08:19 +02:00
Michael Stahl
b8452a89ce fdo#50169: band-aid another crash in GraphiteLayout::expandOrCondense:
error: attempt to subscript container with out-of-bounds index 6,
but container only holds 6 elements.
2012-05-25 23:24:15 +02:00
Michael Stahl
b6db1e0683 rhbz#810644: CalcClipRect: add band-aid
No idea what the problem is, perhaps it'll just crash elsewhere now...
2012-05-25 23:24:14 +02:00
Markus Mohrhard
1171a13758 import new conditional format information
Change-Id: Iaa16792a74a3e33d3880cb9db41baf5613804387
2012-05-25 22:40:16 +02:00
Kohei Yoshida
6540cc8ee0 Removed Lotus 1.2.3 filter/type for Writer.
Lotus 1.2.3 is a spreadsheet.  We don't need this for Writer.

Change-Id: I7fce85a6e211c0bf1ef6e95e758b4dc8cfcae033
2012-05-25 16:10:47 -04:00
Kohei Yoshida
0c782558ae Rank format types in order of complexity.
This way we can run detection services in the correct order; from
more complex to less complex, since the more complex structure is
much easier to test and reject.

Change-Id: Iee2d3e2e4f2834f95e6e89975f646e3928114b11
2012-05-25 16:01:52 -04:00
Kohei Yoshida
5865205472 The logic behind these two flags no longer makes sense.
Change-Id: Ie2fada1c641d2bc313ddb14903083beab08f8a98
2012-05-25 14:57:35 -04:00
Kohei Yoshida
9036eea41f Removed writer_Text_encoded type; merged it with generic_Text.
Change-Id: I95c04f954026047e48976451eb755340d005d773
2012-05-25 13:29:35 -04:00
Stefan Knorr (astron)
9a7d3d47d9 fdo#50183 Use one sheet as default in Calc
Change-Id: I031b6ef17d4113194c246bd1081268fa27810517
2012-05-25 19:11:13 +02:00
Ivan Timofeev
1ed6ca8173 gtk: add support for "vertical-padding" menu style property
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account

Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7
2012-05-25 20:14:48 +04:00
Fridrich Štrba
87ccec22b1 Trying to wrap the tools references inside a struct
Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d
2012-05-25 16:47:23 +02:00
Fridrich Štrba
c77918bb03 Revert "Make SotStorage and SotStorageStream dtors public"
This reverts commit 90f3840e4c.
2012-05-25 16:47:23 +02:00
Stephan Bergmann
3f25009274 Use simple createOneInstanceComponentFactory
...instead of static WeakReference and getGlobalMutex.  The latter allowed for
deadlock, when one thread is in __getTypeEntries
(cppuhelper/source/implbase_ex.cxx), having locked getImplHelperInitMutex(), and
from there calls some cppu_detail_getUnoType (from a cppumaker-generated header)
that tries to lock getGloblaMutex, while another thread is in this
FactoryImpl_create, having locked getGlobalMutex, and from there calls into
__getTypeEntries.

Change-Id: Iac68d28c1a5971049447cc79384b6e186f2a6d82
2012-05-25 16:29:31 +02:00
Fridrich Štrba
90f3840e4c Make SotStorage and SotStorageStream dtors public
Change-Id: I3ca0d308199bc4acf66a4c473d8b48561560d631
2012-05-25 16:11:39 +02:00
Fridrich Štrba
090068a41f Revert "Blind Hail Mary trying to solve tinderbox breakages"
This reverts commit 70d473c07d.
2012-05-25 16:10:07 +02:00
Fridrich Štrba
70d473c07d Blind Hail Mary trying to solve tinderbox breakages
Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40
2012-05-25 15:22:52 +02:00
Michael Stahl
f327c35903 sfx2: improve README 2012-05-25 14:13:02 +02:00
Michael Stahl
cad9839949 stop parsing on encountering internal entities in fastparser.cxx 2012-05-25 13:24:50 +02:00
Michael Stahl
fe226fd8b1 stop parsing on encountering internal entities in sax_expat.cxx
The XML_UnparsedEntityDeclHandler is apparently deprecated anyway, so
replace it with the newfangled XML_EntityDeclHandler.
2012-05-25 13:24:50 +02:00
Fridrich Štrba
c7e71b31bd Don't get out of bonds
Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629
2012-05-25 12:55:42 +02:00
Harri Pitkänen
feeb57e0a6 Cleanup related to always enabled HTMLMODE_SOME_ABS_POS
HTMLMODE_SOME_ABS_POS is enabled in all HTML export modes and thus
code checking for it is not needed anymore.

Change-Id: I416adc2fc6242daf9fa4ccaa9b2634138c5e17d0
2012-05-25 13:45:52 +03:00
Noel Power
56f4501873 Revert "tweak imported shape position for xls( binary ) format fdo#49430"
This reverts commit 5813422d3e.
2012-05-25 11:34:06 +01:00
Noel Power
3ed479a1d8 Revert "fix bad import positions of shapes & controls fdo#49430"
This reverts commit 9dc4fa1b22.
2012-05-25 11:34:05 +01:00
Noel Power
0a8de8d937 Revert "(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430"
This reverts commit da81525ec2.
2012-05-25 11:34:05 +01:00
Noel Power
112d94c67b Revert "WaE: variables set but unused"
This reverts commit d0dcf1d65c.
2012-05-25 11:34:05 +01:00
Noel Power
bc30ba74e8 Revert "Fixed #i116848# Shapes are at wrong position"
This reverts commit 31012ab9d7.
2012-05-25 11:34:05 +01:00
Noel Power
a11fa1a4ac Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"
This reverts commit 8a838b9fbf.
2012-05-25 11:34:05 +01:00
Caolán McNamara
2b2bdcf84f add a little devtool to list the languages supported for spellchecking
Change-Id: Iad21ad040e797690a80f94e2eec8e38b8bffadb2
2012-05-25 11:29:57 +01:00
Caolán McNamara
c7489ede38 drop dead makefile.mk and version.map
Change-Id: I2a15f9685655b7c46893fcfe2d1ae102596522ca
2012-05-25 11:29:56 +01:00
Fridrich Štrba
02c61b924d Allow WPXSvStream to read stream in a hierarchy of substorages
Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692
2012-05-25 12:23:07 +02:00
Jan Holesovsky
1bab1e9987 language status bar control: Don't set radio buttons for some entries.
There are entries in the popup menu that are not supposed to be radio buttons,
like More... ;-)

Change-Id: Ic7986a668522901a244d35eda7e9cfbe0133f37e
2012-05-25 12:19:24 +02:00
Stephan Bergmann
3d199e410b Removed documentation from type rdbs
Before gbuild'ification, solenv/inc/target.mk carefully produced two variants of
each type rdb, a plain one from calling idlc w/o -C and a *_doc variant from
calling idlc w/ -C ("generate complete type information, including
documentation").  After gbuild'ification, solenv/gbuild/UnoApiTarget.mk
unconditionally only produced "complete" type rdbs from calling idlc w/ -C.

It is unclear to me whether the old *_doc variants had actually been used for
anything (what got packaged into installation sets apparently were the plain,
slim variants; and autodoc apparently does not need the *_doc variants, either,
as it produces UNOIDL documentation directly from .idl files).  It is also
unclear to me whether the gbuild switch to effectively package complete, fat
rdbs was deliberate or not.  (The only client-visible change I see is that low-
level C/C++ typereg_reader_getDocumentation could now report something.  The
reflective UNO services at com.sun.star.reflection would not offer access to the
documenation anyway, however.)

The benefit of no longer including documentation in the packaged type rdbs is
size; the URE types.rdb shrinks from 1.2 MiB to 819 KiB, and offapi.rdb shrinks
from 11 MiB to 6.5 MiB.

Change-Id: Ib278f74fc3b22169e00a09d778807f8cf58520c4
2012-05-25 10:54:14 +02:00
Caolán McNamara
306159d8ff convert mpFidcls to a vector
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
2012-05-25 09:26:14 +01:00
Caolán McNamara
b686bab2e3 WaE: return value of fwrite unchecked
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-25 09:26:14 +01:00
Caolán McNamara
d785059238 WaE: nPos potentially uninitialized with gcc 4.7.0
Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e
2012-05-25 09:26:14 +01:00
Caolán McNamara
cf9b0830c5 WaE: return value of fwrite unchecked
Change-Id: Ib3713290a7dcd4bbbb58232d144e35694653a4a5
2012-05-25 09:26:14 +01:00
Caolán McNamara
268ddf9675 WaE: pesky aliasing warning with gcc 4.7.0
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
2012-05-25 09:26:13 +01:00
Caolán McNamara
07edde2ddd check some bounds conditions
Change-Id: Iab2f715b37d9fae816723b84ee1116fd4aff9537
2012-05-25 09:26:13 +01:00
Caolán McNamara
1504284ced tidy SvtDocInfoTable_Impl
Change-Id: Ic354fc145c75eb24aa010627467fae007cfbf024
2012-05-25 09:26:13 +01:00
Jan Holesovsky
f76fde91c4 status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.
Nobody know what these acronyms stay for; so instead use an icon, and a menu
that contains the full descrption.  Tooltip now says what is active.

Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
2012-05-25 10:07:34 +02:00
Michael Stahl
f4e9f095fc SwFlySaveArr: Apple GCC complains about constructors 2012-05-25 10:01:15 +02:00
Muhammad Haggag
8ed3a42724 Followup to fdo#34772: Add resource strings for word-count messages
Change-Id: I7b32f5b6ed973fd4ad4635a5265d75d4e51f04ba
2012-05-25 09:54:59 +03:00
Muhammad Haggag
ce14342c42 fdo#34772 Add word count to the status bar in writer
This change adds a new status bar control,
"SwWordCountStatusBarControl". The control shows the number of words
selected as well as the number of words in the whole
document. Double-clicking the control launches the modeless word count
dialog.

Change-Id: I756183ab1aaf4d059e782dfb05508370178cfbe3
2012-05-25 09:53:33 +03:00
Kohei Yoshida
89d6c3ef8e Accidentally committed this...
Change-Id: I0335111dd30850db435d728ddcc6b4554eea6f5b
2012-05-25 02:12:59 -04:00
Kohei Yoshida
f0cb3e97d2 Removed writer_Text type; combined it with generic_Text.
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-05-25 02:04:19 -04:00
Kohei Yoshida
d6b68db264 Renamed calc_Text_text_csv_StarCalc type to generic_Text.
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-05-25 02:04:18 -04:00
Kohei Yoshida
8b8e245447 Do the real detection work for plain text & forgot to add a makefile.
Change-Id: I95edb869b00764464d91e1f396da1bb648b74515
2012-05-25 02:04:18 -04:00
Kohei Yoshida
427b50c05f Use the new plain text type detection service for text/csv type.
Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945
2012-05-25 02:04:18 -04:00