Commit graph

1882 commits

Author SHA1 Message Date
Josh Heidenreich
223cca46ed Added READMEs for modules which used to be in components 2012-02-08 07:46:57 +01:00
Takeshi Abe
254f372b01 Use defined utility BASIC_DLL()/BASIC_MOD() 2012-02-07 00:31:29 +09:00
Takeshi Abe
baf5ffc7c0 Removed dead code 2012-02-07 00:31:28 +09:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Tor Lillqvist
6ab3556b44 Do Package_xml also for iOS so that packimages doesn't fail 2012-02-02 18:12:02 +02:00
Stephan Bergmann
6fca59d9c2 Simplify code by making getProcessComponentContext() implicit. 2012-01-31 17:26:57 +01:00
Korrawit Pruegsanusak
a1275f841a use SAL_CALL - fix bulid in msvc 2012-01-30 11:41:52 +00:00
Stephan Bergmann
e8bb827571 Fixed cppheader.xsl nillable treatment.
* cppheader.xsl had initially been written under the false assumption that a
missing oor:nillable attribute defaults to "false" instead of "true".  That has
been fixed.
* As a result, many places that use the new simplified officecfg/*.hxx headers
broke as they did not expect value types to be wrapped boost::optional.  To keep
the code simple, I decided to change all occurrences in
officecfg/registry/schema/ of properties that specify a default <value> and do
not explicitly specify oor:nillable="true" to oor:nillable="false".  Strictly
speaking, this is an incompatible change, but in many cases it should be what
was intended, anyway.
* Some places that use the new simplified officecfg/*.hxx headers still had to
be adapted to boost::optional wrapping.
* This showed that unotools/configuration.hxx did not yet work for those wrapped
properties and needed fixing, too.
2012-01-30 12:27:47 +01:00
Tor Lillqvist
81cf9f5099 Bypass building BASIC and scripting related modules for iOS
Any LO-based app distributed through the App Store can't have
scripting or extendability anyway.

Sure, this will break the build elsewhere because of missing headers.
No big deal, I will take care of that eventually. It isn't as if there
would anybody else building for iOS anyway, as far as I know. If there
is, please make yourself heard.
2012-01-27 22:43:58 +02:00
Takeshi Abe
bb51e8e72b Deleting a null pointer is safe 2012-01-26 03:03:08 +09:00
Stephan Bergmann
a2195b2dc3 Replace SourceViewConfig with (simplified) direct configuration access. 2012-01-25 18:18:52 +01:00
Marcel Metz
f9e6d195db Replaced diagnore ENSURE_OR_BREAK with regular code. 2012-01-23 23:28:46 +01:00
Ivan Timofeev
924d0bdd47 add the "Send Feedback..." help menu item 2012-01-23 12:37:07 +01:00
August Sodora
90e983df7b Use a smart pointer here instead 2012-01-20 20:47:54 -05:00
August Sodora
e0d20cbd0b valgrind: Fix memory leak 2012-01-20 20:47:54 -05:00
Noel Power
ffbd3846d4 some misc tidyup ( that was reverted )
some id and string renaming from b08e273015 was reverted, those parts of the changes are reapplied here
2012-01-10 10:08:44 +00:00
Noel Power
6639eb9c30 Revert "remove duplicated images for basic dialog form controls ( & misc tidyup )"
This reverts commit 83a28682f2.
2012-01-10 10:08:44 +00:00
Michael Stahl
23dd856d3c Merge branch 'feature/gbuild_extensions'
Conflicts:
	extensions/source/ole/servreg.cxx
	extensions/source/plugin/util/makefile.mk
	postprocess/packcomponents/makefile.mk
	postprocess/prj/build.lst
	tail_build/prj/build.lst
2012-01-06 21:09:13 +01:00
Marcel Metz
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
Brad Sowden
2004a9920e Easyhack fdo#38831 remove SvStrings
Remove SvStrings definition and obsolete #defines.
2012-01-04 13:49:11 +01:00
Norbert Thiebaud
1c6f4e6ff7 fix dep to svx/globlmn.hrc inside of tail_build 2012-01-04 01:48:49 -06:00
Peter Foley
fd66491759 Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
Conflicts:
	Module_tail_build.mk
	Repository.mk
	extensions/util/makefile.pmk
	postprocess/prj/build.lst
	svx/AllLangResTarget_svx.mk
2011-12-24 09:44:24 -05:00
August Sodora
b0aac3f446 String->OUString 2011-12-20 14:12:33 -05:00
Matúš Kukan
032df7e9bf gbuild: these targets depend on svx/globlmn.hrc 2011-12-20 19:38:30 +01:00
Noel Power
f269629d1b fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion 2011-12-15 15:15:08 +00:00
Noel Grandin
583582c5bf German translations
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-12 22:35:05 +01:00
August Sodora
5414ac4348 String->OUString 2011-12-10 18:44:47 -05:00
August Sodora
0f9876867c Remove unnecessary includes 2011-12-10 18:44:47 -05:00
August Sodora
9776c3c4dc String->OUString 2011-12-10 18:00:22 -05:00
August Sodora
c1cddefe21 Avoid use of preprocessor 2011-12-10 18:00:22 -05:00
Andras Timar
8d0816f1cf fix build with MSVC 2011-12-10 22:25:26 +01:00
August Sodora
ac65f9c888 Remove unnecessary includes 2011-12-10 15:44:59 -05:00
August Sodora
90939a7b3d String->OUString 2011-12-10 15:23:25 -05:00
August Sodora
313deb9782 String->OUString 2011-12-10 15:23:25 -05:00
August Sodora
e09a63d4c0 String->OUString 2011-12-10 15:23:25 -05:00
Olivier Hallot
1688a9d923 Fix for fdo43460 Part II getLength to isEmpty
Part II
Module
basctl
2011-12-10 13:54:31 +04:00
August Sodora
79a8567b42 Avoid use of the preprocessor 2011-12-10 01:36:34 -05:00
Caolán McNamara
87ec1f8857 callcatcher: remove unused code post automation removal 2011-12-09 13:57:16 +00:00
August Sodora
f5549c9429 String->OUString 2011-12-09 01:58:49 -05:00
August Sodora
7c8b0959fd String->OUString 2011-12-09 00:56:17 -05:00
August Sodora
9c2f9c79ac String->OUString 2011-12-09 00:50:03 -05:00
August Sodora
7ffca8ed2e sal_Bool to bool 2011-12-09 00:15:26 -05:00
August Sodora
3f5225ab63 Clean up SbxItem 2011-12-08 23:22:01 -05:00
August Sodora
954c3b2d9a Remove unused code 2011-12-08 13:54:13 -05:00
Michael T. Whiteley
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Noel Power
83a28682f2 remove duplicated images for basic dialog form controls ( & misc tidyup ) 2011-12-06 15:00:39 +00:00
Noel Power
9cff030fa1 add some form control support for basic dialogs 2011-12-05 09:57:12 +00:00
August Sodora
ebf168f59f So size_t is recognized on windows 2011-12-05 00:52:02 -05:00
August Sodora
5ca762a9ca String->OUString 2011-12-05 00:47:35 -05:00