summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2014-01-12longparas: lift 16bit max edit lengthCaolán McNamara
Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9
2014-01-12Resolves: fdo#35779 set the bg color of the editeng from the text shapeCaolán McNamara
Change-Id: I75feaea2dbd6c703cb3093c119a69985ecd89419
2014-01-12fdo#72005: Insert the border rectangle to the bottom of the stack.Kohei Yoshida
This will make the border and fill shape to be drawn first, then everything else drawn on top. This commit may look large, but it's actually a very trivial change. The important part is in SvxShapeGroup where new methods have been added to allow different insertion positions for the new shapes being inserted, and have the chart2 code make use of it to insert the fill rectangle to the bottom rather than to the top. Change-Id: I999160daf6fc9ce3d7e641f57b1998543df1cc4e
2014-01-12SfxPoolItem::operator ==, != should return boolStephan Bergmann
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2014-01-12re-write SvStream operator<< to non-overloaded methodsNoel Grandin
This is the actual re-write. Use a clang rewriter to rewrite SvStream::operator<< to methods like WriteuInt32. Note that the rewriter is not perfect, and I hand-tweaked the output. In particular, I had to adjust places doing things like (*this) << 1; Change-Id: I5923eda3f4ebaa8b452b6ef109e726e116235a2a Reviewed-on: https://gerrit.libreoffice.org/7342 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-12Resolves: #i124002# use own logical size for graphics...Armin Le Grand
do not adapt PrefSize of these in rendering stack (cherry picked from commit b57f921795c7249d82ca739884c0116574426194) Conflicts: drawinglayer/source/attribute/sdrfillgraphicattribute.cxx Change-Id: I3eff4438a42209ad4c259dfdbed4869ae046bfc6
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474
2014-01-08GtkComboBox->VclComboBoxNumericCaolán McNamara
Change-Id: Iba1416692a619c1f566f26da5b06ed04342057b3
2014-01-08Related: rhbz#1047174 avoid access to nonexisting parent dialogCaolán McNamara
Change-Id: I0bf9116d088adde838993ac5e909a6f3481f883e
2014-01-08SvxShapeCollection is not used directly anymore; hide it.Matúš Kukan
Change-Id: I81c62c0a3ed880c0523e6ae54a27da56ff5acdca
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52
2014-01-07-Werror,-WformatStephan Bergmann
Change-Id: If251feecff0cef5af4cb8f28cc40f7cf65fc55ab
2014-01-07Resolves: #i123986# fix charmap accessibility for...Herbert Dürr
code points beyond the unicode baseplane (cherry picked from commit 5a81299b05da6f1f9ec81246abe54c55f49793a4) Conflicts: svx/source/accessibility/charmapacc.cxx Change-Id: I29eaf14211be633a8dd354aac9f308e4a18ba27b
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
(cherry picked from commit c31988351c10e9f3fd783730d95da34efd52c153) Conflicts: basic/source/comp/parser.cxx basic/source/comp/token.cxx dbaccess/source/ui/dlg/generalpage.cxx sc/source/ui/unoobj/chart2uno.cxx vcl/quartz/salbmp.cxx Change-Id: Ic9580f2d4a44959cb3e38906eb4153b2c2a54899
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis
This is a second batch of HiDPI changes. It fixes the following areas: Sidebar * Impress Master pages preview * deck title height * tab (icon) bar * valueset dropdown control * wider maximum width * Draw and other misc. buttons which didn't get fixed by earlier change to Toolbar.SetItemImage There are several more sidebar issues, but it is much improved. Other changes * Writer and Calc auto-format dialog text * file-properties document image * fontwork gallery preview size * Calc table border control Change-Id: I95a0169a3b011836b1c75b3dcacb2733c9567ef3
2014-01-03convert default language dialog to .uiCaolán McNamara
Change-Id: Ia4d5b983168d6645fce8e2549db2b6c3fd410690
2014-01-02hidpi: Really use BMP_SCALE_FAST when scaling the images.Keith Curtis
It is not a problem of performance, but of the look - the images get too blurry in the case of icons; and the blurry look is worse than than the artifacts of the fast scaling. Revert "hidpi: Use the default scaling algorithm." This reverts commit e07097cce36f1220f5574a80dc22eeabb3005261. Change-Id: I8af2827758e02ec3c8b7dade1559c45bd9f0ef35
2014-01-01convert delete object and theme queryboxes to .uiManal Alhassoun
Change-Id: Id8d54c55ab1b8c7e618654874bc8b9af949ec970 Reviewed-on: https://gerrit.libreoffice.org/7245 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-31valgrind: initialize nType and nInventor value.Michael Meeks
Change-Id: I0b5be94ebbe94d4b6b36f67d31c414938b47f6af
2013-12-31svx: Constructor feature for last implementations in svx component.Matúš Kukan
Change-Id: Ifc021eabce9ae3dbd1a54edefda7d3ae3eb67b53
2013-12-31svx: Use constructor feature for SvxShapeCollection.Matúš Kukan
Change-Id: If717b1d526e5d3e67adae4a224018b6da4bf09aa
2013-12-31svx: Use constructor feature for RecoveryUI.Matúš Kukan
Change-Id: I8c7ae37ff6f06615726810392db0a0955e159d30
2013-12-31svx: Use constructor feature for GraphicExporter.Matúš Kukan
Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd
2013-12-31svx: Use constructor feature for FontHeightToolBoxControl.Matúš Kukan
Change-Id: I4c4991e494f026951a4805c04018ea7b7f610cd9
2013-12-31svx: Use constructor feature for uno search controllers.Matúš Kukan
Change-Id: If84ee775c5172eb40361b93aece920ab94c9e15c
2013-12-31svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan
Change-Id: Ifb92256b1516098d292a3ad960cb5982121998da
2013-12-31svx: Use constructor feature for PrimitiveFactory2D.Matúš Kukan
Change-Id: I331602561b865a6ceb6971d0990565e5a84bb0d5
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
Change-Id: Icc281ece80b81cdd95b6660c6a82077d283f5a62
2013-12-31svx: Use constructor feature for sidebar::PanelFactory.Matúš Kukan
Change-Id: Iafc01d943c9862a8e8775b79b81c885ab9565dbc
2013-12-28add condition dialog .uiCaolán McNamara
Change-Id: I1233f14a47d025c3caca1c317454b6aae6db4ca2
2013-12-28convert add condition dialog to .uiCaolán McNamara
Change-Id: I0cc014909cf49d7cbfadcb5d5d8730395d558eda
2013-12-28convert additem dialog to .uiCaolán McNamara
Change-Id: Id85ad8dc81089b62a82eafbcea1b04ddccdbc50d
2013-12-27drop converted RID_SVXDLG_ADD_SUBMISSIONCaolán McNamara
Change-Id: Ice586c1dbe9adf52cdf8aa2b1a3fda8308f9da1e
2013-12-27remove nasty _IMAPDLG_PRIVATE fooCaolán McNamara
and untangle orthogonal Update method names Change-Id: I3f9edb406c3e330a62f58eccf6fc23c210f3994e
2013-12-27convert save and modify imageMaps queryboxes to .uiManal Alhassoun
Change-Id: I222ce47187e46f7de9916bd559846d28c30d4562 Reviewed-on: https://gerrit.libreoffice.org/7201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27convert add submission dialog to .uiCaolán McNamara
and drop the rather lunatic over engineering hackery to make 6 local strings non local Change-Id: I619e3d6b5a2205a10407eed98eb3ca83945267e3
2013-12-27cppcheck: remove dupsJulien Nabet
Change-Id: I59622a66358a688caac36b7da220588dc2da440a
2013-12-27SfxNoLayoutSingleTabDialog->SfxSingleTabDialogCaolán McNamara
Change-Id: Ib0d0696b1da5b609473a61aff185282233afb9fd
2013-12-27convert add instance dialog to .uiCaolán McNamara
Change-Id: I92a82fb25b8b9d9cbedefb6fcebc7a4d167649bf
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-26convert search format dialog to .uiCaolán McNamara
Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24
2013-12-24convert text control character dialog to .uiCaolán McNamara
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
2013-12-24convert text control paragraph dialog to .uiCaolán McNamara
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
2013-12-24std::auto_ptr->boost::scoped_ptrCaolán McNamara
Change-Id: I231de866d46d0e0a20e2f80855c0de3bd999ed1b
2013-12-24dialog to be deleted never passed to destroyCaolán McNamara
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
2013-12-24Fix typoMaxim Monastirsky
Change-Id: Ie2e3cfa3c35f5ccb59420afb13f5142ecdcb659e Reviewed-on: https://gerrit.libreoffice.org/7033 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-24fdo#71748 Fix also for hicontrast and sifr themesMaxim Monastirsky
A follow-up of commit e239f372c6abcd8371d0a666c828bf1c31195dd4. Didn't notice there is fill_color.png also in these themes. Also fixed the ugly yellow color flash of paragraph color picker while initializing the sidebar (introduced by the above commit). This color picker shows the actual color of a paragraph, so there is no reason to set some default color there. Change-Id: I17eed733d1e35ec71c482e3df906523733383e96 Reviewed-on: https://gerrit.libreoffice.org/7035 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-23TyposJulien Nabet
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e