summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Collapse)Author
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-21Remove unused dbexch.hrcThomas Arnhold
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 McNamara
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
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-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara
Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-16removed unused forward declarations of classTakeshi Abe
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-15fdo#48874 - remove html export dialog artworkRob Snelders
Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
2012-06-15move zoomitem from svx to sfx2Tim Hardeck
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-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin
Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585
2012-06-12Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vectorNoel Grandin
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 Holesovsky
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-10nuke dead codeTakeshi Abe
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-07n753458: changing the keyboard of the Slide Show buttonFelix Zhang
- to avoid C-w shortcut to run slideshow, which colides with more common fshortcut to close window
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05XubString->rtl::OUStringBufferCaolán McNamara
Change-Id: I8304092154b74727a67e197a673949e18d6a1ab4
2012-06-05reduce scope of iCaolán McNamara
Change-Id: I41e1c0ae2aabbf760e5f8b3142190f82fd6698c2
2012-06-05fix use of local resource string ids in global contextCaolán McNamara
possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17 Take the opportunity to give them more useful names while I'm at it Change-Id: I175b656ac611b78ebaa21b53778085113632095e
2012-06-05Navigator menu entry is checkableCaolán McNamara
Change-Id: I5e1758e68bda856603132b78af69c7470712b507
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens
Make "export extended ODF" consistently mean "version > ODF1.2". Future ODF versions need manual review anyway, of the various changes/additions we ship. Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ie65e17698cc11301873e964868c4c8f4d8dc953c
2012-06-02These should be set as checkable menu entriesCaolán McNamara
So use Checkable = TRUE Change-Id: I13ca3cec05ed6fddb00b142bc70c892a75cd45ec
2012-06-01targetted reversion of minor SAL_N_ELEMENTS tweakMichael Meeks
Change-Id: I4f907aecd72f55091184aa1509506a46010f1061
2012-06-01nuke unused namespaceTakeshi Abe
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
2012-05-31nuke unused typedefTakeshi Abe
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
2012-05-21removed unused #definesTakeshi Abe
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-19Remove "else if" dup small blockJulien Nabet
Was there since 2008-04-03 (with a format changed 2012-04-06) Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16removed useless codeTakeshi Abe
Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: I2caca314d87264261ccc4400b6f93bed960e8c6a
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-11avoid recursion that can mess up DND setup (fdo#41996)Luboš Luňák
The way too smart ctor for the DND handler started drag immediately, causing a race condition that could recurse to setting a handler again before the first one was actually set, thus immediately again causing the DND to be stopped, and then possibly later again started, depending on how the race condition turned out. Use delayed initialization to avoid this. Change-Id: I528eddbdc7c52a19675997e4c866506c662cff19
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-09Resolves: rhbz#805743 a11y: call doShow after we have a valid viewCaolán McNamara
Basically a regression from ec240eafe9b25620383aa54015f5c55e0f64227a but things were broken before that too. enable a11y (for gnome 3 this is gsettings set org.gnome.desktop.interface toolkit-accessibility true), and run the smoketest with dbg-util before touching this stuff Change-Id: I I55f4e22d8ac61c7ac3ccc37b82794604b28a8f14