summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-12-05Remove Large Handles optionStefan Knorr (astron)
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-05sw, fixed some missing include in dbglevel>1Cédric Bosdonnat
2011-12-05WW8TableNodeInfo debug outputs now for DBG_UTIL only buildsCédric Bosdonnat
2011-12-05Avoid mixed signed/unsigned warning.Stephan Bergmann
2011-12-03actually 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-03add avmedia::EmbedMediaMichael Stahl
This new function is used by sc,sd,sw to embed media in the document storage.
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo.
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl
2011-12-03sfx2::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-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl
2011-12-02Translate German comments and correct the English ones.Philipp Weissenbacher
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01Some changes to the Word Count UIStefan Knorr (astron)
2011-12-01fdo#35657: reenable subsequent testAugust Sodora
2011-11-30Translate German commentsPhilipp Weissenbacher
2011-11-30Translate German commentsPhilipp Weissenbacher
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-29merge SwSortedObjsImpl into SwSortedObjsIvan Timofeev
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák
2011-11-29fix unoprms content mismatch (gee, it even had a FIXME comment)Luboš Luňák
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29make sw's macros_test use the new base classMarkus Mohrhard
2011-11-29SwPosition: comparing pointers is sillyMichael Stahl
This does not need to be a total ordering.
2011-11-28SwPosition: 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-28SwFmtAchor: bit of style cleanupMichael Stahl
2011-11-28add defined but missing SfxInterface stringsCaolán McNamara
2011-11-28Fix Kashida justification when there is no Kashida glyphKhaled Hosny
2011-11-28Hide function pointersDaisuke Nishino
Removed some redundant "this->", sbergman@redhat.com.
2011-11-28Undo short -> xub_StrLen change (fixes warning on Mac OS X).Stephan Bergmann
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak
2011-11-28typos fixingKorrawit Pruegsanusak
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-27RtfSdrExport: remove unused includesMiklos Vajna
2011-11-27RtfImportFilter: remove unused includesMiklos Vajna
2011-11-27RtfExportFilter: remove unused includesMiklos Vajna
2011-11-27RtfExport: remove unused includesMiklos Vajna
2011-11-25Remove unnecessary tools/string includesAugust Sodora
2011-11-25Translate German comments and translate some english comments spelling errorsPhilipp Weissenbacher
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24remove executable bit on a .cxx fileLuboš Luňák