summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara
2012-01-02Clean non English strings in the codeLior Kaplan
we do translation differently.
2011-12-28option to export hidden slides to pdf filesPierre-André Jacquod
This add the checkbox hidden pages to the PDF export general tab and if checked, export also to PDF the hidden slides
2011-12-28fdo43033 do not export to PDF hidden slidesPierre-André Jacquod
2011-12-25catch exception by constant referenceTakeshi Abe
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-22unusedcode: remove various unused classesMatúš Kukan
2011-12-22remove some unused codeCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21needs more work firstCaolán McNamara
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21callcatcher: remove some unused codeCaolán McNamara
2011-12-19impress: slide transition pane: use proper control widthIvan Timofeev
2011-12-17Fix assertion in PageSelector::CheckConsistency()Thorsten Behrens
Seems the recent merge from impress210 brought an inconsistency in slide selection - shuffle calls to make it go away.
2011-12-15Removed extra semicolonsJesse
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-09fdo#39528: do not lose height of tree list box in NavigatorIvan Timofeev
2011-12-08Fix misc. bugs in presenter view switch screen feature: make it work.Michael Meeks
2011-12-08de-inline display fetch/set functions to assist in debuggingMichael Meeks
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolá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: resolve name clashOcke Janssen [oj]
# HG changeset patch # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com> # Date 1301308341 -7200 # Node ID c6dff567a9e0ee383071e53c64e3f5a06a186015 # Parent de9c2cc66a6d7a2f16479b97b059b38090f317a0 impress210: resolve name clash
2011-12-06impress210: comment out not needed lineOcke Janssen [oj]
# HG changeset patch # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com> # Date 1301304590 -7200 # Node ID de9c2cc66a6d7a2f16479b97b059b38090f317a0 # Parent ac21acda382420131e228c65959f33b6ef999475 impress210: comment out not needed line
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-06impress210: #i50899# clean up fill attributes if fill style changesChristian Lippka ORACLE
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299270680 -3600 # Node ID 69091b8fc77c9951fcdc52b800a37a92dc70bf84 # Parent 20c5c9384888da33596d864251881e6e46bdd339 impress210: #i50899# clean up fill attributes if fill style changes
2011-12-06impress210: check readonlyOcke Janssen [oj]
# HG changeset patch # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com> # Date 1299656309 -3600 # Node ID de61efa884c2a12ae9e88e9919c297b1b9676443 # Parent c65bb4f46738b43bd506f1a75b634c6bd6fb6bfe impress210: chekc readonly
2011-12-06impress210: #i106378# use datetime to get current dateOcke.Janssen@oracle.com
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297761051 -3600 # Node ID 3df655ccd7e3966c5c22df761981dde35b5e0059 # Parent 227bb8fe599b58e849c1f19f2233d2c1b0b767ad impress210: #i106378# use datetime to get current date
2011-12-06impress210: #i116846# added missing commits from cws impressdefaults1Christian Lippka ORACLE
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1297098330 -3600 # Node ID 499a3c7022ddd6bf9b2771a5f2c69230ea1b9d48 # Parent e7f337a6055814068bdc823306bc3a3f9cac48e5 impress210: #i116846# added missing commits from cws impressdefaults1
2011-12-06impress210: #i116846# adding uncommited changes from cws impressdefautls1Christian Lippka ORACLE
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1297097627 -3600 # Node ID e7f337a6055814068bdc823306bc3a3f9cac48e5 # Parent 80a255ef3468baa8b249e02aa760b0da463e1d26 impress210: #i116846# adding uncommited changes from cws impressdefautls1
2011-12-06impressdefaults1: #i115996# change default bullet symbolChristian Lippka ORACLE
#i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1292243696 -3600 # Node ID 80a255ef3468baa8b249e02aa760b0da463e1d26 # Parent 055aad264da0cf9598fd1b7aafbd3e144c9b8ce2 impressdefaults1: #i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects
2011-12-06impress210: #i105310# set tooltip for items and some refactoringOcke.Janssen@oracle.com
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164555 -3600 # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b # Parent 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd impress210: #i105310# set tooltip for items and some refactoring
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-05aw084: #i112978# use GetAllMarkedBoundRect instead of GetAllMarkedRect to ↵Armin Le Grand
get fat line support # HG changeset patch # User Armin Le Grand <armin.le.grand@oracle.com> # Date 1300116633 -3600 # Node ID 9d821e77ed393c984738cf3e829a8c94a681828f # Parent 20c5c9384888da33596d864251881e6e46bdd339 aw084: #i112978# use GetAllMarkedBoundRect instead of GetAllMarkedRect to get fat line support
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::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl
This can really be derived from the dialog type, don't duplicate it.
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan