summaryrefslogtreecommitdiff
path: root/sd/inc
AgeCommit message (Collapse)Author
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
2012-07-02Remove unused sduiks.hrcThomas Arnhold
Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused anmdef.hxxThomas Arnhold
All definitions are unused. Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
2012-07-01Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl
Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758
2012-07-01Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl
Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56
2012-06-29removed unnecessary forward declarations of classTakeshi Abe
except * sd::ViewTabBar moved to ViewShellBase.hxx * sd::TemplateEntry moved to AllMasterPageSelector.hxx Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
2012-06-29Remove some more include guardsThomas Arnhold
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-25unused static rtl::OUStringsCaolán McNamara
Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
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 Arnhold
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 Arnhold
This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
2012-06-05ditch some XubStringsCaolán McNamara
Change-Id: I5f8b8b71b2ea1ce6041796efa70b338608aece17
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-23fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
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 Hallot
2012-04-16Return by value instead of passing by reference to get data.Rafael Dominguez
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez
- Fix some style issues.
2012-04-13Remove deprecated and unused methods.Rafael Dominguez
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez
2012-04-13Make some inmutable parameters constant.Rafael Dominguez
2012-04-13Overload InsertBookmarkAsObject to use std::vector instead of List.Rafael Dominguez
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark.
2012-04-13Overload InsertBookmarkAsPage to use std::vector instead of List.Rafael Dominguez
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark.
2012-04-13Refactor SdDrawDocument::IterateBookmarkPages.Rafael Dominguez
- Make the function a local function instead of a method. - Remove base functor class since we only use one type of functor. - Make lcl_IterateBookmarkPages only dependant on FindDuplicateLayout functor.
2012-04-11Overload AbstractSdInsertPagesObjsDlg::GetList.Rafael Dominguez
- Use vector instead of deprecated List class. - Use OUString instead of String.
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
2012-03-25removed duplicate includes in sdTakeshi Abe
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-08disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe
2012-02-01add commentsIvan Timofeev
2012-01-31erase garbage after std::removeIvan Timofeev
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
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-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-03refactor SdrModel::GetDocumentStreamMichael Stahl
Remove 3 ~identical implementations of GetDocumentStream and the associated struct SdrDocumentStreamInfo.