Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | Remove Large Handles option | Stefan Knorr (astron) | |
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always. | |||
2011-12-05 | sw, fixed some missing include in dbglevel>1 | Cédric Bosdonnat | |
2011-12-05 | WW8TableNodeInfo debug outputs now for DBG_UTIL only builds | Cédric Bosdonnat | |
2011-12-05 | Avoid mixed signed/unsigned warning. | Stephan Bergmann | |
2011-12-03 | actually play embedded media: | Michael Stahl | |
In order to do this, the media is written to a temp file by avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to transport the Storage that contains the media to the avmedia stuff, including adding a XModel reference to avmedia::MediaItem. | |||
2011-12-03 | add avmedia::EmbedMedia | Michael Stahl | |
This new function is used by sc,sd,sw to embed media in the document storage. | |||
2011-12-03 | refactor SdrModel::GetDocumentStream | Michael Stahl | |
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo. | |||
2011-12-03 | MediaWindow::executeMediaURLDialog: add link button | Michael Stahl | |
2011-12-03 | sfx2::FileDialogHelper: refactor construction: | Michael Stahl | |
There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES | |||
2011-12-03 | sfx2::DocumentInserter: remove nFlags ctor param | Michael Stahl | |
2011-12-02 | Translate German comments and correct the English ones. | Philipp Weissenbacher | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Some changes to the Word Count UI | Stefan Knorr (astron) | |
2011-12-01 | fdo#35657: reenable subsequent test | August Sodora | |
2011-11-30 | Translate German comments | Philipp Weissenbacher | |
2011-11-30 | Translate German comments | Philipp Weissenbacher | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | merge SwSortedObjsImpl into SwSortedObjs | Ivan Timofeev | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | EMBEDDED_OBJECT UNO property now works, remove hack | Luboš Luňák | |
2011-11-29 | fix unoprms content mismatch (gee, it even had a FIXME comment) | Luboš Luňák | |
2011-11-29 | the bit hackish addFormula() shortcut is no longer necessary | Luboš Luňák | |
2011-11-29 | make sw's macros_test use the new base class | Markus Mohrhard | |
2011-11-29 | SwPosition: comparing pointers is silly | Michael Stahl | |
This does not need to be a total ordering. | |||
2011-11-28 | SwPosition: handle un-registered SwIndex: | Michael Stahl | |
For frames anchored at paragraph, SwFmtAnchor::SetAnchor() creates an anchor SwPosition that points at the SwTxtNode but with a SwIndex that is not registered at the SwTxtNode. SwXFrame::getAnchor() then creates a bookmark from that, which asserts in the SwIndex comparison operators. Work around this by adding ugly special handling for the case of 2 positions having their SwNodeIndex point to the same node but one of them not having its SwIndex at the node. It seems it is best to do this in SwPosition operators, as the SwIndex operators lack the context to know if this inconsistency is allowed, and it is unknown whether the bookmarks sort code is the only path that triggers this assert. | |||
2011-11-28 | SwFmtAchor: bit of style cleanup | Michael Stahl | |
2011-11-28 | add defined but missing SfxInterface strings | Caolán McNamara | |
2011-11-28 | Fix Kashida justification when there is no Kashida glyph | Khaled Hosny | |
2011-11-28 | Hide function pointers | Daisuke Nishino | |
Removed some redundant "this->", sbergman@redhat.com. | |||
2011-11-28 | Undo short -> xub_StrLen change (fixes warning on Mac OS X). | Stephan Bergmann | |
2011-11-28 | s/weather/whether/ where appropriate | Korrawit Pruegsanusak | |
2011-11-28 | typos fixing | Korrawit Pruegsanusak | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from sw | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-27 | RtfSdrExport: remove unused includes | Miklos Vajna | |
2011-11-27 | RtfImportFilter: remove unused includes | Miklos Vajna | |
2011-11-27 | RtfExportFilter: remove unused includes | Miklos Vajna | |
2011-11-27 | RtfExport: remove unused includes | Miklos Vajna | |
2011-11-25 | Remove unnecessary tools/string includes | August Sodora | |
2011-11-25 | Translate German comments and translate some english comments spelling errors | Philipp Weissenbacher | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-24 | rename and move mathml oox support classes in oox to better places | Luboš Luňák | |
2011-11-24 | ooxml mathml import - first very basic implementation | Luboš Luňák | |
still needs a number of cleanups (and handling more of course) | |||
2011-11-24 | initial (very hacky) work on mathml ooxml import | Luboš Luňák | |
This commit needs to be generally reworked for upstream, but it more or less works. | |||
2011-11-24 | remove executable bit on a .cxx file | Luboš Luňák | |