summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
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
2013-12-22Fix other typosJulien Nabet
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
Also reverts "These services are in fact implemented in svxcore library." This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862 and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628. This is embarrassing; needs more work.
2013-12-20c++03Caolán McNamara
Change-Id: I0ab5427ed39ceda17afa8a8fb8869b810c21fda0
2013-12-20These services are in fact implemented in svxcore library.Matúš Kukan
Change-Id: If260a6256a29f983e436032ef03ba36daa4ed78d
2013-12-20hidpi: Some constants changed to member variables.Jan Holesovsky
Change-Id: I14d43af872184487c2cea6acde746a0ed72b570d
2013-12-20C++11 is not everywhere, so be wiseFridrich Štrba
Change-Id: I5935caa1d3c54bc9becd01a96499ca9158ea468c
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan
Change-Id: I888f10a923dc2b97247b2a66cc6bd116eee280a7
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20hidpi: Use the default scaling algorithm.Jan Holesovsky
We are not on _that_ time critical path when setting up images for the UI, so let's have at least some quality there :-) Change-Id: I0a82106b0d60ac6a543d5e55c48fc86b6d5f60b1
2013-12-20hidpi: Forgotten logging.Jan Holesovsky
Change-Id: Ifd71f5e15ce0627f3aefd8775e588bfaf746351f
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis
This also introduces a getter for the mnDPIScaleFactor variable. Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f
2013-12-19CID#703891 RubyDialog::GetText orthogonal to Dialog::GetTextCaolán McNamara
Change-Id: I131daae13b11b5242e9a32a94532463f6e0d925b
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
a new log section (sal.rtl.xub) is used to display alert in case of suspicious len == 0xFFFF (aka STRING_LEN) Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e Reviewed-on: https://gerrit.libreoffice.org/7117 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-17SvxTextEditSourceImpl::Notify(): attempt to fix chart2_unoapi crashMichael Stahl
Apparently SvxTextEditSourceImpl::mpView is not properly invalidated when the instance it points to is deleted; the SvxTextEditSourceImpl is registered as listener so try to handle this in Notify(); not sure if there isn't something that ought to have cleaned this up... Crash running with SAL_FORCE_IACCESSIBLE2=1: svxcorelo.dll!SdrPaintView::FindPaintWindow(const OutputDevice & rOut) Line 70 svxcorelo.dll!SvxTextEditSourceImpl::GetVisArea() Line 923 svxcorelo.dll!SvxTextEditSource::GetVisArea() Line 1113 svxlo.dll!accessibility::AccessibleTextHelper_Impl::UpdateVisibleChildren(bool bBroadcastEvents) Line 868 svxlo.dll!accessibility::AccessibleTextHelper_Impl::ProcessQueue() Line 1376 svxlo.dll!accessibility::AccessibleTextHelper_Impl::Notify(SfxBroadcaster & __formal, const SfxHint & rHint) Line 1530 svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint) Line 48 svxcorelo.dll!SvxTextEditSourceImpl::NotifyHdl(EENotify * aNotify) Line 1021 svxcorelo.dll!SvxTextEditSourceImpl::LinkStubNotifyHdl(void * pThis, void * pCaller) Line 1013 tllo.dll!Link::Call(void * pCaller) Line 123 editenglo.dll!Outliner::ImplBlockInsertionCallbacks(unsigned char b) Line 2098 editenglo.dll!Outliner::Clear() Line 2036 svxcorelo.dll!SdrOutlinerCache::disposeOutliner(SdrOutliner * pOutliner) Line 91 svxcorelo.dll!SdrModel::disposeOutliner(SdrOutliner * pOutliner) Line 1960 svxcorelo.dll!SvxTextEditSourceImpl::dispose() Line 489 svxcorelo.dll!SvxTextEditSourceImpl::Notify(SfxBroadcaster & __formal, const SfxHint & rHint) Line 458 svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint) Line 48 svxcorelo.dll!SdrModel::~SdrModel() Line 270 chartcorelo.dll!chart::DrawModelWrapper::~DrawModelWrapper() Line 191 chartcorelo.dll!chart::DrawModelWrapper::`vector deleting destructor'(unsigned int) chartcorelo.dll!boost::checked_delete<chart::DrawModelWrapper>(chart::DrawModelWrapper * x) Line 34 chartcorelo.dll!boost::detail::sp_counted_impl_p<chart::DrawModelWrapper>::dispose() Line 78 chartcorelo.dll!boost::detail::sp_counted_base::release() Line 104 chartcorelo.dll!boost::detail::shared_count::~shared_count() Line 381 chartcorelo.dll!boost::shared_ptr<chart::DrawModelWrapper>::~shared_ptr<chart::DrawModelWrapper>() chartcorelo.dll!boost::shared_ptr<chart::DrawModelWrapper>::reset() Line 626 chartcorelo.dll!chart::ChartView::~ChartView() Line 202 chartcorelo.dll!chart::ChartView::`scalar deleting destructor'(unsigned int) cppuhelper3MSC.dll!cppu::OWeakObject::release() Line 204 chartcorelo.dll!cppu::WeakImplHelper10<com::sun::star::lang::XInitialization,com::sun::star::lang::XServiceInfo,com::sun::star::datatransfer::XTransferable,com::sun::star::lang::XUnoTunnel,com::sun::star::util::XModifyListener,com::sun::star::util::XModeChangeBroadcaster,com::sun::star::util::XUpdatable,com::sun::star::beans::XPropertySet,com::sun::star::lang::XMultiServiceFactory,com::sun::star::qa::XDumper>::release() Line 115 chartcorelo.dll!com::sun::star::uno::Reference<com::sun::star::uno::XInterface>::~Reference<com::sun::star::uno::XInterface>() Line 106 chartcorelo.dll!chart::ChartModel::~ChartModel() Line 188 chartcorelo.dll!chart::ChartModel::`vector deleting destructor'(unsigned int) cppuhelper3MSC.dll!cppu::OWeakObject::release() Line 204 Change-Id: Ife6d6275eae74750858a7a7f57153c76a1a228a4
2013-12-17ChildrenManagerImpl::AddShape: do not use member after releasing mutexMichael Stahl
This crashed here once during some JunitTest with an rDescriptor that did not match maVisibleChildren.back(). [The mrContext member used here is const so shouldn't cause problems.] Change-Id: I31e54b166badef6472127c64f0a4f49c51c73b30
2013-12-17avoid negative offsets to OUString::copyCaolán McNamara
Change-Id: I0a62f8a38694a4a7662fe376aaabc35dca817d33
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919