summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-16Remove the Container classNoel Grandin
Change-Id: I296d2c90af59524280c2582670c6cfe7a10f2269
2012-08-16Convert from Container to std::vectorNoel Grandin
Change-Id: I329867ff6719a2c5a8fd4dca0a4907551be450e2
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 class SdUndoGroup from Container to std::vectorNoel Grandin
Change-Id: I303dd2f5ce5ac7f08727777ca03e4de0cfdabfcc
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-16fix for fdo#48200.diff import regrex state for filterNoel Power
Change-Id: If05b53602a8d8ea260093b3f6a9c0fca45cb74b9
2012-08-16Revert "fix for fdo#48200.diff import regrex state for filter"Noel Power
This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.
2012-08-16fix for fdo#48200.diff import regrex state for filterNoel Power
Change-Id: I46b07341e96d78130e6301e40fa32df6ed2c7879
2012-08-16fdo#53280: Reset read-only UI after successful Save AsStephan Bergmann
Change-Id: Ica9214d3655df27bbb259c463a7589a842f01c47
2012-08-16SdrUShortCont: MSVC build can't link libsw if that is publicMichael Stahl
Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b
2012-08-16idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)Istvan Turi
idxexample.odt will be localized through the standard l10n framework, i.e. with use of .po files, because now strings are read from resources. html.stw is language independent now, defaults for different scripts are handled in the code. Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
2012-08-16sw layout dump: include the height and width of SwTxtPortionMiklos Vajna
Change-Id: Ia2bdff098d1bbd466f857e19315a22c835810202
2012-08-16sw layout dump: include the height and width of SwFlyPortionMiklos Vajna
Change-Id: Ib47087a9dcb96779958edfc1a984cf38cabd1086
2012-08-16SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98Michael Stahl
Change-Id: I5c1c06de9f149f77d2235684239ad077d28e64ba
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16tubes: add include for clangMatúš Kukan
Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2
2012-08-16de-duplicateMatúš Kukan
Change-Id: I91bcd8721249d14f76270851dc129082a4b25ed5
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-16Fix Windows dev-install for --enable-release-build, --with-lang=... etc.Stephan Bergmann
Introduced special token LIBO_DEV_INSTALL=TRUE to communicate what install set to build from Makefile.top's dev-install target to instsetoo_native/util/makefile.mk. Somewhat arbitrarily, always use a "release" install set regardless of --enable-release-build (the dev-install set is used for "make check," and it is safer to test "release" install sets in --disable-release-build builds than the other way around, should those builds ever start to deviate significantly). The "always build a defaul-laguage openoffice product" logic had been obsoleted a long time ago already. Change-Id: I64ec87a0b8dc6fe81cab5531c43e29db3f5128af
2012-08-16n#773048: PPTX shape margins need to be rotated as well.Muthu Subramanian
2012-08-16Avoid pointless scary WARNING messageTor Lillqvist
Change-Id: I706940b796548eab6c940081dc7e4dccb37c52bd
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-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I19db21f9b09a2d57f72f5ba8d8ba88583cdb5503
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Ifff80c025d9e3309190330931e1eb49e8ea7f9e4
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Ibd5b7b03a80036ebd3214930b32d011ba7bbce9a