summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Collapse)AuthorAgeFilesLines
* these can be constCaolán McNamara2011-11-2234-81/+91
|
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-10/+11
| | | | | | | | | | | * New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
* sw, added a message to a thrown uno::RuntimeExceptionCédric Bosdonnat2011-11-211-1/+2
|
* Improved Header/Footer UI framerateThomas Collerton2011-11-211-3/+3
|
* sw, Add hyperlinks by default in Table of ContentsCédric Bosdonnat2011-11-211-0/+4
|
* sw: added explanations entry to grammar checking popup menuCédric Bosdonnat2011-11-214-1/+52
|
* Convert Sal to rtl::O(U)StringDavid Tardon2011-11-211-1/+1
|
* Remove unnecessary includesAugust Sodora2011-11-201-4/+0
|
* cppcheck: Unused private function 'CSS1Parser::SetLineNr'August Sodora2011-11-201-8/+0
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-1932-64/+92
|
* this aWord is never usedCaolán McNamara2011-11-191-2/+0
|
* add narrow (one letter) month namesEike Rathke2011-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control.
* SwSectionFrm: s/sal_Bool/bool/Michael Stahl2011-11-182-12/+12
|
* fdo#42534: SwRootFrm: clear SwLayouter in dtorCaolán McNamara2011-11-183-3/+18
| | | | This crash is probably a regression introduced by CWS swlayoutrefactoring.
* SwCursor::RestoreSavePos: assert on invalid positionMichael Stahl2011-11-181-4/+10
|
* fdo#40831: SwCursor::RestoreSavePos:Tomofumi Yagi2011-11-181-2/+14
| | | | | Check that position is valid, so the cursor does not point to a non-existent node.
* fdo#40831: SwView::ExecSearch:Michael Stahl2011-11-181-2/+15
| | | | | Replace may delete nodes, so the current cursor position must be stored in a way so that it is corrected when nodes are removed.
* i#102333: SwDoc::ReplaceRangeImpl:Michael Stahl2011-11-181-0/+5
| | | | | | | | | The fix for this (230fcf4a456636bb466f72834cd57238621d206d) was not quite right; there are 2 different join modes, and moving the cursor backward is required in one of them, but not the other. This can be seen when doing replace all ^$ with several consecutive empty lines.
* SwDoc::ReplaceRange: prevent assertionMichael Stahl2011-11-181-0/+3
|
* SwUndoReplace::Impl::UndoImpl: prevent assertion:Michael Stahl2011-11-181-5/+7
| | | | unregister SwIndex local variable from node to be deleted
* SwWrtShell::GetDoStrings: bogus assertionMichael Stahl2011-11-181-2/+1
|
* forgot to consider printing from html sourceIvan Timofeev2011-11-181-1/+1
|
* fix fdo#42178: crash when printing from Page PreviewIvan Timofeev2011-11-182-3/+14
|
* redundant if not-null checks on deleteIvan Timofeev2011-11-1743-142/+76
|
* Remove double space in strings (looks bad in pootle)Lior Kaplan2011-11-171-1/+1
|
* Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky2011-11-173-84/+0
|
* remove obsolete layout codeFelix Zhang2011-11-173-3/+0
|
* removed dead codeTakeshi Abe2011-11-164-204/+0
|
* add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara2011-11-165-31/+45
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Hide Navigation toolbar until neededTim Hardeck2011-11-161-0/+29
| | | | Hide Navigation toolbar until there is something to navigate.
* Address data source ordering x#62860 (part 2)Michael Meeks2011-11-151-1/+1
|
* replaced String in SfxPickList with rtl::OUStringTakeshi Abe2011-11-161-1/+1
| | | | this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
* Cleanup few macros and unused headers.Jan Holesovsky2011-11-155-6/+6
|
* removing obsolete layout codeFelix Zhang2011-11-153-14/+0
|
* avoid crasher from unusual odt document fdo#42785Michael Meeks2011-11-151-1/+1
|
* we don't need to inherit from FiltersTest hereMarkus Mohrhard2011-11-151-16/+1
|
* test file needs to be in doc and not in xlsMarkus Mohrhard2011-11-151-0/+0
|
* move macros_test to swMarkus Mohrhard2011-11-144-0/+377
| | | | the macros_test does not execute a useful macro at the moment
* fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark countsBjoern Michaelsen2011-11-141-5/+4
|
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-144-7/+6
|
* n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat2011-11-128-3/+40
| | | | | Added a compatibility option to reproduce Word's behavior when importing Doc, docx and RTF files. The default behavior isn't changed.
* sw: fixed the dbglevel>1 build: GetBuffer() -> getStr()Cédric Bosdonnat2011-11-121-3/+3
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-117-58/+27
|
* FDO#42453 - EasyHack: remove unused anchor icons ...Julien Chaffraix2011-11-112-5/+0
| | | | Removed the 2 suggested entries as there was no other references to the
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-115-106/+30
| | | | | | | | | | | * solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
* Do not use front of empty vector.Stephan Bergmann2011-11-111-1/+1
|
* SfxObjectShell takes ownership of SfxMedium and SfxFilterMarkus Mohrhard2011-11-111-4/+4
|
* we should close the unit test documents in swMarkus Mohrhard2011-11-111-1/+4
|
* make sw ByteString freeCaolán McNamara2011-11-102-22/+22
|