summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* 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
* nuke dead codeTakeshi Abe2012-06-108-121/+0
| | | | Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
* Remove superfluous empty lines on topThomas Arnhold2012-06-0955-113/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* Remove superfluous include commentsThomas Arnhold2012-06-091-4/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* Remove superfluous include commentsThomas Arnhold2012-06-092-5/+0
| | | | Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
* n753458: changing the keyboard of the Slide Show buttonFelix Zhang2012-06-071-1/+1
| | | | | - to avoid C-w shortcut to run slideshow, which colides with more common fshortcut to close window
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-065-34/+15
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-063-9/+9
| | | | | | | Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-055-5/+5
| | | | | | | Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
* XubString->rtl::OUStringBufferCaolán McNamara2012-06-051-9/+7
| | | | Change-Id: I8304092154b74727a67e197a673949e18d6a1ab4
* ditch some XubStringsCaolán McNamara2012-06-051-2/+2
| | | | Change-Id: I5f8b8b71b2ea1ce6041796efa70b338608aece17
* reduce scope of iCaolán McNamara2012-06-051-3/+2
| | | | Change-Id: I41e1c0ae2aabbf760e5f8b3142190f82fd6698c2
* fix use of local resource string ids in global contextCaolán McNamara2012-06-056-47/+44
| | | | | | | | possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17 Take the opportunity to give them more useful names while I'm at it Change-Id: I175b656ac611b78ebaa21b53778085113632095e