Age | Commit message (Expand) | Author |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | use exponential 'E' format for General when appropriate | Eike Rathke |
2015-09-29 | Nobody would go down the corridor anymore | Miklos Vajna |
2015-09-18 | Some follow-up #include clean-up | Stephan Bergmann |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-12 | nRepPos is never read | Matteo Casalin |
2015-09-10 | convert Link<> to typed | Noel Grandin |
2015-09-07 | tdf#91383: sw: prevent style preview from actually creating styles | Michael Stahl |
2015-09-07 | svl: tdf#88206 replace cppu::WeakImplHelper* | Takeshi Abe |
2015-09-01 | sw: include limits.h to fix build on Ubuntu 12.04 | Justin Luth |
2015-08-31 | rename _Disconnect to Disconnect | Caolán McNamara |
2015-08-31 | Disconnect and Connect don't do anything now | Caolán McNamara |
2015-08-31 | warning C4100: 'nId' : unreferenced formal parameter | Caolán McNamara |
2015-08-31 | aDisconnectLink is never called, so remove it | Noel Grandin |
2015-08-31 | aConnectLink is never set, so remove it | Noel Grandin |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-20 | tweak config-less sysconfig path | Caolán McNamara |
2015-08-20 | loplugin: defaultparams | Noel Grandin |
2015-08-19 | Consolidate isFileUrl checks | Stephan Bergmann |
2015-08-18 | Remove newly unused ucbhelper/fileidentifierconverter.hxx | Stephan Bergmann |
2015-08-18 | Simplify isLocalFile_Impl check | Stephan Bergmann |
2015-08-18 | Content of theIndexTable is known statically | Stephan Bergmann |
2015-08-18 | nNewExtended++ values are all known statically | Stephan Bergmann |
2015-08-17 | make Link<> typed | Noel Grandin |
2015-08-14 | fix windows build, 'unreferenced formal parameter' | Noel Grandin |
2015-08-14 | fix windows build, partial revert of my commit | Noel Grandin |
2015-08-14 | remove default value from SfxPoolItem::PutValue | Noel Grandin |
2015-08-14 | make Link<> instances typed | Noel Grandin |
2015-08-12 | cppcheck: noCopyConstructor | Caolán McNamara |
2015-08-12 | move date/time guess work to SvNumberFormatter::GuessDateTimeFormat() | Eike Rathke |
2015-08-11 | cppcheck: noCopyConstructor | Caolán McNamara |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-08-06 | unit test for short name ambiguity, tdf#93080 | Eike Rathke |
2015-08-06 | Resolves: tdf#93080 short day name and month name may interfere | Eike Rathke |
2015-08-04 | svx,starmath: inline some use-once typedefs | Noel Grandin |
2015-08-03 | tdf#93071 Remove trailing zeroes of scientific in General format | Laurent Balland-Poirier |
2015-07-31 | comphelper: replace boost::function with std::function | Michael Stahl |
2015-07-27 | inline a bunch of use-once macros | Noel Grandin |
2015-07-27 | remove some unused defines | Noel Grandin |
2015-07-20 | loplugin:unusedmethods svl | Noel Grandin |
2015-07-17 | svl: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-16 | tools: replace boost::ptr_vector with std::unordered_map | Michael Stahl |
2015-07-15 | Revert "tools: replace boost::ptr_vector with std::unordered_map" | Norbert Thiebaud |
2015-07-16 | tools: replace boost::ptr_vector with std::unordered_map | Michael Stahl |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-11 | write trailing text subformat also to Excel .xls and .xlsx, tdf#92457 | Eike Rathke |
2015-07-11 | fix string access out of bounds | Eike Rathke |
2015-07-10 | the main text format is not a trailing text format, tdf#92457 follow-up | Eike Rathke |
2015-07-10 | Resolves: tdf#92457 handle trailing text subformat if others omitted | Eike Rathke |