summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-12-09CppunitTest_sw_macros_test.mk: depends on vbaswobjMichael Stahl
This should fix the spurious segfaults caused by running the test while the library is being overwritten in parallel that cannot be reproduced by just running the test.
2011-12-09sw: tweak translationsMichael Stahl
cb8b7a86 and 869a0f36
2011-12-08fdo#42147: fix crashIvan Timofeev
it is not valid to use (type & ND_TEXTNODE) before casting to SwTxtNode, type of SwCntntNode has the ND_TEXTNODE bit as well, but SwCntntNode is not derived from SwTxtNode.
2011-12-08Resolves: fdo#43337 optimize weak-char overridingCaolán McNamara
When writer would choose the same bias automatically that word implies or this doc hard-codes, then elide the font-forcing.
2011-12-08fdo#43521: Don't shown the name of a reference field if it's emptyCédric Bosdonnat
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-07Header/Footer: update the label as the page style may have changedCédric Bosdonnat
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07Change "menues" to "menus"Michael T. Whiteley
2011-12-06normalize Red Hat, Inc.Caolán McNamara
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06Moved modifications.xcu to test, used from multiple modules.Stephan Bergmann
2011-12-06avoid assertion about spurious '0' translation id in field dialogCaolán McNamara
2011-12-06order these against SwFldTypesEnumCaolán McNamara
2011-12-06comment of enum 40 misplacedCaolán McNamara
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz
2011-12-06use explicit cancel/close handlerCaolán McNamara
2011-12-06Make merges of impress210 build.Thorsten Behrens
2011-12-06impress210: #i41995# using view contact to get bound rect for old path ↵Christian Lippka ORACLE
animation import # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1301475461 -7200 # Node ID d87b5924442237c58b243d83012f655ce59c312d # Parent c6dff567a9e0ee383071e53c64e3f5a06a186015 impress210: #i41995# using view contact to get bound rect for old path animation import
2011-12-06impress210: #i117133# put new drawing layer fill and stroke styles in pool ↵Christian Lippka ORACLE
only for newly created documents # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299763312 -3600 # Node ID 6b1140cdac81a77836e5be80033f328a0956c94a # Parent 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299691949 -3600 # Node ID 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa # Parent 0b9b11216b0d3401f8824542dd5f2794eb141035 impress210: #i41995# fixed import of path animation from sxi files
2011-12-06refactor media embedding completely:Michael Stahl
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
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