summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-04convert MediaState to scoped enumNoel Grandin
Change-Id: Idf14f7d344be6c690cdd721cd5f7eb7c328b590c
2015-06-04fix status bar flickering (zoom slider fo example)Tomaž Vajngerl
Change-Id: I3fb71868a9f8f56c76353f3a2d84fdb078c8f8fb
2015-06-03Resolves: tdf#90435 secondary pool set to that of temp docs drawing layersCaolán McNamara
overwriting the original one, and when the temp doc goes away then its drawing layer goes away autoamtically settings the secondary pools of the other pools it is a secondary of back to 0 (see also tdf#87245) Change-Id: Ie6dd8d615f81cf4d4776eaeac1cc2507b2abaa37
2015-06-03OS X: Default to the 'breeze' icon theme.Jan Holesovsky
As agreed in the Design team meeting today. Change-Id: I660462fb7b56eb3c8f883f8540cf88801e48165c
2015-06-03sw: add SwDBManager::RevokeDataSource()Miklos Vajna
And call it from the SwDoc dtor, so that embedded data source definitions registered on opening are deregistered on close. Change-Id: I40309389d44dcbc225f6f2ef98bb20579e12d650
2015-06-03sw: move name of the embedded data source def from SwDBData to SwDBManagerMiklos Vajna
The problem is that SwDBData just describes the current data source, and when changing that, the embedded name doesn't change, so they should be separate. Change-Id: I2dd7e0a97b9f7d6a3a74a5752467515a0a09171a
2015-06-03more style fixesMarkus Mohrhard
Change-Id: Iadf157f3d2673047e2d81c74847b16d12478ca65
2015-06-03that is not a TODO anymore, we actually block OpenGL in RDP connectionsMarkus Mohrhard
Change-Id: I782e93e6106b3940e7e83c615072beebca1c0965
2015-06-03fix commentMarkus Mohrhard
Change-Id: I1d6fc43447c3c98e21d1d0752aa621c9ab2a92a7
2015-06-03document that these are references to mozilla bugsMarkus Mohrhard
Change-Id: Ie84924ee77805ce4b4f6d5a7e77213ce2d51877f
2015-06-03more style clean-upMarkus Mohrhard
Change-Id: I46727514629103d8a97140483eca26135929a688
2015-06-03adapt coding styleMarkus Mohrhard
We will not update with a new version from mozilla. Change-Id: Icf9571e1efecee18a19760b2eb3041e3d9e6f108
2015-06-03document that it is a reference to a mozilla bugMarkus Mohrhard
Change-Id: Ic57a0785db05908ffd9faef30544646d2e70ee5a
2015-06-03calc mapmode: Refactor DrawDocumentBackground to use logic unitsKrisztian Pinter
Change-Id: I316e51bac78981263bfbee55ea5b684a40b44afa
2015-06-03don't crash on layout of ooo55381-1.sxwCaolán McNamara
The pLay here is getting joined and thus deleted in a stack of FormatLayoutTabs so set it as unjoinable for the duration that we expect pLay to remain valid Change-Id: Iedfaf710022ad19c0f415cee84f70c74dd7dbd96
2015-06-03coverity#1302605 Resource leak in objectCaolán McNamara
Change-Id: I574714c2d587ac22fcc812ffe8217f151ac40cb6
2015-06-03tdf#87822 Impress: hide common task toolbar in master viewPhilippe Jung
When Master Slide or Master Notes are active, hides the Common task toolbar as it it not usefull. Change-Id: Ice07661bf203c029d733614e1eceb5ef3d0661f9 Reviewed-on: https://gerrit.libreoffice.org/16060 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-03fix crash on export of ooo39845-7.sxw to .docxCaolán McNamara
only bump m_nFieldsInHyperlink if the field isn't erased from the stack Change-Id: Idb75d087f6fa3ce3cd399623d8ace1e7f3899b5c
2015-06-03reflect requirement of one abbreviated DateAcceptancePattern in documentationEike Rathke
Change-Id: I2593606f3c82eeb9e04be469c20ffb4132cc4f2c
2015-06-03ensure that at least one abbreviated DateAcceptancePattern is presentEike Rathke
Change-Id: I30619fc9f894dda89cd1c84153abcb21214a5fbc
2015-06-03add missing DateAcceptancePattern for abbreviated date inputEike Rathke
Change-Id: I5ac712604204c4cbbce4d1ec3a591fb9f158c6f8
2015-06-03Revert "make saxparser deps order-only"Eike Rathke
This reverts commit 49d8bc1dcce4c662d85d894567501205f94f678d. If saxparser changed, specifically if i18npool/source/localedata/LocaleNode.cxx was modified, we actually want all .cxx regenerated from locale data and not silently skip all. Conflicts: i18npool/CustomTarget_localedata.mk Change-Id: I3a1b0ed0dab12148ee34653cdfac593001d2ecf7
2015-06-03SwDBManager: store of embedded data source definition is implementedMiklos Vajna
Since commit 290cc96e98c8d66396402f9be51739646b1eafa7 (SwDBManager: refer embedded data source from doc settings, 2015-06-02). Change-Id: Iaf261d31ad00541b40e2fa8c35d60bd6768dbbcd
2015-06-03Build time option --disable-extension-updateKatarina Behrens
to disable the possibility to update installed extensions Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a
2015-06-03SwAddressListDialog::LoadHdl_Impl: simplifyMiklos Vajna
Change-Id: If716a706f109145c8a6b7fda4b59d2fd7b820f20
2015-06-03make it possible to force enable double buffering for all widgetsTomaž Vajngerl
Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37
2015-06-03forgot to change the Invalidate to InvalidateEntry in treelistboxTomaž Vajngerl
Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92
2015-06-03graphicfilter: store the funky animated GIF in a PNG as a GIFTomaž Vajngerl
MS had a really bad idea to store an animated GIF inside a PNG for some reason. This situation was handled correctly in LO but we still pretended that this was a PNG file, which was causing confusion for some users that wanted to extract the image from the document. With this change we extract the animated GIF from the PNG and store just the GIF in the document. Change-Id: I4c70d118e8decd7aa1b108b6b1d725301904a35b
2015-06-03ruler: convert pCtrlItems to use vector of unique_ptrTomaž Vajngerl
Change-Id: Icc6cf55c26d605fd068edf575613cde745385dd2
2015-06-03tdf#91677 fix flickering rulerTomaž Vajngerl
Change-Id: Ia14be98fbfd46871b2ac9bd42a07951d86722a8a
2015-06-03tdf#91199 add Venetian [vec-IT] locale dataEike Rathke
Corrected the usual pitfalls; added DateAcceptancePattern and ScientificFormatskey3 engineering format. Change-Id: Icecb2e84b6c454378fb5e6d478e1113317e9f3bc
2015-06-03tdf#91199 add Venetian [vec-IT] to language listEike Rathke
Change-Id: Ide2837739a32142c39e933bda5761d620dcf2a35
2015-06-03tdf#91726: AutoFormat: Crash when using an existing nameJulien Nabet
Add a test to check if name already exists Change-Id: Ie23de04c0b747f58ab61a6e498bf212bf38b346a Reviewed-on: https://gerrit.libreoffice.org/16000 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-03intermittent CppunitTest_sc_macros_test failureCaolán McNamara
void OutputDevice::acquire() const: Assertion `mnRefCnt>0' failed" Window gets destroyed between postWindowResizeEvent and processWindowResizeEvent Change-Id: I3452a23ad8c3b6d863a56b73166520ef103dad1b
2015-06-03fix crash on export of ooo34469-1.sxw to docxCaolán McNamara
Change-Id: I94a11bd24ccbc550c9fa555b1a0b5493ccd9f904
2015-06-03Avoid various desktop GUI elements when used from LibreOfficeKitTor Lillqvist
Change-Id: Id283d185ab38427ce6887ead4e414055522e655c
2015-06-03lok: Avoid instantiation of the slide sorter barJan Holesovsky
Change-Id: Ia21bea54d1d6bd34256cb45ed704c6f7785fc2fc
2015-06-03loplugin:saloverrideStephan Bergmann
Change-Id: I1d3cd2ff9a2c579d23b97a6ab8e9cf2baadf0439
2015-06-03Missing boost_headersStephan Bergmann
Change-Id: Ic85b888ee89d0b49410d26be55333e31ffc07c0b
2015-06-03-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
Change-Id: Ifbba19693ce0182a5d367b1621ade4780f152add
2015-06-03external/neon: -fsanitize=shiftStephan Bergmann
Change-Id: I82255efc3a4fbcb07b6f747af6ef81124a5fb96f
2015-06-03Skeletal SfxControllerItem / bindings unit test.Michael Meeks
Change-Id: I0fdda736243c3e4a74f2faedf6fa5ea49453fe8c Reviewed-on: https://gerrit.libreoffice.org/16040 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-06-03Use variable-length array idiom for SfxType::aAttribStephan Bergmann
...to avoid false -fsanitize=array-bounds warnings. All instances of SfxType are created (in idl) as instances of SfxTypeN with properly sized nAttrib arrays. Change-Id: Iad9faa467affed656750df6bb8579d85829e97ca
2015-06-03SwView::SearchAndWrap: fix WrapAround search in fly framesMiklos Vajna
First, SttDoc() / EndDoc() is the implementation of Ctrl-Home, i.e. it goes to the start of the current text (like a fly frame), not to the start of the whole document. When wrapping around, we want the later. Second, if the normal search have two passes, first searching in the body text, then searching in the special sections, then the wrap-around search should do the same. Change-Id: I0b7466c80476f6fb45174be19215a5d68374d047
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin
500ms is an eternity on modern machines Change-Id: I7f16935e9b09c734d05d2430dc0efb3be44617b8 Reviewed-on: https://gerrit.libreoffice.org/16038 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-06-03-fsanitize=float-divide-by-zeroStephan Bergmann
...happens at least during CppunitTest_sd_tiledrendering that aCurrTextSize.Height() is zero: SdrTextObj::ImpAutoFitText(SdrOutliner&, Size const&, bool) svx/source/svdraw/svdotext.cxx:1312:49 SdrTextObj::ImpAutoFitText(SdrOutliner&) const svx/source/svdraw/svdotext.cxx:1290:5 SdrTextObj::BegTextEdit(SdrOutliner&) svx/source/svdraw/svdotxed.cxx:103:9 SdrObjEditView::SdrBeginTextEdit(SdrObject*, SdrPageView*, vcl::Window*, bool, SdrOutliner*, OutlinerView*, bool, bool, bool) svx/source/svdraw/svdedxv.cxx:635:12 sd::View::SdrBeginTextEdit(SdrObject*, SdrPageView*, vcl::Window*, bool, SdrOutliner*, OutlinerView*, bool, bool, bool) sd/source/ui/view/sdview.cxx:704:20 sd::Outliner::EnterEditMode(bool) sd/source/ui/view/Outliner.cxx:1299:9 sd::Outliner::PrepareSearchAndReplace() sd/source/ui/view/Outliner.cxx:1181:9 sd::Outliner::ProvideNextTextObject() sd/source/ui/view/Outliner.cxx:973:29 sd::Outliner::SearchAndReplaceOnce() sd/source/ui/view/Outliner.cxx:674:17 sd::Outliner::StartSearchAndReplace(SvxSearchItem const*) sd/source/ui/view/Outliner.cxx:496:28 sd::FuSearch::SearchAndReplace(SvxSearchItem const*) sd/source/ui/func/fusearch.cxx:132:33 sd::DrawDocShell::Execute(SfxRequest&) sd/source/ui/docshell/docshel3.cxx:222:21 SfxStubDrawDocShellExecute(SfxShell*, SfxRequest&) workdir/SdiTarget/sd/sdi/sdslots.hxx:17034:1 SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) include/sfx2/shell.hxx:210:35 SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) sfx2/source/control/dispatch.cxx:257:13 SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, SfxCallMode) sfx2/source/control/dispatch.cxx:847:9 SfxDispatcher::Execute(unsigned short, SfxCallMode, SfxItemSet*, SfxItemSet*, unsigned short) sfx2/source/control/dispatch.cxx:916:9 SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) sfx2/source/control/unoctitm.cxx:823:37 SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/control/unoctitm.cxx:359:9 non-virtual thunk to SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/control/unoctitm.cxx:343:34 comphelper::dispatchCommand(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) comphelper/source/misc/dispatchcommand.cxx:57:5 lcl_search(rtl::OUString const&) sd/qa/unit/tiledrendering/tiledrendering.cxx:338:5 SdTiledRenderingTest::testSearch() sd/qa/unit/tiledrendering/tiledrendering.cxx:361:5 ... Change-Id: I38ab71c5f4024b2d7270a4f6c2aeb4ef502d08f5
2015-06-03tdf#91781 Fix some entry headingsYousuf Philips
Change-Id: I69b07eef540d862ea684b1d51d64509f59a5cb3e Reviewed-on: https://gerrit.libreoffice.org/16020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-02tdf#91228 Fix Writer crashPhilippe Jung
Start Writer, Insert Image, Anchor as character, Go after image, press enter, writer crash This is because m_pAnchoredFly is not updated. JoinPrev, JoinNext and SplitContentNode all rely on CutText with calls InsertHint. InsertHint calls SetAnchor. SetAnchor calls Modify callback except if "LockModify"ed. This patch ensures that, whatever the value of LockModify, the references are kept correct. Change-Id: Id7254784c6954db4b542b2c4228b388fb924bbc2 Reviewed-on: https://gerrit.libreoffice.org/16041 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-02add test for tdf#91685Markus Mohrhard
Change-Id: I9a08a11038e3e0f873abc4513c0cbda97f0e4795
2015-06-02that special case was a really stupid idea, tdf#91685Markus Mohrhard
The default value is context depending and not 0. So always export the rotation value. Change-Id: I36162459757c58846f3ecea7dcbcb58b6ef3d1f6