- 31 Mar, 2014 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Iee45a5bb80a1d3149aa231f2848910eee415a64b
-
Caolán McNamara yazdı
because this is another way seen in the wild to transmit a fax number through cups as an alternative to using fax4CUPS Change-Id: I32db38aa05213e469442136eb46d0028098a8b7e
-
Miklos Vajna yazdı
These warnings were hidden so far, don't make them noise till one starts to actually fix them. Change-Id: I142726d54fbc20c1c5591a5b20d26356986ba4b8
-
Chris Sherlock yazdı
It makes no sense that ImplInitFontList() only fails for Window instances. I have carefully checked all the functions that use this function, and there are no good cases when no fonts won't cause problems. In fact, we have a number of functions that specifically rely on the fact that ImplInitFontList will populate OutputDevice::mpFontCollection with at least one font. Therefore, I'm making this abort if it can't populate the collection, regardless of whether it is a Window, Printer or VirtualDevice. I have also refactored GetDefaultDevice - I now check the default pOutDev parameter to see if it is NULL (the default), in which case it is referring to the default window, so I call on Application::GetDefaultDevice() instead of going straight to the pimpl data structure used by the Application class. Change-Id: I2861521d876d776d7862fc4a7ec56b7acf818789 Reviewed-on: https://gerrit.libreoffice.org/8741Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Miklos Vajna yazdı
Change-Id: Iea2f6af83382608e4a36dd2e5803cbb936b78058
-
Miklos Vajna yazdı
Change-Id: I8b7c23af7548a0eb073e046eedfbabfb9f78fafe
-
Caolán McNamara yazdı
Change-Id: Ie2a6b5e71f76ff2900ff078fcc098e66927458ef
-
Tor Lillqvist yazdı
Change-Id: Ibda0c9b7ef68f040af2459ceb7328e5641f21446
-
Tor Lillqvist yazdı
Only used inside svx so move there. Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2
-
Stephan Bergmann yazdı
Change-Id: I4e2444113871376c5ba134c523752e08812e70d9
-
Stephan Bergmann yazdı
Change-Id: I95d4dc2a3364172e8917d0a029564e9114943148
-
Caolán McNamara yazdı
Change-Id: I0646927ea73b4bb69bd912d3cc5dfbdafad53aa4
-
Stephan Bergmann yazdı
Change-Id: I87090e2714bca3ea7a9ad8a8ff966702139ba345
-
Douglas Mencken yazdı
Change-Id: Ied05627a0b5fdb8e5fd4a1b071ce32d901f07961 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ia254fe382a00be13a631fcc1b23f940352d8d3ba
-
Stephan Bergmann yazdı
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
-
David Tardon yazdı
Change-Id: If3f0198d58b6c64a4efd4be294f1d66fb39f2302
-
Noel Grandin yazdı
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
-
Noel Grandin yazdı
Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9
-
Noel Grandin yazdı
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
-
Noel Grandin yazdı
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2
-
Noel Grandin yazdı
Change-Id: Idc7b0ef2591e65e82903d55af68434acbeca0e55
-
Noel Grandin yazdı
Change-Id: I1c97da5b7bbac348150399afbf386613433e5551
-
Noel Grandin yazdı
Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094
-
Noel Grandin yazdı
Change-Id: If694d16088ae0dcdc8b99797eed575c90d646fe5
-
Noel Grandin yazdı
and remove some unused return values Change-Id: I957b4befd2e2574a1d202edee440f65325d5388a
-
Caolán McNamara yazdı
Change-Id: Icfdb7178ea89f2a3bd9680cf1b2c017b5058bb83
-
Caolán McNamara yazdı
Change-Id: I97cc143071951bc24b8b0f9c6780e40a3b2bdc61
-
Caolán McNamara yazdı
Change-Id: Ibbca3f2e06cd3eb34dc5477c5dfe4261f4cc4a9a
-
Caolán McNamara yazdı
Change-Id: I3ecfce8289e1dec8cfb42ebde990a3119c370986
-
Caolán McNamara yazdı
Change-Id: Ibb9782cb7e446814387c8635b182058a4bef2a1e
-
Caolán McNamara yazdı
Change-Id: Ifab8abb0fe712b8593abe72ff8cab3bd336d6b09
-
Caolán McNamara yazdı
also coverity#1194935 coverity#1194936 and coverity#1194937 Change-Id: I996ffcf97f72e5695147b61927956643340e80fc
-
Caolán McNamara yazdı
Change-Id: I679b494c7c563a776da7ee891c0f4e92926fcfe4
-
Caolán McNamara yazdı
Change-Id: Ibb1b15604e5129c48ca8be4af24dbcfd908ded2f
-
Miklos Vajna yazdı
Commit 6e61ecd0 (Merge back branch alg_writerframes to trunk, 2014-03-19) changed the sw UNO API, so that in case SvxBrushItem / RES_BACKGROUND was to be get/set, it mapped that to svx's fill style. This has two problems: 1) it does not work (see the failing unit test) and also page style editing UI sets SvxBrushItem, so even if the UI is used to (actually successfully) set the page background, it won't be saved to ODF. So, do this background <-> fill style mapping only for frames for now. Change-Id: I734880a40c891ae9e341cbddf8f88b0462361aac
-
Stephan Bergmann yazdı
...that had originally been introduced to catch DBG_ASSERTs during smoketest, but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx functionality, and obsoleted by the ongoing clean-up of using true assert where appliable. Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
-
László Németh yazdı
Change-Id: Ia6edb02b871a41828758ba5fd5376c811c4084cc
-
Caolán McNamara yazdı
Change-Id: I09a1e84dc20aeeac6b535dbbedfc0f9c8e17517b
-
Caolán McNamara yazdı
and coverity#1194924 Change-Id: I1225745b22d27918ff3efe3ad8f0a7d69ed2f015
-