Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-24 | RtfAttributeOutput: remove unnecessary includes | Miklos Vajna | |
2011-11-24 | SwIndex, SwIndexReg::~SwIndexReg: deploy assert() | Michael Stahl | |
2011-11-24 | SwIndex: remove global EmptyIndexArray | Michael Stahl | |
2011-11-24 | SwIndex: cleanup: add Init method | Michael Stahl | |
2011-11-24 | SwIndex: clean up Remove duplication | Michael Stahl | |
2011-11-24 | SwIndex: style cleanup | Michael Stahl | |
2011-11-24 | sw: remove debug instance counting | Michael Stahl | |
There are various classes that in DBG_UTIL mode count their instances with a global variable, and give each instance a unique serial number. The purpose of this exercise is somewhat unclear to me. This removes the instance counting from: SwNumberTree, SwIndex, SwNodeIndex, SwNumRule | |||
2011-11-24 | sw: remove some debugging cruft | Michael Stahl | |
2011-11-24 | sw: enable more debug code: | Michael Stahl | |
Whole bunch of code is #if OSL_DEBUG_LEVEL > 1, reduce that to > 0 so more assertions are active when building --enable-debug or --enable-dbgutil. | |||
2011-11-24 | SwShell{,Table}Crsr: remove pointless overrides of IsSelOvr | Michael Stahl | |
2011-11-24 | SwLinePortion::Check is useless | Michael Stahl | |
2011-11-24 | sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTIL | Michael Stahl | |
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects. | |||
2011-11-23 | fdo#39589: Avoid using ulimit_cast between signed and unsigned. | Kohei Yoshida | |
If you do, things go very very wrong. These *limit_cast try to be clever and check ranges of various types before casting, but they fail to do the right thing when casting a signed integer into unsigned. | |||
2011-11-23 | fix some stray typos | Caolán McNamara | |
2011-11-23 | IniParser::Dump uncalled, but potentially useful for debugging | Caolán McNamara | |
2011-11-23 | remove various EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | fix for pesky pre-language-defect-fix gcc 4.0.1 | Caolán McNamara | |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | add string::strip, can replace EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | for mixed script mode use sample latin text | Caolán McNamara | |
2011-11-23 | unused local string | Caolán McNamara | |
2011-11-23 | unused ScRangeName::copyLocalNames | Caolán McNamara | |
2011-11-24 | 118414: applied patch, added forcing that SfxItemSet inside ↵ | alg | |
AttributeProperties::SetModel * found as LGPLv3-only fix at svn rev 1179654 (http://svn.apache.org/viewvc?view=revision&revision=1179654) | |||
2011-11-23 | i118560 - slide sorter: pass PageSelector object by reference | awf | |
* found as LGPLv3-only fix at svn rev 1196092 (http://svn.apache.org/viewvc?view=revision&revision=1196092) | |||
2011-11-23 | Fixup pptx export after impress212 merges. | Thorsten Behrens | |
2011-11-23 | Removed, better fix just in via i#105675 | Thorsten Behrens | |
2011-11-23 | impress212: #i97241# fixed relative links | erack | |
* found as LGPLv3-only fix at svn rev 1167641 (http://svn.apache.org/viewvc?view=revision&revision=1167641) | |||
2011-11-23 | impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages | erack | |
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640) | |||
2011-11-23 | impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdf | erack | |
* found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635) | |||
2011-11-23 | impress212: export images with relative links | erack | |
# User Daniel Rentz [dr] <daniel.rentz@oracle.com> * found as LGPLv3-only fix at svn rev 1167625 (http://svn.apache.org/viewvc?view=revision&revision=1167625) | |||
2011-11-23 | impress212: #i97241# added relative links | erack | |
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624) | |||
2011-11-23 | impress212: #i71731# fixed fill bitmap - pattern import | erack | |
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167623 (http://svn.apache.org/viewvc?view=revision&revision=1167623) | |||
2011-11-23 | impress212: #i117042# added fix for i_updt1.bas testcase | erack | |
* found as LGPLv3-only fix at svn rev 1167621 (http://svn.apache.org/viewvc?view=revision&revision=1167621) | |||
2011-11-23 | impress212: #i81610# fixed animation export | erack | |
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620) | |||
2011-11-23 | impress212: #i105675# better keyboard handling in animation create dialog | erack | |
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618) | |||
2011-11-23 | Call getResult with fully qualified name. | Stephan Bergmann | |
2011-11-23 | updated Latin [la-VA] locale data | Roman Eisele | |
2011-11-23 | Simplify it a bit. | Kohei Yoshida | |
2011-11-23 | Let's throw out-of-bound exception on out-of-bound destination position. | Kohei Yoshida | |
2011-11-23 | importSheet from an external provided document | Laurent Godard | |
define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it. | |||
2011-11-23 | Silence bogus MSC "must return a value" errors. | Stephan Bergmann | |
2011-11-23 | -Werror=unused-but-set-variable fix | Stephan Bergmann | |
2011-11-23 | fixed the German translations | Petr Mladek | |
Ränder means margins Umrandung means borders | |||
2011-11-23 | Translated German comments to English. | Philipp Weissenbacher | |
2011-11-23 | add mouse resize (and other bits ) to gsoc formulabar | Noel Power | |
2011-11-23 | Whitespace and expand comment, drop useless rm. | Tomas Chvatal | |
2011-11-23 | Make SampleICC switchable between system and internal one. | Tomas Chvatal | |
2011-11-23 | std::map::erase takes a nonconst iterator | Caolán McNamara | |
2011-11-23 | update list post SwSelBoxes conversion | Caolán McNamara | |
2011-11-23 | version information from Arnaud on deprecating the getpid workaround. | Michael Meeks | |