- 14 Eyl, 2015 40 kayıt (commit)
-
-
Matteo Casalin yazdı
Change-Id: Idfc4977283373349d6c636c91e631eb98684ae56
-
Matteo Casalin yazdı
Change-Id: Idee351bf2515dd7343b6a74eba98d1df7f4d5ffc
-
Matteo Casalin yazdı
Change-Id: Ib68b48fd14cbfae234d03a2963991a1c8581423b
-
Matteo Casalin yazdı
Change-Id: I0164f81e6308c5a5c1b4d93e8df55aa911ea8b4c
-
Matteo Casalin yazdı
Change-Id: I3a74980fec63085fe60f6f413c77b54dcd4df0ab
-
Matteo Casalin yazdı
Change-Id: I443a327ce2f089b7930678d21572a43a28cdea51
-
Matteo Casalin yazdı
Change-Id: I17bec80168cc56fa5ab47da65e85a90c32c958b3
-
Matteo Casalin yazdı
Change-Id: If99b39aa46bfb02ece72944b9122b04458a0dae6
-
Matteo Casalin yazdı
Change-Id: Icc434c714fead503c3fd292bd9609c3905023676
-
Caolán McNamara yazdı
Change-Id: Iff14f69c200217c5d868978e8ffc06962b99ac09 Reviewed-on: https://gerrit.libreoffice.org/18568Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I16804662a1616f0c1f1dd434e6ae48660529a349
-
Adolfo Jayme Barrientos yazdı
Project: help 6c2ea6f7f1c4bf9708450dc67672625d0e4cd407 tdf#84262 Update menu breadcrumbs for saving a document as template And update the steps as well, since the Template Manager changed. Change-Id: Id4c18e100100c2b380519d434094e5288036a217
-
Markus Mohrhard yazdı
Change-Id: Ia1ec09db50800b3ba981d7efee5a031c3a3ae6ec
-
Markus Mohrhard yazdı
Change-Id: Ic74655c18296e0b69b3f66a7a9ccea8e4c405dbf
-
Mihai Varga yazdı
Change-Id: I92fd5022a4a5736a6323732141e9ea7bafec2a44
-
Michael Meeks yazdı
Avoids a rather horrible flickering problem in GL mode. Change-Id: Id205f28de209dc2e4fb6d6fa48b86ee5bd38835d
-
Katarina Behrens yazdı
The fix is twofold: 1.Get URL property from the underlying text field, not from the text run -- put text field properties into rXPropSet (that's what GETA macro later queries), not into rRun 6a043e9c does s/rXPropSet/rRun/ afaics for no good reason 2. Retrieve string content from URL field early, so that the test for empty text content doesn't fire Change-Id: I4317e4a2f6f2e6f15c30932adc80f1227e010af0 Reviewed-on: https://gerrit.libreoffice.org/18031Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Eike Rathke yazdı
It is not sufficient to collect the cells, one has to broadcast on the collection. Change-Id: I11f889936aff43f958c56789e539809289819752
-
Caolán McNamara yazdı
Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Should fix the RHEL6 build. Change-Id: I3d6e6a2b43c2d6a43ea0686600cf2f893c518cc8 Reviewed-on: https://gerrit.libreoffice.org/18566Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: Ifb945147a29e26a7445d0a106542d7723e068ba3
-
Stephan Bergmann yazdı
...which matches the original situation better, where ContentTypeId was sal_uInt16, and so the default -1 for /org.openoffice.Office/Writer/Navigator/RootType happened to match UNKNOWN being USHRT_MAX. Follow-up to 874cc6cb "Don't read out-of-range ContentTypeId from configuration." Change-Id: I6d136412982c3cfb06ddef3b6c1acd800d92ae05
-
Stephan Bergmann yazdı
Change-Id: I5a41b9f92678586da14fbb89f469fb11e06485a5
-
Michael Stahl yazdı
Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
-
Eike Rathke yazdı
Change-Id: I01a235c020e4e94290a551f404db8850cc9a5089
-
Eike Rathke yazdı
Change-Id: I6730352c830fdbbc293830f3567d61096e8d0b6f
-
Stephan Bergmann yazdı
officecfg/registry/schema/org/openoffice/Office/Writer.xcs specifies -1 as default for /org.openoffice.Office/Writer/Navigator/RootType, which now triggers the assert in o3tl::enumarray::operator[] during JunitTest_toolkit_unoapi_1. Regression introduced with cb45d0d4 "convert CONTENT_TYPE to scoped enum." (A better fix might be to replace ContentTypeId::UNKNOWN with -1; to be followed-up upon.) Change-Id: Id12c775cee8936ef2fd411da25558acabb5fa0c9
-
Caolán McNamara yazdı
Change-Id: Ib8f4bcebfbd1f25f426a5d7954c3a55248c3c315
-
Noel Grandin yazdı
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
-
Noel Grandin yazdı
Change-Id: Ibfb5ae40edd0db1f6b99bd5178d4d871ede37d7d
-
Noel Grandin yazdı
since we are copying these before iterating over them, we don't need the iterator guarantees of std::list Change-Id: I9cb2048e1527f37104c3077e69b5f3b827f08c7b
-
Pranav Kant yazdı
Change-Id: I1749b5b02018cfe6f85a13aed8de4b31a09788e3 Reviewed-on: https://gerrit.libreoffice.org/18494Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: I2011bc44a4afbf41ecaadbbb4fa82b7dac130e27
-
Miklos Vajna yazdı
The bug document has: <style:page-layout-properties ... style:repeat="no-repeat"> <style:background-image ... style:repeat="stretch"/> </style:page-layout-properties> When a stretched background image is set on a page style using the Writer UI, then these two style:repeat attributes always match, but not in the bugdoc. The later used to have priority, till commit 7d9bb549 (Related: #i124638# Second step of DrawingLayer FillAttributes..., 2014-06-02). Fix the problem by extending XMLBackgroundImageContext::EndElement(): if we know that the <style:page-layout-properties> sets the FillBitmapMode property, then don't blindly set BackGraphicLocation, but try to overwrite the exiting FillBitmapMode one. Change-Id: I64ab4363b20cc95003d35acd63ea421472b1c071
-
Stephan Bergmann yazdı
Change-Id: Ic355d203ea24af8bd13b09c004434f2e15ee3175
-
Stephan Bergmann yazdı
Change-Id: Ib9f2b44c16e43841d560ac18ff82efd54888b9d7
-
Stephan Bergmann yazdı
...ever since the code block's inception with 8037c716 "#119860# fix bent connector's type lost when save .ppt file" Change-Id: I6afa201a83c588cc8b280a99cb75c2267b962efc
-
Stephan Bergmann yazdı
The if block had been disabled ever since c7c85ab7 "INTEGRATION: CWS pbfinal01," but that has probably become irrelevant at least since b80e865d "Convert find & replace dialog to .ui" introduced SvxSearchDialog::ShowOptionalControls_Impl (called a few lines above the original if block), which (using a slightly different logic to determine bDrawApp) shows/hides m_pRegExpBtn and m_pLayoutBtn anyway. Change-Id: Iaf2c1d8ef1b4e3155d7c4109f15be86d738ba074
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785 Reviewed-on: https://gerrit.libreoffice.org/18556Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: Ie8f972330f6bc88e205290dcbe666895b7bad43f Reviewed-on: https://gerrit.libreoffice.org/18557Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-