Additionally:
1) Make sure cell margins are zero when they are not defined.
2) Handle cellx values in case of a negative left margin.
Change-Id: I9b8fb700b6459e622396c98e4344aba79f62c96e
...as it leads to crashes anyway (as witnessed with what got fixed with
09ee17974f "Fix Which-ID range of
OfaTreeOptionsDialog item set").
Change-Id: I9ad24d3dd11530ad002a5277d22b60e651e67d70
...that (indirectly) allocates memory via rtl/alloc.h, thereby causing the
rtl_cache_wsupdate_init thread to be spawned before main, as on Mac OS X that
would interfere with the code in sal_detail_initialize to close all file
descriptors >= 3 -- on Mac OS X the pthreads implementation makes use of KQUEUE
file descriptors.
* This commit removes enough global static data to make ui-preview work again on
Mac OS X (where it crashed at startup when the main thread closed the KQUEUE fd
used by pthreads implementation threads). gengal uses further static data (at
least from module sb), so needs further clean-up.
* Avoiding global static instances derived from class Application required the
introduction of vcl/vclmain.hxx.
* That the vcl library was linked against the static vclmain library (which only
provides an implementation of main) appears to me to be a historic relic (all
executables should either include a SAL_IMPLEMENT_MAIN or link against vclmain),
so I removed that.
Change-Id: I048aa616208cb3a1b9bd8dcc3b729ba1665729bd
wget --config=/dev/null would ignore ALL local settings,
but interfers maybe too much - proxy auth for example.
So adjust only some settings.
--
M download
Change-Id: I3dad22c4a4e18a480a7157ad3cc903c6a0725a4e
Reviewed-on: https://gerrit.libreoffice.org/1046
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
in spinbuttons, so adding just the width of the up/down buttons
will not take into account that intermediate space in determining
the optimal size
Change-Id: I219a02b3313e87f4c927d52de34eda040b13133e
...by properly re-merging
<http://svn.apache.org/viewvc?view=revision&revision=1172345> "cws
mba34issues01: #i117716#: fix missing resources my removing unused code"
(changing the start ID from SID_OPTIONS_START to SID_INET_EMAIL_NAME) brought in
by 015b29b74a "re-base on ALv2 code" (but
erroneously dropping the start ID) with 5fcecf9b88
"hrc cleanup: Remove unused defines" (removing unused SID_INET_EMAIL_NAME).
Change-Id: I3f10b5ec166a8bf4763ef8e44d3095bb816277d0
Accept fraction input without integer portion if the format was preset
as fraction, e.g. 1/5 instead of 0 1/5 and don't force to date.
Change-Id: I188593c57e5779aae029a1aa2ebd2c18de441804
if grid contents change their mind and want to be bigger than
available space, then somethings got to give, prefer expandables
as shrinkables too
Change-Id: Iefd87adb722548c11df04f194cf6d6e17665289a
because that's persistent across unrelated style
changes otherwise setting e.g. alignment will
reset the color to default black
Change-Id: I2b975c3914a59a93e54d72aa0975a066b5edf533