summaryrefslogtreecommitdiff
path: root/sd/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist1-1/+2
There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin1-6/+6
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara1-1/+1
Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3
2012-09-24Impress: Add 'Duplicate slide' to the context menu of the slide sorter.Jan Holesovsky1-0/+1
Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
2012-09-18Fix mispaste.Andrzej J.R. Hunt1-1/+1
Change-Id: I80908ec6886eb5b7b30d0465bdf4a2f92340ce7c
2012-09-18Some more fixes for ENABLE_SDREMOTE.Andrzej J.R. Hunt1-1/+3
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann1-2/+1
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
2012-09-11XubString->rtl::OUStringCaolán McNamara1-3/+3
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
2012-08-08Add customshowlist.hxxNoel Grandin1-0/+86
Was left out from recently added patches. Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08STL'ify CustomShowListNoel Grandin2-3/+7
Create SdCustomShowList class to replace usage of tools/list.hxx Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
2012-08-08Remote dialog now showing.Andrzej J.R. Hunt2-2/+2
Change-Id: I20857202e70a975d249ac0f121947691ac274602
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-7/+0
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt3-0/+3
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
2012-08-06add remote initialization hooks to impress init.Michael Meeks1-0/+1
Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6
2012-08-06Convert documents to follow the doxygen standard (fdo#44502, fdo#39468)Norah A. Abanumay4-33/+31
Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-01Convert documents to follow the doxygen standardNorah Abanimy7-78/+81
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
2012-07-14Remove unused HIDsThomas Arnhold1-27/+0
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14Remove unused HIDsThomas Arnhold1-14/+0
Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold3-6/+6
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold1-4/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-1/+0
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02Remove unused sduiks.hrcThomas Arnhold1-40/+0
Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold1-2/+0
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused anmdef.hxxThomas Arnhold2-35/+0
All definitions are unused. Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
2012-07-01Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl2-2/+0
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl1-4/+3
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-06-29removed unnecessary forward declarations of classTakeshi Abe11-43/+0
except * sd::ViewTabBar moved to ViewShellBase.hxx * sd::TemplateEntry moved to AllMasterPageSelector.hxx Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
2012-06-29Remove some more include guardsThomas Arnhold2-7/+1
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-27Remove unused include filesThomas Arnhold2-76/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold1-3/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-25unused static rtl::OUStringsCaolán McNamara1-11/+0
Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
2012-06-22re-base on ALv2 code.Michael Meeks2-46/+28
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks38-917/+602
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold4-133/+2
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-2/+2
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold1-182/+0
This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
2012-06-05ditch some XubStringsCaolán McNamara1-2/+2
Change-Id: I5f8b8b71b2ea1ce6041796efa70b338608aece17
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+4
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann1-1/+3
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-0/+2
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders1-1/+1
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2-3/+2
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk
2012-04-18More RTL_CONSTASCII conversionsOlivier Hallot1-10/+10
2012-04-16Return by value instead of passing by reference to get data.Rafael Dominguez1-1/+1
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez1-2/+3
- Fix some style issues.
2012-04-13Remove deprecated and unused methods.Rafael Dominguez2-60/+0
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez1-0/+6