summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d
2012-08-07Remove forwards of non-existing structsThomas Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove commented out codeThomas Arnhold
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
2012-08-06sc: adapt tests to merged chart librariesMichael Stahl
Change-Id: I32b76c0e3da184ee0a0091776e0767b08d4eb10f
2012-08-06skip hidden rows when moving with the cursor, fdo#45020Markus Mohrhard
Change-Id: I3b12d774914599489dea2bb711b2d057111b677b
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
2012-08-05Remove unused macrosThomas Arnhold
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
2012-08-05highlight invalid formulas in cond format dlg, fdo#43653, bnc#730048Markus Mohrhard
Change-Id: I4893eb176aca976c037f8196dd3043e98fbf91dc
2012-08-05use correct string length for "between", fdo#53010Markus Mohrhard
Change-Id: I282c6a4436984d268b107ffef01022831c05a0fa
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
Change-Id: I63e262aa05ec7c06c15eaf74201b6ac1966e2e56
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
Change-Id: Icd839cd70dd32f766ad52d74fcf3cff28281da7e
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan
Also merge ScDocFuncRecv into ScDocFuncSend, now that is possible. Change-Id: I39bec141a99a8c8ce00400f581cce8d87f7d1972
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-08-04calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev
Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
2012-08-04calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev
Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan
Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan
This solves a crash when static dialog instance was destroyed on closing of one document but then was used in another document. Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
2012-08-03new fix for fdo#52998Noel Power
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-03Revert "fix fdo#52998 xls(x) comment export problems"Noel Power
This reverts commit 6068f2f7cf5d66c68241b3831851b413b2e0b3ba.
2012-08-03Revert "new fix for fdo#47907"Noel Power
This reverts commit 285a5ae06cf51927c2df4b47043e51394aab98b7.
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida
This is 1000 times faster. Change-Id: I09a75f70c8344898b2aea6bc5a8ca6b5fa9f1065
2012-08-02new fix for fdo#47907Noel Power
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
2012-08-02fix fdo#52998 xls(x) comment export problemsNoel Power
Change-Id: Ie290199d3b03f6599429d56275eb54661af4a51c
2012-08-01add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-08-01Remove unused code: those classes are unusedThomas Arnhold
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-08-01resolved fdo#53012 crash in CSV fixed width importEike Rathke
8cd05e9cf1152b21528c6f1a5bda3d949dc49791 changed from using String to OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess characters (always CSV_MAXSTRLEN if greater than field width) where String::Copy() silently ignored the excess length but OUString::copy() may result in invalid memory accesses and asserts in dbgutil build. Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b
2012-08-01vertically align and enlarge fields in cond.formatting dialogJean-Baptiste FAURE
add more room in several fields: usefull for FR translation reorder the code by levels/lines in the dialog Change-Id: I2c4cbaf926ade87b35a5900ab5461477e0157822
2012-07-31remove commented out SV_DECL_OBJARRMichael Stahl
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
2012-07-31Import intended blank or error cached formula results instead of 0Daniel Bankston
There are cases where a formula cell is exported with an office:value of 0 or no office:value at all, but the formula cell will have a text:p value which contains the intended formula result. If these cases are not taken into consideration during import, a 0 will be displayed in the cell instead of the intended special formula result (blanks or errors). These cases include when a formula result: - is blank - has a constant error value beginning with "#" (such as "#VALUE!" or "#N/A") - has an "Err:[###]" (where "[###]" is an error number) Change-Id: I8068cf1c9809c02513662f2b0a6fb16eb44920e0
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30small code cleanupMarkus Mohrhard
Change-Id: I2340015e70f5ce3d6f85266fcd12fa26129864e8
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini
Change-Id: Ia40c0af6844f736f0aad2566aec3c71f5016123e
2012-07-28Partially revert "Remove unused defines"Thomas Arnhold
This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8
2012-07-28WaE: equality comparison with extraneous parenthesesTor Lillqvist
Change-Id: I867b95cfcdad653d206998b1c02a34c4b7442ef4
2012-07-27copy conditional formats with sheets, fdo#52457Markus Mohrhard
Change-Id: Ic7a337e8a6b36fecbd3aad0e3366fd6f0ccc99c6
2012-07-27use correct cursor pos for cond format formulas, fdo#52565Markus Mohrhard
Change-Id: I4e270a8c8ee60a6ab9a3d3b717db2c1243a34e1d
2012-07-27tabs to spacesEike Rathke
Change-Id: I4772dd7ae21c222e7af4b42981fc81bce268ccee
2012-07-27tabs to spacesEike Rathke
Change-Id: Ie366b41d824e71d32721305e6bce823535d64c29
2012-07-27added back a missing elseEike Rathke
c75e2ed27d5da71891ed7a148ff9603c58eaa58e (merge of OOo filter rework) omitted an else of a condition. Change-Id: I6f342a48938aaf4090fc738afc6cf551a083b4fc
2012-07-27warning: statement has no effectMichael Stahl
Change-Id: I06a26ebd1703e1d753e35daeed610671fc451a8f
2012-07-27Lotus WK: fix warningsEike Rathke [er]
2012-07-27StarCalc 1.0: fix memory leaksEike Rathke [er]
2012-07-27QuattroPro warningsEike Rathke [er]