summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-24RtfAttributeOutput: remove unnecessary includesMiklos Vajna
2011-11-24SwIndex, SwIndexReg::~SwIndexReg: deploy assert()Michael Stahl
2011-11-24SwIndex: remove global EmptyIndexArrayMichael Stahl
2011-11-24SwIndex: cleanup: add Init methodMichael Stahl
2011-11-24SwIndex: clean up Remove duplicationMichael Stahl
2011-11-24SwIndex: style cleanupMichael Stahl
2011-11-24sw: remove debug instance countingMichael 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-24sw: remove some debugging cruftMichael Stahl
2011-11-24sw: 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-24SwShell{,Table}Crsr: remove pointless overrides of IsSelOvrMichael Stahl
2011-11-24SwLinePortion::Check is uselessMichael Stahl
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects.
2011-11-23fdo#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-23fix some stray typosCaolán McNamara
2011-11-23IniParser::Dump uncalled, but potentially useful for debuggingCaolán McNamara
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23fix for pesky pre-language-defect-fix gcc 4.0.1Caolán McNamara
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23add string::strip, can replace EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23for mixed script mode use sample latin textCaolán McNamara
2011-11-23unused local stringCaolán McNamara
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara
2011-11-24118414: 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-23i118560 - slide sorter: pass PageSelector object by referenceawf
* found as LGPLv3-only fix at svn rev 1196092 (http://svn.apache.org/viewvc?view=revision&revision=1196092)
2011-11-23Fixup pptx export after impress212 merges.Thorsten Behrens
2011-11-23Removed, better fix just in via i#105675Thorsten Behrens
2011-11-23impress212: #i97241# fixed relative linkserack
* found as LGPLv3-only fix at svn rev 1167641 (http://svn.apache.org/viewvc?view=revision&revision=1167641)
2011-11-23impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
2011-11-23impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdferack
* found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635)
2011-11-23impress212: export images with relative linkserack
# 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-23impress212: #i97241# added relative linkserack
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-23impress212: #i71731# fixed fill bitmap - pattern importerack
# 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-23impress212: #i117042# added fix for i_updt1.bas testcaseerack
* found as LGPLv3-only fix at svn rev 1167621 (http://svn.apache.org/viewvc?view=revision&revision=1167621)
2011-11-23impress212: #i81610# fixed animation exporterack
# 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-23impress212: #i105675# better keyboard handling in animation create dialogerack
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)
2011-11-23Call getResult with fully qualified name.Stephan Bergmann
2011-11-23updated Latin [la-VA] locale dataRoman Eisele
2011-11-23Simplify it a bit.Kohei Yoshida
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida
2011-11-23importSheet from an external provided documentLaurent Godard
define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it.
2011-11-23Silence bogus MSC "must return a value" errors.Stephan Bergmann
2011-11-23-Werror=unused-but-set-variable fixStephan Bergmann
2011-11-23fixed the German translationsPetr Mladek
Ränder means margins Umrandung means borders
2011-11-23Translated German comments to English.Philipp Weissenbacher
2011-11-23add mouse resize (and other bits ) to gsoc formulabarNoel Power
2011-11-23Whitespace and expand comment, drop useless rm.Tomas Chvatal
2011-11-23Make SampleICC switchable between system and internal one.Tomas Chvatal
2011-11-23std::map::erase takes a nonconst iteratorCaolán McNamara
2011-11-23update list post SwSelBoxes conversionCaolán McNamara
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks