Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-14 | callcatcher: remove TextUndoSetAttribs | Thomas Arnhold | |
2011-07-14 | callcatcher: remove TextEngine::Foo | Thomas Arnhold | |
2011-07-14 | callcatcher: remove TextCharAttribList::DbgCheckAttribs | Thomas Arnhold | |
2011-07-14 | Remove EDITDEBUG | 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 | |
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-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-13 | callcatcher: unused methods | Caolán McNamara | |
2011-07-12 | Replace List with std::vector< IMapObject* > | Joseph Powers | |
I also removed some unused methods. | |||
2011-07-12 | Remove component_getImplementationEnvironment methods | Matus Kukan | |
2011-07-12 | callcatcher: remove unused IMapObject::GetPixelPoint | Thomas Arnhold | |
2011-07-12 | callcatcher: remove unused IMapObject::GetLogPoint | Thomas Arnhold | |
2011-07-11 | Remove unused RTFOutFuncs::Out_Fontname | Miklos Vajna | |
2011-07-11 | compiler can now detect additional unused function | Caolán McNamara | |
2011-07-11 | callcatcher: unused methods | Caolán McNamara | |
2011-07-11 | callcatcher: unused FieldToMapUnit | Caolán McNamara | |
2011-07-11 | callcatcher: unused ImpATan2 | Caolán McNamara | |
2011-07-11 | callcatcher: remove this unused ImpMultBig2 variant | Caolán McNamara | |
2011-07-11 | callcatcher: unused GetSchnittBit | Caolán McNamara | |
2011-07-11 | remove unused and archaic ImpCartToPolar | Caolán McNamara | |
2011-07-11 | remove unused and archaic ImpPolarToCart | 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-07-08 | header for rtl::OStringBuffer | Takeshi Abe | |
2011-07-07 | ByteString::CreateFromInt32->rtl::OString::valueOf | Caolán McNamara | |
2011-07-06 | don't need this I believe | Caolán McNamara | |
2011-07-06 | add some emf test-cases | Caolán McNamara | |
2011-07-06 | Fixed a crash: GDIMetafile was deleted twice | Cédric Bosdonnat | |
2011-07-06 | handle busted emf lengths | Caolán McNamara | |
2011-07-06 | add some wmf test-cases | Caolán McNamara | |
2011-07-06 | add regression testing infrastructure for wmf/emf | Caolán McNamara | |
2011-07-02 | ByteString::CreateFromInt32->rtl::OString::valueOf | Caolán McNamara | |
2011-07-01 | Do not include filedlg.hxx when not necessary | Francois Tigeot | |
2011-06-29 | remove deprecated ByteString::CreateFromInt64 | Caolán McNamara | |
2011-06-27 | Fix ScrollToAbsPos to work when we have an empty list. | Luke Symes | |
2011-06-24 | update component factory methods to use new prefixes, to add lib merging | Matus Kukan | |
2011-06-23 | remove parse ByteString variant | Caolán McNamara | |
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-22 | Set 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-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-20 | silence unhelpful assert | Caolán McNamara | |