- 19 Kas, 2015 18 kayıt (commit)
-
-
Markus Mohrhard yazdı
The used glyphy is not directly the upstream version. We currently use a patched version that allows to disable the build for the demos. Change-Id: Ic03355e1ea8fbc56e57afa4f90a55741fe9a563a
-
Tomaž Vajngerl yazdı
This commit moves all sources related to Image class into its own "vcl/source/image" folder. Sources containing more classes were split up into its own source file. Change-Id: Ie6edcdb0a7caf936bccdc210c31f78bb15667945
-
Tomaž Vajngerl yazdı
This is the first step to decouple resolving of command names to image (icon) names. This is necessary to make allow additional processing of images before the image is passed on and better decision which image source to take. Change-Id: I129dc6a1ae812aaaca32696ef2a2749d5fa86a54
-
Philippe Jung yazdı
Ctrl+Shift+Home: Move page first Ctrl+Shift+Up: Move page up Ctrl+Shift+Down: move page down Ctrl+Shift+End: mov page last Change-Id: I779c000719bf05885b5be65c1111ca0d1e338902 Reviewed-on: https://gerrit.libreoffice.org/20048Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Michael Stahl yazdı
... the ScAccessiblePreviewTable test, somehow the event still doesn't fire in time, let's add an arbitrary sleep too. Change-Id: I97ab658e61b33455e8623ba0fd861e2018aa3af6
-
Michael Stahl yazdı
DrMemory 1.9.0-4 32-bit complains about UNINITIALIZED READ on the instruction "test %ecx %ecx" corresponding to the *pW test in the while loop, on the last iteration. GetKeyNameTextW() is documented to null-terminate the buffer, so either it has a bug and doesn't do that, or DrMemory has a bug and falsely reports an error. Either way it can be avoided by checking the end position first. https://github.com/DynamoRIO/drmemory/issues/1819 Change-Id: I546d2057d39865d527c1d7c436f690669b214d75
-
Samuel Mehrbrodt yazdı
Change-Id: Id4afbd8df1d6d3800e04d9e178abddc0d9e33d5c
-
Caolán McNamara yazdı
it looks like draw:name values are supposed to be unique in ODF, even if it's not spelled out explicitly, since it exists so the frame can be referenced, which sort of implies that it has to be unique, so a document where the values aren't unique can be considered invalid 19.197.10 <draw:frame> The draw:name attribute specifies a name by which a <draw:frame> element can be referenced. So reject duplicate frames Change-Id: I83f6d72fd969f667f0a8c2c85d2ffeeed672387a
-
Stephan Bergmann yazdı
Change-Id: Ia17a116b1f7605b5a8d572c6a6f4ef64adea8f94
-
Noel Grandin yazdı
Change-Id: I223ff4af01ab2da92da0c26d32457204a5008c4a
-
Maxim Monastirsky yazdı
Change-Id: I007bc7b30c6f1c52ce2d69c63a43cbe4a11e809c
-
Tor Lillqvist yazdı
Change-Id: Ia9e1ea7a69e372725a4239fad2630b6f8bcb52e2
-
Maxim Monastirsky yazdı
Change-Id: Iaafc02f7c925c82b6bd7f98dd875028880b8788d
-
Stephan Bergmann yazdı
Change-Id: I91335f1e81e251f0578792517dded9fae239fb61
-
Stephan Bergmann yazdı
"clang -E -P /dev/stdin" causes warnings "clang: warning: /dev/stdin: 'linker' input unused" etc. Change-Id: Ia9c18b59b92558e1d959ce31caf38eed101865d3
-
Noel Grandin yazdı
in chart2, we remove a local equivalent of the method Change-Id: I25129a3d1ea1dd724eb9cd38a57be37a78b3d100
-
Miklos Vajna yazdı
Change-Id: I65c893fa8ab8ea6dfb061127c9b0bd31c906ed30
-
Tor Lillqvist yazdı
Avoid "test: too many arguments" when $CXX consists of multiple words. Change-Id: I90969333b289fb83ab10b67cb8bfda158a0688cc
-
- 18 Kas, 2015 22 kayıt (commit)
-
-
Philippe Jung yazdı
Simple code clean-up taking into account Maxim Monastirsky remarks. Change-Id: If6393851c3eb6fd8a460ef95ef88ccf3aed82e3e Reviewed-on: https://gerrit.libreoffice.org/20047Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Stephan Bergmann yazdı
...to return an ANY containing a 64-bit HYPER instead of a 32-bit LONG for SYSTEM_WIN32 (which covers both 32-bit and 64-bit versions of Windows), so that the HMENU value (which is effectively a void*) is not truncated for the 64-bit build. This should effectively be URE ABI compatible for the 32-bit build, as there the HYPER value will fit into 32 bits, so extracting a LONG from the ANY should still work. Change-Id: Ief3de5924f672e8f6bbe6df08c15439456ca036f Reviewed-on: https://gerrit.libreoffice.org/20045Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...and of little use if all users of SystemMenuData agree on the definition in vcl/sysdata.hxx Change-Id: Id102a30074b611e3ad37ce69ce27c929f4505495 Reviewed-on: https://gerrit.libreoffice.org/20044Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...with a long instead of a HMENU on WNT, so with a wrong size for 64-bit WNT. (And just ignore the comment that TRIES TO SHOUT AT ME!!!!!!!!!!!!!!!) Change-Id: Id02ef4d8a3818b58def067e8b52f29bac8676fe9 Reviewed-on: https://gerrit.libreoffice.org/20043Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Maxim Monastirsky yazdı
The ImplLoadRes method *is* used in ToolBox::ToolBox( vcl::Window* pParent, const ResId& rResId ). This change breaks the navigator panel, and therefore the JunitTest_toolkit_unoapi_1 test. This reverts commit 99648095.
-
Eike Rathke yazdı
Change-Id: Ic06bef4c80426b97a2613fe296ae0aa0ee55a215
-
Eike Rathke yazdı
... to name it was it does and to distinguish from ScParameterClassification::HasForceArray(OpCode) which IS about a function having ForceArray parameters. Change-Id: I8af4e1d0353cdb5ad0a9b837ae0763dc77242734
-
Michael Stahl yazdı
Almost all of these look obviously disastrous. Change-Id: I30e4e3039bafb10eaff4f2413b7a4aaae1f584c1
-
Michael Stahl yazdı
Change-Id: I26ca8070d9c9607a475267ef8780f9013dfd4dcf
-
Michael Stahl yazdı
Change-Id: I09f3c5cc9e98639bf2b7c4cb37197cb9fb819c82
-
Michael Stahl yazdı
Change-Id: Ie7b0d7f7d4549afbd9152d6afb0d0b6078e24bd9
-
Michael Stahl yazdı
Change-Id: Idad6192fd1e3049913fac3dd906264fde6d1914e
-
Michael Stahl yazdı
Change-Id: Ib23b5847625964c701bda23d7c58ad32c6024c9b
-
Michael Stahl yazdı
Change-Id: I2bc2de3c3a71dd54e432905c129a3dbd5395f6ab
-
alexey.chemichev yazdı
/oox/source/core/xmlfilterbase.cxx: writeAppProperties modified. Stats are extracted from DocumentProperties->DocumentStatistics. No stat counter found for the lines of text Change-Id: Ibc2e848a97776f65f0bfd4a880e5279e9c507dd0 Reviewed-on: https://gerrit.libreoffice.org/20046Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
David Tardon yazdı
Change-Id: I21eb802e65c7054cfbf73a90c0d63a007829ebcf
-
László Németh yazdı
Marking as published was not intentional Change-Id: I1ec8d4e4b307eb2d93e66d286f1065eea197de48
-
Stephan Bergmann yazdı
...after a3ce60eb "We only support MSVC 2008 (_MSC_VER 1500) or later" removed the && (_MSC_VER > 1310) part from the #if Change-Id: I472461b29a37fcf996262c0a83cb10f4cb8443a9 Reviewed-on: https://gerrit.libreoffice.org/20042Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tomaž Vajngerl yazdı
Change-Id: I3edb77d5b046691e64d600d61dcd44e892c31301
-
Tomaž Vajngerl yazdı
Change-Id: I8687127cd9ccf6a6ddd87d934f7462a69a047053
-
Stephan Bergmann yazdı
Change-Id: I57ac7deb1c997adfa656aa0a3c9a1ae82b66cf15
-
Stephan Bergmann yazdı
Change-Id: Ia908a67106afee5c9f67c0eb4fb3e9b073329bf8
-