summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objstor.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida1-3/+0
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida1-6/+6
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-26tidy some resource stringsCaolán McNamara1-7/+7
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold1-7/+0
2012-06-05Fix fdo#50703 clamp ODF1.2 compatibility-mode to use old encryption.Thorsten Behrens1-2/+2
2012-06-04Improve error reportingStephan Bergmann1-0/+1
2012-06-02targeted string re-workNorbert Thiebaud1-96/+96
2012-06-01Allow for editing of read-only documentsStephan Bergmann1-3/+3
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-3/+3
2012-04-14Resolves: fdo#48640 handle various busted rtf docs without hangingCaolán McNamara1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-03-30removed duplicate includes in sfx2Takeshi Abe1-1/+0
2012-03-05WaE: unused parameter in the DISABLE_SCRIPTING caseTor Lillqvist1-1/+3
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-3/+6
2012-02-14fdo#37775: Recent Documents not updated by Save & Save AsMuhammad Haggag1-2/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-1/+1
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-17/+17