Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-30 | Removed Kabyle language entry. | Eike Rathke | |
2011-07-29 | check that reads succeeded | Caolán McNamara | |
2011-07-28 | callcatcher: ditch various unused methods | Caolán McNamara | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-26 | callcatcher: clean up SvTreeList{Box} | Thomas Arnhold | |
2011-07-26 | enable emf debug dump when dbglevel > 1 | Radek Doulik | |
2011-07-26 | fix debug build | Radek Doulik | |
2011-07-26 | callcatcher: remove unused mapEventIDToName | Caolán McNamara | |
2011-07-25 | EMF+ records don't need payload all the time | Caolán McNamara | |
Fix for fdo#39517. Looking through the emf+ records, it looks like the assumption made that the minimum valid record length is 12 + non-0 length payload isnt' right, looks like that the minimum valid record length is just 12, i.e. no need for a payload. | |||
2011-07-25 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-25 | callcatcher: remove unused ForcePendingCall | Caolán McNamara | |
2011-07-24 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
2011-07-24 | unusedcode.easy: Class SvtOptionsDrawinglayer cleanup | Joseph Powers | |
2011-07-24 | unusedcode.easy: Class SvtDocumentTemplateDialog cleanup | Joseph Powers | |
2011-07-23 | unusedcode.easy: svxIconChoiceCtrl_Impl | Joseph Powers | |
Doing List cleanup, I ran into SaveSelection() and decided to delete it. While I was in the class, I went ahead and cleanup them all up. | |||
2011-07-23 | keep gbuild calls consistent at now, even if it is a bit longer | Bjoern Michaelsen | |
2011-07-23 | Remove DragDrop code from class SvxIconChoiceCtrl_Impl | Joseph Powers | |
It wasn' used so no one should miss it. | |||
2011-07-23 | Replace List with std::vector< BSaveStruct* > | Joseph Powers | |
2011-07-22 | Converted HTMLOptions to boost::ptr_vector. | Kohei Yoshida | |
2011-07-22 | Initialize members in the initializer of the ctor. | Kohei Yoshida | |
2011-07-22 | Removed commented-out methods. | Kohei Yoshida | |
2011-07-22 | sal_Bool to bool. | Kohei Yoshida | |
2011-07-22 | callcatcher: remove unused methods | Caolán McNamara | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | callcatcher: completely remove SvIconView | Thomas Arnhold | |
2011-07-21 | Drop macros from componentmodule.hxx | Matúš Kukan | |
2011-07-21 | ByteString::CreateFromInt32->rtl::OStringBuffer::append | Caolán McNamara | |
2011-07-20 | callcatcher: cleanup BrowseBox | Thomas Arnhold | |
2011-07-20 | Whitespace cleanup | Joseph Powers | |
2011-07-19 | Preserve RTF \'00 sequences (NULL) in strings | Troy Rollo | |
2011-07-18 | Replace List with SvxIconChoiceCtrlEntryList_impl | Joseph Powers | |
2011-07-18 | callcatcher: remove unused methods | Caolán McNamara | |
2011-07-18 | add new InsertAutomaticEntryColor method | Michael Meeks | |
2011-07-17 | An error in my previous fix | Julien Nabet | |
2011-07-17 | Some fixes for compilation | Julien Nabet | |
2011-07-17 | Fix type missmatch in SvxIconChoiceCtrl_Impl. | Joseph Powers | |
Sorry about that. My compiler (gcc 4.0) doesn't notice on a 32bit build. Thanks go to Maciej Rumianowski for pointing this out. | |||
2011-07-15 | Replace List with std::vector< SvxIconChoiceCtrlEntry* > | Joseph Powers | |
2011-07-15 | error: attempt to increment a singular iterator | David Tardon | |
2011-07-14 | Don't build these executables when cross-compiling | Tor Lillqvist | |
They are not included in the SDK either. | |||
2011-07-14 | callcatcher: remove unused ifdef branch | Caolán McNamara | |
2011-07-14 | Revert "WaE: unused parameter" | Nigel Hawkins | |
This reverts commit 070016df3becc51d467fbf2e70312106d7392c89. Thomas and I both submitted different fixes at about the same time. | |||
2011-07-14 | Fix "unused attribute" build error. | Nigel Hawkins | |
This reverts parts of 82ea128f190dbe8d707cb140a5a2bb2b48bef58d e1309004099d1a1c0a9bc1ba6de9e5054629da3c which were a bit over-zealous at removing "unused" stuff. LGPLv3+/MPL | |||
2011-07-14 | WaE: unused parameter | Thomas Arnhold | |
2011-07-14 | callcatcher: remove PrinterSetupDialog::GetOptionsHdl | Thomas Arnhold | |
2011-07-14 | callcatcher: build fixes | Thomas Arnhold | |
- remove the correct SetUpdateMode() - Clone() always returns NULL - SetFont() doesn't do anything | |||
2011-07-14 | callcatcher: remove TransferableHelper::Foo | Thomas Arnhold | |
2011-07-14 | callcatcher: remove TransferableDataHelper::GetInterface | Thomas Arnhold | |
2011-07-14 | callcatcher: remove TransferDataContainer::ClearData | Thomas Arnhold | |
2011-07-14 | callcatcher: remove TextView::Foo | Thomas Arnhold | |