summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-26callcatcher: update list, Table::Seek goneCaolán McNamara
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara
2012-03-26WaE: compile under product and dbgutil modesCaolán McNamara
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-26ditch collection of static OUStringsCaolán McNamara
2012-03-26fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara
2012-03-26dead helper dirCaolán McNamara
2012-03-26oox: fix doxygen syntax to avoid misleading output in ShapeTypeModelMiklos Vajna
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba
2012-03-26Fix fdo#47406 incorrect relative moves after closePathThorsten 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-26fdo#34324 put 16x16 math icon in RGB color spaceAndras Timar
2012-03-26sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák
there's a dlopen of it somewhere in sal's string classes
2012-03-26Fix recent paintfrm.cxx regressionsStephan 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-26Adapt arrowhead pathes to corrected svg path z hanglingRegina Henschel
2012-03-26fdo#42328 Impress slide backgrounds with Liberation fontsOlivier Hallot
2012-03-26fdo#42328 Impress slide backgrounds with Liberation fontsOlivier Hallot
2012-03-26prevent update during init in name dlgs, related fdo#45679Markus Mohrhard
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard
2012-03-26sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard
2012-03-26clean-up sc's macros_test a bitMarkus Mohrhard
2012-03-26disable password test onwindows for nowMarkus Mohrhard
2012-03-25rtftok: added missing test documentMiklos Vajna
2012-03-25use $(file in gbuild when availableNorbert Thiebaud
2012-03-25detect of gnumake support $(file functionNorbert 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-25disable failing testMarkus Mohrhard
missing test document
2012-03-25enable slowcheck for top level make all againMatúš Kukan
2012-03-25WaE: one more newly unused variableMarkus Mohrhard
2012-03-25packimages: missing dependencyMatúš Kukan
2012-03-25svl: add include path and more add_package_headersMatúš Kukan
2012-03-25fix mingw build, properly set LO_LIB_DIRMatúš Kukan
2012-03-25revert accidently commited linesMarkus Mohrhard
2012-03-25remove newly unused variableMarkus Mohrhard
2012-03-25Revert "simplify code - remove unnecessary and complicated allocation"Markus Mohrhard
This reverts commit 3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c.
2012-03-25Revert "restructure insert code as a precursor to further simplification"Markus Mohrhard
This reverts commit 4aa72e0dee42c80667083c0b86a3d0ec5381c1ae.
2012-03-25Revert "if/else branches contain same code"Markus Mohrhard
This reverts commit 13bf19769e6e0522d920594225b9baa2c1b7dd63.
2012-03-25Revert "remove unnecessary use of local variable and auto_ptr"Markus Mohrhard
This reverts commit 6af00cf90f4314be11ac7d8f186bb9da4f228cf1.
2012-03-25Revert "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-25fix windows build, properly set LO_LIB_DIRMatúš Kukan
2012-03-24check end of iterator with != instead of <Julien Nabet
2012-03-25removed unused AnimationSchemesPanelTakeshi Abe
this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8
2012-03-25removed duplicate includes in sdTakeshi Abe
2012-03-24i18npool: use CustomTarget_*.mk makefilesMatúš Kukan
Also done lot of simplification and modernization.
2012-03-24packimages: do not use custom MakefileMatúš Kukan
2012-03-24Remove unused class.Rafael Dominguez
2012-03-24git-hooks: commit-msg should not search for whitespace in the diff itselfMiklos 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-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna
2012-03-24rtftok: various refactoringMiklos 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