Age | Commit message (Collapse) | Author |
|
Change-Id: Idcba9e9bc6210250a37950a2b927b9b74cc57c4f
|
|
Change-Id: I9252b78cc5ba3bdd2589b19f12a9e4dfb13bed2f
|
|
Change-Id: I603e636b1a93107dfa65a2759ee510c49e03347e
|
|
(as occur at least in trunk Clang builds)
Change-Id: I7e74200ae1042133fa04477e39e46fd2f01cc1b0
|
|
Change-Id: I6af5236358a51a51514d646c809147db56b2464b
|
|
Change-Id: Id7c6077ea0e45d848be099d48ef4d7207e65a06f
|
|
to clearSwpHhints
(cherry picked from commit fb3ddd41bc9dd2fbdd856c13bdec61906d01fd02)
Change-Id: Ie712130d01311b84d4f7c61aa7bba960ef608d46
|
|
Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f
|
|
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
|
|
Change-Id: I942c52488e038dd3b91296596dd2ea7b75c54eb2
|
|
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
|
|
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
|
|
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
|
|
This is taken care of by using the correct .uno: commands in the "action_name"
part of the .ui.
Change-Id: I7710816b72990c4c535da0491e75edad5bbf30b3
|
|
We will address the toolbox buttons in the .ui via the string constants.
Change-Id: I86dc101276de0d5487de3feb772381b76880dd23
|
|
Change-Id: Ibcea80bcd75f3bec8367251c557ee859afd8dfbb
|
|
In the header files, they are Windows, with Background in the name; in the
.cxx, they are created using CreateToolBoxBackground() function.
Change-Id: If24db0c4a59b702f31481a4018c8c19383d01216
|
|
This one is for the Alignment property sidebar.
Change-Id: I41161052c07e98d089eabe8f2e2f82bddad41902
|
|
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
|
|
...now that it has been dropped from the service declaration with
75a87d9bc25c9c74810591bbfa560b0f7184e940 "fdo#46808, Convert
xml::crypto::XMLEncryptionTemplate to new style"---appears to be nonsense that
had been in there "since the beginning."
Change-Id: I75826b7eb0a4d5538204394a8f0e9c9e9f1393da
|
|
Patch by: Regina
Review by: alg
(cherry picked from commit 79fe1227e77fa66cbfd9c4d1ca106b596966bd18)
Conflicts:
svx/source/svdraw/svdoashp.cxx
Change-Id: I0e8c15b3dd3b6b930dffa862c349270c27966704
|
|
when saved as .ppt file
Reported by: Liu Ping Tan
Patch by: Ying Sun
Review by: Jian Yuan Li
(cherry picked from commit 36453dd6be67717b2a2385449f10141fcc3fac35)
Conflicts:
sd/source/filter/eppt/epptso.cxx
Change-Id: I66ec5b8569c538e3571fa08670d053130939dc02
|
|
...now that it has been dropped from the service declaration with
6a12e13870f15df93d2627f1538f7c64ca46e9e5 "fdo#46808, Convert
XMLSignatureTemplate service to new style"---appears to be nonsense that had
been in there "since the beginning."
Change-Id: I4e4d3649f1aa0dacebdc8bdcee0348cee294ab89
|
|
...to get rid of having to additionally link some libs against tl from
27c6434fccfec5fb4184c1efa2057595c8716fad "fdo#46808, Replace usage of
SpecialConfigManager" again.
Change-Id: Ica161a4f0da320858b6a3901a5a6907737c779f4
|
|
Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1
|
|
Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1
|
|
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
|
|
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
|
|
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
|
|
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
|
|
to property set to process them
Initial Patch by: Ma BingBing
Review by: alg
(cherry picked from commit 6616a636dda8db85c1bed3b3ccf1881f6e2d3acf)
Conflicts:
sd/source/core/stlsheet.cxx
Change-Id: Ife4dc2e2224d478e0d726f7b2e0d337a6de43262
|
|
...changed from old-style with a39c96af53ec3364de70012ebfa7c09c4a55a7c3
"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
|
|
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
|
|
Change-Id: Id8f2378b881544383e243383a7151f1fe624c029
|
|
Project: help 9673672d0430d12aec5162f69ebf25e2c84c6e89
|
|
restore original mnemonics
get range of adjustments right
fix height and metric spellings, cosmetic, but it'll bug me
Change-Id: I94a7980d5513f8bfe29bc702bcf902037e1961b6
|
|
Was introduced in commit
a4196fc3cf1e20e32cda9477a33ff56515f0c24e
"fdo#46808, Convert XMultiServiceFactory in xmlsecurity module"
Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2
|
|
Change-Id: I45bcb3f0f4b9998105d361dbf6a98d8f5310da52
|
|
Change-Id: I80530f84ad5a86eccc794f9ddd14f939d093a20d
|
|
Change-Id: Ib96976e0a40c025d1b6408aeadfc70d7885c11d4
|
|
Change-Id: I4661cd84346791ddd6167ccc63335ad63255472f
|
|
Change-Id: Ia134170d07f33c2649b2a2620f40bc7b45ec7e16
|
|
with usage of the underlying SvtPathOptions. The service is just
a thing wrapper that serves no real purpose.
Change-Id: Id762edf71ba0f699ef091261905c88c2d93e1c12
|
|
not a perfect solution but best we can get without large rework.
Change-Id: I4a8c6eb611dd88cb29999b10b80a914c66a11c1c
|
|
...changed from old-style with 5d1ad167294878789e644452f23ef883af93fe87
"fdo#46808 Convert chart2::FormattedString service to new style." The
CharacterProperties* services dropped there are property-only old-style
services, so only serve documentation purposes anyway. Ideally, the new-style
service would offer interface attributes for the relevant properties (and likely
not implement XPropertySet at all), but so be it for now...
Change-Id: I0dd0373cfd372f2320204eb953acce9a2b9e86d2
|
|
Change-Id: I97ff54de97ca1e02aff2a94dc01f2e4991600cd5
|
|
A reminder: Listing some source files in this Xcode project does *not*
mean that Xcode would have any deeper knowledge about them. So Xcode
(and other IDE) fans, don't get overly excited, this is *not* a start
of making an Xcode project for all of LibreOffice or anything like
that. I just add arbitrary source files to this project when I happen
to want to set a breakpoint, and can't conveniently do it by going up
the call stack until something in that particular file.
Change-Id: Iac77dff17f56ec3f2826fd887cc065160b65936e
|
|
Now the iOS app displays the test document successfully again.
Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
|
|
Change-Id: If627b303f8710b915dcbdcb899454631f607e217
|
|
regression since 0e137027fcf294b33a9c7376b17a6c4e33758c52
Change-Id: I88fbb37ae7f62d6aed37d82fba12ab213866a06c
|