summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-30Removed Kabyle language entry.Eike Rathke
2011-07-29check that reads succeededCaolán McNamara
2011-07-28callcatcher: ditch various unused methodsCaolán McNamara
2011-07-26callcatcher: remove unused methodsThomas Arnhold
2011-07-26callcatcher: clean up SvTreeList{Box}Thomas Arnhold
2011-07-26enable emf debug dump when dbglevel > 1Radek Doulik
2011-07-26fix debug buildRadek Doulik
2011-07-26callcatcher: remove unused mapEventIDToNameCaolán McNamara
2011-07-25EMF+ records don't need payload all the timeCaolá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-25callcatcher: remove unused methodsThomas Arnhold
2011-07-25callcatcher: remove unused ForcePendingCallCaolán McNamara
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-24unusedcode.easy: Class SvtOptionsDrawinglayer cleanupJoseph Powers
2011-07-24unusedcode.easy: Class SvtDocumentTemplateDialog cleanupJoseph Powers
2011-07-23unusedcode.easy: svxIconChoiceCtrl_ImplJoseph 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-23keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen
2011-07-23Remove DragDrop code from class SvxIconChoiceCtrl_ImplJoseph Powers
It wasn' used so no one should miss it.
2011-07-23Replace List with std::vector< BSaveStruct* >Joseph Powers
2011-07-22Converted HTMLOptions to boost::ptr_vector.Kohei Yoshida
2011-07-22Initialize members in the initializer of the ctor.Kohei Yoshida
2011-07-22Removed commented-out methods.Kohei Yoshida
2011-07-22sal_Bool to bool.Kohei Yoshida
2011-07-22callcatcher: remove unused methodsCaolán McNamara
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-21callcatcher: completely remove SvIconViewThomas Arnhold
2011-07-21Drop macros from componentmodule.hxxMatúš Kukan
2011-07-21ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-07-20callcatcher: cleanup BrowseBoxThomas Arnhold
2011-07-20Whitespace cleanupJoseph Powers
2011-07-19Preserve RTF \'00 sequences (NULL) in stringsTroy Rollo
2011-07-18Replace List with SvxIconChoiceCtrlEntryList_implJoseph Powers
2011-07-18callcatcher: remove unused methodsCaolán McNamara
2011-07-18add new InsertAutomaticEntryColor methodMichael Meeks
2011-07-17An error in my previous fixJulien Nabet
2011-07-17Some fixes for compilationJulien Nabet
2011-07-17Fix 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-15Replace List with std::vector< SvxIconChoiceCtrlEntry* >Joseph Powers
2011-07-15error: attempt to increment a singular iteratorDavid Tardon
2011-07-14Don't build these executables when cross-compilingTor Lillqvist
They are not included in the SDK either.
2011-07-14callcatcher: remove unused ifdef branchCaolán McNamara
2011-07-14Revert "WaE: unused parameter"Nigel Hawkins
This reverts commit 070016df3becc51d467fbf2e70312106d7392c89. Thomas and I both submitted different fixes at about the same time.
2011-07-14Fix "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-14WaE: unused parameterThomas Arnhold
2011-07-14callcatcher: remove PrinterSetupDialog::GetOptionsHdlThomas Arnhold
2011-07-14callcatcher: build fixesThomas Arnhold
- remove the correct SetUpdateMode() - Clone() always returns NULL - SetFont() doesn't do anything
2011-07-14callcatcher: remove TransferableHelper::FooThomas Arnhold
2011-07-14callcatcher: remove TransferableDataHelper::GetInterfaceThomas Arnhold
2011-07-14callcatcher: remove TransferDataContainer::ClearDataThomas Arnhold
2011-07-14callcatcher: remove TextView::FooThomas Arnhold