summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-08fdo#72219: Fix for corruption of symbols in docxRohit Deshmukh
Issue: OUString uses UTF-16, so for a Unicode surrogate character there are 2 values stored, not just 1. So we are getting assert failure in "rtl_uString_iterateCodePoints" method. erAck: Underlying cause was that the dictionary breakiterator misused UTF-16 positions as Unicode code point positions. Change-Id: I923485f56c2d879b63687adaea2b489a3479991c Reviewed-on: https://gerrit.libreoffice.org/6955 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
draw/impress print options page (de) Change-Id: Ie4cf8902d3db68a156d10bd4d1b2c7db33539f9c
2014-01-08allow long labels to line breakCaolán McNamara
writer table options page (e.g. de) Change-Id: Ib8f3daad397fc4b8d37979f5c6d1e12b8884677d
2014-01-08stretch label to fill vertically for long textCaolán McNamara
calc compatibility page (e.g. de) Change-Id: Ieab742900747808a4c27205b190e416b391b7a39
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
load/save HTML compatibility page (e.g. .de|pl) Change-Id: I1d118ebcf8718244dd4f2bab2dc6cb8d60b1008b
2014-01-08sw: one more bind -> boost::bindMiklos Vajna
Change-Id: I6f3d36f0b0775559f3f0617d273a4f4595feda76
2014-01-08Fix compilation error for 64-bit OS X by simplifying codeTor Lillqvist
The ifdef for __LP64__ is not needed as far as I can see. Fixes error: cannot initialize a parameter of type 'const sal_GlyphId *' (aka 'const unsigned int *') with an lvalue of type 'long *'. Change-Id: I89d3ba29a5cfd1a89141ec86c873eaf384cf446e
2014-01-08sw: try to fix Windows buildMiklos Vajna
Change-Id: If6423d2ee942e0e0a27c61c69b995fedee5f5f7e
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Calc general page (e.g. .de) Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9
2014-01-08sw document model xml dump: include annotation marksMiklos Vajna
Change-Id: Iea687761a137650965ed48340063d20b6489b531
2014-01-08designate which elements should shrink when limited widthCaolán McNamara
Change-Id: I46c5290ab411ac133ef8ea1e461197b00d837068
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke
2014-01-08Resolves: #i51453# avoid relative sizing for the picture and...Tsutomu Uchino
formula wrapped by inserted frame when caption is added (cherry picked from commit 0681d4e0cd7425349600672964e48a5dbbb3c7db) Change-Id: Ie526391b8676c259a77060dbe04c3e7c8ad499c0
2014-01-08Update mdds to 0.10.1, set it as the required baseline.Kohei Yoshida
This update will obsolete two patches that were previously applied. Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
2014-01-08Missing XServiceInfoStephan Bergmann
Change-Id: Ifc5454bbcd29730002b0a3261d2c34dee8ffb843
2014-01-08Fix LocaleDataImpl::getImplementationNameStephan Bergmann
Change-Id: I36dd015635c30f63e2085c250e159fbd536da611
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
- rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo regarding annotations an text ranges - support annotations on overlapping text ranges - fix *.docx import for annotations on overlapping text ranges - fix ODF import of annotations on text ranges cherry-picked from branch ooxml-osba (cherry picked from commit ebd2922ebd3cf2d3899fb80780d38f367197aadf) Conflicts: sw/Library_sw.mk sw/inc/IDocumentMarkAccess.hxx sw/inc/SidebarWin.hxx sw/inc/doc.hxx sw/inc/docufld.hxx sw/inc/hintids.hxx sw/inc/ndhints.hxx sw/inc/txatbase.hxx sw/inc/unobookmark.hxx sw/inc/unofield.hxx sw/inc/unoport.hxx sw/source/core/access/accpara.cxx sw/source/core/bastyp/init.cxx sw/source/core/crsr/bookmrk.cxx sw/source/core/crsr/findtxt.cxx sw/source/core/doc/dbgoutsw.cxx sw/source/core/doc/docbm.cxx sw/source/core/doc/doccorr.cxx sw/source/core/doc/docdde.cxx sw/source/core/doc/docedt.cxx sw/source/core/doc/docfld.cxx sw/source/core/doc/doclay.cxx sw/source/core/doc/tblrwcl.cxx sw/source/core/docnode/ndcopy.cxx sw/source/core/docnode/nodes.cxx sw/source/core/docnode/section.cxx sw/source/core/edit/edfld.cxx sw/source/core/fields/docufld.cxx sw/source/core/fields/postithelper.cxx sw/source/core/fields/reffld.cxx sw/source/core/inc/MarkManager.hxx sw/source/core/inc/crossrefbookmark.hxx sw/source/core/text/inftxt.cxx sw/source/core/text/itratr.cxx sw/source/core/text/txtfrm.cxx sw/source/core/txtnode/atrfld.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/txtnode/thints.cxx sw/source/core/undo/undel.cxx sw/source/core/undo/undobj.cxx sw/source/core/unocore/unofield.cxx sw/source/core/unocore/unoport.cxx sw/source/core/unocore/unoportenum.cxx sw/source/filter/html/htmlatr.cxx sw/source/filter/html/htmlgrin.cxx sw/source/filter/html/wrthtml.cxx sw/source/filter/writer/writer.cxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/ww8par.cxx sw/source/ui/dialog/uiregionsw.cxx sw/source/ui/dochdl/swdtflvr.cxx sw/source/ui/docvw/PostItMgr.cxx sw/source/ui/docvw/SidebarWin.cxx sw/source/ui/fldui/fldmgr.cxx sw/source/ui/fldui/fldref.cxx sw/source/ui/inc/fldmgr.hxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/shells/textfld.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/utlui/navipi.cxx sw/source/ui/wrtsh/wrtsh2.cxx writerfilter/source/dmapper/DomainMapper_Impl.cxx writerfilter/source/dmapper/DomainMapper_Impl.hxx writerfilter/source/dmapper/PropertyMap.cxx xmloff/inc/txtfldi.hxx xmloff/source/text/txtfldi.cxx xmloff/source/text/txtparae.cxx Change-Id: Ie4cc467dbb837054c73742262ee20f35c151ff3f
2014-01-08These implementations could inherit from XInitialization too.Matúš Kukan
Change-Id: I70493afcec837411b0f3c6d5165564d2cc0996db
2014-01-08Revert "make FilePicker::createWithMode not crash"Matúš Kukan
This reverts commit 58ea27124af27bfac21a796b0d13d72354bd0dd3. It's probably better to fix it another way.
2014-01-08GtkComboBox->VclComboBoxNumericCaolán McNamara
Change-Id: Iba1416692a619c1f566f26da5b06ed04342057b3
2014-01-08improve warning messageCaolán McNamara
Change-Id: I2d8aab3f4589750aecb0a9565c595a712fc7bc73
2014-01-08swap button order in ui to match typical realityCaolán McNamara
This has no effect on the rendering of this .ui as native button ordering is active. But it means that under the typical editing-under-GNOME that ones head is wrecked from the cognitive impedance of the editor and viewer not matching in order Change-Id: I8888d4263f05bcecff72496f4cf0ae67345dc644
2014-01-08tweak button order for alien warn dialogCaolán McNamara
Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf
2014-01-08Related: rhbz#1047174 avoid access to nonexisting parent dialogCaolán McNamara
Change-Id: I0bf9116d088adde838993ac5e909a6f3481f883e
2014-01-08svt: Use constructor feature for ODocumentCloser.Matúš Kukan
Change-Id: Ia1a9593e3d1dbc41cf25f6a983cb340f48538226 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
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-08Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann
...as always, the question is where exactly to place the mutex guard, but without it querying for XServiceInfo of a freshly instantiated "stardiv.one.form.component.Edit" (i.e., OFormattedFieldWrapper) would lead to failing > DbgTestSolarMutex () at include/tools/debug.hxx:295 > OutputDevice::ImplGetGraphics (this=0x2b81dc11e680) at vcl/source/gdi/outdev.cxx:560 > OutputDevice::DrawRect (this=0x2b81dc11e680, rRect=Rectangle = {...}) at vcl/source/gdi/outdev.cxx:1649 > OutputDevice::ImplDrawColorWallpaper (this=0x2b81dc11e680, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:778 > OutputDevice::ImplDrawWallpaper (this=0x2b81dc11e680, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:1083 > OutputDevice::Erase (this=0x2b81dc11e680) at vcl/source/gdi/outdev6.cxx:1144 > VirtualDevice::ImplInitVirDev (this=0x2b81dc11e680, pOutDev=0x28dc0a0, nDX=1, nDY=1, nBitCount=0, pData=0x0) at vcl/source/gdi/virdev.cxx:114 > VirtualDevice::VirtualDevice (this=0x2b81dc11e680, nBitCount=0) at vcl/source/gdi/virdev.cxx:136 > ImpEditEngine::SetRefDevice (this=0x2b81dc045f10, pRef=0x0) at editeng/source/editeng/impedit2.cxx:195 > ImpEditEngine::ImpEditEngine (this=0x2b81dc045f10, pEE=0x2b81dc0c8a00, pItemPool=0x2b81dc0a0960) at editeng/source/editeng/impedit2.cxx:156 > EditEngine::EditEngine (this=0x2b81dc0c8a00, pItemPool=0x2b81dc0a0960) at editeng/source/editeng/editeng.cxx:104 > frm::RichTextEngine::RichTextEngine (this=0x2b81dc0c8a00, _pPool=0x2b81dc0a0960) at forms/source/richtext/richtextengine.cxx:103 > frm::RichTextEngine::Create () at forms/source/richtext/richtextengine.cxx:52 > frm::ORichTextModel::ORichTextModel (this=0x2b81d866ff30, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at forms/source/richtext/richtextmodel.cxx:66 > frm::ORichTextModel::Create (_rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2b813a25a260) at forms/source/richtext/richtextmodel.cxx:243 > cppu::OSingleFactoryHelper::createInstanceEveryTime (this=0x2b819d66a6a0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:171 > cppu::OSingleFactoryHelper::createInstanceWithContext (this=0x2b819d66a6a0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:203 > cppu::OFactoryComponentHelper::createInstanceWithContext (this=0x2b819d66a638, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:432 > non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:433 > cppuhelper::ServiceManager::createInstanceWithContext (this=0x2b813a25a208, aServiceSpecifier="com.sun.star.form.component.RichTextControl", Context=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/servicemanager.cxx:979 > non-virtual thunk to cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/servicemanager.cxx:987 > frm::OControlModel::OControlModel (this=0x2b81d8679408, _rxContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSetDelegator=0 '\000') at forms/source/component/FormComponent.cxx:593 > frm::OBoundControlModel::OBoundControlModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", _rDefault="com.sun.star.form.control.TextField", _bCommitable=1 '\001', _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/FormComponent.cxx:1273 > frm::OEditBaseModel::OEditBaseModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, rUnoControlModelName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/EditBase.cxx:57 > frm::OEditModel::OEditModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at forms/source/component/Edit.cxx:296 > frm::OEditModel_CreateInstance (_rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2b813a25a260) at forms/source/component/Edit.cxx:280 > cppu::OSingleFactoryHelper::createInstanceEveryTime (this=0x2b819d66a5c0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:171 > cppu::OSingleFactoryHelper::createInstanceWithContext (this=0x2b819d66a5c0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:203 > cppu::OFactoryComponentHelper::createInstanceWithContext (this=0x2b819d66a558, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:432 > non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:433 > cppuhelper::ServiceManager::createInstanceWithContext (this=0x2b813a25a208, aServiceSpecifier="com.sun.star.form.component.TextField", Context=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/servicemanager.cxx:979 > non-virtual thunk to cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/servicemanager.cxx:987 > frm::OFormattedFieldWrapper::ensureAggregate (this=0x2b81d8879818) at forms/source/component/FormattedFieldWrapper.cxx:342 > frm::OFormattedFieldWrapper::queryAggregation (this=0x2b81d8879818, _rType=invalid uno::Type) at forms/source/component/FormattedFieldWrapper.cxx:164 > cppu::OWeakAggObject::queryInterface (this=0x2b81d8879818, rType=invalid uno::Type) at cppuhelper/source/weak.cxx:281 > frm::OFormattedFieldWrapper::queryInterface (this=0x2b81d8879818, _rType=invalid uno::Type) at forms/source/component/FormattedFieldWrapper.hxx:68 > com::sun::star::uno::BaseReference::iquery (pInterface=0x2b81d8879818, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:43 > com::sun::star::uno::Reference<com::sun::star::lang::XServiceInfo>::iquery (pInterface=0x2b81d8879818) at include/com/sun/star/uno/Reference.hxx:58 > com::sun::star::uno::Reference<com::sun::star::lang::XServiceInfo>::Reference (this=0x2b81d8663a98, rRef=...) at include/com/sun/star/uno/Reference.hxx:158 Change-Id: I16ebbb2caf4f0fe943c9e43bddde03b5a2627e35
2014-01-08This can be privateStephan Bergmann
Change-Id: Ida54a46580fb3d1ec49ea5daeb55c0235d2bf85a
2014-01-08sal_textenc is a runtime dep of cppumakerDavid Tardon
Change-Id: I9fd91ee8c15479e9956daa5c85a09f141ef6cc3f
2014-01-08SAL_WARN_UNUSED css::uno::TypeStephan Bergmann
Change-Id: I3b165e2a4414fd3d6c3cede5eb39beffa9fe7576
2014-01-08Resolves: #i118909# fix empty elements of return value...Tsutomu Uchino
in UICategoryDescription::getElementNames (cherry picked from commit e4eb014761df0bd5c88acbcee1935743cb2a04e0) Change-Id: Ib5a2e14ecb446c339afe5e53be435478845a4024
2014-01-08Resolves: #i18109# pre-select the name in new style dialogTsutomu Uchino
(cherry picked from commit 3acdfc0f4c1f30c9030361e51c13d19556ea816f) Conflicts: sfx2/source/dialog/mgetempl.cxx Change-Id: I61faf0195d8ee8976e85bcf1a49561eeebc72b39
2014-01-08can drop SfxNoLayoutSingleTabDialog use here nowCaolán McNamara
Change-Id: I668b4f0b767d3a93a1407ae4ba7922235815a28b
2014-01-08convert distribute tab page to .uiCaolán McNamara
Change-Id: I6269f199bddcf13c1e412b14f9a5935c62c63fe0
2014-01-08Updated coreCaolán McNamara
Project: help d9e8232f139ed14b155d2b8455718758056c3b26
2014-01-08typoStephan Bergmann
Change-Id: Ia6aef40daa81e76051fd5b6ce7d4e38da1262b25
2014-01-08Fix some configmgr XServiceInfoStephan Bergmann
Change-Id: I208f5892f6fb54d53ed4d17ddb189f0a24051a17
2014-01-08fdo#73034: Fix for Extra spacing in document.Rohit Deshmukh
Cause: - Extra space gets added in document due to default <rPr> is getting removed from <pPr>. Implementation: - The 'rPr' inside 'pPr' means the properties of the 'paragraph marker'. - In that case - the paragraph marker will have different formatting then the rest of the runs in the paragraph. - Added default rpr tag in pPr. Reviewed on: https://gerrit.libreoffice.org/7216 Change-Id: I5a1a1f251ccc5b555ea6bf3bac3e69af8b2b69b5
2014-01-08Remove bad Emacs mode lineStephan Bergmann
Change-Id: Iffefd979cbe5c3ba8daafa92e33e9a288d2d906c
2014-01-08OK to add optional bases to published old-style servicesStephan Bergmann
Change-Id: Ie6f5f2a634171d9618f3229bcc18ad48fff80d35
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d
2014-01-08Missing forward declarationStephan Bergmann
Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087
2014-01-07fdo#72774: Write test to ensure correct group items in pivot cache on load.Kohei Yoshida
Change-Id: Ib9656b8e321a12a6f971f5775aaed235eac8df58
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida
This changes bring it back to the same algorithm used in 3.5. Change-Id: I16855cef1de133a1f886baa823d5b0d2b148e781
2014-01-07Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás
Change-Id: I9cbe647563699b9b610661003084d2cd16093f9a
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida
Change-Id: Iddde39da57db0d6be9f066f3e2bdb0526932edc6
2014-01-07fdo#72774: Ensure that all the group fields are in cache upon file load.Kohei Yoshida
This resolves the originally reported issue in that bug (in Comment 1). Change-Id: I6fb85cff1eafb78d784605aa08e7d992a1ac36e0
2014-01-07Patch mdds to make available a method to empty multiple elements in one call.Kohei Yoshida
This is for multi_type_matrix. Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f