- 06 Haz, 2013 2 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I9252b78cc5ba3bdd2589b19f12a9e4dfb13bed2f
-
Tor Lillqvist yazdı
Change-Id: I603e636b1a93107dfa65a2759ee510c49e03347e
-
- 05 Haz, 2013 38 kayıt (commit)
-
-
Stephan Bergmann yazdı
(as occur at least in trunk Clang builds) Change-Id: I7e74200ae1042133fa04477e39e46fd2f01cc1b0
-
Stephan Bergmann yazdı
Change-Id: I6af5236358a51a51514d646c809147db56b2464b
-
Tor Lillqvist yazdı
Change-Id: Id7c6077ea0e45d848be099d48ef4d7207e65a06f
-
Caolán McNamara yazdı
Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
-
Jan Holesovsky yazdı
When the .src/.hrc is not used by anything else, remove it from the makefile and from repository. Otherwise remove at least the relevant parts that were converted to .ui. Change-Id: I2d28220416f90b87553023ec3c6aa015993f24fb
-
Jan Holesovsky yazdı
Change-Id: I942c52488e038dd3b91296596dd2ea7b75c54eb2
-
Jan Holesovsky yazdı
For custom widgets, you need an external function named 'makeXYZ' where XYZ is name of the type you want to construct. It exists for many already, but for those that don't yet, you need to create that. Change-Id: I3ad65886897fa73764af2372ceffeca1a57f3165
-
Jan Holesovsky yazdı
Remove the uses of constants (defined in .hrc, used in .src), and instead use toolbox's methods GetItemCommand() to map the ItemId to the command, or GetItemId() to map the command to ItemId. Change-Id: I1ff380e306c1f7b007a6e9d70dc5571e9a78d5eb
-
Jan Holesovsky yazdı
The .ui-based panels have to have PanelLayout as the base class instead of the generic Control. We need to associate the id's from the .ui with the widgets using the get() method. Also we need to remove the call of FreeResource(). Change-Id: I61323b6a3dc622b4d594310edfd83c8d76f51d8f
-
Jan Holesovsky yazdı
This is taken care of by using the correct .uno: commands in the "action_name" part of the .ui. Change-Id: I7710816b72990c4c535da0491e75edad5bbf30b3
-
Jan Holesovsky yazdı
We will address the toolbox buttons in the .ui via the string constants. Change-Id: I86dc101276de0d5487de3feb772381b76880dd23
-
Jan Holesovsky yazdı
Change-Id: Ibcea80bcd75f3bec8367251c557ee859afd8dfbb
-
Jan Holesovsky yazdı
In the header files, they are Windows, with Background in the name; in the .cxx, they are created using CreateToolBoxBackground() function. Change-Id: If24db0c4a59b702f31481a4018c8c19383d01216
-
Prashant Pandey yazdı
This one is for the Alignment property sidebar. Change-Id: I41161052c07e98d089eabe8f2e2f82bddad41902
-
Jan Holesovsky yazdı
Uses the same trick as MetricField - you set the units in the 'id' of GtkComboBox in form like id="something:0mm", or id="something:0 degrees" (for custom units). Change-Id: I572c653b97e75dcf47f934415139e1bfb06dc89b
-
Stephan Bergmann yazdı
...now that it has been dropped from the service declaration with 75a87d9b "fdo#46808, Convert xml::crypto::XMLEncryptionTemplate to new style"---appears to be nonsense that had been in there "since the beginning." Change-Id: I75826b7eb0a4d5538204394a8f0e9c9e9f1393da
-
Armin Le Grand yazdı
Patch by: Regina Review by: alg (cherry picked from commit 79fe1227) Conflicts: svx/source/svdraw/svdoashp.cxx Change-Id: I0e8c15b3dd3b6b930dffa862c349270c27966704
-
Stephan Bergmann yazdı
...now that it has been dropped from the service declaration with 6a12e138 "fdo#46808, Convert XMLSignatureTemplate service to new style"---appears to be nonsense that had been in there "since the beginning." Change-Id: I4e4d3649f1aa0dacebdc8bdcee0348cee294ab89
-
Stephan Bergmann yazdı
...to get rid of having to additionally link some libs against tl from 27c6434f "fdo#46808, Replace usage of SpecialConfigManager" again. Change-Id: Ica161a4f0da320858b6a3901a5a6907737c779f4
-
Stephan Bergmann yazdı
Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1
-
Caolán McNamara yazdı
Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1
-
Michael Stahl yazdı
In an --enable-dbgutil build, assert on the following XML well-formedness violations: * Element Type Match (-> start/end tag mismatch) * Unique Att Spec (-> duplicate attributes) Change-Id: I1d5c405b4316ba941be1db7df6cacf00b5837261
-
Michael Stahl yazdı
In an --enable-dbgutil build, assert on the following XML well-formedness violations: * Element Type Match (-> start/end tag mismatch) * Unique Att Spec (-> duplicate attributes) Change-Id: I1e32a9fd096463a418a197fcdb3174df79f7a785
-
Michael Stahl yazdı
When there are attributes, XclExpXmlStartElementRecord::SaveXml() would not call startElement() but instead write the XML element all by itself, which means there will be an endElement() for which no previous startElement() was called, which makes checking that these match hard. Since this silly mpAttributes over-engineering is only used in one place anyway, give that a separate subclass and use startElement(). There is still an issue with various WriteAttribute methods; if those are used it's probably not possible to check that for well-formedness. Change-Id: Id842f000a6fecd77211836705545d58031ebd0f8
-
Fridrich Štrba yazdı
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
-
Armin Le Grand yazdı
to property set to process them Initial Patch by: Ma BingBing Review by: alg (cherry picked from commit 6616a636) Conflicts: sd/source/core/stlsheet.cxx Change-Id: Ife4dc2e2224d478e0d726f7b2e0d337a6de43262
-
Stephan Bergmann yazdı
...changed from old-style with a39c96af "fdo#46808, Convert sheet::GlobalSheetSettings service to new style." The XPropertySet can be treated as an implementation detail (but kept in the implementation for backwards compatibility). Also, this should arguably be a singleton rather than a service, like some related services (e.g., com.sun.star.sheet.RecentFunctions), too. Change-Id: Ibfe3254188aff91a08b39cbc295fb610ae0dfa5f
-
Luboš Luňák yazdı
Apparently whoever did these didn't get the gcc docs and specified every operand only as input, and then added volatile, explicit initialization and what not until it worked. Specify output operands correctly instead. I couldn't verify all assembler variants, as I don't know them, but the ones I don't know had at least some proper usage of output operands, so I'll assume those are all correct. Change-Id: I2910308b5e00cce8db756496df50ed26cfe35bb6
-
Caolán McNamara yazdı
Change-Id: Id8f2378b881544383e243383a7151f1fe624c029
-
Caolán McNamara yazdı
Project: help 9673672d0430d12aec5162f69ebf25e2c84c6e89
-
Caolán McNamara yazdı
restore original mnemonics get range of adjustments right fix height and metric spellings, cosmetic, but it'll bug me Change-Id: I94a7980d5513f8bfe29bc702bcf902037e1961b6
-
Noel Grandin yazdı
Was introduced in commit a4196fc3 "fdo#46808, Convert XMultiServiceFactory in xmlsecurity module" Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2
-
Noel Grandin yazdı
Change-Id: I45bcb3f0f4b9998105d361dbf6a98d8f5310da52
-
Noel Grandin yazdı
Change-Id: I80530f84ad5a86eccc794f9ddd14f939d093a20d
-
Noel Grandin yazdı
Change-Id: Ib96976e0a40c025d1b6408aeadfc70d7885c11d4
-
Noel Grandin yazdı
Change-Id: I4661cd84346791ddd6167ccc63335ad63255472f
-