summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-07-14callcatcher: remove TextUndoSetAttribsThomas Arnhold
2011-07-14callcatcher: remove TextEngine::FooThomas Arnhold
2011-07-14callcatcher: remove TextCharAttribList::DbgCheckAttribsThomas Arnhold
2011-07-14Remove EDITDEBUGThomas 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
I also replaced sal_Bool with bool. It's a private class so this is safe; only salBool GraphicCache::FillSwappedGraphicObject() leaks to bool to the world.
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-13callcatcher: unused methodsCaolán McNamara
2011-07-12Replace List with std::vector< IMapObject* >Joseph Powers
I also removed some unused methods.
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan
2011-07-12callcatcher: remove unused IMapObject::GetPixelPointThomas Arnhold
2011-07-12callcatcher: remove unused IMapObject::GetLogPointThomas Arnhold
2011-07-11Remove unused RTFOutFuncs::Out_FontnameMiklos Vajna
2011-07-11compiler can now detect additional unused functionCaolán McNamara
2011-07-11callcatcher: unused methodsCaolán McNamara
2011-07-11callcatcher: unused FieldToMapUnitCaolán McNamara
2011-07-11callcatcher: unused ImpATan2Caolán McNamara
2011-07-11callcatcher: remove this unused ImpMultBig2 variantCaolán McNamara
2011-07-11callcatcher: unused GetSchnittBitCaolán McNamara
2011-07-11remove unused and archaic ImpCartToPolarCaolán McNamara
2011-07-11remove unused and archaic ImpPolarToCartCaolá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-07-08header for rtl::OStringBufferTakeshi Abe
2011-07-07ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-06don't need this I believeCaolán McNamara
2011-07-06add some emf test-casesCaolán McNamara
2011-07-06Fixed a crash: GDIMetafile was deleted twiceCédric Bosdonnat
2011-07-06handle busted emf lengthsCaolán McNamara
2011-07-06add some wmf test-casesCaolán McNamara
2011-07-06add regression testing infrastructure for wmf/emfCaolán McNamara
2011-07-02ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara
2011-06-27Fix ScrollToAbsPos to work when we have an empty list.Luke Symes
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan
2011-06-23remove parse ByteString variantCaolán McNamara
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-22Set the listbox height to an integer multiple of the listbox entry height.Luke Symes
This ensures that we don't get a half visible entry at the bottom of the view. 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-20silence unhelpful assertCaolán McNamara