summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-04*api: convert <type>Foo</type>Michael Stahl
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2013-06-04include: convert <type> here tooMichael Stahl
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
2013-06-04include: convert type scope="foo"> here tooMichael Stahl
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl
Unsurprisingly doxygen does not support reading a idl_chapter_refs.txt file like autodoc does. And it looks like doxygen tag files can not be used to do this, as they link only in the "other" direction. But with a bit of hackery we can generate a "dummy" IDL input file, with emtpy definitions for those types that have DevGuide links. Doxygen will nicely combine documentation from multiple definitions of a type, and fortunately does only put in references to the first file that defines a type, so hopefully adding the generated file as the last input file is suffficient to make things work nicely. The generated file is committed to git because there is a bit of a problem with finding out what sort of entity a name like "com.sun.star.Foo" refers to, which needs to be in the doxygen input. Change-Id: I793bc59c8acfecf460e4addea7838c76a3ede77e
2013-06-04odk: remove output directory before invoking doxygenMichael Stahl
Change-Id: I04b8dbecbe62f8d72ca75f6508046294c3409a17
2013-06-04odk: generate IDL docs with doxygenMichael Stahl
Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036
2013-06-04configure: require doxygen 1.8.4 for UNO IDL supportMichael Stahl
Change-Id: I9a90bf06a70f6537f9671ef2cd47bf68c3cf5d57
2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl
Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl
- give right path to STRIP_FROM_PATH - prefix vars - depend on makefile - only call cygpath in rule Change-Id: Iceef191751b82a423be354db1f0a3ca4fc213e04
2013-06-04Win64 MinGW configurationFridrich Štrba
Change-Id: I273b019409f36d0b4488458e152099493ce81147
2013-06-04Defuzz a patchFridrich Štrba
Change-Id: I9c301f7d8b5295854e12585fa12df416ed5dbf02
2013-06-04XUnoControlDialog only made it into 4.2Stephan Bergmann
Change-Id: I121f0d3d646ce434ea1451a94a5c911005dc21f9
2013-06-04Updated coreCaolán McNamara
Project: help efa1b1723eae3e378fbd299677745be1364e53ce
2013-06-04Remove temporary links* files when doneStephan Bergmann
Change-Id: I0d62ae391b12cec9a057aef26344f3454d2faba4
2013-06-04Document seemingly dead QuickDiagrammingImport, QuickDiagrammingLayoutStephan Bergmann
Change-Id: I9662671d8dbce87993ba67cf8e4fd993ad1eb27a
2013-06-04Remove odd, unused com.sun.star.comp.ooxpptx service nameStephan Bergmann
Change-Id: I746e1fa25137db786f82dda50bfa4b497e94cefd
2013-06-04Add Emacs and vim mode linesTor Lillqvist
Change-Id: I2ad35bfbaf40dd1a5b5c9f7f119268b8f30ca093
2013-06-04Expand shared formula tokens from Excel (which are basically range names).Kohei Yoshida
Also, use a better way to fetch a double array. Change-Id: I65a5bb9c972620f63e79a84b461245cc7fea1a51
2013-06-04Extract the group token conversion loop out into a separate class.Kohei Yoshida
Change-Id: I790db61d2a60cf4074fd2e3291ec42f0a4649b9e
2013-06-04fix ambigous call to overloaded functionDavid Tardon
Change-Id: Id9009faa5c9221a04130f87af4fa14e33fe0dc50
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson
Change-Id: Id735c7ef89411581f7bc8d7f10b3edfe8aba0c72
2013-06-04i#30979: sw: fix crash on Flys anchored in ToXMichael Stahl
When a fly is anchored at the first paragraph of a ToX, as happens in the WW8 bugdoc in i#30979, updating the ToX will remove the anchor node, and bad things happen, including ~SwIndexReg assert and also eventually a crash when editing the Frame and updating the ToX a few times. Probably best to really remove all anchored flys here. Note that it's not enough to re-anchor to the empty node that is inserted here because that one will also be removed again. While we're at it the _DelBookmarks is superfluous because CorrAbs does exactly that 2 lines above. Change-Id: Id40ae1d88ad99813b93bea7470f5dc790edcc80c
2013-06-04Drop "CJK extra leading" crackKhaled Hosny
It have been unused on Mac OS X since since 2008 (commit da4d070d9d2d563f6e1401496957b22b51c81ff9). Change-Id: I4b3eabe71a54021903009310a87319c9caecfd4c
2013-06-03Use Core Text font manager instead of deprecated ATSKhaled Hosny
Change-Id: I660a895a227da3d28a0b410c56f2395961a5bc4f
2013-06-03Drop ENABLE_CORETEXTKhaled Hosny
This file is Core Text only already. Change-Id: Ic4c1f44296eaae582091e515d3ca1b4aa227301e
2013-06-03fdo#34423 Allow to rotate raw uncompressed bitmaps.Tomaž Vajngerl
When using a graphic filter like blur or sharpen, a raw uncompressed bitmap is created. Until now it was not possible to rotate such bitmap but now this is allowed. Change-Id: I716fa46e37680b1111131586fad20da28391de14
2013-06-03fdo#60120 Modify DialControl to store 100th degree angle.Tomaž Vajngerl
DialControl internally stores the angle to a 100th of a degree percision, but when SetRotation is called, the value was always rounded to a 1 degree percision. This has now been modified to round only on DialControl mouse interaction. Additionally add add a parameter to SetLinkedField which states the number of decimal places the NumericField is set to. This change makes possible to set the NumericField to 100th of a Degree as the internal angle is represented in. Default value is 0, so no change is needed to existing DialControls. Change-Id: I1f0c20092cdfccbd0878d7eb620bfdad7825b0fb
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard
Change-Id: Ie57cf12a3dc0984367c34dc4f52fd00036cf3d9d
2013-06-03add test case for outline import from ODSMarkus Mohrhard
Change-Id: I60f92dd13282281d77571e41707d68ae55722d9b
2013-06-03restore old codeMarkus Mohrhard
There is some strange handling for row 0 in the calc core code. Without a very deep inspection I can't decide whether the test or my change is the problem but for now we can live with the old behavior. Change-Id: I69615349f5b46856aba36dada235a49c84eb03af
2013-06-03Fix variable value reassigned before old value usedJulien Nabet
Change-Id: Ide65a35d1dd39cbce9230f951bcc229b0df7b634
2013-06-03Fix variable value reassigned before old value usedJulien Nabet
Change-Id: Ied47c5268b4554b219028281916d884aebf816dd
2013-06-03Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I1310ac912aa2031b15851339fd84d435308350a9
2013-06-03Fix variable value reassigned before old value usedJulien Nabet
Change-Id: Iac028806fd306253fe0e4b407302ff66f853b49c
2013-06-03Variable only used onceJulien Nabet
Change-Id: I01c6681da8a0ac83eaafdf86a04a187f13a05792
2013-06-03Adjust the unit test cases to the final implementation.Kohei Yoshida
We only support grouping of formula cells in the column direction, and skipping is not supported. Let's reflect the test cases for that. Change-Id: I0229b90b7d9a2eea29d6eb2ec2b91e63d760a352
2013-06-03SfxLibraryContainer::storeLibraries_Impl: make saving basic macros work againMiklos Vajna
Regression from cbd1a89676f39135ed2e9c47d20475b2053289b9, that commit accidentally not only removed the #if 0 block, but also two other braces -- because of this, in case bStorage was false, nothing was saved. The effect of this was that if the user edited some macro in the basic IDE, then saved the macro, it was shown as saved, but in fact that didn't happen. Change-Id: I20f8358dddfb226976be72f95dcad64de88d83c3
2013-06-03Remove Tango icon duplicates using symlinksRodolfo Ribeiro Gomes
Change-Id: I6a4c09cdf6d60b90236663a4b7f30456a8c32e86 Reviewed-on: https://gerrit.libreoffice.org/4113 Reviewed-by: Mathias M <matm@gmx.fr> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-03SwDoc::AppendRedline: fix an obscure memory leakMichael Stahl
... that also causes ~SwIndexReg assertion on closing the document. Change-Id: Icea617c893ddc08b817a5b16f68fa128a41531d4
2013-06-03sw: fix ~SwIndexReg assertMichael Stahl
Not really a problem, since local aRegion's point is not used after its node is deleted. Change-Id: Ibeb885fb31f19b02e4c3c63e3b99d00ced756810
2013-06-03Fix dbgutil buildTor Lillqvist
Change-Id: Ife8ca88c8f558955ee006be6294bd7b233e89916
2013-06-03Fix 64-bit buildTor Lillqvist
When compiling as 64-bit code, NSRect *is* CGRect. Change-Id: Ia14db1354251bd2a2f53fd9d02dc2816ccef2b17
2013-06-03Revert "fdo#46808, Convert oox::PowerPointExport service to new style"Stephan Bergmann
This reverts commit 02021163dbbcc8904da0b2138c8b53684dcc8ab4. The filter appears to be split in two (com.sun.star.comp.oox.ppt.PowerPointImport implementation oox::ppt::PowerPointImport from include/oox/ppt/pptimport.hxx for im-/export, for export calling com.sun.star.comp.Impress.oox.PowerPointExport implementation PowerPointExport from sd/source/filter/eppt/epptooxml.hxx) for no good reason, so the com.sun.star.oox.PowerPointExport new-style service is supporting a hack that should rather be cleaned up. Conflicts: offapi/UnoApi_offapi.mk Change-Id: I875192a68a8e3458dbfd74b4981a6a2e86ce44d7
2013-06-03Clarify headers.Michael Meeks
Change-Id: I125e4cacd94cd33d24cf1266967eb92906600cc4
2013-06-03sidebar: Increase the width request of fonts size listbox.Jan Holesovsky
Change-Id: I18135db75708cea9f887ce8ad4f9909fdbea543e
2013-06-03Drop Core Text dynamic loading stuffKhaled Hosny
Our Mac OS X baseline includes Core Text. Change-Id: Icd2f0062d172db1d4393b2dd1eac4d9f55a88495
2013-06-03Get the new Core Text code to compileKhaled Hosny
Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985
2013-06-03Cherry-pick Core Text port from AOOKhaled Hosny
Manually picked from: http://svn.apache.org/viewvc?view=revision&sortby=log&revision=1480384 Author: hdu Date: Wed May 8 18:14:34 2013 UTC (3 weeks, 2 days ago) Changed paths: 55 Log Message: #i122195# add VCL support for 64bit OSX>=10.7 Change-Id: Ia799d7fdeb257e9bfd311338dcfdf97caf9d191f
2013-06-03And this one has the same potential to crashFridrich Štrba
Change-Id: Icd2b2f2c11b7e86a10cae887b96f96a6fbe8a44e
2013-06-03Fix ooo51302-1.ods: check for special index value of -1Fridrich Štrba
Change-Id: I3fbb700300d18a878cbf23c94e35bc69f864824b