- 22 Haz, 2014 8 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I8b01bf22e8e3b98ef013b947f617905d558d3554
-
Markus Mohrhard yazdı
Change-Id: I42c340a6aee016e37ee558d46a8eab101837e9c5
-
Markus Mohrhard yazdı
Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c
-
Markus Mohrhard yazdı
Change-Id: I9327f232f1edb9ef052eb7868ac60774f3b6e4cf
-
Markus Mohrhard yazdı
Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49
-
Markus Mohrhard yazdı
Change-Id: I422d651e303553e2ce30895b44b8d96664418c19
-
Takeshi Abe yazdı
Change-Id: Ic84b7275f3dfa9a7db47757f94d82b0036fd42da
-
Takeshi Abe yazdı
Change-Id: I254e429201183b6112625fd04683d7c2aa8b867a
-
- 21 Haz, 2014 22 kayıt (commit)
-
-
Julien Nabet yazdı
After having installed the extension from http://extensions.libreoffice.org/extension-center/alternative-dialog-find-replace-for-writer/releases/1.4 I had a crash, extract of bt: 5 0x00002aaad3ee13df in rtl::OUString::copy (this=0x7fffffff2510, beginIndex=147, count=-15) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:1481 6 0x00002aaad3edc10e in stringresource::StringResourcePersistenceImpl::implScanLocaleNames (this=0x8e2bba0, aContentSeq=uno::Sequence of length 24 = {...}) at /home/julien/compile-libreoffice/libreoffice/scripting/source/stringresource/stringresource.cxx:1728 So add a quick check to be sure iDot > iSlash Change-Id: I944a852d6cc9a35c451985ac96032f0d848136e8
-
Julien Nabet yazdı
Fallback strings are in English wheresas ImplGetThemeEntry expects localized strings Let's put localized strings in fallback to make ImplGetThemeEntry happy Change-Id: I27dd992bac4f5aaf6e0e6237fe59dac990f11c92
-
Takeshi Abe yazdı
Change-Id: I27a0c3639c346720df471ffa3940783565c47f7d
-
Julien Nabet yazdı
Change-Id: I83a8671e90431bbc4f41392f062d37c452b018ff
-
Miklos Vajna yazdı
Change-Id: I8c63d8d1bcf4247491e4be22d1e37e1eefe1e7d1
-
Matúš Kukan yazdı
Helps to save few cycles. Change-Id: Iea908bd84fa1201f05ec698f8de51ea78d841eb6
-
Matúš Kukan yazdı
This reverts commit 339e5d44 and commit d1987a3e "fix sd_import_tests after e42c05c1". It would need more work and understanding, so just revert. Also, the problem with bnc#882631 is somewhere else, though this helped too.
-
Markus Mohrhard yazdı
Change-Id: I7f5c5f025954120c06fcce2c14915a8138843374
-
Markus Mohrhard yazdı
Change-Id: I0de216a8c6259ba6ec825f85f52e2f48b97510d7
-
Markus Mohrhard yazdı
Change-Id: I75faa82fc2eef7f3bfd3546d64f47dee6a0b7d08
-
Markus Mohrhard yazdı
Change-Id: I9b73b6b6073b3249317f4e1124d840930cbe558f
-
Markus Mohrhard yazdı
Change-Id: I337d845e05007efb29f1c1fa39cdcc046b156281
-
Markus Mohrhard yazdı
Change-Id: I5c1f624cc05a90878f717abc8ffb0b2220ce94d5
-
weigao yazdı
Includes warning fixes from Markus Mohrhard. Conflicts: chart2/source/view/inc/GL3DRenderer.hxx chart2/source/view/main/GL3DRenderer.cxx Change-Id: I09da7c49eb11da9ea2bc18a5e13f2fd2c0d6bd8f
-
Markus Mohrhard yazdı
Change-Id: I10aa08268bf148eb792440f13bcf044b350d6937
-
weigao yazdı
Change-Id: I922d24bc63ed7c1f16318c25da0b6b3401d24b6f
-
weigao yazdı
Conflicts: chart2/source/view/main/GL3DRenderer.cxx Change-Id: I3cf9636b36ffd47589dd3ab61278802ca73644ce
-
weigao yazdı
Conflicts: chart2/source/view/main/GL3DRenderer.cxx Change-Id: I23b9929dd3f0f1b0a070091ed9c1fe920edfcbf9
-
weigao yazdı
Change-Id: Ie197d0156a2d8b54fe6b08a905d82a63d31513f2
-
Markus Mohrhard yazdı
Change-Id: I427b408f898b4f4697f460a61fc306f65d68e12a
-
Markus Mohrhard yazdı
Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85
-
Markus Mohrhard yazdı
e.g. fdo26139-1.pdf Change-Id: Ic5854e2056c246d48e2962dfe0a91f67c2c30c04
-
- 20 Haz, 2014 10 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Id714a54b08127c594c108c824bb0dedd74bb5c06
-
Stephan Bergmann yazdı
...instead of legacy __getServiceFactory. This fixes a subtle bug: When these Java extensions are live-deployed, they are offloaded to an additional uno process. Their __getServiceFactory methods were called with the uno process (component context's) service manager, which they stored away for later use in OneInstanceFactory.createInstance. So even if later on an instance was created with the main LO process's component context, the uno process's component context would be used to instantiate the (C++) com.sun.star.linguistic2.LinguProperties service (in the uno process!), and that happens to internally use comphelper::getProcessServiceFactory, which would be null in the uno process, comphelper::getProcessServiceFactory comphelper::getProcessComponentContext (anonymous namespace)::getConfigurationProvider utl::ConfigManager::acquireTree utl::ConfigManager::addConfigItem utl::ConfigItem::ConfigItem SvtLinguConfigItem::SvtLinguConfigItem SvtLinguConfig::GetConfigItem SvtLinguConfig::GetConfigItem SvtLinguConfig::GetProperty LinguProps::getPropertyValue gcc3::callVirtualMethod ... Change-Id: Ib6f5a5dd6d0adbbe14d60aaff3a8b6ba24235d11
-
Niklas Johansson yazdı
At least VoiceOver needs it to be able to open the dropdown in a native way (through AXShowMenu). The list still isn't accessible on mac but that is an other issue. Change-Id: I825b54536dfc9743b722eb55873bde3d5eef953d Reviewed-on: https://gerrit.libreoffice.org/9833Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Change-Id: Iaa592297e8a946c121b9eaedbbab136db7593316 Reviewed-on: https://gerrit.libreoffice.org/9838Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I65abec66d56f2bf83e28c85589638cea5f3a7a0c
-
Kohei Yoshida yazdı
Not a direct test for the reported bug, but to ensure that the reworked properties survive import and export. Change-Id: I6c5a4c98eca5180251f04a24346290dedc44447a
-
Armin Le Grand yazdı
(cherry picked from commit 966c3803) Change-Id: Ibbd68e8c102f2d80ea5b7610b9a97704a282e6ea
-
Miklos Vajna yazdı
Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db
-
Stephan Bergmann yazdı
As Kendy found out, "In Writer: Enable the drawing functions [view -> toolbars -> drawing], choose 'Line Callout 1' among the presets Callouts [to the left from the stars], and attempt to click and drag in the document to insert it" triggers assert in SvRef<T>::operator* introduced in 160ae988 "Catch illegal null pointer dereferences early." Given how most places in sfx2/source/doc/sfxbasemodel.cxx already check for null m_pObjectShell, looks like this had just been missing here, and the SfxDocInfoListener_Impl's modified has probably never been called, so it went unnoticed that its m_rShell was a "null reference." Change-Id: I6b6dad831938d5fa89340895b98797686b60c5cc
-
Miklos Vajna yazdı
This takes care of moving / resizing the textbox when the draw shape has been resized. Change-Id: If4c6f0bcdd03e00e3e49b0d30de3e1d0595977d4
-