summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02removed unnecessary forward declarations of classTakeshi Abe44-131/+1
except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211
2012-06-29Remove include guardsThomas Arnhold1-5/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove some unused defines and controlsThomas Arnhold2-6/+0
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-29removed unnecessary forward declarations of classTakeshi Abe55-158/+5
except * sd::ViewTabBar moved to ViewShellBase.hxx * sd::TemplateEntry moved to AllMasterPageSelector.hxx Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
2012-06-29removed unused TestMenu & TestPanelTakeshi Abe5-613/+0
Change-Id: Ibd9bea6ea749090d7d72d3da66378d4e84a0a63d
2012-06-29fdo#51543: fix incomplete slide number info in status barIvan Timofeev1-2/+2
Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b
2012-06-29Remove unused header guards and optionsThomas Arnhold1-3/+0
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
2012-06-29Remove some more include guardsThomas Arnhold6-19/+3
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
2012-06-29Remove UNO includes commentsThomas Arnhold8-16/+0
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara4-14/+13
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28Remove unused header filesThomas Arnhold3-406/+0
Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
2012-06-28remember spell check/find&replace start position only 1st timeRadek Doulik1-2/+6
- use mnStartPageIndex as indicator, -1 means it wasn't set yet otherwise it is set. reset it to -1 at the end of spell check and find&replace Change-Id: Ic45106b019d3c1a0232fe3d766aab07bbcd24d2c
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-06-27Remove unused include filesThomas Arnhold10-811/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27hrc cleanup: Remove commented out codeThomas Arnhold1-8/+0
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
2012-06-27Reduce newline bloat at eofThomas Arnhold25-707/+0
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold4-10/+0
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
2012-06-26re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara3-24/+7
Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
2012-06-25unused static rtl::OUStringsCaolán McNamara1-11/+0
Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
2012-06-25merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara1-45/+4
Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc
2012-06-25TODO: get rid of this in another incompatible build with SW projectCaolán McNamara1-1/+2
Change-Id: Ic3fb0c8eb37317d55bcdc6abc7ff9843ba11fac6
2012-06-25remove some annoying XubStringsCaolán McNamara1-3/+2
Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
2012-06-25Remove various commented out definesThomas Arnhold7-22/+0
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl1-1/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-22.dxp files don't need executable bitsMichael Stahl1-0/+0
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-22.xml files don't need executable bitsMichael Stahl8-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák5-5/+5
The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-22Remove empty or non-called methodsThomas Arnhold11-79/+0
empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
2012-06-22re-base on ALv2 code.Michael Meeks17-394/+241
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks3-3/+3
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks366-8727/+5495
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks93-1927/+1513
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold17-280/+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-21Remove unused dbexch.hrcThomas Arnhold2-2/+0
The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-3/+3
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-9/+4
merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek2-0/+4
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)2-4/+0
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara1-3/+2
Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara8-12/+12
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-16removed unused forward declarations of classTakeshi Abe3-7/+0
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-15fdo#48874 - remove html export dialog artworkRob Snelders4-327/+126
Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
2012-06-15added zoom submenu to ViewTim Hardeck2-2/+28
Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck10-10/+11
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2. This patch does base on Caolán McNamara's patch he sent to the mailing list. Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
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-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2-4/+4
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin1-7/+7
I could have used boost::ptr_vector, but the code seems to believe that the array can contain nulls, which ptr_vector does not like. Change-Id: I5f56a3e96ef9baca2c192e7cfa33b8f4283709a6
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky1-3/+3
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931