summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-08-27fdo#46808, Use BreakIterator ::create methodNoel Grandin
Change-Id: Iff603ebe772cfcd34ed3669ce46bc9112ba902ae
2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan
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
2012-08-22Some cleanup for better localizationZolnai Tamás
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
2012-08-22fdo#53888: svx: fix dependencies:Michael Stahl
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
2012-08-22Use typedef instead of trivial inheritanceStephan Bergmann
Change-Id: I66155e362d5f44f9be8114099c46473ac846340c
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-17bnc#741480: adjusted display of Bracket/BracePair in pptFelix Zhang
Change-Id: Ia4bbce74e2c1a5f46e0b1a73940aeb2ce8fc6ab9
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16svdotxat.cxx: MSVC needs set includedMichael Stahl
Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
2012-08-16Convert local variable from Container to std::vector and std::setNoel Grandin
Change-Id: I0b15939e1d04a3a2a5f8a4e2df8f0826903a8811
2012-08-16Convert maHandles field from Container to std::vectorNoel Grandin
Change-Id: I28d96586e7e48209021abed73959e8a5e6dc2d61
2012-08-16Convert aList in SdrObjRefList class from Container to std::vectorNoel Grandin
Change-Id: Iee505825f46434b09c73679e1439f99afc631336
2012-08-16Convert pRedoStack in SdrModel class from Container to std::dequeNoel Grandin
Change-Id: I0535175c4881a1ea55d7cb7361ae78bb81aa10c6
2012-08-16Convert pUndoStack in SdrModel class from Container to std::dequeNoel Grandin
Change-Id: I59425c7d1e8603f45d193ae5e3498f8671510bc5
2012-08-16replace LIST_APPEND usage with CONTAINER_APPENDNoel Grandin
Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
2012-08-16Convert aBuf in SdrUndoGroup class from Container to std::vectorNoel Grandin
Change-Id: I0635ed333033ce37eb86b360fd0ee0d77b8dc47a
2012-08-16Convert field from Container to std::vector in SdrPageGridFrameListNoel Grandin
Change-Id: I5940936e986b2f6580ca9ce973359d8179631f8c
2012-08-16Convert maPages field in SdrModel class from Container to std::vectorNoel Grandin
Change-Id: Id36c3c414429d8f0e16f8e479f9946511b1e377f
2012-08-16Convert maMaPag field in class SdrModel from Container to std::vectorNoel Grandin
Change-Id: I232ad32be90d93fe35a6cf089373e5a830e62113
2012-08-16Remove unused fieldNoel Grandin
Change-Id: I962c2bbd29b2ce2e39bf0f9db4c12fc5535cf4f6
2012-08-16SdrUShortCont: MSVC build can't link libsw if that is publicMichael Stahl
Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b
2012-08-16SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98Michael Stahl
Change-Id: I5c1c06de9f149f77d2235684239ad077d28e64ba
2012-08-16Convert aLayer field in SdrLayerAdmin class from Container to std::vectorNoel Grandin
Change-Id: I884f8e76d0bc7b2eb9f99434809fa824409446e4
2012-08-16Convert aList field in SdrHelpLineList class from Container to std::vectorNoel Grandin
Change-Id: Ie91548bfad1cd60d8926cb5cc729a07f539590a1
2012-08-16Convert aList in SdrGluePointList class from Container to std::vectorNoel Grandin
Change-Id: I401b01d5d1072262d0bd2b85298751c9180004d3
2012-08-16Remove unnecessary includeNoel Grandin
Change-Id: Ie3cf56fd23b516b80dc39ceb92d4535c6583f97b
2012-08-16Remove unnecessary includeNoel Grandin
Change-Id: I27c4b22987d2a54eb71f5636eb72ba2e635ac6d8
2012-08-16_SdrItemBrowserControl::SetAttributes: fix previous commit:Michael Stahl
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
2012-08-16Convert aList in class _SdrItemBrowserControl from Container to std::vectorNoel Grandin
Change-Id: I9a64f26e57b9ceb35100364c2e875e2f07a4be65
2012-08-16Remove unused class ContainerSorterNoel Grandin
Change-Id: Iba5a8c370a6b097ac0de3911c6a76e6a86d4ac6b
2012-08-16Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin
Change-Id: I54c60fefe2e808b5e6251286a72537e5a88bf566
2012-08-16Convert maList in SdrMarkList from Container to std::vectorNoel Grandin
Change-Id: I1e975805a82dcf273cde8a9deba4a7e31dbd72b2
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin
Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf
2012-08-16Remove unused class ImpUShortContainerSorterNoel Grandin
Change-Id: I3d7a5c252c29654db7c37965af365380090f7eb6
2012-08-16Remove unused class UShortContNoel Grandin
Change-Id: I4b716aca20b2e7e328b9f6cb9e9c980fd0e7a87f
2012-08-16Convert aList field in SdrLinkList class from Container to std::vectorNoel Grandin
Change-Id: Idf07339186827fb57ded1586108f1a4a49069f42
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin
Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
2012-08-16Convert aPnts field in SdrDragStat class from Container to std::vectorNoel Grandin
Change-Id: Ia9f5f902c9ebeee6d123dc5c8ee6641bef2239e9
2012-08-16fdo#53061: Work around boost::ptr_vector.insert(..., nullptr) problemStephan Bergmann
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
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
2012-08-15make fontwork custom shapes as one path object created from polypolygonRadek Doulik
- 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
2012-08-14fdo#47434: Zero rect. size causing wrong line positions.Muthu Subramanian
Thanks to Korrawit Pruegsanusak <detective.conan.1412@gmail.com> for the indepth analysis and debugging.
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin
Most places don't need to include tools/list.hxx Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
2012-08-10fdo#37791 Insert selected text to Findbar by Ctrl FZolnai Tamás
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
2012-08-10Remove misleading commentStephan Bergmann
... 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
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
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
2012-08-09Minor cleanup.Jan Holesovsky
Change-Id: I087043b36d59e1a76c6fe12a5a684c4137eca2d9
2012-08-09fdo#49750 Search Toolbar keeps its historyZolnai Tamás
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
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7