Ivan Timofeev
8fb78b1221
visual formula editor: optimize some buildings a bit
2011-12-04 19:24:57 +04:00
Andras Timar
93cf9e1f2b
set 'fa' and 'ug' as bidi languages in Windows installer
2011-12-04 15:59:21 +01:00
Pierre-André Jacquod
e42ee773ff
reduce scope of var and better comment of function GetDataArea
2011-12-04 16:36:17 +01:00
Pierre-André Jacquod
2e5023f974
if empty row / col leads to shrink area, suppress all empty rows/col
...
and not just the last one, leaving the other within the selection
area
2011-12-04 16:36:16 +01:00
Pierre-André Jacquod
7359ad4fc7
if changes selection only down, this is also valid for shrinking
...
and not only for expanding the selected area. Hence both part should
test this condition.
2011-12-04 16:36:16 +01:00
Andras Timar
0411cd764b
remove packaging for Java Desktop System (JDS)
2011-12-04 15:32:26 +01:00
Andras Timar
9c9dbc1e26
remove StarDesktop icon from the makefile, too
2011-12-04 15:10:44 +01:00
Andras Timar
915fe51391
remove StarDesktop icon
2011-12-04 15:07:50 +01:00
Andras Timar
6411ad12f2
code cleanup of Windows quickstarter
2011-12-04 14:50:37 +01:00
Andras Timar
3ac61e9719
remove StarOffice-only file
2011-12-04 13:28:14 +01:00
Andras Timar
bca4eb7a1b
-quickstart -> --quickstart, etc.
2011-12-04 13:28:13 +01:00
Lionel Elie Mamane
d952f91d1b
Review translation by Mike Whiteley
2011-12-04 08:19:40 +01:00
Mike Whiteley
9f8d1f6b46
translated some comments from German to English
2011-12-04 07:56:51 +01:00
August Sodora
2561e3f786
Revert "fdo#41865: Make macro recording work without experimental features"
...
This reverts commit f4b3bd91ca
.
2011-12-03 19:53:47 -05:00
August Sodora
f4b3bd91ca
fdo#41865: Make macro recording work without experimental features
2011-12-03 18:25:24 -05:00
Lior Kaplan
e0ad98aed9
Add link to tools - options dialog
2011-12-03 21:59:26 +02:00
Markus Mohrhard
3e3f729cd6
correctly select new entry after returning from Define Names
2011-12-03 20:15:02 +01:00
Laurent Godard
62ec7f9e82
cells creation : do not use uno calls at loading time
2011-12-03 20:15:02 +01:00
Markus Mohrhard
3b0d01a8cb
ManageNames: make the add button usable
...
the concept is not perfect and the code looks ugly but we have no way at
the moment to open two Refdialogs at the same time
REVERT this hack as soon as this is possible!
2011-12-03 20:15:01 +01:00
Markus Mohrhard
c8fd64a7d9
ptr_map does not need a pointer as template argument
...
I don't understand why c++ did not complain about it but it resulted in
really strange crashs
2011-12-03 20:15:01 +01:00
Markus Mohrhard
377bc06165
add test for removing sheets to testPostIt
...
fixes also the problem that one sheet has not been deleted
2011-12-03 20:15:01 +01:00
Markus Mohrhard
f131ccd53b
some String->rtl::OUString cleanup in ucalc
2011-12-03 20:15:01 +01:00
Norbert Thiebaud
eca5888eaa
WaE : missing return value on one code path
2011-12-03 10:42:17 -06:00
Lionel Elie Mamane
6a60f07de3
add postgresql download
2011-12-03 10:29:23 +01:00
Lionel Elie Mamane
c9c31ee37c
postgresql: do not make headers we do not need
2011-12-03 09:35:13 +01:00
Lionel Elie Mamane
a33aaa4ba0
Oups... set_soeven does not like literal "@" in values
2011-12-03 09:35:06 +01:00
Lionel Elie Mamane
0cac9d5238
remove n/a comments (came from a copy/paste)
2011-12-03 09:34:58 +01:00
Lionel Elie Mamane
1f7a03d1c4
right copyright line for PostgreSQL-SDBC
2011-12-03 08:34:24 +01:00
Kohei Yoshida
2c09f5071f
Fixed build breakage, and remove warning.
...
OUString never understands generic int type; it thinks it's too
ambiguous, depending on 32-bit or 64-bit build environment.
2011-12-02 22:00:47 -05:00
Kohei Yoshida
c53c81d97e
Revert "Don't overwrite OUTDIR & friends." once again....
...
This reverts commit 0f1b0e5b7a
.
2011-12-02 21:30:43 -05:00
Miklos Vajna
4bfec0e839
nlpsolver: remove unneeded exec bits
2011-12-03 02:22:10 +01:00
Miklos Vajna
907969d264
lo-pack-sources: unused function set_config_version()
2011-12-03 01:58:28 +01:00
Michael Stahl
b93aad9512
svt::ToolboxController: valgrind complained...
2011-12-03 00:48:18 +01:00
Michael Stahl
4f01d343cd
property name spelling s/Visiable/Visible/
2011-12-03 00:48:17 +01:00
Michael Stahl
59307a7164
actually play embedded media:
...
In order to do this, the media is written to a temp file by
avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to
transport the Storage that contains the media to the avmedia stuff,
including adding a XModel reference to avmedia::MediaItem.
2011-12-03 00:48:16 +01:00
Michael Stahl
116ad02ae8
xmloff: load and store embedded media
2011-12-03 00:48:15 +01:00
Michael Stahl
e8a54ef88d
add avmedia::EmbedMedia
...
This new function is used by sc,sd,sw to embed media in the document storage.
2011-12-03 00:48:15 +01:00
Michael Stahl
51ea69880c
avmedia::MediaItem: add pImpl
2011-12-03 00:48:15 +01:00
Michael Stahl
fd95f1ab62
refactor SdrModel::GetDocumentStream
...
Remove 3 ~identical implementations of GetDocumentStream and the associated
struct SdrDocumentStreamInfo.
2011-12-03 00:48:15 +01:00
Michael Stahl
aa59ee85a8
SdrModel: remove unused pModelStorage
2011-12-03 00:48:14 +01:00
Michael Stahl
c2d3f170fb
move LifecycleProxy out of comphelper::OStorageHelper
...
... so it can be forward declared
2011-12-03 00:48:14 +01:00
Michael Stahl
c9a1a2acd5
new comphelper::OStorageHelper::GetStreamAtPackageURL
2011-12-03 00:48:14 +01:00
Michael Stahl
18ab7abaa9
MediaWindow::executeMediaURLDialog: add link button
2011-12-03 00:48:14 +01:00
Michael Stahl
c6fdc42e87
sfx2::FileDialogHelper: the punchline:
...
Now that we have removed all the pointless clutter, we can finally make it
possible to create a file dialog that has a link checkbox but not dozens of
graphic filters pre-registered: only add them if SFXWB_GRAPHIC is given.
2011-12-03 00:48:13 +01:00
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
db74fdf534
sfx2::DocumentInserter: remove nFlags ctor param
2011-12-03 00:48:13 +01:00
Michael Stahl
4f201dc32b
SvBaseLink::GetFileDialog renamed GetInsertFileDialog
2011-12-03 00:48:12 +01:00
Michael Stahl
bdf260ed3f
sfx2::FileDialogHelper: remove obsolete flags
2011-12-03 00:48:12 +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