- 04 Agu, 2012 10 kayıt (commit)
-
-
Michael Stahl yazdı
50cf7cae 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
-
Arnaud Versini yazdı
Change-Id: Id13d0be47071345508ea1ddd3a8c4b8e656fcfe8
-
Arnaud Versini yazdı
Change-Id: If8313df67e037f48c56d9d4e4251316fc99894e7
-
Arnaud Versini yazdı
Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999
-
Arnaud Versini yazdı
Change-Id: Ie4747a424bb688263dd578905b44c849e3cac08d
-
Arnaud Versini yazdı
Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d
-
Bjoern Michaelsen yazdı
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
-
Bjoern Michaelsen yazdı
Change-Id: I7f52d67d955896821f2c340fdd51e072b53fdd2f
-
Ivan Timofeev yazdı
Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
-
Ivan Timofeev yazdı
Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f
-
- 03 Agu, 2012 30 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: Ic6f1bc41bc212e0c36751168f1204c41ebe0ce61
-
Matúš Kukan yazdı
Later we would want to move headers if they are not used outside. Change-Id: I863f6f00254b335af563598a195aea01595f6c99
-
Matúš Kukan yazdı
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
-
Matúš Kukan yazdı
Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd
-
Matúš Kukan yazdı
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
-
Matúš Kukan yazdı
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
-
Matúš Kukan yazdı
Change-Id: Ibf2e3d3f5de87848ba8efb669308fe790d6622d6
-
Matúš Kukan yazdı
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
-
Matúš Kukan yazdı
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
-
Matúš Kukan yazdı
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
-
Matúš Kukan yazdı
Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476
-
Rafael Dominguez yazdı
- Update fpicker files that include them. - Separate Place class into its own header and move it to svtools. Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
-
Rafael Dominguez yazdı
Change-Id: I41fcd5e07fa799f483f0c9eb007e8e6d8788eda1
-
Rafael Dominguez yazdı
- 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
-
Michael Stahl yazdı
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
-
Michael Stahl yazdı
If DISABLE_SAL_DBGBOX is set, fall back to printing on stderr. Change-Id: Id525b4012291b6b29cca7abcaad7483bc6bfba3b
-
Michael Stahl yazdı
The invalidation introduced in 7f9928bf 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
-
Caolán McNamara yazdı
Change-Id: If2c76ad5796456fcc84cd9e07a631be1687aa632
-
Bertrand Lorentz yazdı
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8 Reviewed-by:
Philipp Riemer <ruderphilipp@gmail.com>
-
Alexander Wilms yazdı
Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad Reviewed-by:
Philipp Riemer <ruderphilipp@gmail.com>
-
Ivan Timofeev yazdı
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d
-
Michael Meeks yazdı
Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
-
Takeshi Abe yazdı
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
-
David Tardon yazdı
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
-
Miklos Vajna yazdı
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
-
Noel Power yazdı
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
-
Noel Power yazdı
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
-
Michael Meeks yazdı
-
Caolán McNamara yazdı
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
-
Caolán McNamara yazdı
beef up ModelToViewHelper to be able to optionally expand fields, collapse hidden text and collapse/expand redline deleted text Change-Id: I6d4d0969102ad9699f7fafe091b2eff6a5707bc4
-