summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan4-24/+11
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16tubes: add include for clangMatúš Kukan1-0/+1
Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2
2012-08-16de-duplicateMatúš Kukan1-10/+0
Change-Id: I91bcd8721249d14f76270851dc129082a4b25ed5
2012-08-16Convert aLayer field in SdrLayerAdmin class from Container to std::vectorNoel Grandin2-22/+50
Change-Id: I884f8e76d0bc7b2eb9f99434809fa824409446e4
2012-08-16Convert aList field in SdrHelpLineList class from Container to std::vectorNoel Grandin2-10/+26
Change-Id: Ie91548bfad1cd60d8926cb5cc729a07f539590a1
2012-08-16Convert aList in SdrGluePointList class from Container to std::vectorNoel Grandin3-9/+15
Change-Id: I401b01d5d1072262d0bd2b85298751c9180004d3
2012-08-16Remove unnecessary includeNoel Grandin1-2/+0
Change-Id: Ie3cf56fd23b516b80dc39ceb92d4535c6583f97b
2012-08-16Remove unnecessary includeNoel Grandin1-1/+0
Change-Id: I27c4b22987d2a54eb71f5636eb72ba2e635ac6d8
2012-08-16_SdrItemBrowserControl::SetAttributes: fix previous commit:Michael Stahl1-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
2012-08-16Convert aList in class _SdrItemBrowserControl from Container to std::vectorNoel Grandin2-16/+15
Change-Id: I9a64f26e57b9ceb35100364c2e875e2f07a4be65
2012-08-16Remove unused class ContainerSorterNoel Grandin2-53/+0
Change-Id: Iba5a8c370a6b097ac0de3911c6a76e6a86d4ac6b
2012-08-16Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin2-58/+47
Change-Id: I54c60fefe2e808b5e6251286a72537e5a88bf566
2012-08-16Convert maList in SdrMarkList from Container to std::vectorNoel Grandin2-56/+44
Change-Id: I1e975805a82dcf273cde8a9deba4a7e31dbd72b2
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin8-309/+109
Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf
2012-08-16Remove unused class ImpUShortContainerSorterNoel Grandin1-16/+0
Change-Id: I3d7a5c252c29654db7c37965af365380090f7eb6
2012-08-16Remove unused class UShortContNoel Grandin1-14/+0
Change-Id: I4b716aca20b2e7e328b9f6cb9e9c980fd0e7a87f
2012-08-16Convert aList field in SdrLinkList class from Container to std::vectorNoel Grandin2-10/+14
Change-Id: Idf07339186827fb57ded1586108f1a4a49069f42
2012-08-16Convert OLEObjCache class from Container to std::vectorNoel Grandin4-19/+23
Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83
2012-08-16Convert aPnts field in SdrDragStat class from Container to std::vectorNoel Grandin2-16/+14
Change-Id: Ia9f5f902c9ebeee6d123dc5c8ee6641bef2239e9
2012-08-16Fix Windows dev-install for --enable-release-build, --with-lang=... etc.Stephan Bergmann2-9/+8
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 Subramanian4-19/+34
2012-08-16Avoid pointless scary WARNING messageTor Lillqvist1-2/+0
Change-Id: I706940b796548eab6c940081dc7e4dccb37c52bd
2012-08-16fdo#53061: Work around boost::ptr_vector.insert(..., nullptr) problemStephan Bergmann1-1/+1
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 Bergmann28-72/+12
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
Change-Id: I19db21f9b09a2d57f72f5ba8d8ba88583cdb5503
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-18/+5
Change-Id: Ifff80c025d9e3309190330931e1eb49e8ea7f9e4
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann5-14/+6
Change-Id: Ibd5b7b03a80036ebd3214930b32d011ba7bbce9a
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann11-29/+7
Change-Id: I7d8b487e12defa4178869dc0ce1286722ad631db
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan2-64/+32
Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan6-61/+44
Instead link against the library again. Unit test is now closer to what the real app looks like. Only 4 more functions exported because of unit test. Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639
2012-08-16tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan1-3/+22
Change-Id: I46621589f2e1282fbaf369bdb387bb63c5768206
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan5-117/+70
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE); - added test for sending and also receiving file Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan4-116/+44
Change-Id: I7705d627d17f20c3c81de7aa4debbefc127354b0
2012-08-16fix a linguistic issue on Calc UIBence Babati4-15/+10
Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce
2012-08-16String to OUStringBence Babati5-53/+61
Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48
2012-08-16Set ide sizer color to dark grey; was dark blackJean-Tiare LE BIGOT2-35/+30
The color setting was picked from SplitWindow::Paint() for visual consistency with the sizers used in Impress for example. This commit also resurects presumably dead code. In fact GDB let me see that only the short path was taken. This has an impact on Calc's window splitters and on more visibly on the basic IDE which now looks much nicer :) EDITS: restricted this commit impact to IDE as a poc Change-Id: I9a051fd894feccff4bbc7db7efe1160cb2c3a2c6
2012-08-16No need to bother with the MISCDUMMY file hereTor Lillqvist1-1/+1
This rule failed if the MISCDUMMY file did not exist yet. Change-Id: Ie9b1ecab2848f5ed2c459020a50013db691a9ca3
2012-08-16Let's not overdo the abstraction, /dev/null is just fine to use as suchTor Lillqvist1-2/+0
Change-Id: Ib291d5b053f9ed7b597f0ebbed725602430e36b7
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann28-71/+30
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann2-2/+2
Two cases that 683312377a294e9dbe0a96b7b1b489e3d5b4f1f7 "Removed unused SfxMedium::bDirect" did not catch. Change-Id: I33b60bd27b97ac086d0927a6877d055561dde1f6
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-1/+1
Change-Id: I048b0d4f28a92c23523e8f53993632238ebfa622
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
Looks to me like the intent was to call SfxViewFrame::GetFirst(NULL, false) rather than SfxViewFrame::GetFirst(NULL, true) to which SfxViewFrame::GetFirst(sal_False) would translate. The call was in that form effectively since it was introduced with 7c8963693d57a26c88b2ead460fb5e9bfef99272 "Obsolete Objects/Classes removed." Change-Id: Ib7d9ce75d946291bdfd43420bdd8a1de533cdc98
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-6/+3
Change-Id: I20d0bd3eeb7661b51193ba01042e15ef62629ed3
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann15-30/+7
Change-Id: I57abfb3b3d659edcd130788d173c2df3b79101f0
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann1-1/+1
Change-Id: Idf2ec39ba286d359903edb6be60f2692c6a9837b
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann28-110/+42
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-5/+0
Change-Id: I156255a5691beedec0cd00db0c772dac8ecfa564
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann7-23/+0
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
2012-08-16installer: remove unused globalsThomas Arnhold8-136/+0
Change-Id: I521e2c816b3dbc4aba1770e5a3b5eb47d5542ac1
2012-08-16installer: remove save_followme_infoThomas Arnhold2-106/+0
Change-Id: I87875922d952387d9ffd2667dd621d5cd94b4ea4