summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab/sendfunc.cxx
AgeCommit message (Expand)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-06fix compilation errorDavid Tardon
2013-04-06move anonymous namespace to .cxxDavid Tardon
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.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
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš 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-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: check mpConference before using itEike 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: remove unused TeleManager::mbAcceptIncomingMatúš Kukan
2012-07-17tubes: create TeleManager when starting Collaboration dialogMatúš Kukan
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan
2012-07-17tubes: reduce the use of boost::shared_ptrMatúš Kukan
2012-07-17include tubes/warnings_guard_boost_signals2.hpp [-Werror=shadow]Eike Rathke
2012-07-17tubes: unref TeleManager if we do not store the pointerMatúš 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
2012-07-17tubes: start collaboration from the contacts widgetMatúš Kukan
2012-07-17tubes: ScDocFuncSend: store pointer to TeleManagerMatúš Kukan
2012-07-17tubes: remove ScCollaboration layerMatúš Kukan