summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-15ByteString->rtl::OStringCaolán McNamara
2011-10-15don't need getExecutableDirectory anymoreCaolán McNamara
2011-10-15callcatcher: some unused codeCaolán McNamara
2011-10-15now drop not available yet includesCaolán McNamara
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-15get TestResult dtor before osl::Module dtorCaolán McNamara
2011-10-15Related: fdo#41642 add regression testCaolán McNamara
2011-10-15Resolves: fdo#41642 detect loops in StgDirStrm entry chainsCaolán McNamara
2011-10-15mkdocs: sort module listMiklos Vajna
2011-10-15Try to handle more text-box propertiesFridrich Štrba
2011-10-15add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build)Rene Engelhard
2011-10-14rename kanxi to kangxi for correctnessLior Kaplan
2011-10-14fdo#41080: fix crash while importing footnotes in RTF tablesMiklos Vajna
2011-10-13A cppcheck cleaning with some simplificationJulien Nabet
2011-10-13Fix build problem with the 'attribute' namespace.Fridrich Štrba
2011-10-13icu-config check that survives older icu versions.Jan Holesovsky
2011-10-13po2lo: the po parser should be reset before starting a new fileMiklos Vajna
2011-10-13MinGW does not need the external .dll's.Jan Holesovsky
2011-10-12officecfg: hack: adapt Help pathMichael Stahl
this is just to get my smoketest running and should be revisited.
2011-10-12Configuration.mk: add nodeliver modeMichael Stahl
Add a special mode where a Configuration does not deliver to the solver, and use it in Configuration_mediawiki, preventing the files from officecfg being overwritten by files from swext. Should fix the annoying sc_test_filters failure and the smoketest as well if the mediawiki extension is enabled.
2011-10-12remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3cMichael Stahl
2011-10-12Some cppcheck cleaningJulien Nabet
2011-10-12treat "-" as entire rangeIvan Timofeev
2011-10-12extract a common inline function into headerTakeshi Abe
2011-10-12Header/Footer: Implemented fade in/outCédric Bosdonnat
2011-10-12Page Break: Make the line control thicker to ease fade in/outCédric Bosdonnat
2011-10-12Header/Footer: using the drawinglayer to paint the indicatorCédric Bosdonnat
First step before implementing Fade In/Out
2011-10-12write out the text margins in text blockFridrich Štrba
2011-10-11tpcolor.cxx: unused parameter warningMichael Stahl
2011-10-11tail_build: fix non-parallel build problemMichael Stahl
2011-10-11xmluconv.hxx: noncopyable (thank you tinderbox)Michael Stahl
2011-10-11fix XColorList related crasher in tools->options, and try to clean moreMichael Meeks
2011-10-11nss: replace Linux 3.0 workaround with one for 3.xMichael Stahl
2011-10-11mysqlcppconn: work around weird gcc issueMichael Stahl
2011-10-11#i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverterMichael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-11partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72Michael Stahl
2011-10-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl
2011-10-11move #endif to better placeMatúš Kukan
2011-10-11deprecated decl. from ext. lib.David Tardon
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-10these can go behind DEBUG_CONTEXT_HANDLERCaolán McNamara
2011-10-10Page Break: fade in / fade out the button when mouse if over the lineCédric Bosdonnat
2011-10-10Clone Caolán's work for wntgcci.mk tooFridrich Štrba
2011-10-10reduce noise, split c/c++ warnings flagsCaolán McNamara
2011-10-10ignore libxslt .memdump and LibO lock filesCaolán McNamara
2011-10-10Simplify logic to use std::vector's .empty()Kevin Hunter
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it.