Age | Commit message (Collapse) | Author |
|
and clean up the mess around the two different Select methods
which just led to confusion in the overriding classes.
Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a
|
|
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
|
|
Change-Id: I0fb2827c41024216f574266e61a11b1cbb7bce28
|
|
Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385
|
|
Change-Id: I24deda680469ce99ba358a68e83551bdb584751a
|
|
Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a
|
|
Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87
|
|
Change-Id: I50788585dbcc489325dc9536a8e4d974a710e30d
|
|
Change-Id: I2ad60bd64cabb29a9e909f31e7d5bd92989120f7
|
|
Change-Id: If611cf344d82640b284c159e2e6394074b30e2db
|
|
Change-Id: I66999e5d9f827650f4c1bccb14178f8fa8a57cbf
|
|
Change-Id: I1227c958d58903dc114a4e4173fb2714b2ec33f2
|
|
Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734
|
|
Change-Id: I3a293e72413e1dc39eaa4b5c289fc4fab6b556fd
|
|
Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1
|
|
Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
|
|
and dialogs that are loaded from the .ui format
Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c
|
|
Change-Id: Ic24e147dd631bbed4e5759b1bd4bebbd0b8add4a
|
|
Change-Id: I3ab9dde5c421a3a3e6022a27be37f23547197317
Reviewed-on: https://gerrit.libreoffice.org/8772
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Iddc71ca948ae478aa865378e0f3d3c7bbdcc577b
|
|
Store them under /Model/<json_file_name_without_extension>/
modeltools: functions for handling 3D models inside avmedia
Change-Id: Ia2bdad6064db372e1c946b6ab02c434545d1ed45
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
As commit 669ad519902e21e0cb3537fb7e203987f75a4077 (colliding
SID_SVX_START based ids, 2013-06-24) suggests, new SID_SVX_START-based
SID's shouldn't be added to include/editeng/editids.hrc. However, if it
was done, at least add a comment about it to include/svx/svxids.hrc, so
it becomes obvious that the two slots have the same ID.
This makes Format -> Frame -> Area -> Bitmap have the Import Graphic
button again.
Change-Id: I2fc852200d3cc5dfbf073ed615ac83a46040e16c
|
|
Change-Id: I06129c77b87890d45655da9e22a3b7716bc64d0a
|
|
Change-Id: I2a2c3ee32df6b88464be5df1faad58e9819b2281
|
|
Change-Id: Id1a96b9f003effe0232a875bfbd3149076096c55
|
|
Change-Id: Ifd61e6d2af525539f759dbdabc190a7b14fc19fd
|
|
Change-Id: Ie508844977481fab035d20f16c06c95d1f8a21d6
|
|
Change-Id: I171cabedc5294085833179d46a261d79a93b8d04
|
|
Change-Id: I51e91b97217507bcdca8c82f8a8683758d871185
|
|
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
|
|
Change-Id: Id95a2bd8ba08e06284709a4c7fa2582382f8aeae
|
|
There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the
code reader that it simply means '/'.
Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648
|
|
Change-Id: Icc9b4d73cd2e4945299cbaaa1b55eebc3e1e3922
|
|
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
|
|
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
|
|
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
|
|
Convert method name
getBoleanComparisonPredicate
to
getBooleanComparisonPredicate
Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
|
|
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
|
|
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
|
|
A new protected abstract function has been introduced only for
complex gradients. As it stands, we currently need to work out if
we should use a PolyPolygon or a Polygon because, as the comments
say:
// Determine if we output via Polygon or PolyPolygon
// For all rasteroperations other then Overpaint always use
// PolyPolygon, as we will get wrong results if we output multiple
// times on top of each other.
// Also for printers always use PolyPolygon, as not all printers
// can print polygons on top of each other.
Interestingly, the next line is either wrong or expressed badly,
because the check uses PolyPolygons when a VirtualDevice is in use:
// Also virtual devices are excluded, as some drivers are too slow.
Therefore, I've removed that comment as it seems rather misleading.
Change-Id: Ic496284cb2be8e7e2d348eae76aeeec994e1029c
Reviewed-on: https://gerrit.libreoffice.org/8802
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
One would think there would exist some kind of shim library that would
automatically provide such traces, hmm.
Change-Id: I568d02a2ac70078dee0280d1feb3eab7bbd43030
|
|
LibreOffice will show a textual description of a style in some contexts
eg in the Organizer tab of the dialog for modifying a style.
This change updates the description of border line types to support
recently-added types: FINE_DASHED, DOUBLE_THIN, DASH_DOT, DASH_DOT_DOT
Also this fixes an out-of-bounds array access in
SvxBorderLine::GetValueString
Change-Id: Ia354a05ab1455eb8bcc079c6e51419a0cc6429d6
Reviewed-on: https://gerrit.libreoffice.org/8781
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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
|
|
Only used inside svx so move there.
Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2
|
|
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
|
|
Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1
|
|
Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9
|
|
Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea
|
|
Change-Id: Ib8c99a646923257647487cd7f121023876587cd2
|