summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin
Also: - simplify the return type of the GetPrevPara method, there is no need return an OUString by pointer - simply the ppPara parameter of the ChgAutoCorrWord method, passing a pointer to a pointer to a value type is unnecessary. Change-Id: I4a8c44fdab1cf68af88c34003827d1c20704f839
2013-09-11convert SvStringsISortDtor from OUString* to OUStringNoel Grandin
There is no point in storing pointers to a reference counted value type. It complicates memory management without gaining us anything. Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
2013-09-11convert SvStringsISortDtor class from String to OUStringNoel Grandin
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
2013-09-11convert include/editeng/svxfont.hxx from String to OUStringNoel Grandin
Change-Id: Ibee55393373d4b8bc9e17effc2f2bdf862c17cc9
2013-09-11convert include/editeng/svxrtf.hxx from String to OUStringNoel Grandin
Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011
2013-09-11convert include/editeng/swafopt.hxx from String to OUStringNoel Grandin
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
2013-09-11remove dead forward declarationNoel Grandin
Change-Id: I8396304ab2b02002ff422a3ce07995dceaafe7a4
2013-09-11convert include/editeng/unolingu.hxx from String to OUStringNoel Grandin
Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed
2013-09-11oox: Smart-Art DOMs stored in the InteropGrabBagAndres Gomez
The XDocuments representing the DOM documents of a DrawingML diagram (Smart-Art) are now stored as the PropertyValues "OOXData", "OOXLayout", "OOXStyle", "OOXColor" and "OOXDrawing" into the "InteropGraBag" property of the parent SvxGroupShape created from such diagram. Modified the oox::drawingml::dgm::Diagram class to be able to hold the map storing the XDocuments and its names. Added the getDomMap() method to obtain the map directly and the getDomsAsPropertyValues method to get the map as a sequence of Property Values. Modified the methods for importing and loading the Smart-Art into the Diagram so they add automatically the DOM documents to it. Modified the oox::drawingml::Shape class to be able to hold the sequence of PropertyValues storing the XDocuments and its names coming from the oox::drawingml::dgm::Diagram class. Added the getDiagramDoms() and setDiagramDoms() methods. Enhanced the oox::shape::ShapeContextHandler::getShape() method to add the extended drawing document to the oox::drawingml::Shape class. Modified the oox::drawingml::Shape::createAndInsert() method to store the sequence of XDocuments in the "InteropGrabBag" property of the GroupShape service SvxGroupShape implementation representing a Smart-Art. Change-Id: I7d0b9dfbfc9d5299ddd25fab394e5e9a422d1dd1 Reviewed-on: https://gerrit.libreoffice.org/5849 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-11Move Mac OS X Info.plist into instdirStephan Bergmann
Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3
2013-09-11soffice.bin is named soffice on Mac OS XStephan Bergmann
...confusion galore, but hopefully brings us one step closer towards a working instdir for Mac OS X. Change-Id: Icb37a4adb1f91c9e81aaf11036c9d3e548c5ba76
2013-09-11Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directoryTor Lillqvist
The directory name is "ure-link" in a traditional OS X LibreOffice app bundle. Change-Id: I8e1380522a3c05e9018909fec8d46ba1f7be7858
2013-09-11Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixesStephan Bergmann
Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
2013-09-11Bin outdated and overly specific "requirements" for OS X and WindowsTor Lillqvist
Surely we list better requirements on a website anyway. The ones listed here were either plainly wrong or of historical interest only. These "requirements" have no legal meaning anyway, so surely we can just assume common sense instead of trying to figure out if we "require" 256 megabytes of RAM or 512. Somebody please have the courage to edit the Linux section, too. It is woefully out of date, over-specific and misleading. Change-Id: Id9c7208538e55ece5a16dae2c120e77dd7839b04
2013-09-11Handle import of shared formula from xls more gracefully.Kohei Yoshida
Many xls documents contain shared formula entries that don't follow the spec. We still need to be able to handle them. Change-Id: Ia7d01101a6759967d9ebb27b6540dcb67607d13f
2013-09-11Fix crashers on xlsx import, due to shared formula range being wrong.Kohei Yoshida
Shared formula range that Excel gives is incorrect about half the time. It's better to ignore that altogether. Change-Id: I2302c6dd1b5883e32305d4c511f942bf4cebca3a
2013-09-10This syntax is C++11 only.Kohei Yoshida
Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-11Fix notes jumps.Artur Dryomov
* Remove empty spaces not reset while changing text via TextSwitcher. * Scroll notes to the top on changes because outer ScrollView remembers current position not respecting TextSwitcher state of course. Change-Id: I3e9ba458e4ce6b13e5b02675ca28d6c7c5829f00
2013-09-11Add ability to change transactions via clicking a slide.Artur Dryomov
Change-Id: Ifc9344c53492a053b15bc0f005e881bc09077473
2013-09-11Add saving progress message state between orientation changes.Artur Dryomov
Change-Id: Ic74810e90ca882f734ae7d1fab4b250908ae9c49
2013-09-11Remove notes from the landscape layout.Artur Dryomov
Ignoring tablets at moment. Change-Id: Ie2ac0840cea994e942b2f7e1a7d4a2e73ebd12de
2013-09-11Remove hiding notes section when there are no notes.Artur Dryomov
Show warning instead. This change should help avoiding users confusing when they see half of the screen empty without any reason. Change-Id: Ic229e80fc56a9ad8a419dc19b0784213b1fe3a68
2013-09-11Fix null pointer exception for devices without Bluetooth.Artur Dryomov
Change-Id: If44089824fe48b302f6e75ccbbfb3a6843016723
2013-09-11Add ability to pause and resume a slide show.Artur Dryomov
Change-Id: I5c93cc0b2ad1aa68529ae1e278bd2cb7ad54359d
2013-09-11Fix servers search behaviour.Artur Dryomov
* Start search and stop it during the lifecycle. Before this change searching was a constant process draining battery. * Enable and disable Bluetooth according to the service lifecycle. This should help to avoid race conditions and disable or enable Bluetooth better way. Change-Id: I02ef1bb67d9fb6fd56d0aff0a176cdb41284a49f
2013-09-10added description of tag change processEike Rathke
Change-Id: Ib539961099561d3b8d437f8f21dbe363f17b0ded
2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke
Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37
2013-09-10Updated coreEike Rathke
Project: translations c4768e4b398b6090f524ae801d74ad55879239ca
2013-09-10more annoying indentationEike Rathke
Change-Id: I1f0af259614909e6310a521a4db4d6e3caac8772
2013-09-10accept also '-' as '_' in 'ref' attributeEike Rathke
Change-Id: Ibdd59bc92df0318829e7bca098f0e9ce2dfce695
2013-09-10corrected check of Variant '-'Eike Rathke
Change-Id: Ic134fe541e21c905590294ffb1ed4fed34aabd63
2013-09-10added ca-ES-valencia fallback to ca-XV fallback stringsEike Rathke
Change-Id: Iedc5924cf5100a2e7d014be68dc4897d3c0e76a0
2013-09-10added overrides for fallbacks of legacy codesEike Rathke
Change-Id: I62be84904b3f0f4beeda35e78906604090eefa86
2013-09-10gbuild: bin obsoleted gb_Configuration__get_sourceMatúš Kukan
Change-Id: If6f125b83114643430fcc02a2ec7f59ab406da7b
2013-09-10gbuild: install pagein files directly from workdirMatúš Kukan
Change-Id: I51e632ab96a5a569446c1a46ffce5cc3d85eadf9
2013-09-10gbuild: install .res files directly from workdirMatúš Kukan
Change-Id: I95e4f150c21f991f629530eebf19748c2768f856
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan
Change-Id: I876a41dc77a59841c39b2c1fa43f22c20940dbf2
2013-09-10configure: PRODUCTNAME changes on --enable-release-build,Michael Stahl
... not on --enable-dbgutil as erroneously assumed in 2c1f814d36d7d61b28cca2740d916cfb841095c7. Apparently the other (non-naming) changes of omitting --enable-release-build are "DEVELOPMENTPRODUCT 1" which causes "WRITE_REGISTRY" to be set to 0 and "LOCALUSERDIR $ORIGIN/..". Change-Id: Ib3ea3b7f21523773490836853d155985b68719ee
2013-09-10CID#738542 uninitialized memberCaolán McNamara
Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2
2013-09-10CID#736398 resource leakCaolán McNamara
Change-Id: Ie1fc0aa191950bdf26fd376ec1e2c8ae69acde83
2013-09-10CID#736323 resource leakCaolán McNamara
Change-Id: I264011a8371e71e28bda8ed853894088f680cd71
2013-09-10CID#736321 resource leakCaolán McNamara
Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866
2013-09-10CID#1038282 Resource leak in sidebarCaolán McNamara
Change-Id: I959b0b975f32158bcc0377a1a92c6c9c1b9190b6
2013-09-10convert singletons to preferred rtl::Static patternCaolán McNamara
Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f
2013-09-10pywizards: fix the switch between elements in the listboxsXisco Fauli
Change-Id: I4603232d158ad3adb60697dbf1425eb5dfe5d71f
2013-09-10constStephan Bergmann
Change-Id: I0fdc9fd7592bae44e54c8e68c67f31ee0767d26e
2013-09-10Remove unneeded lines.Andrzej J.R. Hunt
Change-Id: Ica14f151653f57f01dfd46754b705231e8423fac
2013-09-10Reintroduce Statement specific mutexes. (firebird-sdbc)Andrzej J.R. Hunt
This replaces the erronous Connection wide mutex. Libfbembed is multithreaded hence we don't need a connection wide mutex. Change-Id: Ifae79cdefecfe6597a535e36bda318563092bf6c
2013-09-10desktop: ure-link is installed by ure/Packge_install.mk alreadyMichael Stahl
Change-Id: Ic575d340d0b3b42dc9b07790ab094c8ce6016329