summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida
2012-07-19This should be bool.Kohei Yoshida
2012-07-19Added comment.Kohei Yoshida
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida
2012-07-19Less indentations via early bailout.Kohei Yoshida
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida
2012-07-19Use macro to define callbacks.Kohei Yoshida
2012-07-19Reorganized code to remove redundant calls to get_type().Kohei Yoshida
2012-07-19Some cleanup and comments.Kohei Yoshida
2012-07-19Turns out that C++03 doesn't support use of static double inside template.Kohei Yoshida
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida
2012-07-19We no longer need density types.Kohei Yoshida
2012-07-19This is no longer true.Kohei Yoshida
2012-07-19Support resizing matrix with a default value.Kohei Yoshida
2012-07-19For sum product, the initial accumulator value should be 1, not 0.Kohei Yoshida
2012-07-19Don't forget to initialize the flag matrix.Kohei Yoshida
2012-07-19A little cleanup.Kohei Yoshida
2012-07-19Implement Sum(), SumSquare(), etc...Kohei Yoshida
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida
2012-07-19Initial cut on matrix backend swapping. Still lots of things to fix.Kohei Yoshida
2012-07-19resolved fdo#52205 do not force all text cells in CSV importEike Rathke
2012-07-18unit test fdo#50345 accept empty string as scalar numeric 0 argumentEike Rathke
2012-07-18resolved fdo#50345 accept empty string as scalar numeric 0 argumentEike Rathke
2012-07-18Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207Markus Mohrhard
2012-07-17tubes: rearranged some lines for readability of codeEike Rathke
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: improve contacts dialogMatúš Kukan
2012-07-17tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()Eike Rathke
2012-07-17tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: do not use mpManager after unrefEike 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: add Collaborate menu item only in telepathy enabled buildMatúš Kukan
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan
2012-07-17tubes: correctly set pDocFuncMatúš Kukan
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan
2012-07-17tubes: fallback to master mode when not possible to init TeleManager as slaveMatúš Kukan
2012-07-17tubes: unref TeleManager if we do not store the pointerMatúš Kukan
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan
2012-07-17tubes: remove unused SetCollaboration methodMatúš Kukan
2012-07-17tubes: use correct castsMatúš Kukan
2012-07-17tubes: add listen button to start TeleManagerMatúš Kukan