Commit graph

308633 commits

Author SHA1 Message Date
Christophe JAILLET
a076603a60 Report correct test name
Change-Id: I8181713f28e500b9aaaa60b9c32be304cdf93231
2012-07-08 19:34:04 +02:00
Rafael Dominguez
7f1674d214 Fix not displaying thumbnail text after opening a template.
Change-Id: I57ccefd5ce115d095e30afe0673aa61cb3b6d39b
2012-07-08 11:40:04 -04:30
Rafael Dominguez
27da19cdd6 Center template dialog top buttons.
Change-Id: I18c324a815df279280f3d5efc7b0d9651275bfaa
2012-07-08 10:58:31 -04:30
Rafael Dominguez
41c1ecbf0a Include thumbnailviewitem trying to fix windows tinderboxes.
Change-Id: I04cb57cc207283fca51737edafa1f530f8aee074
2012-07-08 10:14:35 -04:30
Rafael Dominguez
bdbd2c3057 Hide search view when theres no text to search for.
Change-Id: Ic178bf641d313b45a750f4b56dc3de53000abd8a
2012-07-08 08:54:28 -04:30
Rafael Dominguez
72cbe83e2f Increase action toolbar width.
Change-Id: Iec101fea2f1ed505219bd6892c733cc5bc3d1f24
2012-07-08 08:54:28 -04:30
Rafael Dominguez
d3314abcd9 Set default ThumbnailView fill color the same as the dialogs.
Change-Id: Id67d2dc5b626cd63f55088b7cb7950d86244d4b9
2012-07-08 08:54:27 -04:30
Takeshi Abe
e719baa35f removed unused includes
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
2012-07-08 21:47:21 +09:00
Markus Mohrhard
78ba81351e maybe this will help the windows tinderbox
Change-Id: I46a80a4e6ee9a70c725a4a16eb95fa28cca2c3ec
2012-07-08 07:13:05 +02:00
Markus Mohrhard
382b8bafd0 we still need to pass the wrong number of read bytes
Somehow we rely in some cases on the invalid number of read bytes.

Change-Id: I07e31c231cd96878da098f72cf3279da939da9c7
2012-07-08 04:51:26 +02:00
Markus Mohrhard
f23e5407c1 export all notes into odf, fdo#49924
Change-Id: Ic3b9176b1b8da7663d1dc3c88a4d56cd794e0805
2012-07-08 04:51:25 +02:00
Rafael Dominguez
0b42f15979 Only store template data instead of a ThumbnailViewItem.
- Allocates less memory because we only store the important data.
- Fix a bug that makes the application crash while on debug mode
when a view gets destroyed and not all selection boxes have been released
before the window.

Change-Id: Idd5c11811278ed77268ce56350cfa75cdefaa483
2012-07-07 22:16:44 -04:30
Rafael Dominguez
0e64420138 Delete title edit box when TemplateView gets destroyed.
Change-Id: Ic261a046465be8590851de225681727b6f805596
2012-07-07 22:16:43 -04:30
Terrence Enger
f2d484e865 "Wunused-but-set-variable" was new in gcc 4.6
Condition new #pragma by gcc version

Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c
2012-07-07 22:00:17 +02:00
Andras Timar
14a3ad2a23 fdo#51830 order of OK and Cancel buttons
Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113
2012-07-07 19:49:57 +02:00
Rafael Dominguez
845be17a61 Revert "Export ThumbnailViewItem symbols."
This reverts commit e2955c6976.
2012-07-07 08:25:54 -04:30
Kohei Yoshida
6935b6d9bc fdo#43109: Don't check for simple number when text format is requested.
Change-Id: If8ec135f53ffb4a3f33c15c6f2a23a9d94a66d82
2012-07-07 08:05:58 -04:00
Tomaž Vajngerl
c0ce7ca488 Prescale image with Bitmap::Scale to improve quality.
In OutputDevice, when sending the Bitmap to native renderer, use
Bitmap::Scale operation to improve quality when doing sub-sampling.
With this Bitmaps in certain Widgets will look a lot better.

Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx

Change-Id: Ice28537414e10b9e6b403df35c6104ffc7db7785
2012-07-07 13:15:17 +02:00
Rafael Dominguez
e2955c6976 Export ThumbnailViewItem symbols.
Change-Id: I5955740dec9a229032198c2f037e9bf3b6e7aa5d
2012-07-07 05:10:00 -04:30
Rafael Dominguez
dc8effc97b Fix Global resource identifier >= 256 warning.
Change-Id: I717aa1559c63439a90b4b7d5607a1030c3eacd36
2012-07-07 03:38:40 -04:30
Rafael Dominguez
1c6cd04a1b Export TemplateFolderView symbols.
Change-Id: Ieab7008afe116d3f427df25cfdb899f05fe43e6f
2012-07-07 03:38:38 -04:30
Rafael Dominguez
122cfd73f8 Convert all ThumbnailViewItem and subclasses to class instead of struct.
Change-Id: I280a37ada544d35e0895300027fe46dd1e286e91
2012-07-07 03:38:34 -04:30
Ruslan Kabatsayev
9508f653dd Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME support
Change-Id: I065c8f21c72a1992282dbd90dc7ff7850a301261
2012-07-07 10:48:18 +04:00
Takeshi Abe
79d386f001 removed unnecessary forward declarations of class
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx

Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-07 10:09:22 +09:00
Kohei Yoshida
bbcc5572ca Test where the member count of a dimension changes after refresh.
Change-Id: I20d2d269c2ba8468a6743c9145e1c8b3552d12b4
2012-07-06 21:06:59 -04:00
Kohei Yoshida
2758492a67 New unit test for pivot table's handling of empty rows.
Change-Id: I1c922fd3d06aca49b98a933d82da478b22e74d4a
2012-07-06 16:46:47 -04:00
Michael Stahl
f2b6d71ccd fdo#38071: roll back change to MarkBase::IsCoveringPosition:
This change seems wrong as the end position is actually behind the
CH_TXT_ATR_FIELDEND; fortunately it is also unnecessary because
the change in MSWordExportBase::OutputTextNode is sufficient to
fix the crash.

Change-Id: I79d508b13ecc8d85c4e09149b44695436416ba6d
2012-07-06 22:34:08 +02:00
Michael Meeks
3f281b6f0a re-base on ALv2 code. Includes:
remove onlineregistration with dependencies
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1249245
2012-07-06 20:29:14 +01:00
Ocke.Janssen
efae0d1c5e os141: add missing component
Conflicts:
	scripting/source/dlgprov/dlgprov.cxx
2012-07-06 20:29:14 +01:00
Ariel Constenla-Haile
7ec3e51aca Check if Bitmap is empty before trying to scale it
http://svn.apache.org/viewvc?view=revision&revision=1224936
2012-07-06 20:29:14 +01:00
Michael Meeks
e2799d253b re-base on ALv2 code. Includes:
Patches contributed by Mathias Bauer:
    cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks
    http://svn.apache.org/viewvc?view=revision&revision=1172341
    cws mba34issues01: #i117718#: provide filter name in case
    storage of medium does not allow to detect one
    cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
    http://svn.apache.org/viewvc?view=revision&revision=1172343
    http://svn.apache.org/viewvc?view=revision&revision=1172350
    cws mba34issues01: #i117708#: status indicator for inactive documents
    http://svn.apache.org/viewvc?view=revision&revision=1172358
    cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter
    http://svn.apache.org/viewvc?view=revision&revision=1172359
    cws mba34issues01: #i117024#: rework parameter conversion for load/save slots
    http://svn.apache.org/viewvc?view=revision&revision=1172360
    cws mba34issues01: #i116803#: possible crash on Linux when
    dispatch.cxx is compiled with optimization
    http://svn.apache.org/viewvc?view=revision&revision=1172367
    cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris
    http://svn.apache.org/viewvc?view=revision&revision=1172371
2012-07-06 20:29:14 +01:00
Michael Meeks
daba604186 re-base on ALv2 code. 2012-07-06 20:29:13 +01:00
Frank Schoenheit [fs]
511845e09c fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo
don't count the calls, but maintain a simple flag.
Consequently, let sw's UndoManager simply delegate now, and
change the UndoManagerHelper to maintain a lock counter itself.
Conflicts:

	framework/source/fwe/helper/undomanagerhelper.cxx
2012-07-06 20:29:12 +01:00
Frank Schoenheit [fs]
fc68fb4bb4 fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag.
Consequently, let sw's UndoManager simply delegate now, and change the UndoManagerHelper to maintain a lock counter itself.
2012-07-06 20:29:12 +01:00
Frank Schoenheit [fs]
11af41cf9e fs34b: re-enable checkBrokenScripts - works fine 2012-07-06 20:29:12 +01:00
Frank Schoenheit [fs]
2693adad78 fs34b: remaint of CWS debuglevels:
UNO API test for ensuring the proper order of events when closing the
doc by various means. Two of three test cases disabled currently,
due to #i117585#
Conflicts:

	sfx2/JunitTest_sfx2_complex.mk
2012-07-06 20:29:12 +01:00
Frank Schoenheit [fs]
c6b8f6444d fs34b: #i89080# always apply the 'Link'/'Preview' state from config
Conflicts:

	sfx2/source/dialog/filedlghelper.cxx
2012-07-06 20:29:11 +01:00
Frank Schoenheit [fs]
5f26c0fb0d gridfixes: don't be too generous with exceptions:
avoid where possible (by checking beforehand), and assert when caught
Conflicts:

	framework/source/fwe/classes/framelistanalyzer.cxx
	framework/source/helper/titlebarupdate.cxx
	framework/source/services/frame.cxx
	framework/source/uifactory/windowcontentfactorymanager.cxx
	sfx2/source/notify/eventsupplier.cxx
2012-07-06 20:29:11 +01:00
Michael Meeks
e70c4a279c re-base on ALv2 code. Includes:
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx
    Patch contributed by Takashi Ono
    http://svn.apache.org/viewvc?view=revision&revision=1172092
2012-07-06 20:29:11 +01:00
Herbert Duerr
dafedde5ad use custom ExtEnt loader for RDF import
from: http://svn.apache.org/viewvc?view=revision&revision=1230438
2012-07-06 20:29:10 +01:00
Michael Meeks
94d4e9eb01 re-base on ALv2 code. 2012-07-06 20:29:10 +01:00
Michael Meeks
4ec7d79efc get visibility markup right for sfx2 not svt.
Change-Id: I52c8a26fc0ceff17cf843228ad57ca981a278cd9
2012-07-06 19:58:08 +01:00
Rafael Dominguez
0a158923ac Remove unused image resource.
Change-Id: I789006f413b750d67e80fcedec9130f33275d74f
2012-07-06 13:41:36 -04:30
Michael Meeks
94d16ebac7 revert change to missing image; please change back when it's added.
Change-Id: Icde577676e5ae55786dd2341291aad788bc40abc
2012-07-06 18:03:25 +01:00
Kohei Yoshida
fad3a6bbdd Properly rehash row visibility when the layout dialog is dismissed.
Without this, changing the settings 'ignore empty rows' and 'identify
categories' in the dialog and pressing OK wouldn't work as expected.

Change-Id: Ib1f3bad5b6c3ddef08cd56d40abfe60da979d14f
2012-07-06 12:51:50 -04:00
Kohei Yoshida
89bec37621 Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.
Change-Id: I8e2dca4c7c32aaee4088f533c4d0e88b862f4d56
2012-07-06 12:51:49 -04:00
Andras Timar
c24e9feaba change dialog caption in view mode
Change-Id: I9dac5dd42b485265110c91e3472206517d7b8e1c
2012-07-06 17:52:34 +02:00
Andras Timar
d50cbfe13f hide aDateTimeText when editing new version comment
Change-Id: I644adb0292272130587f8a19777c47bf8fd2887c
2012-07-06 17:44:57 +02:00
Andras Timar
802a671216 remove space before colon in UI text
Change-Id: I1e207cc624388130bba3b1a383377a55f04872f2
2012-07-06 17:43:24 +02:00
Michael Stahl
3c6bc3cb6a BorderWidthImpl: let's try if this is a better way to convert to int
Change-Id: Ib374998199afff347786764716646e73dd12de2a
2012-07-06 16:18:11 +02:00