summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-04tubes: do not queue incoming packetsMatúš Kukan
Change-Id: Ida0f3b9ce7cebdb0517457900d2b0b2377e6c8ab
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
Change-Id: I63e262aa05ec7c06c15eaf74201b6ac1966e2e56
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
Change-Id: Icd839cd70dd32f766ad52d74fcf3cff28281da7e
2012-08-04tubes: remove unused parameterMatúš Kukan
Change-Id: I22cd7cc866696dd7def7d7cb20d00da68d408137
2012-08-04tubes: call the function directlyMatúš Kukan
Change-Id: Ic9f02f7df77fabaec585c3f53bf0a86044bf27bb
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan
Also merge ScDocFuncRecv into ScDocFuncSend, now that is possible. Change-Id: I39bec141a99a8c8ce00400f581cce8d87f7d1972
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan
This way it affects code ~only internally in tubes/ module. Change-Id: I1fd1fa460d51ad57ae2f6df0adeb5fadfc7a8c95
2012-08-04make dev-install: don't list all files when unzipping on WNTMichael Stahl
Change-Id: I9b04e3ba7125ac0b7a38f47d0cbdedee9d844e28
2012-08-04SfxBroadcaster: fix STL conversion:Michael Stahl
50cf7caee5bc6d8e066580d13c72b40926fcb69a introduced a regression that makes the smoketest fail on Windows (though strangely not on Linux), because it removed the special handling of null pointers in the SfxBroadcaster's listener array. It is evidently possible that a listener may be either added or removed at the SfxBroadcaster while that SfxBroadcaster is currently doing a Broadcast, hence AddListener and RemoveListener must be careful not to make the in progress iteration through the listener array fail. svllo.dll!SfxBroadcaster::AddListener(SfxListener & rListener={...}) Line 114 + 0x43 bytes C++ svllo.dll!SfxListener::StartListening(SfxBroadcaster & rBroadcaster={...}, unsigned char bPreventDups=0) Line 89 C++ sfxlo.dll!SfxPrintHelper::initialize(const com::sun::star::uno::Sequence<com::sun::star::uno::Any> & aArguments={...}) Line 162 C++ sfxlo.dll!SfxBaseModel::impl_getPrintHelper() Line 3693 C++ sfxlo.dll!SfxBaseModel::Notify(SfxBroadcaster & rBC={...}, const SfxHint & rHint={...}) Line 2583 C++ svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint={...}) Line 56 + 0xb bytes C++ sfxlo.dll!SfxApplication::NotifyEvent(const SfxEventHint & rEventHint={...}, bool bSynchron=true) Line 918 C++ sfxlo.dll!SfxObjectShell::SetInitialized_Impl(const bool i_fromInitNew=true) Line 1146 + 0x37 bytes C++ sfxlo.dll!SfxObjectShell::FinishedLoading(unsigned short nFlags=3) Line 1302 C++ Change-Id: Id27d08faaa2472b57947960a92f19c44df55b72b
2012-08-04Replace usage of rtl/memory.h in unodevtools with equivalent from string.hArnaud Versini
Change-Id: Id13d0be47071345508ea1ddd3a8c4b8e656fcfe8
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini
Change-Id: If8313df67e037f48c56d9d4e4251316fc99894e7
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999
2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini
Change-Id: Ie4747a424bb688263dd578905b44c849e3cac08d
2012-08-04Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.hArnaud Versini
Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen
Change-Id: I7f52d67d955896821f2c340fdd51e072b53fdd2f
2012-08-04calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev
Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
2012-08-04calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev
Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan
Change-Id: Ic6f1bc41bc212e0c36751168f1204c41ebe0ce61
2012-08-04tubes: fix build of unit test; set include path for nowMatúš Kukan
Later we would want to move headers if they are not used outside. Change-Id: I863f6f00254b335af563598a195aea01595f6c99
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan
Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-08-04tubes: use SAL_INFO SAL_WARN hereMatúš Kukan
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan
Change-Id: Ibf2e3d3f5de87848ba8efb669308fe790d6622d6
2012-08-04tubes: do not use boost::signal here; call function directlyMatúš Kukan
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan
This solves a crash when static dialog instance was destroyed on closing of one document but then was used in another document. Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
2012-08-04tubes: remove pointless defineMatúš Kukan
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
2012-08-03Move PlaceEditDialog class and resources to svtools.Rafael Dominguez
- Update fpicker files that include them. - Separate Place class into its own header and move it to svtools. Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
2012-08-03Remove unneeded attribute.Rafael Dominguez
Change-Id: I41fcd5e07fa799f483f0c9eb007e8e6d8788eda1
2012-08-03Make local overlay fill all the window.Rafael Dominguez
- Since we dont need to support drag and drop its better to just display the full content of the folder as possible. - Resize overlay when view gets resized. Change-Id: I12909ae14b13dbaf5ec844f94268f8d86a84d91a
2012-08-03gbuild: run JunitTests and CppunitTests with DISABLE_SAL_DBGBOXMichael Stahl
DBGSV_ERROR_OUT=shell already disables GUI message boxes on assertions, but it does not take effect during early startup and late shutdown, when the tools redirection hooks are not installed; setting DISABLE_SAL_DBGBOX disables these on Windows in osl_assertFailedLine. Change-Id: Ibb62054741e85dc966a36cb20515c3af8e0d9c11
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl
If DISABLE_SAL_DBGBOX is set, fall back to printing on stderr. Change-Id: Id525b4012291b6b29cca7abcaad7483bc6bfba3b
2012-08-03fdo#38056: fix XMLTextImportPropertyMapper regression:Michael Stahl
The invalidation introduced in 7f9928bfa561ccb6ed4e2baacc7d6960bc1ce231 is unfortunately in the wrong place; the pAllFoo actually point at vector elements, and so they must not be dereferenced after new elements are added to the vector, so move the invalidation up a bit. Change-Id: I244d1d5cfd40469ff6d2c081e057355460d34cf4
2012-08-03callcatcher: update unused code post stlificationCaolán McNamara
Change-Id: If2c76ad5796456fcc84cd9e07a631be1687aa632
2012-08-03Translate German comments in sw/source/core/crsr/Bertrand Lorentz
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-03Translated German comments in starmath (fdo#39468)Alexander Wilms
Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-03fdo#36138: sd: fix undo in text objectsIvan Timofeev
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
2012-08-03Remove declared but not defined functionsTakeshi Abe
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
2012-08-03gbuildize ucppDavid Tardon
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
2012-08-03SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variableMiklos Vajna
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
2012-08-03enable preview for 'special' '*' formatsNoel Power
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
2012-08-03support new xml number:fill-character elem for number-style namespaceNoel Power
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks
2012-08-03Related: fdo#46757 unsafe to pass expanded text to maskingCaolán McNamara
So, use improved ModelToViewHelper to remove the hidden text right from the start, which drops the need to mask out the hidden text and we can remove the nNumOfMaskedChars hack Change-Id: I3bd90598e496d4e82cd9cef4c8f9e61c180cb945
2012-08-03Related: fdo#46757 extend ModelToViewHelper for more casesCaolán McNamara
beef up ModelToViewHelper to be able to optionally expand fields, collapse hidden text and collapse/expand redline deleted text Change-Id: I6d4d0969102ad9699f7fafe091b2eff6a5707bc4
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks
Change-Id: Id2aa869f05b09dc22676d63390ec10bf575571ef
2012-08-03Reduce confusion, this isn't "DocumentLoader"Tor Lillqvist
Change-Id: I69683f93894ea696c3aab4033aea0ab9624f6cff