summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objstor.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl1-15/+45
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-6/+6
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-30fix indentationMatúš Kukan1-28/+27
2013-10-22Remove unused SfxObjectShell::bIsTmpStephan Bergmann1-1/+0
2013-10-21remove uses of COMPARE_*Caolán McNamara1-4/+4
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin1-7/+7
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+1
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin1-5/+5
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+2
2013-07-26fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/docJulien Nabet1-1/+0
2013-07-08rename sfx2 log area to sfxMichael Stahl1-30/+30
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-10/+10
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-39/+28
2013-05-31Resolves: #i120030# optimize thumbnail creation/paintingJürgen Schmidt1-0/+4
2013-05-02Resolves: #i119366# ensure password can be removed via "Save As..."Oliver-Rainer Wittmann1-0/+3
2013-04-25Broken security/password when saving to older odf (sx?) formats.Muthu Subramanian1-1/+1
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida1-3/+3
2013-04-12Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer1-1/+21
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-131/+131
2013-04-04Bin a pointless and annoying OSL_ENSURETor Lillqvist1-2/+0
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-1/+3
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-1/+1
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist1-0/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-2/+2
2013-03-15initial work on an odc exportMarkus Mohrhard1-7/+44
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-3/+3
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-3/+3
2013-01-14Add new unit test to test pivot table functionalities via ScDBDocFunc.Kohei Yoshida1-0/+6
2013-01-14Work around "may be used uninitialized" warningsStephan Bergmann1-2/+2
2013-01-14-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-5/+3
2012-12-07loplugin: various unused variablesCaolán McNamara1-3/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat1-2/+20
2012-10-23RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl1-2/+8
2012-10-23sfx2: add ERRCODE_SFX_FORMAT_ROWCOLMiklos Vajna1-0/+4
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat1-18/+0
2012-10-11CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat1-3/+0
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat1-0/+21
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin1-13/+10
2012-09-21fdo#49819 - allow slightly inconsistent docx files to be repairedMichael Meeks1-1/+7
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+2
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida1-0/+12
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin1-10/+4
2012-08-23Some clean up after previous commitStephan Bergmann1-4/+7
2012-07-25Fix the dbgutil build.Kohei Yoshida1-1/+1