summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Removed unnecessary tools includes.Marcel Metz5-5/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz19-19/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz7-9/+0
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara6-9/+13
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-05WaE and build fixes for OSL_DEBUG_LEVEL == 2Caolán McNamara1-1/+1
2012-01-02Clean non English strings in the codeLior Kaplan1-4/+0
we do translation differently.
2011-12-28option to export hidden slides to pdf filesPierre-André Jacquod1-1/+2
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é Jacquod1-247/+250
2011-12-25catch exception by constant referenceTakeshi Abe25-163/+87
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-1/+1
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úš Kukan1-137/+0
2011-12-22remove some unused codeCaolán McNamara1-1/+0
2011-12-21tweak for pre language-defect #77Caolán McNamara1-16/+16
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-16/+32
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 McNamara1-1/+1
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 McNamara1-1/+1
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-32/+16
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-16/+32
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 McNamara1-1/+1
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 McNamara6-64/+0
2011-12-19impress: slide transition pane: use proper control widthIvan Timofeev1-2/+2
2011-12-17Fix assertion in PageSelector::CheckConsistency()Thorsten Behrens1-1/+1
Seems the recent merge from impress210 brought an inconsistency in slide selection - shuffle calls to make it go away.
2011-12-15Removed extra semicolonsJesse4-4/+4
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann2-5/+2
2011-12-09fdo#39528: do not lose height of tree list box in NavigatorIvan Timofeev1-3/+4
2011-12-08Fix misc. bugs in presenter view switch screen feature: make it work.Michael Meeks4-20/+32
2011-12-08de-inline display fetch/set functions to assist in debuggingMichael Meeks2-2/+17
2011-12-08childs -> childrenMichael T. Whiteley7-25/+25
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara11-55/+44
2011-12-06Make merges of impress210 build.Thorsten Behrens1-1/+1
2011-12-06impress210: #i41995# using view contact to get bound rect for old path ↵Christian Lippka ORACLE1-2/+15
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]1-3/+3
# 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]1-2/+0
# 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 ORACLE1-0/+1
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 ORACLE4-1/+40
# 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 ORACLE2-3/+21
# 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]2-0/+20
# 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.com1-5/+4
# 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 ORACLE1-1/+1
# 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 ORACLE1-3/+3
# 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 ORACLE1-8/+9
#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.com10-18/+18
# 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 Stahl1-4/+4
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)15-127/+43
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 Grand2-2/+6
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 Stahl1-4/+4
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 Stahl3-6/+21
This new function is used by sc,sd,sw to embed media in the document storage.
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl3-84/+0
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo.