summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-051-16/+11
| | | | | | | | | | Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
* fdo#53872: reportdesign: fix section drawpage crash:Michael Stahl2012-09-042-5/+11
| | | | | | | | | | In order to wrap the SdrPage's UNO object completely, set its mxUnoPage member to the OSection wrapper instance in OSection::init; only OSection should have access to it. Also initialize m_xDrawPage_Tunnel (thanks Lionel for the hint). (regression from 05218c101df486302bf4cfe8be23ad840daa3f73) Change-Id: I048ddafc31e946853e56e6a403ddc9487cfbcf0e
* n#777699: Clip the objects to the pagewe are paintingCédric Bosdonnat2012-09-042-3/+7
| | | | Change-Id: I78ac7de5346a2adea9a2c6cf3cbb0321e05d79dc
* More places that require a prefixed "system"Stephan Bergmann2012-09-031-2/+2
| | | | Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-4/+5
| | | | | | | Create a merged XNumberFormatter2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-4/+3
| | | | Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
* SdrModel: make sure undo/redo stacks are not emptyIvan Timofeev2012-08-313-11/+17
| | | | | | | most probably Undo() does not get called if there is no undo actions, just to be on the safe side. Change-Id: I3597698dbe8208916be94ebddd7260fbd7eadc74
* remove SdrObjRefList, use vector directlyIvan Timofeev2012-08-312-41/+13
| | | | | | also prevent using operator[] on empty vector Change-Id: I0582ab1c7fd04a0bc6d717d8ca51670c3e5ef1c9
* fix buildCaolán McNamara2012-08-301-1/+1
| | | | Change-Id: I3642501e83247d6f88a3436c795be2acd794a4d2
* SdrMarkList: fix STL conversionIvan Timofeev2012-08-302-5/+6
| | | | | | | | regression from aa11e7bae89fe691f914abb27d1c4a03d27a7ee5: Container::GetObject returned NULL if the index is out of bounds, and callers seem to rely on that. Change-Id: I4c9f5249514efad0d516b6ffd6f04dadb019052f
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-3/+4
| | | | Change-Id: I684e371c31ba76d2e9b563eed70449764346161b
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-281-1/+1
| | | | Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
* fdo#46808, Use BreakIterator ::create methodNoel Grandin2012-08-272-20/+12
| | | | Change-Id: Iff603ebe772cfcd34ed3669ce46bc9112ba902ae
* fdo#53888: svx: do not link against dbtoolsMatúš Kukan2012-08-241-1/+0
| | | | | | | | | | | | 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
* Some cleanup for better localizationZolnai Tamás2012-08-221-1/+1
| | | | | | | | 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
* fdo#53888: svx: fix dependencies:Michael Stahl2012-08-222-1/+1
| | | | | | | | | | | 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
* Use typedef instead of trivial inheritanceStephan Bergmann2012-08-222-3/+1
| | | | Change-Id: I66155e362d5f44f9be8114099c46473ac846340c
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-211-0/+4
| | | | Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
* bnc#741480: adjusted display of Bracket/BracePair in pptFelix Zhang2012-08-171-5/+17
| | | | Change-Id: Ia4bbce74e2c1a5f46e0b1a73940aeb2ce8fc6ab9
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* svdotxat.cxx: MSVC needs set includedMichael Stahl2012-08-161-0/+2
| | | | Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
* Convert local variable from Container to std::vector and std::setNoel Grandin2012-08-161-18/+14
| | | | Change-Id: I0b15939e1d04a3a2a5f8a4e2df8f0826903a8811
* Convert maHandles field from Container to std::vectorNoel Grandin2012-08-161-4/+4
| | | | Change-Id: I28d96586e7e48209021abed73959e8a5e6dc2d61
* Convert aList in SdrObjRefList class from Container to std::vectorNoel Grandin2012-08-161-8/+15
| | | | Change-Id: Iee505825f46434b09c73679e1439f99afc631336
* Convert pRedoStack in SdrModel class from Container to std::dequeNoel Grandin2012-08-162-9/+12
| | | | Change-Id: I0535175c4881a1ea55d7cb7361ae78bb81aa10c6
* Convert pUndoStack in SdrModel class from Container to std::dequeNoel Grandin2012-08-162-14/+20
| | | | Change-Id: I59425c7d1e8603f45d193ae5e3498f8671510bc5
* replace LIST_APPEND usage with CONTAINER_APPENDNoel Grandin2012-08-161-1/+1
| | | | Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
* Convert aBuf in SdrUndoGroup class from Container to std::vectorNoel Grandin2012-08-162-7/+6
| | | | Change-Id: I0635ed333033ce37eb86b360fd0ee0d77b8dc47a
* Convert field from Container to std::vector in SdrPageGridFrameListNoel Grandin2012-08-163-11/+28
| | | | Change-Id: I5940936e986b2f6580ca9ce973359d8179631f8c
* Convert maPages field in SdrModel class from Container to std::vectorNoel Grandin2012-08-162-19/+19
| | | | Change-Id: Id36c3c414429d8f0e16f8e479f9946511b1e377f
* Convert maMaPag field in class SdrModel from Container to std::vectorNoel Grandin2012-08-162-25/+39
| | | | Change-Id: I232ad32be90d93fe35a6cf089373e5a830e62113
* Remove unused fieldNoel Grandin2012-08-163-6/+3
| | | | Change-Id: I962c2bbd29b2ce2e39bf0f9db4c12fc5535cf4f6
* SdrUShortCont: MSVC build can't link libsw if that is publicMichael Stahl2012-08-161-2/+1
| | | | Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b
* SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98Michael Stahl2012-08-161-1/+1
| | | | Change-Id: I5c1c06de9f149f77d2235684239ad077d28e64ba
* Convert aLayer field in SdrLayerAdmin class from Container to std::vectorNoel Grandin2012-08-162-22/+50
| | | | Change-Id: I884f8e76d0bc7b2eb9f99434809fa824409446e4
* Convert aList field in SdrHelpLineList class from Container to std::vectorNoel Grandin2012-08-162-10/+26
| | | | Change-Id: Ie91548bfad1cd60d8926cb5cc729a07f539590a1
* Convert aList in SdrGluePointList class from Container to std::vectorNoel Grandin2012-08-163-9/+15
| | | | Change-Id: I401b01d5d1072262d0bd2b85298751c9180004d3
* Remove unnecessary includeNoel Grandin2012-08-161-2/+0
| | | | Change-Id: Ie3cf56fd23b516b80dc39ceb92d4535c6583f97b
* Remove unnecessary includeNoel Grandin2012-08-161-1/+0
| | | | Change-Id: I27c4b22987d2a54eb71f5636eb72ba2e635ac6d8
* _SdrItemBrowserControl::SetAttributes: fix previous commit:Michael Stahl2012-08-161-4/+4
| | | | | | | 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
* Convert aList in class _SdrItemBrowserControl from Container to std::vectorNoel Grandin2012-08-162-16/+15
| | | | Change-Id: I9a64f26e57b9ceb35100364c2e875e2f07a4be65
* Remove unused class ContainerSorterNoel Grandin2012-08-162-53/+0
| | | | Change-Id: Iba5a8c370a6b097ac0de3911c6a76e6a86d4ac6b
* Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin2012-08-162-58/+47
| | | | Change-Id: I54c60fefe2e808b5e6251286a72537e5a88bf566
* Convert maList in SdrMarkList from Container to std::vectorNoel Grandin2012-08-162-56/+44
| | | | Change-Id: I1e975805a82dcf273cde8a9deba4a7e31dbd72b2
* Convert SdrUShortCont from Container to std::setNoel Grandin2012-08-167-300/+102
| | | | Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf
* Remove unused class ImpUShortContainerSorterNoel Grandin2012-08-161-16/+0
| | | | Change-Id: I3d7a5c252c29654db7c37965af365380090f7eb6
* Remove unused class UShortContNoel Grandin2012-08-161-14/+0
| | | | Change-Id: I4b716aca20b2e7e328b9f6cb9e9c980fd0e7a87f
* Convert aList field in SdrLinkList class from Container to std::vectorNoel Grandin2012-08-162-10/+14
| | | | Change-Id: Idf07339186827fb57ded1586108f1a4a49069f42
* Convert OLEObjCache class from Container to std::vectorNoel Grandin2012-08-163-17/+21
| | | | Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
* Convert aPnts field in SdrDragStat class from Container to std::vectorNoel Grandin2012-08-162-16/+14
| | | | Change-Id: Ia9f5f902c9ebeee6d123dc5c8ee6641bef2239e9