summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I7d8b487e12defa4178869dc0ce1286722ad631db
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan
Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan
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úš Kukan
Change-Id: I46621589f2e1282fbaf369bdb387bb63c5768206
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan
- 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úš Kukan
Change-Id: I7705d627d17f20c3c81de7aa4debbefc127354b0
2012-08-16fix a linguistic issue on Calc UIBence Babati
Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce
2012-08-16String to OUStringBence Babati
Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48
2012-08-16Set ide sizer color to dark grey; was dark blackJean-Tiare LE BIGOT
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 Lillqvist
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 Lillqvist
Change-Id: Ib291d5b053f9ed7b597f0ebbed725602430e36b7
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
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 Bergmann
Change-Id: I048b0d4f28a92c23523e8f53993632238ebfa622
2012-08-16-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
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 Bergmann
Change-Id: I20d0bd3eeb7661b51193ba01042e15ef62629ed3
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I57abfb3b3d659edcd130788d173c2df3b79101f0
2012-08-16-Werror,-Wunused-value (Clang towards 3.2)Stephan Bergmann
Change-Id: Idf2ec39ba286d359903edb6be60f2692c6a9837b
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I156255a5691beedec0cd00db0c772dac8ecfa564
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
2012-08-16installer: remove unused globalsThomas Arnhold
Change-Id: I521e2c816b3dbc4aba1770e5a3b5eb47d5542ac1
2012-08-16installer: remove save_followme_infoThomas Arnhold
Change-Id: I87875922d952387d9ffd2667dd621d5cd94b4ea4
2012-08-15fix error when dictionaries has not been fetched yetPeter Foley
Change-Id: Id40b2fb6f8e1667bcb5164e483ea7c6949b627a1
2012-08-15fix build with VS2010Peter Foley
Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
2012-08-15Fix build with VS2010Peter Foley
Change-Id: Ic3bbb20c446545d67682a6c547fb69e2255eb0b7
2012-08-15fix broken download links for dbghelp.dll and gdiplus.dllPeter Foley
Change-Id: Icb567a848162bcee072476e817cc82278bddfd99
2012-08-15xmerge: remove obsolete xalan stuff from manifest classpathMichael Stahl
It appears this came in to make it work with JREs < 1.4, i#58308. Change-Id: I6974e0fe7b94ecf1b577af064dcce8f017d0a31d
2012-08-15wizards: remove silly saxon9.jar from manifest classpath:Michael Stahl
Apparently Xalan was introduced years ago to have a DOM implementation with JRE < 1.4 (i#37179), which then got automatically converted to saxon years later. Change-Id: Ibc13b84331854926965f35e3afe25e923bad821b
2012-08-15swext: use gb_Jar_use_externalsMichael Stahl
Change-Id: Ib62473d841bc9a66acde6529d3f63e3fd1a00928
2012-08-15add hsqldb to RepositoryExternal.mkMichael Stahl
Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl
Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl
Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb
2012-08-15gbuild: refactor external jar handling:Michael Stahl
Using a system jar should really put the system jar onto the manifest class-path, but that is currently difficult because externals are used by JavaClassSet and not Jar; fortunately it seems nobody uses gb_JavaClassSet_use_external directly so move the implementation to gb_Jar_use_external. Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt
Change-Id: If3db4dea84448e9d7ee26d797a25f7e4aa4d5941
2012-08-15Do not check the stored DIFAT sector count.Kohei Yoshida
Refer to this thread for details. http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html Change-Id: Id2115732a1e1bcd78c13445f5aaefe1ec7cfa0c2
2012-08-15Added rotated blankscreen + fixed return button.Andrzej J.R. Hunt
Change-Id: I770ff1d77102cfbe63849babed6bd9406d958b09
2012-08-15Fixed image updating in Presentation View.Andrzej J.R. Hunt
This is done by removing caching in the AbstractCoverFlowImageAdapter. Change-Id: Ib6df57a73545f8a98b4104a6e2917121e9d7afa8
2012-08-15followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229Noel Power
discovered 2 bugs with the previous patch, a ) need to properly calculate the topleftmost position for the combined shapes in the group b) when you have groups within groups then the offsets need to be applied to the topmost parent Change-Id: I2edc0cccca439b3103b61c8116d1cde1536519da
2012-08-15Linked ABS. Migrated Settings Activity to v4 + ABS.Andrzej J.R. Hunt
Change-Id: I93195124aafd8472671a2cf4edddd82c37789016
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet
Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635
2012-08-15Added About Dialog.Andrzej J.R. Hunt
Change-Id: I8839c10e79f8f9ec864a33be7e182c8509d0b35e