Age | Commit message (Collapse) | Author |
|
Nobody know what these acronyms stay for; so instead use an icon, and a menu
that contains the full descrption. Tooltip now says what is active.
Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c
|
|
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium
ctor overload to find not yet adapted uses of another overload, to be removed
again in due time.
Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
|
|
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
|
|
Idea by Mirek M. - thank you! Additionally introduced a tooltip showing more
verbose text when in overwrite mode.
Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345
|
|
Simpler, and more light-weight now.
Change-Id: I1d512f92714b0836dc75a187024af263e208484f
|
|
Change-Id: Iad17d77d61eccf0973fff0da91089e7a59fc9df0
|
|
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
|
|
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
|
|
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
|
|
The reason is that they can be combined arbitrarily in dialogs, so
changing, e.g., height of one tab can lead to "interesting" results. Cf.
commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and
29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the
problem described fdo#49921.
Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
|
|
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
|
|
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
|
|
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
|
|
Change-Id: I583bb91e7fc325557abcc0756506133112da895c
|
|
This can be safely substituted by the normal DATE.
Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
|
|
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
|
|
Variables should have module name as prefix to prevent collisions.
|
|
Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05
|
|
Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4
|
|
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
|
|
Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057
|
|
Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e
|
|
Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc
|
|
Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8
|
|
* Support for dead arguments has been removed.
** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed,
and code initializing UCB has been simplified accordingly.
* For the sake of simplicity, behaviour has been changed slightly. For example,
passing both --calc --writer now always lets --writer win (whereas in the past
the one mentioned first, i.e., --calc in this example, would win).
Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb
|
|
Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988
|
|
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
|
|
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
|
|
Display in the (unix) options gui the NSS cert dir that has been auto-detected
for use with digital signatures. Show the other detected possibilities and
allow it to be overridden.
The autodetection should basically work out of the box, but if there's some
bustage at least the UI can be used to sort it out and/or let developers
debug it.
This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack,
though that's still supported.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Eike for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Consolidated two occurences of the same string into macro
(to prevent them to diverge again)
|