Age | Commit message (Collapse) | Author |
|
Change-Id: Iff603ebe772cfcd34ed3669ce46bc9112ba902ae
|
|
dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to
create dependency and fix the build.
This creates circular dependency for libmerged, dbtools is not that
common library.
It's better to create real dependency in connectivity_inc package.
To avoid another circular dependency gb_YaccTarget_get_header_target
must not depend on external headers target.
Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c
|
|
First: localization tool can not recognize id because
of empty line between id and its definition
Second: same problem because of comment between type and id
Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21
|
|
It appears that since cd0046bca0691fdca45a030903b7cde3bfee544c,
2 tinderboxes fail on including the generated sqlbison.hxx;
it turns out one of the inclusions of that in svx is unnecessary and the
other is used to call a virtual function, which can apparently be done
without linking; just link svx to dbtools anyway, that should fix the
build.
Change-Id: I7f7b1c4e9561c4dd2b820b173d05bdd5d4c6ba6d
|
|
Change-Id: I66155e362d5f44f9be8114099c46473ac846340c
|
|
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
|
|
Change-Id: Ia4bbce74e2c1a5f46e0b1a73940aeb2ce8fc6ab9
|
|
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
|
|
Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
|
|
Change-Id: I0b15939e1d04a3a2a5f8a4e2df8f0826903a8811
|
|
Change-Id: I28d96586e7e48209021abed73959e8a5e6dc2d61
|
|
Change-Id: Iee505825f46434b09c73679e1439f99afc631336
|
|
Change-Id: I0535175c4881a1ea55d7cb7361ae78bb81aa10c6
|
|
Change-Id: I59425c7d1e8603f45d193ae5e3498f8671510bc5
|
|
Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
|
|
Change-Id: I0635ed333033ce37eb86b360fd0ee0d77b8dc47a
|
|
Change-Id: I5940936e986b2f6580ca9ce973359d8179631f8c
|
|
Change-Id: Id36c3c414429d8f0e16f8e479f9946511b1e377f
|
|
Change-Id: I232ad32be90d93fe35a6cf089373e5a830e62113
|
|
Change-Id: I962c2bbd29b2ce2e39bf0f9db4c12fc5535cf4f6
|
|
Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b
|
|
Change-Id: I5c1c06de9f149f77d2235684239ad077d28e64ba
|
|
Change-Id: I884f8e76d0bc7b2eb9f99434809fa824409446e4
|
|
Change-Id: Ie91548bfad1cd60d8926cb5cc729a07f539590a1
|
|
Change-Id: I401b01d5d1072262d0bd2b85298751c9180004d3
|
|
Change-Id: Ie3cf56fd23b516b80dc39ceb92d4535c6583f97b
|
|
Change-Id: I27c4b22987d2a54eb71f5636eb72ba2e635ac6d8
|
|
Since the element is no longer removed in the loop the same element is
deleted over and over; also the erase should be from nEntryNum to end.
Change-Id: I5767d5e453b5b9b05fe1869ab8915f23c30aab14
|
|
Change-Id: I9a64f26e57b9ceb35100364c2e875e2f07a4be65
|
|
Change-Id: Iba5a8c370a6b097ac0de3911c6a76e6a86d4ac6b
|
|
Change-Id: I54c60fefe2e808b5e6251286a72537e5a88bf566
|
|
Change-Id: I1e975805a82dcf273cde8a9deba4a7e31dbd72b2
|
|
Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf
|
|
Change-Id: I3d7a5c252c29654db7c37965af365380090f7eb6
|
|
Change-Id: I4b716aca20b2e7e328b9f6cb9e9c980fd0e7a87f
|
|
Change-Id: Idf07339186827fb57ded1586108f1a4a49069f42
|
|
Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
|
|
Change-Id: Ia9f5f902c9ebeee6d123dc5c8ee6641bef2239e9
|
|
At least with certain versions of Boost and Clang, and when NULL is defined as
nullptr, compilation failed here. To me, looks like an error of either Boost or
Clang; replacing "NULL" with "0" appears to be a good enough workaround.
(Identified by Jung-uk Kim.)
Change-Id: I702587abfabad6dba55a2b4c65a53e332b4ab048
|
|
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
|
|
- which contains outlines of all characters instead of creating group
of path objects
- now the stretched bitmap fill works correctly - stretching over whole
text instead of only 1st character
- fixes part of n#759172
Change-Id: I65211e336aadb8909b5d4a3dcb3647f44be22595
|
|
Thanks to Korrawit Pruegsanusak <detective.conan.1412@gmail.com>
for the indepth analysis and debugging.
|
|
Most places don't need to include tools/list.hxx
Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
|
|
The dispatch function of FindbarDispatcher class is called when
Ctrl+f is pressed. This function makes Toolbar visible and takes
focus to TextField. So expand this function to insert the selected
text to TextField at the same time. With dynamic_cast convert
Window pointer, which point to the TextField and call TextField's new
function: SetTextToSelected_Impl(), which makes the mentioned
insertion.
Plus make a little cleanup. Replace one string, which is defined by
a macro.
Change-Id: I2a8a3b10a016f5b28ea58fa3e63a3f31c9a816bf
|
|
... as f7f34c29aada422e54c5835eb4df610b7d2a627c "INTEGRATION: CWS impress144
(1.6.104); FILE MERGED: 2008/06/07 16:54:05 cl 1.6.104.1: #i88525# keep
SvxUnoDrawPage wrapper for as long as the SvdPage lives" had changed it from
WeakReference to Reference.
Change-Id: I14a46eb0a11e636a04d10d9743a14a1734f910af
|
|
Add fallback activation of an _OLD media component to the core.
Compile both a 0.10 and 1.0 version of the gstreamer component
Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
|
|
Change-Id: I087043b36d59e1a76c6fe12a5a684c4137eca2d9
|
|
Until now, only the ToolBar's TextField stored the history, but
this is destructed when ToolBar is closed. The "Manager" class is alive
in case of Toolbar's invisibility, so I made this class to store history
temporarly.
Change-Id: I816dd3c83440000ab4e6caaeb2cccf390d3042fd
|
|
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|