Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste | Michael Meeks | |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
2011-09-26 | Fixed DBG_ASSERT broken by recent commit. | Stephan Bergmann | |
2011-09-26 | more post colortable cleanup | Michael Meeks | |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael Meeks | |
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too | |||
2011-09-23 | Fix comment to reference the right bugtracker. | Jan Holesovsky | |
2011-09-22 | Fix #i118456# make sure TextEdit changes get pushed to model | Armin Le Grand | |
(cherry-picked from http://svn.apache.org/viewvc?rev=1174130&view=rev) | |||
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-17 | fdo#38391: don't crash while dropping texture | Ivan Timofeev | |
2011-09-16 | Simplified setting headless mode for smoke-/subsequenttetss. | Stephan Bergmann | |
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless. | |||
2011-09-14 | Fix of localised template name problems in Impress part 1 | Peter Rabi | |
Template entries now appear in the correct word order in their representation in TemplateScanner. That makes dlgass template listboxes work as expected. Contributed under license LGPLv3+/MPL. | |||
2011-09-13 | remove this TODO created in 2000 | Julien Nabet | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-11 | Initial DocumentSettingsSerializer implementation | Michael Meeks | |
2011-09-11 | initial DocumentSettingsSerializer interface impl. | Michael Meeks | |
2011-09-11 | add XPropertyList enum, factory, and associated cleanup | Michael Meeks | |
2011-09-09 | convert the last of sd's ByteStrings to rtl::OString[Buffer] | Caolán McNamara | |
fix potential bug in "3D" search while I'm at it I guess | |||
2011-09-08 | ByteString->rtl::OString, etc | Caolán McNamara | |
2011-09-07 | surely a terrible idea to use a random system encoding here | Caolán McNamara | |
2011-09-07 | use read_uInt8s_AsOString here | Caolán McNamara | |
2011-09-07 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-06 | Fix hang in slideshow. | Thorsten Behrens | |
This fixes fdo#32861, by processing all remaining events after the post-yield callback comes around (that's supposed to be the time when the app can spend time on event processing). | |||
2011-09-05 | callcatcher: drop some Impl methods, regenerate list | Caolán McNamara | |
2011-08-30 | regenerate list | Caolán McNamara | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-29 | tweak for change | Caolán McNamara | |
2011-08-29 | valgrind: various unused code | Caolán McNamara | |
2011-08-29 | WaE: unused variable | Caolán McNamara | |
2011-08-26 | export the source storage to import filter, to mirror TargetStorage for export | Michael Meeks | |
2011-08-23 | Remove unused parameter: XFillGradientItem | Joseph Powers | |
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it. | |||
2011-08-23 | ditch deprecated api | Caolán McNamara | |
2011-08-23 | n#699334: Legacy Diagram Text import. | Muthu Subramanian | |
- Imports Legacy Text. - Formatting info is not imported. | |||
2011-08-22 | Make template names appear in the correct word order | Peter Rabi | |
This patch turns on sorting in many listboxes containing template or region names in Impress. Contributed under license LGPLv3+/MPL. | |||
2011-08-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-18 | Remove SD_DLLPUBLIC, it breaks Windows build. | Jan Holesovsky | |
If there is a method that needs to be public, better SD_DLLPUBLIC just that one. | |||
2011-08-18 | Revert "windows compiler insist to have access to delete[], no matter what" | Jan Holesovsky | |
This reverts commit 0ae3794348be4520adff16eebaa9486c56de70e8. | |||
2011-08-17 | convert i18npool to gbuild | Matúš Kukan | |
2011-08-17 | Fixed template dimension problem on Impress. | Jeffrey Chang | |
This fixes fdo#32719. | |||
2011-08-16 | WaE: unused variable | Caolán McNamara | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-14 | merge snafuu: d.lst should be empty for gbuild module | Norbert Thiebaud | |
2011-08-15 | Fix ruler to not generate negative left indent | Thorsten Behrens | |
This fixes n#707779 - previously, with larger number format AbsLSpace, LRSpace's left indent could easily become negative - which the EditEngine does not like at all & exhibits repaint errors. | |||
2011-08-13 | windows compiler insist to have access to delete[], no matter what | Norbert Thiebaud | |
2011-08-12 | Replace List with std::vector< ::basegfx::B2DPolyPolygon* > | Joseph Powers | |
2011-08-12 | Import SmartArt graphics to Impress | Thorsten Behrens | |
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com | |||
2011-08-12 | WaE: pesky gcc 4.0.1 | Caolán McNamara | |