Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-03 | Use std::set to store user names instead. | Kohei Yoshida | |
2012-02-03 | Massive indentation fixes, the best I can. | Kohei Yoshida | |
Still not perfect, but it's good enough as a starter... | |||
2012-02-03 | Moved the names of non-OLE charts out of ScDocument. | Kohei Yoshida | |
2012-02-02 | Remove things not used | Julien Nabet | |
2012-02-02 | remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSans | Andras Timar | |
MS Sans Serif was the UI font of Win9x Helv was the UI font of Windows 1.x - 3.0 WarpSans was in OS/2 Charcoal was in Mac OS 8 and 9 Chicago was in Mac OS until 1997 | |||
2012-02-02 | remove DefaultFonts nodes for languages with Latin or Cyrillic script | Andras Timar | |
these entries are obsolete, because modern Unicode fonts that are defined in English section cover these languages, too | |||
2012-02-02 | add Segoe UI (Win7) to English default UI font list | Andras Timar | |
and promote Tahoma (Win XP) also removed MS Sans Serif (Win 9x) | |||
2012-02-02 | remove empty DefaultFonts nodes (en fallback is used anyway) | Andras Timar | |
2012-02-02 | remove Andale Sans UI | Andras Timar | |
we don't ship it, OS vendors don't ship it, and has poor Unicode coverage | |||
2012-02-02 | added zh-MO (Chinese in Macau) default fonts, based on zh-HK | Andras Timar | |
2012-02-02 | add/fix default fonts for languages that use Tibetan script | Andras Timar | |
bo is Tibetan, dz is Dzongkha Microsoft Himalaya comes with Vista and Windows 7 Kailasa comes with Mac OS X 10.5 and higher | |||
2012-02-02 | Some cppcheck cleaning | Julien Nabet | |
2012-02-02 | Fix for fdo43460 Part LIX getLength() to isEmpty() | Olivier Hallot | |
Part LIX Modules vcl (part 3) | |||
2012-02-02 | make --with-system-libs behave as documented | Lionel Elie Mamane | |
make it enable --with-system-headers and --with-system-jars also fixup lucene-analyzers.jar search path | |||
2012-02-02 | Reduced tools/string usage further | Stephan Bergmann | |
2012-02-02 | pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxes | Lionel Elie Mamane | |
2012-02-02 | pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all | Lionel Elie Mamane | |
2012-02-02 | cui: about.cxx: nSpace was not declared in this scope | Michael Stahl | |
2012-02-02 | resolved fdo#42784 BorderLine with only InnerWidth set does not work | Eike Rathke | |
2012-02-03 | Replaced String by rtl::OUString | Takeshi Abe | |
2012-02-02 | pgsql-sdbc: put libs libpq needs *before* libpq in the link line | Lionel Elie Mamane | |
2012-02-02 | I added some links and removed the ok button | dbarisakkurt | |
2012-02-02 | Look for Xcode 3 also in /Xcode3 where I have it ;) | Tor Lillqvist | |
2012-02-02 | Do Package_xml also for iOS so that packimages doesn't fail | Tor Lillqvist | |
2012-02-02 | Silence a few lines of pointless verbiage | Tor Lillqvist | |
2012-02-02 | configure.in: properly close case | Lionel Elie Mamane | |
2012-02-02 | postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSD | Lionel Elie Mamane | |
It is part of the default/core install of (the major distributions of) these OSs | |||
2012-02-02 | fdo#45446: officecfg: turn off SaveBackwardCompatibleODF | Michael Stahl | |
As detailed in the bug, this option is the reason why LO writes several elements and attributes that are not valid in ODF; the corresponding bugs in the import filters are all fixed in OOo 2.4 or earlier, so there is no reason to risk interoperability problems with other ODF impolementations for this any more. | |||
2012-02-02 | fdo#45447: add an assertion when anchored to page 0 | Michael Stahl | |
XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor page number; this really should be fixed in Writer/writerfilter though. | |||
2012-02-02 | fdo#45534: ODF export: fix draw:fit-to-size | Michael Stahl | |
In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the new values if the extended format is selected. (regression introduced with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34) | |||
2012-02-02 | fdo#45449: ODF export: frames: invalid "min-width" | Michael Stahl | |
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the fo:min-width and fo:min-height attributes so that they end up at the draw:text-box element, and not at draw:frame where they are invalid. Testing reveals that the ODF import can already handle reading the attributes from the draw:text-box elements, so there doesn't seem to be a backward compatibility problem. | |||
2012-02-02 | fdo#45450: sc: ODF export: cell styles: | Michael Stahl | |
Only write "style:vertical-justify" and "css3t:text-justify" in ODF extended mode. (regression from 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6) | |||
2012-02-02 | fdo#37024: SwView::SwView: fix BROWSE_MODE setting: | Michael Stahl | |
Apparently there is a check in SwDoc::SetAllUniqueFlyNames so that when frames with certain anchor types are in a document, then SetLoaded() is never called. Checking this flag via IsLoaded() here seems unnecessary. This problem was introduced with ebc5777548dea42ed966a16c66d879b1485bbfb4, from CWS swlayoutrefactoring. | |||
2012-02-02 | fdo#38752: xmloff: add assertion for default-page-layout | Michael Stahl | |
2012-02-02 | dmapper: Switch paragraphs to RTL based on the value of w:BiDi. | Muhammad Haggag | |
This is a fix for 43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified. Cause: dmapper used to treat the presence of a w:BiDi element in a paragraph's properties as an indicator of RTL directionality, which is incorrect. A w:BiDi element may have a value of 0, indicating LTR. Fix: Inspect the integral value of w:BiDi elements before switching to RTL. | |||
2012-02-02 | Try to fix the MinGW build with a simple solution | Jesús Corrius | |
2012-02-02 | Chose xslt filters for default install, not for minimal though | Fridrich Štrba | |
2012-02-02 | unsigned int->sal_uInt32 | Caolán McNamara | |
2012-02-02 | Revert "Win32 API calls use the Unicode versions by default" | Jesús Corrius | |
This reverts commit 157a32f0dc2eaa195ff60e8b60902554e73e999f. The patch is good but it breaks the MinGW build because the compiler is misconfigured and by default the API calls there are ANSI. | |||
2012-02-02 | Reduced tools/string usage | Stephan Bergmann | |
plus some preliminary cfgex clean up. | |||
2012-02-02 | missing semicolon | Korrawit Pruegsanusak | |
2012-02-01 | Unit converter data no longer relies on StrCollection. | Kohei Yoshida | |
2012-02-01 | Method description. | Kohei Yoshida | |
2012-02-01 | Always look up chart objects by name, change method names' casing. | Kohei Yoshida | |
The old container always perform lookups by name only. | |||
2012-02-01 | We don't really need GetCount(). | Kohei Yoshida | |
2012-02-01 | ScChartListenerCollection is no longer a child of ScStrCollection. | Kohei Yoshida | |
2012-02-01 | std::auto_ptr to boost::scoped_ptr. | Kohei Yoshida | |
2012-02-01 | non-inline the chart collection getter. | Kohei Yoshida | |
2012-02-01 | InsertData to AppendData, to hide the insert position. | Kohei Yoshida | |
Only a few places in sc specified insert position, and those were not strictly necessary. | |||
2012-02-02 | remove unused test document, use the ods version instead | Markus Mohrhard | |