Michael Stahl
d021aacbcf
configure: remove duplicate Solaris GNUTAR check
2011-11-07 16:59:10 +01:00
Michael Stahl
f89d0f3ab0
configure: remove --with-system-libxslt:
...
This option must have the same value as --with-system-libxml, so it is
redundant.
2011-11-07 16:59:01 +01:00
Michael Stahl
f8d64ffd4a
configure: refactor system-libs checks:
...
* initialze with_system variables in AC_ARG_WITH
* do not interpret --without-system-libs as --with-system-libs
2011-11-07 16:58:52 +01:00
Michael Stahl
fa36200103
configure: move platform detection before args
...
to allow for platform dependent defaults.
2011-11-07 16:58:41 +01:00
Laurent Godard
eed2ac74cc
change String to OUString for aUpperName in ScRangeData
...
improves MatchByUpperName tests avoiding type conversions
2011-11-07 10:28:52 -05:00
Joseph Powers
bb8f997864
Stop exporting headers that no one uses outside of basic
2011-11-07 07:21:31 -08:00
Joseph Powers
7dc14aba12
Remove two more unused headers from basegfx
2011-11-07 07:21:31 -08:00
Jan Holesovsky
95afe08efe
Fix dbglevel=2 build in sc.
2011-11-07 15:33:18 +01:00
Michael Meeks
b123e4c42b
gtk: fix issue with built-in file/folder picker settings
2011-11-07 14:19:35 +00:00
Michael Meeks
14f6de30ce
gtk3: add run-time check for gtk >= 3.2.0
2011-11-07 14:19:35 +00:00
Michael Meeks
6de32a1afc
gtk: cleanup resource provider and associated lifecycle issue
2011-11-07 14:19:35 +00:00
Michael Meeks
6aa5164070
gtk3: port file-picker, using more standard combobox APIs etc.
2011-11-07 14:19:34 +00:00
Michael Meeks
aeffd7f25f
move required resources down from fpicker & svtools into vcl
2011-11-07 14:19:34 +00:00
Michael Meeks
ea9915a550
hush more kinds of file types
2011-11-07 14:19:34 +00:00
Michael Meeks
f1abe3035c
gtk: cleanup to make the vcl file-picker interface work.
2011-11-07 14:19:34 +00:00
Michael Meeks
17084c750d
gtk: move the file-picker into vcl/ and add Application:: factory hooks
...
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
2011-11-07 14:19:33 +00:00
Michael Meeks
7a47e0ead3
gtk: use a more sensibly unique version define
2011-11-07 14:19:33 +00:00
Caolán McNamara
60ea258057
typename outside template
2011-11-07 13:21:29 +00:00
August Sodora
e505b16440
Remove superfluous includes and forward decls
2011-11-07 12:55:26 +00:00
Thomas Arnhold
2411ea09a8
redundant if not-null checks on delete
2011-11-07 12:49:03 +00:00
Caolán McNamara
2ea9da7147
don't need typename outside a template
2011-11-07 12:41:47 +00:00
Emanuele Fia
3d223821a8
Removed unused code
2011-11-07 12:39:04 +00:00
Daisuke Nishino
6401ca3325
Get rid of SvStringsSort
2011-11-07 12:27:32 +00:00
Caolán McNamara
0a590fc4f0
make extensions ByteString free
2011-11-07 12:27:32 +00:00
Caolán McNamara
994a737a31
callcatcher: update list
2011-11-07 12:27:32 +00:00
Caolán McNamara
c9e9b3a36f
callcatcher: update list, drop some newly unused methods
2011-11-07 12:27:31 +00:00
Caolán McNamara
75871d9a8c
callcatcher: remove some unused methods
2011-11-07 12:27:31 +00:00
Caolán McNamara
b2fe416ef6
don't seem to need CAT.obj
2011-11-07 12:27:31 +00:00
David Tardon
effa8def9d
remove unused file
2011-11-07 12:54:39 +01:00
Michael Meeks
cfa5d651db
add soffice.bin generation to the desktop/ module rule to fix win32
2011-11-07 11:38:28 +00:00
Radek Doulik
41ae924469
fixed remaining issues with ooxml custom shapes scaling
2011-11-07 12:08:28 +01:00
Radek Doulik
959302bfd9
fixed remaining issues with custom shapes sizing
2011-11-07 12:08:27 +01:00
Radek Doulik
63570788fb
ooxml custom shapes wip
2011-11-07 12:08:27 +01:00
Radek Doulik
8ed962b9a9
fix build
2011-11-07 12:08:27 +01:00
Radek Doulik
858b404472
fix ooxml custom shapes sizing
...
- ooxml custom shapes width and height are in actual (logic) coordinates space
and not in "virtual" 21600x21600 space
2011-11-07 12:08:27 +01:00
Radek Doulik
5c8ce0a6f5
fix ooxml custom shapes sizing
...
- ooxml custom shapes width and height are in actual (logic) coordinates space
and not in "virtual" 21600x21600 space
2011-11-07 12:08:26 +01:00
Fridrich Štrba
f8508036d1
Fix linking on Windows
...
Don't declare dllexport classes that are purely inlined.
This will cause for the binary that links then to look for dll symbols,
which are naturlly not present.
2011-11-07 11:25:05 +01:00
Stephan Bergmann
b3a1db63d3
Minor clean up.
2011-11-07 09:53:03 +01:00
Markus Mohrhard
41ccde126a
SCTAB is sal_Int16 and not sal_Int32
2011-11-07 06:23:49 +01:00
Markus Mohrhard
bc5b8c53e3
MAC tinderbox does not like OUString::valueOf(sal_Int16)
2011-11-07 06:21:46 +01:00
Ivan Timofeev
da5ec5d1e0
use boost::scoped_ptr
2011-11-07 09:18:52 +04:00
Ivan Timofeev
bc858110c2
cppcheck: drop redundant check
2011-11-07 09:18:52 +04:00
Markus Mohrhard
aa22ecc606
forgot to amend these changes to my last commit
2011-11-07 06:03:22 +01:00
Markus Mohrhard
cc59e69c6f
String->OUString in ScDocument and follow up
2011-11-07 03:46:21 +01:00
Markus Mohrhard
128947050b
sal_Bool->bool in ScDocument
2011-11-07 03:26:31 +01:00
Caolán McNamara
b23b004b18
ByteString->rtl::OString
2011-11-06 22:38:27 +00:00
Caolán McNamara
982259e35e
make filter ByteString free
2011-11-06 22:29:24 +00:00
Caolán McNamara
116b9d6bf1
aString is always empty
2011-11-06 22:19:21 +00:00
Caolán McNamara
c61c0d4bab
ByteString->rtl::OString
2011-11-06 22:17:41 +00:00
Caolán McNamara
ad9c65d0fa
ByteString->rtl::OString
2011-11-06 22:08:37 +00:00