summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-10MAC_WITHOUT_EXT never defined thesedaysCaolán McNamara
2012-01-10Translate German comments and correct a few English onesPhilipp Weissenbacher
2012-01-10Translate German commentsPhilipp Weissenbacher
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10we know that the encoding is not UTF-16 hereCaolán McNamara
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-09fdo#36681: refresh the layout after inserting a pictureCédric Bosdonnat
2012-01-09don't use an invalidated iteratorLuboš Luňák
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-08sw: drop exec bit of cxx filesMiklos Vajna
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-08UI elements begin with upper caseAndras Timar
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-07catch exception by constant referenceTakeshi Abe
2012-01-07Page Breaks: IsLeaveWindow() is unreliable, we do not need it here.Jan Holesovsky
2012-01-07Header/Footer, Page Breaks: Delay appearing by 500ms.Jan Holesovsky
The delay was a good idea, just the 1s was too long.
2012-01-07Page Breaks: Vertically center the control.Jan Holesovsky
It is not necessary to draw it below the line when we draw it where the cursor stands; avoids disappearing when the user moves the cursor a bit up.
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2012-01-06sw: tweak comment translation 43b9be10Michael Stahl
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-06fdo#32726: search for index entries in the whole document, not only the bodyCédric Bosdonnat
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05fdo#40250: safer protection check... why using the layout for this?Cédric Bosdonnat
2012-01-05Header/Footer: fix some bad indicators updates due to wrong call orderCédric Bosdonnat
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05Page Break: center the tab on the mouse and remove click on the lineCédric Bosdonnat
2012-01-05Resolves: fdo#43867 collection of problems causing loss of ole2 previewsCaolán McNamara
a) factor out part of SvXMLEmbeddedObjectHelper::ImplGetStorageNames as splitObjectURL to reuse in SvXMLGraphicHelper::ImplGetStreamNames to get better url splitting logic to handle "./ObjectReplacements/foo" b) FN_UNO_REPLACEMENT_GRAPHIC_URL and FN_UNO_GRAPHIC ids collide urls incorrectly treated as graphics c) imported preview images for objects set on a temporary svt::EmbeddedObjectRef *copy* of the object, not the real object.
2012-01-05more informative debugging outputCaolán McNamara
2012-01-05sObjectReplacements string unreferencedCaolán McNamara
2012-01-05Related: fdo#43867 header styles contain content like document bodyCaolán McNamara
If we have to acquire before inserting content into a document, then we also need to acquire before copying styles into a document, seeing as header styles contain content, so whatever can happen during content insertion can happen during the content insertion of the contents of a header style.
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-05GetTokenCount on empty string is always 0Caolán McNamara
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara
2012-01-04Page Break: fixed position of tab in RTL and added dirty hack for freezesCédric Bosdonnat
2012-01-04Header/Footer: switch cursor between header and footer using the cursorCédric Bosdonnat
This fixes commit cce76e658af88813e17dea4f04388a29d7e582df.
2012-01-04Page Break: fix remaining indicator in some casesCédric Bosdonnat
When creating a new page without using a page break, before a page break, there was a remaining indicator. These are now checked and removed to avoid such cases.
2012-01-04Page Break, Header/Footer: fixed the line color change if config changesCédric Bosdonnat
2012-01-04Page Break: show the page break right under the mouseCédric Bosdonnat
2012-01-04sw: tweak comment translationsMichael Stahl
2012-01-04Translate German comments to English and correct the English onesPhilipp Weissenbacher
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
Remove SvStrings definition and obsolete #defines.
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden