summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-16Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocksJulien Nabet
This fdo contains 2 files with which I had a different crash for each of them. This patch fixes one of the 2 crashes. Change-Id: Ic67cad4de4b66e913debe95efc04db3ae6fbf781
2012-06-16gbuildification of saxNorbert Thiebaud
Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f
2012-06-16gbuildification of ucbhelperNorbert Thiebaud
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
2012-06-16revert gmk4Norbert Thiebaud
Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1
2012-06-16basebmp gbuildificationNorbert Thiebaud
Change-Id: I9b24ff3503b1dc1198aab622e36224e75cb31255
2012-06-15revert gmk4 commitNorbert Thiebaud
Change-Id: I386d735645de648b08fa10baec4884d253f5a681
2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
2012-06-15hook for calling from .docx filter to starmath for writting formulasNorbert Thiebaud
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff
2012-06-15convert i18npool to gbuildNorbert Thiebaud
Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869 Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305
2012-06-15Add consistent Emacs and vim mode linesNorbert Thiebaud
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
2012-06-15gb_Library_PLAINEXT->gb_Library_DLLEXTNorbert Thiebaud
Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca
2012-06-15add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara
2012-06-15remove all traces of offuh from makefilesDavid Tardon
2012-06-15ugly fix to a dependency problem in starmath_qa_ccpunitNorbert Thiebaud
2012-06-15avoid object double include in starmathNorbert Thiebaud
2012-06-15reenable unit testNorbert Thiebaud
cherry-picked from 95357d3144b817726507758c1314a82303c25157 Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1
2012-06-15move UNO API test to subsequentchecksDavid Tardon
2012-06-15migrate starmath subsequenttests to gbuildNorbert Thiebaud
cherry-picked from 969d60a477742d24afe370fae70db057d2db9341 Change-Id: I074f2f024624aafea4456304295d747318755ffd
2012-06-15convert starmath to gnumakeNorbert Thiebaud
cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042
2012-06-15revert gmk4 mismergeNorbert Thiebaud
Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
2012-06-15fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7bNorbert Thiebaud
Change-Id: I8105fc255e6ad7d9d102cbd1928329453b9ca7e8
2012-06-16Dialog for Smooth filterTomaž Vajngerl
Added dialog for smooth (gaussian blur) filter which now accepts a parameter for setting the strenth of smoothing (bluring). Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
2012-06-16Fix wrong variable name in Smooth filter parameters class.Tomaž Vajngerl
Change-Id: I4ad84a293f662a6e191758c30660ac11142aa3eb
2012-06-16Separable Gaussian Blur and Unsharpen Mask filter.Tomaž Vajngerl
Currently implemented Gaussian Blur filter uses a static matrix which means that the filter can not be parameterized. The new implementation of Gaussian Blur filter and accepts a blur radius as a parameter so the user can change the strength of the blur. For this the blur matrix is generated at each call. The new Blur implementation reuses separable convolution from Lanzcos rescale. For negative values of radius the Bitmap will be sharpened. For this an Unsharpen Mask filter is used, which is actually a blurred image substracted from the original image.
2012-06-16Add new Scale modes, simplify convolution calculation.Tomaž Vajngerl
Convolution calculation now uses 2x transposing horizontal pass instead of horizontal and vertical which simplifies the code by reducing code duplication. Instead of more convolution methods, only one generic method is used and kernels are now a parameter to the method. For this Kernel class was introduced with responsibility to calculate kernel walues and hold kernel specific information. Besides Lanzcos resampling also Box, Bilinear and Bicubic resampling was introduced. Box is the simplest and fastest but with still good quality.
2012-06-15Some UI tweeks - trying to get long filenames to display nicely.Iain Billett
2012-06-15Fixed folder navigation in list view.Iain Billett
2012-06-15Fixed view type persistence problem.Iain Billett
2012-06-15Fix view toggle menu item label.Iain Billett
2012-06-15Regression test for fdo#46757Caolán McNamara
Change-Id: I41a11bda977cbd5b4b2352776f06fba0e0457a43
2012-06-15Fix another crash in exotic circumstancesFridrich Štrba
Change-Id: If91c33dad811d5c9a34581773f7f6a7f86dd82bd
2012-06-15move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&pasteMiklos Vajna
2012-06-15fdo#46757 Word/character count incorrect with record changes enabledMuhammad Haggag
We were ignoring redlined (deleted) text when counting characters, but not when counting words or characters without spaces. We now mask all redlined/hidden content from the expanded node text before operating on it. Change-Id: If882a6dde883a2ba0ca99909ca7ac2b9abd4a1fb
2012-06-15Added a list view to the Android UI.Iain Billett
2012-06-15fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna
Change-Id: I3358fad4949c2c21ecf63983a36b7c8428df9f06
2012-06-15Fix pyuno.so name on Mac OS XStephan Bergmann
...which also needs a change to the logic that symlinks *.jnilib to *.dylib, as that would have symlinked pyuno.so onto itself (as it contains no .dylib). (And while we are at that, anyway, also only store relative paths in the symlinks.) Change-Id: I6f3e9effc4d185df935795958cc84e60e862a424
2012-06-15add HelpId to key binding selection listboxAndras Timar
Change-Id: I90cba97c112af81ca50feca5bfa70d0d651b6083
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-15SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore eitherCaolán McNamara
Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146
2012-06-15use new configmgr api and devomit visible codeCaolán McNamara
Change-Id: I386725e07c34336249dfc935b1e9f9624d1d3be8
2012-06-15WaE: clear higher debugging levels warningsCaolán McNamara
Change-Id: I611dc412b5461f368f23aa8239e48d0e175f5168
2012-06-15Remove unused template.cxxThomas Arnhold
Change-Id: Ie269fb800390dbc3f37f0002509ebcccafb038de
2012-06-15Remove some PCH leftoversThomas Arnhold
There are still some pch headers in use. Simply: find . -name *_pch* Change-Id: Idafcd4f1451877ad9b08c8bbea526266d7414553
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-15Avoid bogus "may be used uninitialized" warningStephan Bergmann
Change-Id: Ib763b8ab1e728d400859a7abb355bba182b28684
2012-06-15n#750935 fix docx import of w:evenAndOddHeadersMiklos Vajna
Change-Id: I172073bac10e8d0449c0f5c0a226dd7ace013376
2012-06-15sw/qa: move getStyles from rtftok to base class, to be used by ooxmltokMiklos Vajna
Change-Id: I137c0a42ab8413213d93f1bbd868077e2c042ce0
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston
Since Excel doesn't support named database ranges, I also added tests for unnamed database ranges for ods, xls, and xlsx. Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7
2012-06-15Remove unused argumentCor Nouws
Change-Id: Id646516a71800fbc0fe82595b51f4468f12954d3