Age | Commit message (Collapse) | Author |
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
...passing -session= into soffice was no longer supported.
The way I tested this with Gnome 3.4 (Fedora 17) is with:
* Run gnome-session-properties to select "Options - Automatically remember
running applications when logging out"
* Create ~/.local/share/applications/lodev.desktop:
[Desktop Entry]
Exec=.../core/solver/unxlngx6/installation/opt/program/soffice
Icon=libreoffice-startcenter
Name=LOdev
Type=Application
* Run "startx /usr/bin/gnome-session -- /usr/bin/Xephyr :1"
Change-Id: Id8a6e431e4c355caafa6c7111a435ebc0d35f78a
|
|
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
|
|
Change-Id: I5e5bcebeb804256d0ad8cf6afafc392b2853b88f
|
|
Change-Id: I230e8972340b409c6da70a4c988ac1d531a9f3b5
|
|
Change-Id: Ic64d2cae56787884ff107b78c3b6567ab5d38785
|
|
Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854
|
|
|
|
...that reads in word sized chunks and thus can read past the nominal end of
a memory buffer. Also, the return type of rtl_str_getLength (sal_Int32) fits
better with the type of SmPropValue.length (int) than the return type of
strlen (size_t).
Change-Id: I7ff91408b4c6d8c9913cede516586f42b8349ed3
|
|
...so rip out all the corresponding, apparently obsolete, functionality.
Change-Id: Ie1ca3fcf7f729464e4c11070caafc90a34da2d68
|
|
Change-Id: I532e27b873e011aacebc1dd405de6d2e182ca3d4
|
|
Change-Id: I264d978fe3db9ab7eedf79351f70cee194ef792c
|
|
Change-Id: Ib27bce3d6d20dd8ea81dc51f1501774cd313b5da
|
|
Change-Id: I98a9a22ce1e937b20bcd3b59b4e6677a5a60f762
|
|
Change-Id: Ib8ed8c866eece8a57a5532a65d1229e5dd92a422
|
|
...so no need to hold the one instance as ImplSVData::xSMClient. Nor as
VCLSession::pOneInstance, after changing SalSession::SetCallback to carry
VCLSession* as user data.
Change-Id: I3180d72035e3da7aa164a20309fbaeccecbb9b65
|
|
Change-Id: I8cb241898e22251656de4e080f1ae9bfe0359383
|
|
Change-Id: I0284d8ae16861f7081547780e6b7de27bacaf467
|
|
Change-Id: I89b321d5103017aa01151bd813d5789e688b62dd
|
|
Change-Id: I70cde1991514dcc25e4bb8824812eb64c2e66edc
|
|
Change-Id: I13e33b0a04c4212aef22499ebf2911aab33ec261
|
|
Change-Id: I4d9486ccda091506ad103fa4182cadf810fcd6f2
|
|
Change-Id: Ie6aa7be5c157f1a2b3515097fce4ea81d3ae99af
|
|
Change-Id: I0228862da823901b43040c3c22f74d2483e5a6cf
|
|
But this time cache on *all* properties, not just the name, which doesn't cut
it, given the things fontconfig can do, e.g. fdo#41556
Change-Id: Idfc1dbac67b6912e4985570a0b7c6ccdf47fa4a5
|
|
Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de
|
|
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
|
|
merge together a gadzillion hand-crafted
isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
implementations which should fix a goodly amount of them
add a MsLangId::isFamilyNameFirst for locales where
family name appears first while I'm at it.
Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
|
|
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
|
|
Change-Id: Iaad7538ed7933a1f45bb5e16dc0adec75af53300
|
|
Change-Id: Icbd8a343b6cb1615b667451043c23b6f131a0f04
|
|
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
|
|
Pass on to VirtualDevice where used to set the MapMode of the device
appropriately. Adapt DocumentLoader, use to scale the page rendering
to exactly fit the virtual device.
Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
|
|
Change-Id: I5b1353b409bc7043d2d1c313a3606ed807eced4b
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
|
|
Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
|
|
Change-Id: I8f288e55694ac85f8dcd2884a53ff4b5b9eef02f
|
|
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
|
|
Change-Id: I8105fc255e6ad7d9d102cbd1928329453b9ca7e8
|
|
Change-Id: I4ad84a293f662a6e191758c30660ac11142aa3eb
|
|
Currently implemented Gaussian Blur filter uses a static matrix
which means that the filter can not be parameterized. The new
implementation of Gaussian Blur filter and accepts a blur radius
as a parameter so the user can change the strength of the blur.
For this the blur matrix is generated at each call. The new Blur
implementation reuses separable convolution from Lanzcos rescale.
For negative values of radius the Bitmap will be sharpened. For
this an Unsharpen Mask filter is used, which is actually a blurred
image substracted from the original image.
|
|
Convolution calculation now uses 2x transposing horizontal pass
instead of horizontal and vertical which simplifies the code by
reducing code duplication.
Instead of more convolution methods, only one generic method is
used and kernels are now a parameter to the method. For this
Kernel class was introduced with responsibility to calculate
kernel walues and hold kernel specific information.
Besides Lanzcos resampling also Box, Bilinear and Bicubic resampling
was introduced. Box is the simplest and fastest but with still
good quality.
|
|
Change-Id: I7adafa165a4724b0e193288d69c4c3f3815f11b2
|
|
Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
|
|
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0
|
|
Change-Id: I47f15178ffa910c60acb56a7df749db0b1efec55
|
|
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df
|
|
Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1
|
|
Change-Id: I389ef70c76a3a9c837ad5406c417804ad77be948
|