summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-09-10added overrides for fallbacks of legacy codesEike Rathke
Change-Id: I62be84904b3f0f4beeda35e78906604090eefa86
2013-09-10CID#738542 uninitialized memberCaolán McNamara
Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2
2013-09-10convert singletons to preferred rtl::Static patternCaolán McNamara
Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f
2013-09-10CID#1038283 Resource leakCaolán McNamara
Change-Id: I7f8433a76079dc76d888fd250b3033d772887e4d
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
Because we need to make a distinction between an empty cell and a string cell containing zero-length string, I decided to switch to using rtl_uString* array and use NULL values as empty cells. Change-Id: I5bedb593507f34782e41a8a900602d445e5b1f6f
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt
Parsing the property values of master presentation objects. Also new functions added to comphelper module for expanding filepaths macro to appropriate system file paths(for configuration files present at 'Impress.xcs') Change-Id: If0381a12155673e85103ddb5d51c34ae53fe2ecb
2013-09-09CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
2013-09-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
2013-09-09Convert dimension lines tab page to widget UIOlivier Hallot
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8 Reviewed-on: https://gerrit.libreoffice.org/5879 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09Seems an explicit destructor is neededTor Lillqvist
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
2013-09-08Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist
That "event logging" consisted of two macros, both used in a single place. Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist
Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
2013-09-08Related: fdo#38838 String::ReleaseBufferAccess is now no moreCaolán McNamara
Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535
2013-09-08convert already exists dialog to .uiCaolán McNamara
Change-Id: I6cb2a11b6ee2f94f611aa852c79dd1a6534381da
2013-09-08Remove duplicate defines in rtfkeywd.hxxZolnai Tamás
Change-Id: Iacb53db9df20d172a9d85fd52a4a41262ea9733c
2013-09-07typo fix: absoulte -> absoluteAndras Timar
Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
2013-09-07typo fix + unwanted link fixAndras Timar
Change-Id: I65d1817e5b48f14bb8035b2f2d6daeb75100add4
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
Change-Id: I25fc70cfd01f5ad25f7362157796d3ddf06139e1
2013-09-06bnc#779642 VML import: handle drawinglayer rectangle char spacingMiklos Vajna
Change-Id: I79fa72c9235682030d23a03fdb0c7c40370c4a8a
2013-09-06Resolves: #i122985# Various speedups for graphic object swappingArmin Le Grand
(cherry picked from commit f18ad6132d79540431bf04f090a7472e21a23e49) Conflicts: svtools/source/filter/jpeg/jpeg.cxx svx/inc/svx/svdundo.hxx svx/source/svdraw/svdograf.cxx vcl/source/gdi/pngread.cxx Change-Id: I733551fa9447eb8f45e9163a9c0189f013b03e82
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
Change-Id: Id2bc5a0343afeae387d896a9c369586a13081cd5
2013-09-05ColorControl.hxx: header guards still necessary in 21st centuryMichael Stahl
Change-Id: I27e773327cdcdc80d7cee0591741a7e1f439afbf
2013-09-05vcl: MSVC tinderbox can't tell Window from sd::WindowMichael Stahl
Change-Id: I2afc5e2b69a2ffc649dea5e5343fee63c96a594b
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
so the various places that check the full tag first do not have to get it just to delete it again. Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
2013-09-05CID#1079343 mContext.cipher is not initialized...Caolán McNamara
use protected to indicate that this is not callable directly, but only by another ctor which will do the initialization. Not sure if coverity will grok that, but if it doesn't then it can be submitted as a false positive Change-Id: I8e97c0b441dc407a005913e2b10f0fb48f45672b
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez
Added the new InteropGrabBag property to the Shape service and modified the JUnit UNO unit tests for it. Added specific implementation in the svx module for the SvxShape class. This new property is intended by now for its usage on preserving OOX's Smart-Art but it could also be used for preserving other attributes for interoperability among document formats. Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42 Reviewed-on: https://gerrit.libreoffice.org/5769 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-05XubString to OUStringThomas Arnhold
And simplify: SdrMarkView::ImpTakeDescriptionStr SdrUndoObj::GetDescriptionStringForObject ImpTakeDescriptionStr checks for %1 occurence first, this seems to me like an optimization. So I left it in. Change-Id: I2d0ecfdf2b83a9a535bd893578837e549dd691c1
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin
Change-Id: Icba1afdaf0d6ec16d2d09788ed3346160cb7564d
2013-09-05convert svx/source/sidebar/*.cxx from String to OUStringNoel Grandin
Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592
2013-09-05convert svx/source/svdraw/*.cxx from String to OUStringNoel Grandin
Change-Id: I081cc5220fb0f55af2c08ae24bb92e4bf8d3f546
2013-09-05convert include/svx/ParseContext.hxx from String to OUStringNoel Grandin
Change-Id: I0e7c003ea86dc7b3e9f698e1abd9a246d26d76e9
2013-09-05convert include/svx/SpellDialogChildWindow.hxx from String to OUStringNoel Grandin
Change-Id: I6fe9e996b67dc689f4fc2abc1cf63cb4af39084f
2013-09-05convert include/svx/XPropertyEntry.hxx from String to OUStringNoel Grandin
Change-Id: Ie112b2e8af32eba60f67f767dd6a098980d907b4
2013-09-05convert include/svx/checklbx.hxx from String to OUStringNoel Grandin
Change-Id: If632dc3e2fc13379ab3f2bb3f63f1e48a5119a57
2013-09-05convert include/svx/databaselocationinput.hxx from String to OUStringNoel Grandin
Change-Id: I3c38efac203593da017d107b3320858b6796ac38
2013-09-05convert include/svx/dialcontrol.hxx from String to OUStringNoel Grandin
Change-Id: I6f35595305178ec10b19a9d5f499526d76e2b736
2013-09-05convert include/svx/dlgctrl.hxx from String to OUStringNoel Grandin
Change-Id: Ic029164e691eba81819b09c7379fccc1160ad849
2013-09-05convert include/svx/fmpage.hxx from String to OUStringNoel Grandin
Change-Id: I7f602b483a69fb406dc4d9a35363e301a532a28b
2013-09-05convert include/svx/fmsearch.hxx from String to OUStringNoel Grandin
Change-Id: I167e5e5a54d9fbf9394c7f81484a20f460465c8d
2013-09-05convert include/svx/fontworkgallery.hxx from String to OUStringNoel Grandin
Change-Id: I55af9d671275fca62c3877b07c5cd32b0a7dfdf7
2013-09-05convert include/svx/frmdirlbox.hxx from String to OUStringNoel Grandin
Change-Id: Ib7d7a6e62f5fb28664c25fbc96cd3d56bf1797ac
2013-09-05convert include/svx/gallery.hxx from String to OUStringNoel Grandin
Change-Id: I0334a9544d25d35492764d0f5832f85604470cff
2013-09-05convert include/svx/gallery1.hxx from String to OUStringNoel Grandin
Change-Id: Ic1ea4f661b4975cb215ae6b4e6e6e068a85d4a07
2013-09-05convert include/svx/galmisc.hxx from String to OUStringNoel Grandin
Change-Id: If0677c6b38ddbac4f039c0e2e5a6db59491d454c
2013-09-05convert include/svx/galtheme.hxx from String to OUStringNoel Grandin
Change-Id: I7a592768f85fd2bd95435a29ca8c368e5f2ca81a
2013-09-05convert include/svx/hlnkitem.hxx from String to OUStringNoel Grandin
Change-Id: I3c4d1b60c5fe3df35a91258ea523e9b7f46eea71
2013-09-05convert include/svx/itemwin.hxx from String to OUStringNoel Grandin
Change-Id: Id6964c28161ff9d958c41e00ff73ed60f8a08d82