summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Collapse)Author
2011-07-26callcatcher: remove unused methodsThomas Arnhold
2011-07-26callcatcher: clean up SvTreeList{Box}Thomas Arnhold
2011-07-26callcatcher: remove unused mapEventIDToNameCaolán McNamara
2011-07-25callcatcher: remove unused methodsThomas Arnhold
2011-07-25callcatcher: remove unused ForcePendingCallCaolán McNamara
2011-07-24unusedcode.easy: Class SvtOptionsDrawinglayer cleanupJoseph Powers
2011-07-24unusedcode.easy: Class SvtDocumentTemplateDialog cleanupJoseph Powers
2011-07-22Converted HTMLOptions to boost::ptr_vector.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-21callcatcher: completely remove SvIconViewThomas Arnhold
2011-07-20callcatcher: cleanup BrowseBoxThomas Arnhold
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-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-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
2011-07-14callcatcher: remove TextEngine::FooThomas Arnhold
2011-07-14callcatcher: remove unused TextAttrib stuffThomas Arnhold
2011-07-14callcatcher: remove unused TaskStatusFieldItem::TaskStatusFieldItemThomas Arnhold
2011-07-14callcatcher: remove unused TaskStatusBar::FooThomas Arnhold
2011-07-14callcatcher: remove unused TaskBar::FooThomas Arnhold
2011-07-14callcatcher: remove unused TabBar::FooThomas Arnhold
2011-07-13Replace List with std::vector< GraphicObject* >Joseph Powers
2011-07-13Whitespace cleanupJoseph Powers
2011-07-13Replace List with std::vector< Window* >Joseph Powers
I also removed the unused Dummy class members.
2011-07-12Replace List with std::vector< IMapObject* >Joseph Powers
I also removed some unused methods.
2011-07-12callcatcher: remove unused IMapObject::GetPixelPointThomas Arnhold
2011-07-12callcatcher: remove unused IMapObject::GetLogPointThomas Arnhold
2011-07-11callcatcher: unused methodsCaolán McNamara
2011-07-11callcatcher: unused FieldToMapUnitCaolán McNamara
2011-07-11callcatcher: WriteWindowMetafile moved to binfilter long ago, remove this copyCaolán McNamara
2011-07-11callcatcher: remove unused PIList* methodsCaolán McNamara
2011-07-09Replace 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-22Implement 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-22Implement 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-21ByteString->rtl::OStringBufferCaolán McNamara
2011-06-20add missing newline to the end of file to silence the compilerRobert Nagy
2011-06-10Change ScTreeEntryList to no longer depend on class List.Joseph Powers
Version 2.0 of the patch. It works this time...
2011-06-05Changed return type of GetHTMLColorChristina Rossmanith
2011-06-01Replace List in SvTreeList with a vector<>Joseph Powers
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-guiJan Holesovsky
2011-05-31Merge 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-30White space cleanup.Joseph Powers
No code changes