summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-30Revert "i#116420, fdo#33477: Implemented VertOrient on Writer table cell..."Michael Meeks
This reverts commit 2d96b310b4894dd06eb541474a5dc05346a28efd. Conflicts: sw/source/core/docnode/ndtbl1.cxx
2012-11-30masterfix OOO340: #i117701# prevent warning in xmlitem.cxxKurt Zenker
2012-11-30Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann
To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa
2012-11-30f532752756c81a295116b0889fe4e9d31b7c3bb6 had rolled back helpcontent2Stephan Bergmann
Change-Id: Iadd945b4e6b7ceaff43c773f199213b9493948ed
2012-11-30Nah, wrong to use /p:PlatformToolset=Windows7.1SDKTor Lillqvist
It must be my local installation of VS2010 that is somehow screwed up when building here it doesn't find <windows.h>. I need to fix that instead. Change-Id: I37a5f8b41f193b108f33464a6a127c0a5969d232
2012-11-30Disambiguate for Visual Studio 2010Fridrich Štrba
Change-Id: I5251c0d04aef6b0f9d8e306a9b8ff9469521c3eb
2012-11-30Missing includeFridrich Štrba
Change-Id: I55ed111ca1a492fb2467bb1b987ae79120309aaa
2012-11-30Fix Windows build with VS2010: forward declaration not enoughFridrich Štrba
Change-Id: Ic1b6673dd85caf5f340974cde09c104a5a13b395
2012-11-30do not extract strings from da/hu dictionary help treeAndras Timar
Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e
2012-11-30Unused SvtStartOptions instanceStephan Bergmann
Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
2012-11-30Remove deprecated and unused entries from /org.openoffice.SetupStephan Bergmann
...but ooSetupInstCompleted is apparently not (yet) deprecated. Change-Id: I21237f804266e1f119bcf51f957ff4f22a64e3b2
2012-11-30Clean up indentationStephan Bergmann
Change-Id: I2a26c044103e6051a0790100087f42c41b12465a
2012-11-30Don't forget to clear this when loading a new XML file.Kohei Yoshida
Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46
2012-11-30Highlight the reference entry after ensuring that it's mappable.Kohei Yoshida
Change-Id: I9b245c56c58b2db741e7c69c5ad480179db25ee8
2012-11-29Let's make it so that selected = highlighted + logically selected.Kohei Yoshida
Being selected but not highlighted makes no sense. This way, an entry can be highlighted without being selected, but can never be selected without being highlighted. Change-Id: I6c469a1d2cf0df79c2e5e4ff4120af5efd5f6103
2012-11-29Selecting a child entry of a recurring element should select all sub-tree.Kohei Yoshida
And use the parent element entry to set the mapped cell position. Change-Id: I1def045000e707903dcc91ab46da3c66195506da
2012-11-30clang still thinks this is ambiguousLionel Elie Mamane
Change-Id: I112d26a55e956a24991ed43621a034f5bc4aa246
2012-11-29Introduce a 'highlighted' state which differs from a 'selected' state.Kohei Yoshida
And use that to only highlight child entries which should logically be treated as not-selected but should have the same appearance as the selected entries. A 'selected' state is logically registered as 'selected' as well as visually. A 'highlighted' state should only appear as if it's selected but logically it's treated the same way as non-selected entry. Change-Id: Ic4bc6923c7678044cf552194ad9865371465c614
2012-11-29I didn't mean to check this in....Kohei Yoshida
Change-Id: I39738ca7fef022a1c9c728cdcd3fa10429a05564
2012-11-29Use bitfield for better readability.Kohei Yoshida
Change-Id: Iaa254703be5f798e749eaccfa3b7136e26054b65
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida
Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
2012-11-30sal_Bool to boolTakeshi Abe
Change-Id: I3b201985d204995c4b9eb707e7ef650c55985751
2012-11-29Get it to build.Kohei Yoshida
Change-Id: Ie239d3d0f8f4ec81a4c5dbed3a1a132117875c7c
2012-11-29Now we can officially hide these flag values.Kohei Yoshida
Change-Id: Ia203700da59e6962112889404f12041ea8648e19
2012-11-29More on removing direct access to tree entry's view flags.Kohei Yoshida
It turns out that this flag value was used only to check for expanded/ collapsed status, in which case, substituting it with one boolean should suffice. Change-Id: I2071ec83613d2206643db8681bebcfab7d1213a3
2012-11-29Avoid direct use of flag value.Kohei Yoshida
Change-Id: I4279c352a990b2ffda482e9c69b63b18b3c13dc9
2012-11-30We need to tell the MSVS 2010 build to use Windows7.1SDKTor Lillqvist
At least for me it wouldn't build otherwise. But yeah, what it somebody uses MSVS 2010 with another SDK? It seems that the solution only offers the SDK 7.1 as an alternative? The default was v100, whatever that measn. Could it be that my MSVS 2010 installation is borked? Or that I did not have to install a bundled SDK with it, because I already had a separate 7.1 SDK? Also simplify a bit, no need to $(filter) on VCVER inside ifeqs that already check the very same VCVER. Change-Id: Ifef98c9466fc24db27d9e38c6878c77adfb4ed75
2012-11-30Kill the ProjectReference to ssl.vcxproj, tooTor Lillqvist
Otherwise it would try to build the ssl.vcxproj which we don't want (because we want to use the openSSL already built from solver), and which fails anyway because for some reason it wants to run python_d.exe. Change-Id: I7471bc26ae96be84b976ba35bb959d75678df980
2012-11-29API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl
... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
2012-11-29Forgot to remove this.Kohei Yoshida
Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9
2012-11-29fix fdo#57647 intradocument xrefs broken in xhtmlPeter Jentsch
Change-Id: Idce1f295dbf74eb3f02da1f32f290c20126c516b
2012-11-29API CHANGE: remove com.sun.star.style.XStyleConditionMichael Stahl
This was apparently never used or implemented. EXISTENCE: published key "/UCR/com/sun/star/style/XStyleCondition" exists only in registry 1 Change-Id: I814b56dc5830862817303fe385c35142382cbe65
2012-11-29API CHANGE: remove com.sun.star.ucb.InteractiveCHAOSExceptionMichael Stahl
... and com.sun.star.ucb.CHAOSProgressStart. These are apparently remnants of a predecessor of UCB called CHAOS that has been removed long ago. EXISTENCE: published key "/UCR/com/sun/star/ucb/InteractiveCHAOSException" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/ucb/CHAOSProgressStart" exists only in registry 1 Change-Id: I6502874d6026665c0696a4226396714fc44819ee
2012-11-29clang says call is ambiguousLionel Elie Mamane
Change-Id: I29e510a922c262b294a94596db9c2deea271e811
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida
We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
2012-11-29Highlight all its child entries when a recurring element is selected.Kohei Yoshida
Change-Id: I5d91d702fa0b55d9a9a63ef66a5ce243943e77a3
2012-11-29DomainMapper_Impl::finishParagraph: also handle insert of multi-para framesMiklos Vajna
Change-Id: Id2e761ab1c9fc9c5fd0837d1801af95674d0f99a
2012-11-29DomainMapper_Impl::finishParagraph: fix frame conversion vs insert posMiklos Vajna
Change-Id: I3aefc2185412b1dc370dd723cc57ed59e60a36be
2012-11-29fix fdo#57641 table alignment broken in XHTML exportPeter Jentsch
Change-Id: Ibbb88c1ecaaac14866145753e383609db2a3dd1a
2012-11-29keep indentation in Logo code examplesAndras Timar
Change-Id: Ife5aed42af9daeebba4d70899383d2bd0213aded
2012-11-29Updated coreAndras Timar
Project: help 4d46d7ee993ea549cf959bc012a616308b3496c9 cosmetic and typo fixes in LibreLogo help
2012-11-29toolkit: s/EventEvent/Event/ in a11y complex testMichael Stahl
Change-Id: Ie8bf5881bb99d1d0c5202aadee69e330a5976528
2012-11-29fdo#57611 don't crash when setting too small sizeLionel Elie Mamane
setHeight/Width needs to be authorized to throw com::sun::star::beans::PropertyVetoException, which is already handled adequately Change-Id: I077fbf7e3b871a59446fb3e23cc9fa1e2e9272a2
2012-11-29Enhance error message for too small FixedLine sizeLionel Elie Mamane
Change-Id: Icc9ac2789637db3d30ad452998cf0d857c9f5bea
2012-11-29Enhance error message when setting a CONSTRAINED property to Vetoed valueLionel Elie Mamane
Change-Id: I8391c874723bddaabe2fde12f22d9f50a444d3df
2012-11-29Fix missing place after a11y API change.Thorsten Behrens
The accessible event listener registration changed name. Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976
2012-11-29API CHANGE: remove com.sun.star.xml.UserDefinedAttributeSupplierMichael Stahl
This service is deprecated and has been replaced by com.sun.star.xml.UserDefinedAttributesSupplier in OpenOffice.org 2.0.4. Adapt all services including the removed service to use the replacement. This should have no impact on client code as this service is just glorified documentation anyway. Change-Id: Ie3db10dc34a53d77fa426b5f3bb39dc78d21b946 EXISTENCE: published key "/UCR/com/sun/star/xml/UserDefinedAttributeSupplier" exists only in registry 1 SERVICE: /UCR/com/sun/star/chart/ChartArea incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartAxis incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDataPointProperties incompatible change: Reference 3 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDataRowProperties incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDocument incompatible change: Reference 0 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartGrid incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartLegend incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartTitle incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/Diagram incompatible change: Reference 5 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
2012-11-29Shorten moreTor Lillqvist
Avoid mysterios error message "Already existing unique directory: LOdev_progr_pytho-core-330_lib_plat-linux" by shortening "_plat-linux" to "_plx". Change-Id: Ib1594d9164a328f1ca7332f60bb27720746ed916
2012-11-29fdo#45495 pptx Export saves rotation of pictures,shapes,textLennard
and Circular and Rectangular shapes, and Tables drawingml was Pivot corrected. There is still some work to be done concerning customshape pptx export. Tables cannot be rotated anyway, but in contrast to Lines, you don't doubly-save the rotation. Patch Version 2. Here, acquiring of the angle from the shapes is done in WriteShapeTransformation. Change-Id: I0d650e669a690164796150615416fab8bb90242b Signed-off-by: Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1030 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>