summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-02-03Massive indentation fixes, the best I can.Kohei Yoshida
Still not perfect, but it's good enough as a starter...
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida
2012-02-02Remove things not usedJulien Nabet
2012-02-02remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSansAndras 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-02remove DefaultFonts nodes for languages with Latin or Cyrillic scriptAndras Timar
these entries are obsolete, because modern Unicode fonts that are defined in English section cover these languages, too
2012-02-02add Segoe UI (Win7) to English default UI font listAndras Timar
and promote Tahoma (Win XP) also removed MS Sans Serif (Win 9x)
2012-02-02remove empty DefaultFonts nodes (en fallback is used anyway)Andras Timar
2012-02-02remove Andale Sans UIAndras Timar
we don't ship it, OS vendors don't ship it, and has poor Unicode coverage
2012-02-02added zh-MO (Chinese in Macau) default fonts, based on zh-HKAndras Timar
2012-02-02add/fix default fonts for languages that use Tibetan scriptAndras 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-02Some cppcheck cleaningJulien Nabet
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot
Part LIX Modules vcl (part 3)
2012-02-02make --with-system-libs behave as documentedLionel Elie Mamane
make it enable --with-system-headers and --with-system-jars also fixup lucene-analyzers.jar search path
2012-02-02Reduced tools/string usage furtherStephan Bergmann
2012-02-02pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxesLionel Elie Mamane
2012-02-02pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after allLionel Elie Mamane
2012-02-02cui: about.cxx: nSpace was not declared in this scopeMichael Stahl
2012-02-02resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke
2012-02-03Replaced String by rtl::OUStringTakeshi Abe
2012-02-02pgsql-sdbc: put libs libpq needs *before* libpq in the link lineLionel Elie Mamane
2012-02-02I added some links and removed the ok buttondbarisakkurt
2012-02-02Look for Xcode 3 also in /Xcode3 where I have it ;)Tor Lillqvist
2012-02-02Do Package_xml also for iOS so that packimages doesn't failTor Lillqvist
2012-02-02Silence a few lines of pointless verbiageTor Lillqvist
2012-02-02configure.in: properly close caseLionel Elie Mamane
2012-02-02postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSDLionel Elie Mamane
It is part of the default/core install of (the major distributions of) these OSs
2012-02-02fdo#45446: officecfg: turn off SaveBackwardCompatibleODFMichael 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-02fdo#45447: add an assertion when anchored to page 0Michael Stahl
XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor page number; this really should be fixed in Writer/writerfilter though.
2012-02-02fdo#45534: ODF export: fix draw:fit-to-sizeMichael 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-02fdo#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-02fdo#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-02fdo#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-02fdo#38752: xmloff: add assertion for default-page-layoutMichael Stahl
2012-02-02dmapper: 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-02Try to fix the MinGW build with a simple solutionJesús Corrius
2012-02-02Chose xslt filters for default install, not for minimal thoughFridrich Štrba
2012-02-02unsigned int->sal_uInt32Caolán McNamara
2012-02-02Revert "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-02Reduced tools/string usageStephan Bergmann
plus some preliminary cfgex clean up.
2012-02-02missing semicolonKorrawit Pruegsanusak
2012-02-01Unit converter data no longer relies on StrCollection.Kohei Yoshida
2012-02-01Method description.Kohei Yoshida
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
The old container always perform lookups by name only.
2012-02-01We don't really need GetCount().Kohei Yoshida
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida
2012-02-01std::auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-01non-inline the chart collection getter.Kohei Yoshida
2012-02-01InsertData 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-02remove unused test document, use the ods version insteadMarkus Mohrhard