summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/sendfunc.hxx
AgeCommit message (Expand)Author
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
2013-10-22fixup ScDocFunc OUString changes.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-06move anonymous namespace to .cxxDavid Tardon
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
2013-03-22String to OUString.Kohei Yoshida
2013-03-22Remove unused method parameter.Kohei Yoshida
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida
2013-03-17fix after String->rtl::OUString conversionDavid Tardon
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-24tubes: remove unused methodMatúš Kukan
2012-07-21tubes: small cleaningMatúš Kukan
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan
2012-07-17tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan
2012-07-17tubes: reduce the use of boost::shared_ptrMatúš Kukan
2012-07-17tubes: remove unused SetCollaboration methodMatúš Kukan
2012-07-17tubes: create InitTeleManager methodMatúš Kukan
2012-07-17tubes: extract class definitions to sendfunc.hxxMatúš Kukan