summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* Remove include guardsThomas Arnhold2012-06-291-5/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* Remove some unused defines and controlsThomas Arnhold2012-06-292-6/+0
| | | | Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
* removed unnecessary forward declarations of classTakeshi Abe2012-06-2955-158/+5
| | | | | | | | except * sd::ViewTabBar moved to ViewShellBase.hxx * sd::TemplateEntry moved to AllMasterPageSelector.hxx Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
* removed unused TestMenu & TestPanelTakeshi Abe2012-06-295-613/+0
| | | | Change-Id: Ibd9bea6ea749090d7d72d3da66378d4e84a0a63d
* fdo#51543: fix incomplete slide number info in status barIvan Timofeev2012-06-291-2/+2
| | | | Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b
* Remove unused header guards and optionsThomas Arnhold2012-06-291-3/+0
| | | | Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
* Remove some more include guardsThomas Arnhold2012-06-296-19/+3
| | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* Remove UNO includes commentsThomas Arnhold2012-06-298-16/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-284-14/+13
| | | | Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
* Remove unused header filesThomas Arnhold2012-06-283-406/+0
| | | | | | Those are unused too. Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
* remember spell check/find&replace start position only 1st timeRadek Doulik2012-06-281-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
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
|
* Remove unused include filesThomas Arnhold2012-06-2710-811/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* hrc cleanup: Remove commented out codeThomas Arnhold2012-06-271-8/+0
| | | | Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
* Reduce newline bloat at eofThomas Arnhold2012-06-2725-707/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-274-10/+0
| | | | Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
* re-base on ALv2 code.Michael Meeks2012-06-262-49/+31
|
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-253-24/+7
| | | | Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a
* unused static rtl::OUStringsCaolán McNamara2012-06-251-11/+0
| | | | Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f
* merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFontCaolán McNamara2012-06-251-45/+4
| | | | Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc
* TODO: get rid of this in another incompatible build with SW projectCaolán McNamara2012-06-251-1/+2
| | | | Change-Id: Ic3fb0c8eb37317d55bcdc6abc7ff9843ba11fac6
* remove some annoying XubStringsCaolán McNamara2012-06-251-3/+2
| | | | Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
* Remove various commented out definesThomas Arnhold2012-06-257-22/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
* .dxp files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
* .xml files don't need executable bitsMichael Stahl2012-06-228-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-225-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
* Remove empty or non-called methodsThomas Arnhold2012-06-2211-79/+0
| | | | | | | | | | | | | | | | | | | | | | | | | empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
* re-base on ALv2 code.Michael Meeks2012-06-2217-394/+241
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-213-3/+3
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-21366-8727/+5495
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2193-1927/+1513
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-2117-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
* Remove unused dbexch.hrcThomas Arnhold2012-06-212-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
* ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2012-06-201-3/+3
| | | | Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-192-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
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-192-0/+4
| | | | | | | GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-182-4/+0
| | | | | | | | The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* ditch last (?) String::String(const sal_Unicode*)Caolán McNamara2012-06-181-3/+2
| | | | Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-188-12/+12
| | | | | | | add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
* removed unused forward declarations of classTakeshi Abe2012-06-163-7/+0
| | | | Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
* fdo#48874 - remove html export dialog artworkRob Snelders2012-06-154-327/+126
| | | | Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
* added zoom submenu to ViewTim Hardeck2012-06-152-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
* move zoomitem from svx to sfx2Tim Hardeck2012-06-1510-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
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-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
* Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold2012-06-131-182/+0
| | | | | | This is the first part of a nice cleanup ;) Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-122-4/+4
| | | | Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
* Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin2012-06-121-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
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-121-3/+3
| | | | Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-3/+2
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892