Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | ditch some UniStrings and intermediate temporaries | Caolán McNamara | |
2012-03-26 | callcatcher: update list, Table::Seek gone | Caolán McNamara | |
2012-03-26 | callcatcher: shiny unused method reduction from to-stl conversions | Caolán McNamara | |
2012-03-26 | WaE: compile under product and dbgutil modes | Caolán McNamara | |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara | |
2012-03-26 | ditch collection of static OUStrings | Caolán McNamara | |
2012-03-26 | fold accessibilityoptions_const.hxx into accessibilityoptions.cxx | Caolán McNamara | |
2012-03-26 | dead helper dir | Caolán McNamara | |
2012-03-26 | oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel | Miklos Vajna | |
2012-03-26 | Compatibility option for incorrect relative moves after closePath (fdo#47406) | Fridrich Štrba | |
2012-03-26 | Fix fdo#47406 incorrect relative moves after closePath | Thorsten Behrens | |
I missed the fact that odf export still uses the old exporter in xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx | |||
2012-03-26 | fdo#34324 put 16x16 math icon in RGB color space | Andras Timar | |
2012-03-26 | sal_rtl_strings unittest depends on sal_textenc library | Luboš Luňák | |
there's a dlopen of it somewhere in sal's string classes | |||
2012-03-26 | Fix recent paintfrm.cxx regressions | Stephan Bergmann | |
...as reported by Linux-RHEL6-x86_64@14-with-check tinderbox. For one, e94c4ab5523c7dcbee2f1b7fd47685529498e774 "Conver SV VARARR to std::deque for sw module." did not use rbegin/rend to iterate backwards. For another, e94c4ab5523c7dcbee2f1b7fd47685529498e774 and subsequent 1a412714031bf6cf3f7962b044b2edea74899b46 "fixed crash due to use of STL deque for SwLineRects" failed to get the nested loop "Remove all help line that are almost covered (tables)" at the start of SwSubsRects::PaintSubsidiary converted correctly. This attempt here at fixing it models the original behavior (before conversion) more closely, and hopefully gets it right now. | |||
2012-03-26 | Adapt arrowhead pathes to corrected svg path z hangling | Regina Henschel | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-26 | fdo#42328 Impress slide backgrounds with Liberation fonts | Olivier Hallot | |
2012-03-26 | prevent update during init in name dlgs, related fdo#45679 | Markus Mohrhard | |
2012-03-26 | prevent update during init in new autofilter dlg, fdo#45679 | Markus Mohrhard | |
2012-03-26 | sal_Bool -> bool in dociter.[ch]xx | Markus Mohrhard | |
2012-03-26 | clean-up sc's macros_test a bit | Markus Mohrhard | |
2012-03-26 | disable password test onwindows for now | Markus Mohrhard | |
2012-03-25 | rtftok: added missing test document | Miklos Vajna | |
2012-03-25 | use $(file in gbuild when available | Norbert Thiebaud | |
2012-03-25 | detect of gnumake support $(file function | Norbert Thiebaud | |
$(file is a new function that landed in gnu-make cvs it allow to write a makefile variable directly into a file bypassing the usual command line size limitiation | |||
2012-03-25 | disable failing test | Markus Mohrhard | |
missing test document | |||
2012-03-25 | enable slowcheck for top level make all again | Matúš Kukan | |
2012-03-25 | WaE: one more newly unused variable | Markus Mohrhard | |
2012-03-25 | packimages: missing dependency | Matúš Kukan | |
2012-03-25 | svl: add include path and more add_package_headers | Matúš Kukan | |
2012-03-25 | fix mingw build, properly set LO_LIB_DIR | Matúš Kukan | |
2012-03-25 | revert accidently commited lines | Markus Mohrhard | |
2012-03-25 | remove newly unused variable | Markus Mohrhard | |
2012-03-25 | Revert "simplify code - remove unnecessary and complicated allocation" | Markus Mohrhard | |
This reverts commit 3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c. | |||
2012-03-25 | Revert "restructure insert code as a precursor to further simplification" | Markus Mohrhard | |
This reverts commit 4aa72e0dee42c80667083c0b86a3d0ec5381c1ae. | |||
2012-03-25 | Revert "if/else branches contain same code" | Markus Mohrhard | |
This reverts commit 13bf19769e6e0522d920594225b9baa2c1b7dd63. | |||
2012-03-25 | Revert "remove unnecessary use of local variable and auto_ptr" | Markus Mohrhard | |
This reverts commit 6af00cf90f4314be11ac7d8f186bb9da4f228cf1. | |||
2012-03-25 | Revert "Convert tools/table.hxx to std::map in Chart2PositionMap class" | Markus Mohrhard | |
This reverts commit db3786ee3aa0d8911042c9bbcea02cf36d96dfa1. Conflicts: sc/source/ui/unoobj/chart2uno.cxx | |||
2012-03-25 | fix windows build, properly set LO_LIB_DIR | Matúš Kukan | |
2012-03-24 | check end of iterator with != instead of < | Julien Nabet | |
2012-03-25 | removed unused AnimationSchemesPanel | Takeshi Abe | |
this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8 | |||
2012-03-25 | removed duplicate includes in sd | Takeshi Abe | |
2012-03-24 | i18npool: use CustomTarget_*.mk makefiles | Matúš Kukan | |
Also done lot of simplification and modernization. | |||
2012-03-24 | packimages: do not use custom Makefile | Matúš Kukan | |
2012-03-24 | Remove unused class. | Rafael Dominguez | |
2012-03-24 | git-hooks: commit-msg should not search for whitespace in the diff itself | Miklos Vajna | |
The additional sed removes every line after seeing the first line starting with a #, just like git will do it later as well. See: http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/26794 | |||
2012-03-24 | fdo#46955 fix RTF import of all capitals char prop | Miklos Vajna | |
2012-03-24 | fdo#47036 fix RTF import of multi-paragraph exact height textboxes | Miklos Vajna | |
2012-03-24 | fdo#47036 fix RTF import of shapes inside text frames at the start of the doc | Miklos Vajna | |
2012-03-24 | rtftok: various refactoring | Miklos Vajna | |
To allow frame keywords at the start of the document, we need to: - a single setter method for all frame properties - make the parser state know about its document - make the frame know about its parser state |