Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-26 | callcatcher: clean up SvTreeList{Box} | Thomas Arnhold | |
2011-07-26 | callcatcher: remove unused mapEventIDToName | Caolán McNamara | |
2011-07-25 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-25 | callcatcher: remove unused ForcePendingCall | Caolán McNamara | |
2011-07-24 | unusedcode.easy: Class SvtOptionsDrawinglayer cleanup | Joseph Powers | |
2011-07-24 | unusedcode.easy: Class SvtDocumentTemplateDialog cleanup | Joseph Powers | |
2011-07-22 | Converted HTMLOptions to boost::ptr_vector. | 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 | callcatcher: completely remove SvIconView | Thomas Arnhold | |
2011-07-20 | callcatcher: cleanup BrowseBox | Thomas Arnhold | |
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-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 | 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 | |
2011-07-14 | callcatcher: remove TextEngine::Foo | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused TextAttrib stuff | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused TaskStatusFieldItem::TaskStatusFieldItem | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused TaskStatusBar::Foo | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused TaskBar::Foo | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused TabBar::Foo | Thomas Arnhold | |
2011-07-13 | Replace List with std::vector< GraphicObject* > | Joseph Powers | |
2011-07-13 | Whitespace cleanup | Joseph Powers | |
2011-07-13 | Replace List with std::vector< Window* > | Joseph Powers | |
I also removed the unused Dummy class members. | |||
2011-07-12 | Replace List with std::vector< IMapObject* > | Joseph Powers | |
I also removed some unused methods. | |||
2011-07-12 | callcatcher: remove unused IMapObject::GetPixelPoint | Thomas Arnhold | |
2011-07-12 | callcatcher: remove unused IMapObject::GetLogPoint | Thomas Arnhold | |
2011-07-11 | callcatcher: unused methods | Caolán McNamara | |
2011-07-11 | callcatcher: unused FieldToMapUnit | Caolán McNamara | |
2011-07-11 | callcatcher: WriteWindowMetafile moved to binfilter long ago, remove this copy | Caolán McNamara | |
2011-07-11 | callcatcher: remove unused PIList* methods | Caolán McNamara | |
2011-07-09 | Replace List with std::vector< AInfo* > | Joseph Powers | |
I actually moved the List member from the class to a class method. I think this is safe because the member was only used in one method and it's life- span was limited to the one method (populate, process, dispose - all in one "if" block. I also removed all the member's export methods since no one used them. | |||
2011-06-22 | Implement GetLastEntryInView for SvTreeListBox. | Luke Symes | |
This function matches up with GetFirstEntryInView, and will be useful in saving the scroll state of a SvTreeListBox, in particular the CustomAnimationList. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-06-22 | Implement ScrollToAbsPos for listboxes. | Luke Symes | |
Scrolls the listbox so the given entry is the first visible entry. The existing MakeVisible is not good enough since it won't scroll down if the given entry is already visible. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> | |||
2011-06-21 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-06-20 | add missing newline to the end of file to silence the compiler | Robert Nagy | |
2011-06-10 | Change ScTreeEntryList to no longer depend on class List. | Joseph Powers | |
Version 2.0 of the patch. It works this time... | |||
2011-06-05 | Changed return type of GetHTMLColor | Christina Rossmanith | |
2011-06-01 | Replace List in SvTreeList with a vector<> | Joseph Powers | |
2011-05-31 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui | Jan Holesovsky | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: svtools/source/filter/wmf/winmtf.hxx tools/source/fsys/urlobj.cxx unotools/source/config/configmgr.cxx unotools/source/config/makefile.mk vcl/inc/vcl/cursor.hxx vcl/source/gdi/outdevnative.cxx vcl/source/window/abstdlg.cxx vcl/source/window/toolbox.cxx vcl/unx/generic/printer/ppdparser.cxx vcl/unx/generic/printer/printerinfomanager.cxx | |||
2011-05-30 | White space cleanup. | Joseph Powers | |
No code changes |