- 05 Eyl, 2012 21 kayıt (commit)
-
-
Noel Grandin yazdı
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
-
Lionel Elie Mamane yazdı
Change-Id: I26942f1a046651e30a1625dcd3dcbf201fa65d5b
-
Tor Lillqvist yazdı
At least partially unnecessary, assuming some of the problems were caused by the erroneous usage of Arrays.copyOfRange() in Bootstrap.java. Change-Id: I230b0ca6c17420f765a7d20aa377efc261186adb
-
Tor Lillqvist yazdı
Change-Id: Ie0d7bd95207aafb269f23974b8e90fa0b50fdb86
-
Tor Lillqvist yazdı
Change-Id: I593e94e90971b6be681de48dce74f7df2293c10e
-
Michael Stahl yazdı
Resetting the set between files reduces the size of the generated offapi.d from 41M to 4.5M. Change-Id: I221e6dfb75cbadb5d970f18eccfc85ffdb83ce6c
-
Stephan Bergmann yazdı
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
-
Noel Grandin yazdı
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
-
Stephan Bergmann yazdı
...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
-
Fridrich Štrba yazdı
Change-Id: I7c40c37fbe344f1e46ea4a09fb99a5ac82ffd577
-
Caolán McNamara yazdı
so we can get rid of the confusing 1^st help text suggestion Change-Id: I38fea2c15f6764bd64aaebe2a41935149f62b9c5
-
Caolán McNamara yazdı
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
-
Andrzej J.R. Hunt yazdı
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
-
Caolán McNamara yazdı
It surely doesn't matter if the result of normalization is unchanged Change-Id: I87dfd0dadee33897f5df4b0dc532166a8bd9d7e5
-
Caolán McNamara yazdı
Change-Id: I74d2cb7c47ec04f4276755fa1bd74779842c7832
-
Stephan Bergmann yazdı
Change-Id: I7b217c4fb48bbee4a2872d15cf23a955b464ffca
-
Ricardo Montania yazdı
Change-Id: Ic56451b2c13d8561bb6e6ee92bf9147b35640a5c
-
Stephan Bergmann yazdı
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
-
Tor Lillqvist yazdı
Change-Id: I352c12de27c23519099f4c828e1e503446b83941
-
Tor Lillqvist yazdı
Change-Id: I596f5657714824ad34cea2677438ae9860468524
-
Takeshi Abe yazdı
Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91
-
- 04 Eyl, 2012 19 kayıt (commit)
-
-
Michael Stahl yazdı
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 05218c10) Change-Id: I048ddafc31e946853e56e6a403ddc9487cfbcf0e
-
Tim Retout yazdı
Change-Id: I8ae43356f91c45aecfe56cb83567b5e4e97c5669
-
Tim Retout yazdı
Change-Id: I653cee6f86476520d12eaa42c2afecdad1e75dc0
-
Stephan Bergmann yazdı
Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc
-
Noel Grandin yazdı
No client code is using the XComponent interface, so drop it. Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
-
Stephan Bergmann yazdı
Change-Id: I0ea6d6439f97fcf74162c19671483aaa17b5a6cb
-
Noel Grandin yazdı
Rename service from "Decryptor" to "DocumentDigitalSignatures" to be consistent with the other UNO services, and with it's own header file name. Add service constructor for passing in arguments. Change-Id: Iaca0c40bb2f1a1af2ef9ca29361bfd023ade2678
-
Tor Lillqvist yazdı
Unfortunately it crashes without a usable stack trace, though... Not sure whether worth it to dig any deeper. Change-Id: I3a5864326bead6ac9206ef30436326b97564bb63
-
Tor Lillqvist yazdı
Change-Id: I4aee6214123b14f40e01850e1814a4e2d089ec8c
-
Tor Lillqvist yazdı
Change-Id: I90bc8870fcc7919f2b9c224160d7cb2e7ef285e7
-
Tor Lillqvist yazdı
Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
-
Matúš Kukan yazdı
It has no .component file anyway. Change-Id: Ia6f609a237cb4268161fe1f139b1f5c0d1d6fc5e Reviewed-on: https://gerrit.libreoffice.org/528Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
-
Cédric Bosdonnat yazdı
Change-Id: I78ac7de5346a2adea9a2c6cf3cbb0321e05d79dc
-
Cédric Bosdonnat yazdı
Word clips pictures that are bigger than a page instead of scaling them down. This patch introduces a new compatibility option to allow clipping a picture in Writer instead of scaling it down. Change-Id: I4defbee05be81e23ec28a2ed272eaf4e4cc6faf5
-
Andrzej J.R. Hunt yazdı
Change-Id: Ibb1eaab3ceb4aba8a73594c87d9fd487169e0143
-
Liu Flex yazdı
This patch just fix the mistake in Simplified to Traditional Chinese Conversion. >From 1bb88fe0ae13733cf6269fcc442ee18bf41b21ff Mon Sep 17 00:00:00 2001 From: Flex Liu <winddss@gmail.com> Date: Tue, 4 Sep 2012 11:28:37 +0800 Subject: [PATCH] fdo#46182 Error in Simplified to Traditional Chinese Conversion fix the conversion mistake for Simplified to Traditional Chinese Committer: Flex Liu <winddss@gmail.com> modified: i18npool/source/textconversion/data/stc_char.dic
-
Andrzej J.R. Hunt yazdı
Change-Id: I93a19a080cc73bfa49b04f19b6e290ff9cd1b8bc
-
Caolán McNamara yazdı
Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a
-