summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* -Werror,-Wunused-functionStephan Bergmann2012-07-171-34/+0
| | | | Change-Id: I100a95d5f84ab61cb26ac39d436cb9f2cb7246e5
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-161-2/+2
| | | | Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
* warning C4701: potentially uninitialized local variable usedMichael Stahl2012-07-161-1/+1
| | | | Change-Id: I8e8dec18e1bec67154304b8c96ff034d6ab5d791
* Bug fix: now the darken and lighten effects work in the right way.Marco Cecchetti2012-07-151-6/+6
| | | Edited the effects.xml and changed effect direction to counterclockwise.
* Bug fix: now repeated animations and begin=’after effect ‘ works ↵Marco Cecchetti2012-07-151-1/+12
| | | | | | properly together. Modified the CustomAnimationEffect class in order to take into account the repeatCount attribute value when computing the node effect absolute duration.
* Remove unused HIDsThomas Arnhold2012-07-141-27/+0
| | | | | | Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
* Remove unused HIDsThomas Arnhold2012-07-141-14/+0
| | | | | | Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-143-7/+1
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* enable sd tests againMarkus Mohrhard2012-07-131-2/+2
| | | | Change-Id: I773dc0dc4a2d5faf98420d3901d28c2a08e64c00
* Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard2012-07-1314-31/+2117
|\
| * test: move XMLDiff implementation details to cxx fileMichael Stahl2012-07-131-3/+6
| | | | | | | | | | | | This makes it unnecessary to link clients against libxml2. Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
| * use XMLDiff for the new impress regression testMarkus Mohrhard2012-07-1210-4/+2073
| | | | | | | | Change-Id: Ib0182fe25e7a2534acf85e7fabe1355491d9a9e7
| * some small improvements for the dumperMarkus Mohrhard2012-07-121-1/+1
| | | | | | | | Change-Id: I0a24a0e9c4a3b818c9144bc38857b67e49483915
| * improved shapes-test.odp (but not finished), unlocked assertion(false)Artur Dorda2012-07-122-2/+3
| | | | | | | | Change-Id: I845fef5e849518face60693cf31d3f00c57c7ae3
| * Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda2012-07-123-5/+6
| | | | | | | | Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
| * New test files added, tests run for the 1st timeArtur Dorda2012-07-124-2/+14
| | | | | | | | Change-Id: I2f47d5c61f92dbf051a8509528947c2465a2d020
| * add missing fileMarkus Mohrhard2012-07-121-0/+0
| | | | | | | | Change-Id: If80d2c6dcc5f5455a98a560aa23d085747f3fb94
| * add test back that I disabled accidentlyMarkus Mohrhard2012-07-121-0/+2
| | | | | | | | Change-Id: I614c483b3c7182d9c8e9915ce8b280051d9ca690
| * only dump existing propertiesMarkus Mohrhard2012-07-121-2/+0
| | | | | | | | Change-Id: Ia7e3c7766ef8d9d86bd65945a6e6daae05c93b75
| * testing odp files makes much more senseMarkus Mohrhard2012-07-123-4/+7
| | | | | | | | Change-Id: I4023855513016e7f9d850bf96815539696536552
| * Usage of XShapeDumper in Impress addedArtur Dorda2012-07-122-24/+21
| | | | | | | | Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a
* | fdo#45260: Objects having line thickness misplaced while pasting.Muthu Subramanian2012-07-121-1/+3
| | | | | | | | | | | | Even with the proposed fix of commit id d999ae10 it still seems to be broken with reference to i#112978 . Maybe a better way of fixing it. Hence reverting this patch partially to fix fdo#45260
* | fdo#34697 - Print Current Page in Print dialog - Draw, ImpressRob Snelders2012-07-111-3/+5
| | | | | | | | Change-Id: I40922cd1357ff473c251681f7280ba53b3060feb
* | Decrease header files dependenciesMatteo Casalin2012-07-115-5/+5
| | | | | | | | Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
* | fdo#51179: SearchAscii() is equal to indexOf(), not match()Korrawit Pruegsanusak2012-07-101-7/+11
| | | | | | | | | | | | regression from 8adec08d56a9ad46d3550e43b115e916c4cf783f Change-Id: Ic1c3160be1c61162f6a62a7e14c4efb7bedccdcc
* | some UniString->rtl::OUStringCaolán McNamara2012-07-094-5/+5
| | | | | | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* | Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl2012-07-094-2/+44
|/ | | | | | | | | | | | | | | | | This is a initial commit of "Compress Graphics" functionallity. Compress Graphics is accesible via pop-up menu option to graphics objects. Currently this funtionallity is only available in Draw. When the menu option is triggered, a Compress Graphics modal dialog opens to define DPI, compression level and type of compression. When OK is clicked, the graphics in Draw is compressed and exchanged. The current implementation is not final as it needs handling in case when the graphics is croped. Additionally cropped areas could be removed when compressing, depending on a checkbox in the dialog. Special cases of graphics need to be checked too, and some tests would not hurt. Change-Id: I9ec1a71f6ff4364a49b2521e42d88c3ba224dd87
* Merge branch 'feature/template-dialog'Rafael Dominguez2012-07-062-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
| * Add TemplateManager entry to File menu.Rafael Dominguez2012-05-282-0/+2
| | | | | | | | | | | | - Add to startmodule, writer, impress and draw. Change-Id: I9a688861f77982b00462e997ed10d3e7d090536d
* | useless aStr stringCaolán McNamara2012-07-051-2/+2
| | | | | | | | Change-Id: I8b7848ebaef65a0f462a63276ed4160f3e3a991d
* | Related: fdo#51247 bandaid to not crashCaolán McNamara2012-07-051-0/+5
| | | | | | | | Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b
* | replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-1/+2
| | | | | | | | Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
* | ditch String::CreateFromAsciiCaolán McNamara2012-07-0310-19/+19
| | | | | | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* | Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-032-2/+0
| | | | | | | | | | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* | hrc cleanup: Remove unused hrc filesThomas Arnhold2012-07-034-105/+0
| | | | | | | | Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde
* | Remove unbuild and unused celltempl.cxxThomas Arnhold2012-07-033-213/+0
| | | | | | | | | | | | And corresponding files. Change-Id: Ie49ae80f5bc9f656598dd1064f275c0f146be79d
* | hrc cleanup: Remove include guardsThomas Arnhold2012-07-025-10/+7
| | | | | | | | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* | Remove unused definesThomas Arnhold2012-07-024-15/+0
| | | | | | | | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* | hrc cleanup: Remove unused definesThomas Arnhold2012-07-026-10/+0
| | | | | | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* | targetted improvement of UNO API includes / usageMichael Meeks2012-07-024-16/+4
| |
* | Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* | Remove unused sduiks.hrcThomas Arnhold2012-07-021-40/+0
| | | | | | | | Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95
* | Svx and sw code cleanupTomaž Vajngerl2012-07-012-6/+5
| | | | | | | | Change-Id: Ie93861f32ac23379dc1f0fd973612645e776cc1e
* | Remove unused definesThomas Arnhold2012-07-014-16/+0
| | | | | | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* | hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-013-4/+0
| | | | | | | | Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
* | Remove unused anmdef.hxxThomas Arnhold2012-07-017-40/+0
| | | | | | | | | | | | All definitions are unused. Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
* | Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl2012-07-018-43/+5
| | | | | | | | Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
* | Move "save graphic" dialog title to svx.Tomaž Vajngerl2012-07-012-12/+8
| | | | | | | | Change-Id: I1200e66f010525d989bed801240de6813ddf751c
* | Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl2012-07-013-185/+10
| | | | | | | | Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
* | removed unnecessary forward declarations of classTakeshi Abe2012-07-0244-131/+1
| | | | | | | | | | | | except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211