summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-18re-base on ALv2 code. Includes:Michael Meeks687-15247/+10148
2012-07-18fs34b: #i117454# don't ask for the value of the possiblyFrank Schoenheit [fs]2-47/+21
2012-07-18fs34b: #i117472# fix color calculation from style stringFrank Schoenheit [fs]7-176/+120
2012-07-18fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/DrawAbdulmajeed Al-Abaulrazzaq1-0/+60
2012-07-18Duplicate assignment of gid_Brand_Dir_ProgramStephan Bergmann1-2/+1
2012-07-18Un-inline use of szServiceName2_UnoControlEditStephan Bergmann2-1/+14
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann31-70/+23
2012-07-17fdo#50801 fix cross-reference text when Caption order is Numbering firstUray M. János4-61/+101
2012-07-17fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csupIvan Timofeev1-8/+20
2012-07-17fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsubIvan Timofeev1-4/+4
2012-07-17mathmlimport: do not remove first and last bracesIvan Timofeev1-6/+0
2012-07-17SwWriteTable: warning C4389: '==': signed/unsigned mismatchMichael Stahl2-7/+8
2012-07-17warning C4701: potentially uninitialized local variable usedMichael Stahl1-1/+1
2012-07-17docbm.cxx: MSVC wants const_iterators and complains with error C2440Michael Stahl1-3/+6
2012-07-17Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdashCaolán McNamara1-1/+1
2012-07-17sal_Bool -> boolTakeshi Abe3-21/+21
2012-07-17tubes: rearranged some lines for readability of codeEike Rathke1-7/+5
2012-07-17tubes: do not freeze when preparing Account ManagerMatúš Kukan1-12/+1
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke5-10/+28
2012-07-17tubes: improve contacts dialogMatúš Kukan4-24/+40
2012-07-17tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()Eike Rathke1-1/+5
2012-07-17tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()Eike Rathke1-1/+0
2012-07-17tubes: guard unref() against "accidental" callsEike Rathke1-1/+1
2012-07-17tubes: do not use mpManager after unrefEike Rathke1-1/+12
2012-07-17tubes: check mpConference before using itEike Rathke1-3/+5
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan7-1/+49
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan1-15/+14
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan4-104/+1
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan7-61/+83
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan3-9/+5
2012-07-17tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan4-81/+39
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan4-11/+8
2012-07-17tubes: create TeleManager when starting Collaboration dialogMatúš Kukan4-15/+15
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan4-38/+70
2012-07-17tubes: reduce the use of boost::shared_ptrMatúš Kukan3-17/+28
2012-07-17include tubes/warnings_guard_boost_signals2.hpp [-Werror=shadow]Eike Rathke1-1/+1
2012-07-17tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke3-1/+46
2012-07-17tubes: add Collaborate menu item only in telepathy enabled buildMatúš Kukan5-2/+27
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan4-4/+5
2012-07-17tubes: correctly set pDocFuncMatúš Kukan2-1/+2
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan3-17/+36
2012-07-17tubes: fallback to master mode when not possible to init TeleManager as slaveMatúš Kukan1-1/+12
2012-07-17tubes: unref TeleManager if we do not store the pointerMatúš Kukan1-0/+1
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan4-10/+11
2012-07-17tubes: remove unused SetCollaboration methodMatúš Kukan2-6/+0
2012-07-17tubes: use correct castsMatúš Kukan1-3/+3
2012-07-17tubes: add listen button to start TeleManagerMatúš Kukan3-1/+37
2012-07-17tubes: create InitTeleManager methodMatúš Kukan2-16/+25
2012-07-17tubes: extract class definitions to sendfunc.hxxMatúš Kukan2-386/+448
2012-07-17tubes: start collaboration from the contacts widgetMatúš Kukan4-26/+56