summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2011-07-14callcatcher: remove TextUndoSetAttribsThomas Arnhold1-41/+0
2011-07-14callcatcher: remove TextEngine::FooThomas Arnhold2-46/+0
2011-07-14callcatcher: remove TextCharAttribList::DbgCheckAttribsThomas Arnhold2-21/+0
2011-07-14Remove EDITDEBUGThomas Arnhold2-30/+0
2011-07-14callcatcher: remove unused TextAttrib stuffThomas Arnhold2-25/+0
2011-07-14callcatcher: remove unused TaskStatusFieldItem::TaskStatusFieldItemThomas Arnhold2-20/+0
2011-07-14callcatcher: remove unused TaskStatusBar::FooThomas Arnhold2-96/+1
2011-07-14callcatcher: remove unused TaskBar::FooThomas Arnhold2-69/+0
2011-07-14callcatcher: remove unused TabBar::FooThomas Arnhold2-179/+0
2011-07-13Replace List with std::vector< GraphicObject* >Joseph Powers1-42/+45
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 Powers2-7/+15
2011-07-13Whitespace cleanupJoseph Powers1-141/+277
2011-07-13Replace List with std::vector< Window* >Joseph Powers2-47/+47
I also removed the unused Dummy class members.
2011-07-13callcatcher: unused methodsCaolán McNamara1-14/+0
2011-07-12Replace List with std::vector< IMapObject* >Joseph Powers3-74/+71
I also removed some unused methods.
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan3-18/+0
2011-07-12callcatcher: remove unused IMapObject::GetPixelPointThomas Arnhold2-14/+0
2011-07-12callcatcher: remove unused IMapObject::GetLogPointThomas Arnhold2-13/+0
2011-07-11Remove unused RTFOutFuncs::Out_FontnameMiklos Vajna1-11/+0
2011-07-11compiler can now detect additional unused functionCaolán McNamara1-78/+0
2011-07-11callcatcher: unused methodsCaolán McNamara2-54/+0
2011-07-11callcatcher: unused FieldToMapUnitCaolán McNamara2-8/+0
2011-07-11callcatcher: unused ImpATan2Caolán McNamara2-23/+0
2011-07-11callcatcher: remove this unused ImpMultBig2 variantCaolán McNamara2-22/+0
2011-07-11callcatcher: unused GetSchnittBitCaolán McNamara1-26/+0
2011-07-11remove unused and archaic ImpCartToPolarCaolán McNamara2-26/+0
2011-07-11remove unused and archaic ImpPolarToCartCaolán McNamara4-47/+0
2011-07-11callcatcher: WriteWindowMetafile moved to binfilter long ago, remove this copyCaolán McNamara3-10/+0
2011-07-11callcatcher: remove unused PIList* methodsCaolán McNamara2-22/+0
2011-07-09Replace List with std::vector< AInfo* >Joseph Powers2-6/+0
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 Abe1-0/+1
2011-07-07ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara2-4/+10
2011-07-06don't need this I believeCaolán McNamara1-6/+0
2011-07-06add some emf test-casesCaolán McNamara4-0/+0
2011-07-06Fixed a crash: GDIMetafile was deleted twiceCédric Bosdonnat1-1/+1
2011-07-06handle busted emf lengthsCaolán McNamara1-14/+21
2011-07-06add some wmf test-casesCaolán McNamara8-0/+0
2011-07-06add regression testing infrastructure for wmf/emfCaolán McNamara10-1/+294
2011-07-02ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara1-9/+11
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot2-2/+0
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara2-2/+2
2011-06-27Fix ScrollToAbsPos to work when we have an empty list.Luke Symes1-0/+2
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan6-9/+9
2011-06-23remove parse ByteString variantCaolán McNamara1-4/+3
2011-06-22Implement GetLastEntryInView for SvTreeListBox.Luke Symes2-0/+23
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 Symes5-0/+39
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 Symes1-0/+11
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 McNamara4-245/+56
2011-06-20add missing newline to the end of file to silence the compilerRobert Nagy5-5/+5
2011-06-20silence unhelpful assertCaolán McNamara1-5/+4