summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab
AgeCommit message (Expand)AuthorFilesLines
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida2-0/+8
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-4/+4
2013-10-24compile fix.Michael Meeks1-1/+1
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks2-14/+14
2013-09-09tubes: build fixes.Michael Meeks1-5/+3
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-20/+20
2013-04-06fix compilation errorDavid Tardon1-1/+4
2013-04-06move anonymous namespace to .cxxDavid Tardon2-217/+219
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-1/+0
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-22/+0
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida2-5/+3
2013-03-22String to OUString.Kohei Yoshida2-2/+2
2013-03-22Remove unused method parameter.Kohei Yoshida2-9/+7
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida2-18/+0
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida2-1/+41
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida2-0/+55
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida2-4/+23
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida2-0/+8
2013-03-17fix after String->rtl::OUString conversionDavid Tardon1-2/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan3-22/+9
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan1-2/+1
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan2-7/+4
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-4/+1
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan3-112/+61
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan3-10/+8
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan1-7/+1
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan3-97/+19
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan2-1/+14
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan1-9/+7
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+1
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan1-2/+7
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan1-3/+1
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan6-400/+66
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan3-6/+9
2012-07-26tubes: forgot to include these headersMatúš Kukan1-0/+2
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan2-4/+4
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-1/+6
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan1-1/+3
2012-07-24tubes: remove unused methodMatúš Kukan2-6/+0
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-50/+39
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-0/+2
2012-07-21tubes: small cleaningMatúš Kukan2-3/+1
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan2-7/+4
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan3-87/+4
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan3-15/+25