summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-24fix gbuildified accessibilty on windowsPeter Foley
2011-12-24don't display bootstrap and src.downloaded as top level modulesPeter Foley
2011-12-24Repository: fix Windows name for internal libexttextcatMatúš Kukan
2011-12-24support libebook-1.2.so.12 (evolution 3.2)Rene Engelhard
2011-12-24Keep abstract dialog terminology alignedLior Kaplan
2011-12-24std::map* -> std::mapDavid Tardon
2011-12-24make the line work as intended againDavid Tardon
At least I suppose memory corruption is not intended behavior .-)
2011-12-23Fix the build so that this is recognized as an initializer listAugust Sodora
2011-12-24dmapper: clog -> SAL_WARNMiklos Vajna
2011-12-23DECLARE_TABLE->std::mapAugust Sodora
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XIV Modules drawinglayer, dtrans, editeng
2011-12-23OSL_ASSERT -> assertStephan Bergmann
2011-12-23reduce noise from FCFGMerge toolMarcel Metz
2011-12-23move psprint_config to tail_buildDavid Tardon
2011-12-23move dtrans to tail_buildDavid Tardon
2011-12-23move scaddins to tail_buildDavid Tardon
2011-12-24catch exception by constant referenceTakeshi Abe
2011-12-23gb_Jar_add_packagefile needs three args after allDavid Tardon
This partially reverts commit 713e536fe987f4dbd901656fda19ec4908a0a2f1 .
2011-12-23Revert "gb_Jar_add_packagefiles only takes 2 args"David Tardon
This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f.
2011-12-23gb_Jar_add_packagefiles only takes 2 argsDavid Tardon
2011-12-23use generated java sourceDavid Tardon
2011-12-23allow use of generated files in gb_JarDavid Tardon
2011-12-23avoid copying hackDavid Tardon
2011-12-23work around deficiency in jarDavid Tardon
2011-12-23remove unused fileDavid Tardon
2011-12-23move accessibility to tail_buildDavid Tardon
2011-12-23convert windows-specific bits, part 2: libDavid Tardon
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-12-23don't hide images in menus (fdo#31471, fdo#41264)Ivan Timofeev
2011-12-23Writer: Hyperlinks on ToX have 'Index Link' style by defaultCédric Bosdonnat
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot
Part XVI Module extensions
2011-12-23WaE: possibly uninitialized variableCédric Bosdonnat
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard
this fix should restore the old copy/paste behavior in calc and still only paste relevant entries to external programs
2011-12-23adjust absolute refs to copied areas correctlyMarkus Mohrhard
2011-12-23sc test : enhance importSheet tests regarding namedRangesLaurent Godard
2011-12-23adapt DEBUG codeCaolán McNamara
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-22callcatcher: Remove unused codeAugust Sodora
2011-12-22callcatcher: Remove unused codeAugust Sodora
2011-12-22Revert "callcatcher: Remove unused code"August Sodora
This reverts commit bbad7057b2bdb614a5e97a945039323efe39c4ee.
2011-12-22callcatcher: Remove unused codeAugust Sodora
2011-12-22callcatcher: Remove unused codeAugust Sodora
2011-12-22Recover fix for fdo#43931Caolán McNamara
2011-12-22callcatcher: remove unused typeToPrefixCaolán McNamara
2011-12-22fdo#44082: fix hyphenation attributes:Michael Stahl
These have type positiveInteger, so don't write 0 values: 20.191 fo:hyphenation-push-char-count 20.192 fo:hyphenation-remain-char-count
2011-12-22fdo#44073: ODF export: fix layout grid invalid ODFMichael Stahl
The following 3 attributes have been added in ODF 1.2, so don't write them into ODF 1.1 files: style:layout-grid-base-width 20.297 style:layout-grid-snap-to 20.305 style:layout-grid-standard-mode 20.306 Additionally, style:layout-grid-snap-to was written wrongly as style:layout-grid-snap-to-characters, which does not exist in any ODF spec. For backward compatibility with previous OOo/LO versions, write the wrong attribute in addition to the correct one in ODF extended mode, even though validators complain about it (consider removing that some years from now).