Commit graph

295871 commits

Author SHA1 Message Date
Thorsten Behrens
be35cbe0d8 This looks wrong for sure, too. 2011-11-04 16:28:33 +00:00
Takeshi Abe
307535d98a removed unused macro 2011-11-05 00:05:20 +09:00
Laurent Godard
c9c98ab207 calc big doc : ScMyTables::NewSheet method cleaning 2011-11-04 15:46:51 +01:00
Markus Mohrhard
fbc8aa7f49 remove unused methods from ScDocument and ScTable 2011-11-04 15:46:51 +01:00
Philipp Weissenbacher
869a0f367c Translate German comments 2011-11-04 09:11:19 -05:00
Norbert Thiebaud
6f9d6b6c51 populate gb_CCVER for mac and winmg build 2011-11-04 08:27:22 -05:00
Eike Rathke
3976f78ac0 Fixed fdo#37083 mis-positioning caused by internal TeX points.
* Changed Calc's internal definition of points per inch from TeX points (72.27
  points per inch) to PostScript points (72 points per inch) as used by the
  rest of the world (except TeX).
* Aligns between internal representation and API that at various places
  assumed PS points already.
* Fixes mis-positioning and bad sizing of drawing layer objects relative to
  column widths and row heights.
* More precise printout of column widths and row heights.
* UI dialogs such as Column Width always assumed PS points, so earlier
  versions actually displayed wrong metric (and imperial) units.
* Printouts now are slightly larger due to 0.27 points less in an inch, but
  more accurate in reflecting the actual UI values, and drawing layer objects'
  position and size match the row heights and column widths.
- Problems with drawing layer objects and zoomed view versus Page Preview
  versus printout that don't align still persist.
- Problems with resized rows and misplaced drawing layer objects are also not
  magically healed.
2011-11-04 13:49:43 +01:00
Eike Rathke
07d0503fc6 add .idl as C++ 2011-11-04 13:49:42 +01:00
Eike Rathke
1075175102 add language java 2011-11-04 13:49:42 +01:00
Eike Rathke
5a1225b761 ensure that only THE clone dir is excluded 2011-11-04 13:49:42 +01:00
Eike Rathke
fc2207ecfd Silence down ne_lock gcc WaE
Wraps this
/usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)'
hides constructor for 'struct ne_lock' [-Wshadow]
into a system header guard.
2011-11-04 13:49:41 +01:00
Michael Meeks
9b699a2ce1 WaE: calm down windows shutdownicon warning 2011-11-04 12:34:19 +00:00
Michael Meeks
e4bc48f37f fix Win32 manifest linking: get dependencies the right way around
the .bin depends on the _bin.exe and not vv.
also -f is required for rm in phony clean rules
2011-11-04 11:56:12 +00:00
Michael Meeks
e335eb1438 gtk3: move gtk+ file picker into vcl - a more sensible place for it 2011-11-04 11:56:12 +00:00
Caolán McNamara
1097edc1e2 We always either build nss or use the system one
We always either build nss or use the system one, so there isn't a case where
we want to bundle the ancient nss in the pre-builds
2011-11-04 11:34:28 +00:00
Caolán McNamara
65270c4e93 fix encrypting odf documents
xsec_fw is always built, so always register and install
xsec_xmlsec is built when ENABLE_XMLSEC is true, match
    register and install
plugin is built when WITH_MOZILLA is not NO, match
    register
2011-11-04 11:21:54 +00:00
Tor Lillqvist
d990bb8cd6 Deduplication and generalization for cross-compilation
Introduce gb_Helper_LIBRARY_PATH_VAR that is the name of the
environment variable used to look up shared libraries, which differs
depending on OS_FOR_BUILD.

Set that environment variable instead of a hardcoded LD_LIBRARY_PATH
in gb_Helper_set_ld_path.

Make all the PRECOMMAND macros actually use gb_Helper_set_ld_path
instead of duplicating it.

This fixes cross-compilation to HOST platforms that use unxgcc.mk (for
instance Android) from BUILD platforms that don't (for instance
MacOSX).
2011-11-04 13:11:32 +02:00
Stephan Bergmann
b05266ab75 Some WNT-only code still needs ApplicationEvent(); plus made the other ctor explicit. 2011-11-04 11:36:06 +01:00
Michael Meeks
7242bf3eec quiet normally incorrect empty fragments warning cluttering tinderbox output 2011-11-04 10:15:04 +00:00
Michael Stahl
9635dab7cc download: do not annoy me by creating bogus git-hooks 2011-11-04 10:55:09 +01:00
Michael Stahl
175f17b31e 'g': whitespace: expand tabs 2011-11-04 10:54:59 +01:00
Michael Stahl
a0eb50ac6c 'g': actually set up git hooks properly 2011-11-04 10:54:59 +01:00
Michael Stahl
0ad9f4028d gbuild: document more user defined variables 2011-11-04 10:54:58 +01:00
Michael Stahl
30a7608b6c configure: --with-linked-git: check that clone repos exist
If you specify the directory of the core repo instead of the clones
subdirectory a huge mess results.
2011-11-04 10:54:58 +01:00
Michael Meeks
62b44c3482 gtk3: add missing include, and rtl namespace 2011-11-04 09:45:35 +00:00
Caolán McNamara
edf50b4d4f binfilter test needs to have SOLARSRC set to find sample docs 2011-11-04 09:42:22 +00:00
Caolán McNamara
b70fbfd926 update unused list 2011-11-04 09:42:21 +00:00
Caolán McNamara
3f8126822c convert zip of makefiles.mk to a patch and skip building some we don't need 2011-11-04 09:42:21 +00:00
Thorsten Behrens
a6a391da8d Put BitmapDevice::getPixelData() back.
Slight tweak of d0d62edf3f - getPixel()
and getPixelData() are complementary functions, similar in spirit
to const and non-const getters. Added unit test for it to avoid
flagging it for removal again.
2011-11-04 10:40:08 +01:00
Ivan Timofeev
504b384dd1 suppress warnings about inexact argument type 2011-11-04 13:18:43 +04:00
Stephan Bergmann
249df7bf9a Removed spurious junk left over in previous commit. 2011-11-04 09:08:24 +01:00
Stephan Bergmann
e66e54fb00 Further clean up of areas touched by previous commit. 2011-11-04 08:21:26 +01:00
August Sodora
e042493375 String->OUString, remove unused code 2011-11-04 08:21:25 +01:00
Stephan Bergmann
fb17dce09e Added OUStringBuffer::append(char) so that b.append(' ') does what one expects. 2011-11-04 08:21:24 +01:00
David Tardon
08488edd45 add missing includes 2011-11-04 06:22:44 +01:00
Joseph Powers
d0d62edf3f Cleanup basebmp a little
I removed 2 unused headers.

I also stopped delivering a lot of headers that no one outside of basebmp
cared about.

I also removed the unused methods:
  basebmp::BitmapDevice::getPaletteEntryCount() const
  basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
2011-11-03 20:46:00 -07:00
Markus Mohrhard
651aa258c9 remove some unneeded dependencies
they are no longer used because we separated macros_test and
filters-test
2011-11-04 04:08:49 +01:00
Markus Mohrhard
989ee5998b add test cases for "Informations" functions to functions.ods 2011-11-04 04:08:48 +01:00
Caolán McNamara
5436b3242a Unwind and refactor some of the Grey Palette stuff
We get some assertions in the smoketest with --enable-debug, looking
closer I think to use a single bIsGrey flag we...

a) would need to check after every modification of a Palette that mbIsGrey is
still valid and update it accordingly
b) There are a lot of routes outside of direct assignation to the stock Grey
Palettes that can result in Grey palettes in e.g. the pngreader, they would
all need updating :-(

So, how about just refactoring the original HasGreyPalette and IsGreyPalette.
2011-11-03 23:45:21 +00:00
Tim Hardeck
8d47725cf8 Translated some comments in svx
Translated the comments of four files from German to English in the svx part.
2011-11-04 00:36:04 +01:00
Markus Mohrhard
0920750899 component files for password test
if this breaks a --disable-nss build please revert this patch
2011-11-03 22:06:30 +01:00
Markus Mohrhard
9249958a58 initial work for a password test
still needs work in:
- RdbTarget_sc_filters_test -- missing component files to NSS (need to be
conditional on nss)
- nssinitializer.cxx:306 -- new environment variable BRAND_PROGRAM_DIR for
$(BRAND_BASE_DIR)/program that is overriden in the unit test to
solver/(platform)/lib
- make the testPassword in filters-test.cxx conditional on NSS
- LD_LIBRARY_PATH needs an additional entry for
  solver/(platform)/lib/sqlite

password.ods has password test and has been created Nov, 3rd 2011 with a
master build and should be ODF1.2 conform
2011-11-03 22:06:30 +01:00
Cosimo Cecchi
910bbf6f1e fix gtk2 build 2011-11-03 21:36:05 +01:00
Jan Holesovsky
9d65c893cd Introduce LibreOfficeMinGW distro-config. 2011-11-03 21:07:04 +01:00
Jan Holesovsky
a1c23a44b9 Fix the --disable-xmlsec build. 2011-11-03 21:07:04 +01:00
Michael Meeks
e53ac9984c gtk3: Check for gtk3 >= 3.2 - we need that for broadway anyway 2011-11-03 19:48:25 +00:00
Michael Meeks
3c8b99a3fc IsGreyPalette: belt and braces, empty palettes are grey (apparently) 2011-11-03 19:12:10 +00:00
Cosimo Cecchi
dab309e782 gtk: fix the build 2011-11-03 14:09:16 -04:00
Thorsten Behrens
dab7974476 Give Mac master builds a nice background .dmg image, too
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME
equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
2011-11-03 19:02:55 +01:00
Cosimo Cecchi
06840c3b3d gtk3: implement rendering for Listbox widgets 2011-11-03 13:15:10 -04:00