Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | regenerate list | Caolán McNamara | |
2011-10-10 | Page Break: Fix page break deletion when changing page style | Cédric Bosdonnat | |
2011-10-10 | Page Break: show the button on the right for book mode view | Cédric Bosdonnat | |
2011-10-10 | Warn if declaration follows statement in C-files | Fridrich Štrba | |
2011-10-10 | WaE: -Wsign-promo | Caolán McNamara | |
2011-10-10 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-10 | WaE: inconsistent dll linkage | Tor Lillqvist | |
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-10 | So just drop the duplicate XInvocation base class then | Noel Power | |
2011-10-10 | WaE: type name first seen using 'struct' now seen using 'class' | Tor Lillqvist | |
2011-10-10 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-10 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | |
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-10 | WaE: C4584: foo is already a base-class of bar | Tor Lillqvist | |
'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' : base-class 'com::sun::star::script::XInvocation' is already a base-class of 'com::sun::star::script::XAutomationInvocation' So ignore that warning. No idea if the duplicate base class XInvocation is intentional or not, and I certainly won't dare touch it. I guess the existing pragma to ignore warning C4548 was a typo, and what was intended was this warning, C4584. | |||
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-10 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-10 | add Pali language (Latin script) - fdo#41599 | Andras Timar | |
2011-10-10 | fixing error handling for generated files again | Bjoern Michaelsen | |
2011-10-10 | ensure correct export size type in stream operation | Caolán McNamara | |
2011-10-10 | tidy this a little bit | Caolán McNamara | |
2011-10-10 | callcatcher: remove some unused code | Caolán McNamara | |
2011-10-10 | update unused list | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | remove unused source dir | Caolán McNamara | |
2011-10-10 | make xmloff ByteString free | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | aEmptyByteStr unnecessary | Caolán McNamara | |
2011-10-10 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-10 | update list | Caolán McNamara | |
2011-10-10 | callcatcher: SvxHtmlExportModeConfigItem_Impl unused now | Caolán McNamara | |
2011-10-10 | Simplify drawing of the toolbar indicator. | Jan Holesovsky | |
2011-10-10 | Improve the look of the 'More' toolbar indicator in the non-NWF case. | Jan Holesovsky | |
2011-10-09 | Page Break: don't let the indicator being hidden due to the zoom level | Cédric Bosdonnat | |
2011-10-09 | Make the key names look better under wine. | Jan Holesovsky | |
2011-10-09 | Kill unused code in Ruler. | Jan Holesovsky | |
2011-10-09 | Explicitly enable manifest creation. | Jan Holesovsky | |
Seems to cure the 'desktop' build trouble on Windows. | |||
2011-10-09 | add unit test cases for mathematical functions | Markus Mohrhard | |
2011-10-09 | extend test for spreadsheet functions | Markus Mohrhard | |
2011-10-08 | Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not ↵ | Stephan Bergmann | |
fail. | |||
2011-10-08 | migrate to StringRangeEnumerator in Basic | Ivan Timofeev | |
2011-10-08 | no need to return size_t instead of sal_Int32 | Ivan Timofeev | |
2011-10-08 | allow parsing of joined ranges | Ivan Timofeev | |
i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity, it is doubtful whether users will find this useful. | |||
2011-10-08 | Second attempt at (cross-platform) OSL_FORMAT. | Stephan Bergmann | |
2011-10-08 | convert path for windows | Matúš Kukan | |
2011-10-08 | Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c" | Tor Lillqvist | |
As long as we want to be buildable with MSVC 2008, we can't use C99 features in our C source files. (Yeah, horrible, M$ suxors, etc, complain to your mother.) Please relax the cppcheck enthusiasm, or at least, tune cppcheck to follow C89 for C files. This reverts commit 0921457488898b43152e33d1184929f7436aeeb4. | |||
2011-10-08 | do not use _COMPHELPER_COMPONENT_GETFACTORY macro | Matúš Kukan | |
2011-10-08 | add more component prefixes | Matúš Kukan | |
2011-10-08 | add package to tail_build | Matúš Kukan | |
2011-10-08 | use response file when compiling java sources | Matúš Kukan | |
2011-10-08 | When building with system libcmis, look for headers where they are | Fridrich Štrba | |