Commit graph

12270 commits

Author SHA1 Message Date
Michael Stahl
5754213c70 sfx2::FileDialogHelper: refactor construction:
There are currently 2 different ways to specify what kind of file dialog
should be created: the nDialogType and nFlags ctor parameters.
Simplify that by using the nDialogType for the API specified variety,
and the nFlags only for options that cannot be specified by the API.

This allows to get rid of 3 constructors, and the following constants:
WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03 00:48:13 +01:00
Michael Stahl
434c1e3132 sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL 2011-12-03 00:48:12 +01:00
Michael Stahl
1274babb68 sfx2::FileDialogHelper: remove use of WB_OPEN
This can really be derived from the dialog type, don't duplicate it.
2011-12-03 00:48:12 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Eike Rathke
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00
Eike Rathke
dca69d5bb2 renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-30 02:05:22 +01:00
Thorsten Behrens
2e76553c7c Fix previous merges to build. 2011-11-29 17:57:33 +01:00
mst
6e26550c82 slidesorter1: #i116412# Temporarily turning off slide tracking to avoid unwanted repositioning of visible area.
* found as LGPLv3-only fix at svn rev 1172132 (http://svn.apache.org/viewvc?view=revision&revision=1172132)
2011-11-29 17:57:33 +01:00
mst
bdfbbb33a4 slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.
* found as LGPLv3-only fix at svn rev 1172131 (http://svn.apache.org/viewvc?view=revision&revision=1172131)
2011-11-29 17:57:33 +01:00
mst
d00e10d0d5 slidesorter1: #i114252# Fixed selection in slidesorter.
# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1298997222 -3600
# Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212
# Parent  5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de

 * found as LGPLv3-only fix at svn rev 1172130 (http://svn.apache.org/viewvc?view=revision&revision=1172130)
2011-11-29 17:57:32 +01:00
mst
86e093007b slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property.
# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1283353420 -7200
# Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48
# Parent  2ebd15d9e8a637b5c563f1ae49768668412e2baa

 * found as LGPLv3-only fix at svn rev 1172126 (http://svn.apache.org/viewvc?view=revision&revision=1172126)
2011-11-29 17:57:32 +01:00
mst
f215333002 slidesorter1: #117012# Update preview when text editing ends.
* found as LGPLv3-only fix at svn rev 1172129 (http://svn.apache.org/viewvc?view=revision&revision=1172129)
2011-11-29 17:57:32 +01:00
Bjoern Michaelsen
f275b22a20 disable sd filters test for now
- it seems to have incomplete dependencies
 - it hangs the tinderboxes on a build from scratch
2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Caolán McNamara
ac07fe9819 add defined but missing SfxInterface strings 2011-11-28 11:16:50 +00:00
Caolán McNamara
55c5ea43a5 there is no STR_VIEWSHELLBASE string 2011-11-28 11:16:50 +00:00
Korrawit Pruegsanusak
ab5b77536b s/weather/whether/ where appropriate 2011-11-28 10:32:13 +07:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Korrawit Pruegsanusak
c3dc018984 typos fixing 2011-11-27 15:12:07 +07:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
David Tardon
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
awf
f82da78215 i118560 - slide sorter: pass PageSelector object by reference
* found as LGPLv3-only fix at svn rev 1196092 (http://svn.apache.org/viewvc?view=revision&revision=1196092)
2011-11-23 23:53:50 +01:00
Thorsten Behrens
825839b24d Fixup pptx export after impress212 merges. 2011-11-23 23:34:59 +01:00
Thorsten Behrens
5e68ba9322 Removed, better fix just in via i#105675 2011-11-23 23:34:59 +01:00
erack
70b02c18b9 impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
2011-11-23 23:34:58 +01:00
erack
6ad3c553a9 impress212: #i97241# added relative links
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-23 23:34:56 +01:00
erack
2663cd34e3 impress212: #i105675# better keyboard handling in animation create dialog
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)
2011-11-23 23:34:54 +01:00
Tim Hardeck
34d89d1ef5 Start Impress without the wizard by default
This one-liner prevents the Impress Wizard from getting started
automatically.
The assistant should now only appear if File -> Wizards -> Presentation
is used.
2011-11-21 17:42:18 +00:00
Takeshi Abe
54bc5bc910 removed useless code 2011-11-21 21:37:23 +09:00
Thomas Arnhold
a84651f39d Remove some unused methods 2011-11-20 13:54:12 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Thorsten Behrens
84da4113b4 Fix slideshow crasher
Recursive event loop killed SlideshowImpl object under my hands -
make it stay until we pop out of callstack again.
2011-11-16 12:39:23 +01:00
Takeshi Abe
dfd08cdf16 replaced String in SfxPickList with rtl::OUString
this consists of 12df49396e and related changes
2011-11-16 00:43:11 +09:00
Markus Mohrhard
51e89c4182 we don't need to open unit test files in sd with READWRITE either 2011-11-14 23:50:55 +01:00
Caolán McNamara
93c5ac9ff1 ReleaseConfigMgr not called by anything 2011-11-14 07:35:58 +00:00
Caolán McNamara
89a9769ccd add some more problematic ppt test files 2011-11-14 07:35:57 +00:00
Luc Castermans
b9260332b7 translated German comments to English 2011-11-13 23:17:55 +01:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Caolán McNamara
c750403cd5 RdbTarget_sd_filters_test.mk now folded into CppunitTest_sd_filters_test.mk 2011-11-11 12:54:29 +00:00
Caolán McNamara
450b010393 need to add embobj in here now 2011-11-11 12:52:55 +00:00
Caolán McNamara
c5e0be4f86 add an initial ppt cve test 2011-11-11 11:55:05 +00:00
Stephan Bergmann
f66ac29343 Make .component files directly usable within UNO_SERVICES.
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>.
* solenv/gbuild/CppunitTest.mk got new functions
gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors).
* This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not
work currently, as it catenates the input component files instead of passing
them through packcomponents.xslt (which now takes care about the surrounding
<components> in the input).  In the future, it will likely be combined with the
recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-11 10:53:23 +01:00
Markus Mohrhard
6be5fda2e1 close file before the first assertion message if loading failed 2011-11-11 03:04:51 +01:00
Markus Mohrhard
6cc21742c5 don't use calc in draw's filters-test 2011-11-11 02:08:32 +01:00
Michael Meeks
c7281f5fb8 re-enable inadvertently disabled unit test 2011-11-10 22:34:42 +00:00
Michael Meeks
83ea2162b8 Initial sd filters unit tests 2011-11-10 22:33:49 +00:00
Michael Stahl
00b2e13d2c sd: how the hell did that ever work:
The sd library uses SDI headers, but the corresponding targets
were not declared anywhere.
2011-11-08 21:31:26 +01:00