summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-11Stray line-joining backslashStephan Bergmann
Change-Id: Id04740ef411bb481e888bed6fedc7b2506173825
2012-05-11Bin superfluous AC_MSG_RESULT([yes])Tor Lillqvist
Change-Id: I436054d8cd96f5c3e1d12aaeb352d98aea3188ec
2012-05-11Fix updchk xcu data after gbuild'ificationStephan Bergmann
For one, install:module was missing from xcu files that are processed with gb_Configuration_add_spool_modules, resulting in effectively empty output xcu files. For another, localization from Addons.xcu is now merged into per-lang registry_*.xcd in postprocess/packregistry/makefile.mk. Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
2012-05-11TypoStephan Bergmann
Change-Id: Ia7d13e9e91f12a6f98eb51ed7d92ff14a5c8454d
2012-05-11Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba
since the toolchain that would allow this to be done is broken This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.
2012-05-11upgrade to icu 49Caolán McNamara
Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon
Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c
2012-05-11fdo#49709 set updated values to the right entriesDavid Tardon
Change-Id: I8fc6f7b52b797eefb7276dd73630b235e6918296
2012-05-11added Swedish [sv-SE] date acceptance patterns 'D/M' and 'D/M Y'Eike Rathke
http://erack.org/blog/archives/18-Does-your-LibreOffice-locale-need-a-date-acceptance-pattern-for-incomplete-date-input.html#c245 http://www.spraknamnden.se/sprakladan/ShowSearch.aspx?id=id=26089;objekttyp=lan
2012-05-11Revert "another partial fix for bnc#693238" ( and fixes fdo#44292 )Noel Power
This reverts commit cd1c434c4bd4756fa1355e906cb2e8de4aae0618. Conflicts: writerfilter/source/dmapper/PropertyMap.cxx Change-Id: I I83ae3418438aa02db744e6b6eb5a9c199938c91f
2012-05-11WaE: unused parameterTor Lillqvist
Change-Id: Ic8166da819a2d6486c5122e986a156e729c7631a
2012-05-11fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna
Change-Id: Ida6566b38ceaca30441a029c73bd1f52d93bbb3b
2012-05-11Redirect stderr to config.log also when running $CXX directly (which is ugly)Tor Lillqvist
Change-Id: I9ba70b57436eb54ca7ac68bef76714910aa7335b
2012-05-11More visibility markup needed for Mac OS XTor Lillqvist
Change-Id: Ie84224c381eca49e2d5fe544a4902845889f9771
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida
Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
2012-05-11Return correct presentation strings for fields.Kohei Yoshida
Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1
2012-05-11Return the correct service names for each field type.Kohei Yoshida
Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b
2012-05-11we need to update the formulas now tooMarkus Mohrhard
Change-Id: I558e1d53339fc4284e8272342846f7bc108df111
2012-05-11also support theme based colors in xlsxMarkus Mohrhard
Change-Id: I6a159d7e5a9315b23a5ff7ee6487ee65457552ff
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard
Change-Id: I1eb42ac75228dee00079c86e7c378efb72f16e28
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard
Change-Id: If19c6486c95cab0106bf04a4ec68359f7a4ed220
2012-05-11add formula input to color scalesMarkus Mohrhard
Change-Id: I I7f0a46cf5aea2eb1aa8bc9415d9761cc197b0c23
2012-05-11map percentile and percent into the same elementMarkus Mohrhard
This is most likely wrong but I have not yet an idea what should be the difference between these two. Change-Id: I3ee87de8d3b3f9a495ee653576a533690d66a3d0
2012-05-11update the color scales when moving tabsMarkus Mohrhard
Change-Id: Iabeeae6d2c31f983ea04652dce81e448a7623472
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard
Change-Id: Id9a8479d286e50756c41fbd948d738a0c8d8c883
2012-05-11calculate color for color scales with more than 2 entries correctlyMarkus Mohrhard
Change-Id: I5b62644df8742939551c1aaeaae1ebeda9b97f63
2012-05-11It seems also nested struct needs SALHELPER_DLLPUBLIC for Mac OS X visibilityTor Lillqvist
Change-Id: Ifd7a248b49a00df2e01f537074d0a94e9de09b10
2012-05-11Argh, make the use of -fvisibility=hidden actually happenTor Lillqvist
Move initialisations of gb_CFLAGS and gb_CXXFLAGS earlier, like in unxgcc.mk. Change-Id: I2382edad42f0f52bcbb062ec6930e2cfe12ec8ca
2012-05-10Related: fdo#47644 get out of bounds conditions rightCaolán McNamara
Change-Id: Icac9a8337296f92af5007a051f00388a64955178
2012-05-10Make visibility tests work as intended on Mac OS XTor Lillqvist
If the tests detect that visibiliy works, then use it also in gbuild. In the old build system, -fvisibility=hidden was already being used on Mac OS X if HAVE_GCC_VISIBILITY_FEATURE had been detected. In configure.in, let's not hardcode the -shared, -fpic and -Wl,-z,defs options or the .so suffix used in visibility-related tests. Factor them out and use platform-specific options. Done just for Mac OS X so far. Using the Linux options for Mac OS X caused visibility tests to silently and misleadingly fail. Yes, it is silly to now define some platform-specific options in three places: configure.in, solenv/inc/* for the old build system, and solenv/gbuild/platform/* for gbuild. At least with my Xcode3 installation, I need to pass an -isysroot flag pointing to the SDK when running $CC -E, otherwise headers weren't found. This was then misinterpreted as the visibility tests failing. Pass -DHAVE_GCC_VISIBILITY_FEATURE to the compiler if configure detected visibility working. In that case also pass -fvisibility=hidden. HAVE_GCC_VISIBILITY_FEATURE being defined is supposed to mean that the -fvisibility=hidden option is used, I think. Pass also -fvisibility-inlines-hidden if that was detected to work. Change-Id: I I I58d566fcb07584246e91f45e683ce9b31208edba
2012-05-10fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window classTor Lillqvist
A crucial line of code that called RegisterClassExA() for that window class had been deleted by accident in commit cda4a293608514783d38d470799cfbf97b245cc6 "Code cleanup" in May 2011, whoa. So apparently that window class is not needed for much except embedded video in Impress? Change-Id: I I19e70cefcf47aaf8a12a62539e0dacc5adb3c3b1
2012-05-10resolved fdo#49639 import .xls with HTML as such, not CSVEike Rathke
This restores the previous behavior for this content type, regression introduced with the fix for fdo#40021 a5eadc6aaafec92df23c57e258882a2c98ece0ad
2012-05-10do not prepend \n twice, it confuses KFileDialog (rhbz#820439)Luboš Luňák
Draw -> Export -> filetype combo was broken. Change-Id: I9349749274498d5834dd63e73f3856434b1ab8d9
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
2012-05-10i#119219 fix non-unicode RTF exportMiklos Vajna
There were two problems here: - non-unicode charset being set to Shift JIS for all UTF-8 text - non-unicode text using UTF-8 Change-Id: I533d3e950a4ebd611b5d5db8a95e724e729a641f
2012-05-10use com::sun::star::table::BorderLine2 instead of older BorderLine (n#758914)Radek Doulik
- older BorderLine doesn't seem to work in case InnerLineWidth and OuterLineWidth are set to equal positive value and distance is set to 0 (possible regression) - using the newer API solves the problem for us Change-Id: I69f10a0e947352d20b78dbdc39b7c9af95f8603b
2012-05-10resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke
2012-05-10Reduce broadcasting noise on initial title computationStephan Bergmann
...otherwise, SfxBaseModel::getTitle calls itself recursively until TitleHelper::m_sTitle has converged. Change-Id: I90577d1c2e4275ff2187d6531a1ca61e8355819b
2012-05-10Fix fdo#49720: Dropped unnecessary "sh -c" from popen callStephan Bergmann
Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110
2012-05-10configure icu for windows via runConfigureICU Cygwin/MSVCCaolán McNamara
which should hopefully a) work b) unblock the upgrade path for icu Change-Id: Ic70a627f3135e53016a4f9cfdef3fc85d55ab3e4
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard
Still some updating problems. If min or max is changed the whole area is not updated. Change-Id: I9a513fd9c0613d48ce33524672a31078d8aedf46
2012-05-10import min, max and percent entries for color scales from xlsxMarkus Mohrhard
Change-Id: I Icebacfd711851c9223ed8f38d6445c82f575a47d
2012-05-10first part for min/max in color scalesMarkus Mohrhard
Change-Id: Ib397b93ac0a5a72052fdaa5bf41199e5967ad559
2012-05-10Removed unused SID_FRAMETITLEStephan Bergmann
...which was only ever written to, never read. This in turn allowed SfxViewFrame::UpdateTitle to return void instead of String, and made SfxObjectShell::UpdateTitle become unused. (The title appears to be created via SfxBaseModel::getTitle instead these days?) Change-Id: I5e1115a707134058a1f3a0beaa180eb471c817e6
2012-05-10fdo#49692 fix RTF export of empty paragraph numbering rulesMiklos Vajna
When there is a numbering rule, the fallback text is constructed so that whitespace separates the numbering and the paragraph text. When the numbering is empty, we don't need that separator. Change-Id: I17a11ddd73addc8c95a0c2b54402e6dd2705d094
2012-05-10Don't bundle stdelibs on Linux by defaultFridrich Štrba
Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
2012-05-10callcatcher: update unused code listCaolán McNamara
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
2012-05-10Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara
There are two structs called TransliterationChgData with different layout. The crashes on MacOSX must be due to this. Rename them so they've different names. Change-Id: I887a33bed26b339e229b7fb1ef8dddd192f6fae3