summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-05Java cleanup, remove unused classNoel Grandin
Change-Id: I27403fabc3b5326108a34655ffe8b2b0846c0694
2012-09-05Java cleanup, fix compile errorsNoel Grandin
Change-Id: Ia16a54432291935125d53de9d7cc010917b8373d
2012-09-05Java cleanup, fix compile errorsNoel Grandin
Change-Id: I2620ccf17a24572b4bd6a79f2410c4b746164b9a
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0
2012-09-05Java cleanup, make package name match filter nameNoel Grandin
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be
2012-09-05Java cleanup, fix compile errors because of changes in UNO APINoel Grandin
Some of the enums have obviously changed names at some point in the past. Note that the code still has more compile errors. Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
2012-09-05Java cleanup, update code for changes in UNO encryption APINoel Grandin
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
2012-09-05Java cleanup, make the package name match the folder nameNoel Grandin
Note that the code doesn't compile after this change, it is still very out of date with respect to changes in the UNO framework Change-Id: I5a001002a3fcf20496bba4367b9f2da4ceba9f88
2012-09-05Java cleanup, fix a couple of compile errors in old codeNoel Grandin
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
2012-09-05Java cleanup, rename folders and packages to make them matchNoel Grandin
Also fix some compile errors. I suspect this is dead code, but on the chance that it might be useful..... Change-Id: I0d56df88420ce484b72df626db4fadcebe04d777
2012-09-05Java cleanup, make package name match folder nameNoel Grandin
Although, as far as a I can tell, this file is completely unused. Change-Id: Ib680f53d239f8de7edcb9b98f7c19eca3d146caa
2012-09-05Java cleanup, fix a couple of compile errorsNoel Grandin
Change-Id: I83a51dc7a68413d9fea16c8cafdb82e665940775
2012-09-05Java cleanup, fix compile errorNoel Grandin
Change-Id: I911bf39980dcc2fcf34f3adde899ff7fbd5211de
2012-09-05Java cleanup, fix compile errorNoel Grandin
Although I don't think this file is currently in use anywhere. Change-Id: Idc3e01383d08361084e0117de8ff16b7cd82ddb2
2012-09-05Java cleanup, make the package name match the folder nameNoel Grandin
Less disruptive than moving the files in this case. Change-Id: I31f7891ca9c333e1d8c6e1b2c0bba5324f56dbd5
2012-09-05Java cleanup, mv file so that package path matches folder pathNoel Grandin
Change-Id: I062e152743da28a54e73988e63b4a5c7032f9b10
2012-09-05Make it easier to use IDE with JavaNoel Grandin
Java IDE's get upset if the package does not match the path, so move some files to make them match. Change-Id: Ia6a1f3dc572cc1d30492491de9cf1462f2887e6f
2012-09-05remove two useless definitionsMarkus Mohrhard
Change-Id: Idf804207c2af46dee30d4eff3704b8d61fbe485f
2012-09-05only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard
Change-Id: I38a812a4d4ce24fb9ad65c438f6e001b376f319e
2012-09-05Revert "Relax ICC profile version for PDF/1-a to 2.4"Fridrich Štrba
The lcms2 author advises 2.1 and that is the version we advertize in the name of the embedded icc file. This reverts commit 3bb22684c3e0e865f1635ba52ea84630ff766b8c.
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard
The old ODF storage is style based and so the sam cond format can be divided up into several single stlyes which resulted in several new style cond formats. Now we check for old stlye cond formats if there is a equal cond format and in this case just extend the area. This should make it easier to transform old documents into the new range based cond formats. Change-Id: I51a5148922e19e6860de9915abfc59d49b18d96e
2012-09-05Some clean up of previous commitStephan Bergmann
Change-Id: I05287fd79455f968c770d61bf5f320b07bba7d9e
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin
The XComponent part of the interface made no sense for a singleton, so it was removed. Explicitly document the 'theCoreReflection' singleton and move it into it's own file. Deprecated the now old CoreReflection service. Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472
2012-09-05Relax ICC profile version for PDF/1-a to 2.4Lionel Elie Mamane
Change-Id: I26942f1a046651e30a1625dcd3dcbf201fa65d5b
2012-09-05More hacking to get this to work againTor Lillqvist
At least partially unnecessary, assuming some of the problems were caused by the erroneous usage of Arrays.copyOfRange() in Bootstrap.java. Change-Id: I230b0ca6c17420f765a7d20aa377efc261186adb
2012-09-05RTFM for Arrays.copyOfRange()Tor Lillqvist
Change-Id: Ie0d7bd95207aafb269f23974b8e90fa0b50fdb86
2012-09-05Detach thread before returning from android_main()Tor Lillqvist
Change-Id: I593e94e90971b6be681de48dce74f7df2293c10e
2012-09-05idlc: clear include file set in Idlc::reset():Michael Stahl
Resetting the set between files reduces the size of the generated offapi.d from 41M to 4.5M. Change-Id: I221e6dfb75cbadb5d970f18eccfc85ffdb83ce6c
2012-09-05Some clean up of previous commitStephan Bergmann
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-09-05Quick and dirty adaption of ModuleManager to WeakImplHelperStephan Bergmann
...to better be able to change its set of implemented interfaces later on. Some potential for further clean up: * a generic helper for supportsService; * remove need for impl_createFactory; * base impl_createInstance on XComponentContext instead of XMultiServiceFactory; * replace ThreadHelpBase with a plain osl::Mutex. Change-Id: Ia2cbd14872a609c2ed57d9ce58b546f087c2fdfb
2012-09-05Force version 2.1 of the sRGB profile for PDF/A (fdo#54546)Fridrich Štrba
Change-Id: I7c40c37fbe344f1e46ea4a09fb99a5ac82ffd577
2012-09-05add superscript and subscript support to enable removing odd 1^st constructCaolán McNamara
so we can get rid of the confusing 1^st help text suggestion Change-Id: I38fea2c15f6764bd64aaebe2a41935149f62b9c5
2012-09-05Resolves: fdo#54486 ensure ordinal format has non-ordinal prefixCaolán McNamara
Make sure that the ordinal format and the non-ordinal format match at the start, so that the expectation can be verified that there is some trailing "ordinal suffix" which can be extracted. I'm not at all sure that this will be true for all languages. Change-Id: Ib89a51cdd743db12bfe6e723a9acb61d9fe5e6ce
2012-09-05Port remote from gdbus to dbus-glib.Andrzej J.R. Hunt
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
2012-09-05Make autocorrect of 1st to 1 + superscripted st work againCaolán McNamara
It surely doesn't matter if the result of normalization is unchanged Change-Id: I87dfd0dadee33897f5df4b0dc532166a8bd9d7e5
2012-09-05should be able to remove SimpleLayoutEngine nowCaolán McNamara
Change-Id: I74d2cb7c47ec04f4276755fa1bd74779842c7832
2012-09-05CosmeticsStephan Bergmann
Change-Id: I7b217c4fb48bbee4a2872d15cf23a955b464ffca
2012-09-05OUString and RTL_CONSTASCII cleanupRicardo Montania
Change-Id: Ic56451b2c13d8561bb6e6ee92bf9147b35640a5c
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann
It appears that on Windows at least some jvm.dll versions can cause calls to _fileno(NULL), which leads to a call of the invalid parameter handler (see <http://msdn.microsoft.com/en-us/library/ksazx244%28v=vs.80%29.aspx> "Parameter Validation: Visual Studio 2005"). The default handler causes the application to crash, so install a "harmless" one instead. Change-Id: Id6a3ffb63f70b0c65546bc933e994c8dbf35203c
2012-09-05rc and unorc seem mandatory nowadays, etcTor Lillqvist
Change-Id: I352c12de27c23519099f4c828e1e503446b83941
2012-09-05The unobootstrapprotector is mandatory nowadaysTor Lillqvist
Change-Id: I596f5657714824ad34cea2677438ae9860468524
2012-09-05sal_Bool to boolTakeshi Abe
Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91
2012-09-04fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl
In order to wrap the SdrPage's UNO object completely, set its mxUnoPage member to the OSection wrapper instance in OSection::init; only OSection should have access to it. Also initialize m_xDrawPage_Tunnel (thanks Lionel for the hint). (regression from 05218c101df486302bf4cfe8be23ad840daa3f73) Change-Id: I048ddafc31e946853e56e6a403ddc9487cfbcf0e
2012-09-04installer: Remove copy_complete_directory_without_cvsTim Retout
Change-Id: I8ae43356f91c45aecfe56cb83567b5e4e97c5669
2012-09-04installer: Inline $installer::globals::required_dotnet_versionTim Retout
Change-Id: I653cee6f86476520d12eaa42c2afecdad1e75dc0
2012-09-04Some clean up of previous commitStephan Bergmann
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
2012-09-04fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin
No client code is using the XComponent interface, so drop it. Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99