Thomas Arnhold
3d73801755
odk: remove some dead makefile code
2012-02-14 17:45:25 +01:00
Santiago Martinez
1dc612970f
Remove unused code.
2012-02-14 16:32:01 +00:00
Muhammad Haggag
2e01faac3f
fdo#37775: Recent Documents not updated by Save & Save As
...
This patch changes LO behavior so that we update recent documents on file save, save as, save all, and close. The previous behavior was to only update the list on document close.
= Changes =
SfxPickList (sfxpicklist.cxx/hxx):
. Extracted the logic to add a document to the "Recent Documents" list into a function of its own: AddDocumentToPickList
- Simplified the logic used by removing the check of SfxObjectShell_impl::bWaitingForPickList (see SfxObjectShell_impl::bWaitingForPickList below for details)
. Modified SfxPickList::Notify to call the aforementioned function on save, save-to, and save-as.
SfxObjectShell::APISaveAs_Impl (objserv.cxx):
. Modified it to allow picklist entry when doing "Save As".
SfxObjectShell_impl::bWaitingForPickList (objstor.cxx, objxtor.cxx, objshimp.hxx):
. Removed this flag. It was used to indicate that a document wants to be added to the picklist, then cleared after it's added. Since we now always add documents to the picklist on saving, we no longer need it.
= Verification =
The change is in sfx2, so it should apply to all LO apps. I verified the new behavior in both writer and calc with the following actions:
. File->Save
. File->Save As
. File->Save All
. File->Close
2012-02-14 16:24:57 +00:00
Caolán McNamara
475d0c59c6
use icu's breakiterator for Thai, not our customized generic rules
2012-02-14 16:10:30 +00:00
Caolán McNamara
fad63878e5
add northern-thai example
2012-02-14 16:10:30 +00:00
Caolán McNamara
1a450f53db
add a unit test to demo broken thai word-boundary detection
2012-02-14 16:10:30 +00:00
Markus Mohrhard
156bd43bd9
add a test case that allows testing of sw's Layout code
2012-02-14 16:36:01 +01:00
Markus Mohrhard
289144b2fe
cleanup namedlg.cxx
...
remove unneeded comments, includes and macros
2012-02-14 16:36:01 +01:00
Lionel Elie Mamane
cf3c4f63d9
plural right after all
2012-02-14 15:44:00 +01:00
Michael Meeks
3e41d0bf6a
cleanup: remove remenants of gcc version checking
2012-02-14 14:15:52 +00:00
Lionel Elie Mamane
84d21e4de2
odbc 64 bit crash: correct buffer length allocation for a SQLLEN
2012-02-14 15:07:04 +01:00
Lionel Elie Mamane
288cc968c4
new[] already allocates each element of the array
...
And calls the default constructor, naturally.
2012-02-14 15:07:04 +01:00
Lionel Elie Mamane
50e5118710
odbc getTableTypes: ask the driver instead of guessing
2012-02-14 15:07:04 +01:00
Lionel Elie Mamane
7535373fa6
correct documentation of com::sun: ⭐ :sdbc::XDatabaseMetaData
2012-02-14 15:07:03 +01:00
Muthu Subramanian
8167b8f3d9
n744510: Improved 'vert' text imports.
2012-02-14 19:50:40 +05:30
Tor Lillqvist
cc459ea8c1
Skip merged libraries
2012-02-14 15:46:22 +02:00
Cédric Bosdonnat
9baee86cbd
fdo#45748: Don't use empty pages fo computing the page break position
2012-02-14 14:39:00 +01:00
Stephan Bergmann
161c3f179f
Some more comphelper/configurationhelper clean up
2012-02-14 14:19:07 +01:00
Stephan Bergmann
00717e8550
Moved configmgr/source/README into configmgr/README
2012-02-14 13:48:46 +01:00
Thomas Arnhold
3bbb62f09f
sw: dead code removal
2012-02-14 13:38:59 +01:00
Stephan Bergmann
3073b539d2
Make code exploiting -fthreadsafe-statics properly conditional
...
Looks like 979e2c8f8b
missed these.
2012-02-14 12:32:54 +01:00
Stephan Bergmann
9529389231
Mark cppunit patch as upstreamed
2012-02-14 11:40:31 +01:00
Thorsten Behrens
f9d2a86435
Remove accidental comment
2012-02-14 10:54:35 +01:00
Stephan Bergmann
bcdadc2e9f
Resolves rhbz#789622: Adapt SDK to changed paths in LO installation
2012-02-14 10:33:47 +01:00
Tor Lillqvist
49a4b4c32b
Fix int/sal_Int32 ambiguity
2012-02-14 10:55:50 +02:00
Josh Heidenreich
b87e6be543
Added READMEs for some library modules which didn't have them
2012-02-14 12:33:01 +10:30
Kohei Yoshida
c1ebc27ec9
Use separate iterators for column and formula data.
2012-02-13 17:12:27 -05:00
Tomcsik Bence
1f0784d2b8
Wrong size of 'Remove watch' button at Basic IDE. fdo#44237
...
This patch resize the nVirtToolBoxHeight in WatchWindow::WatchWindow if
the aRemoveWatchButton plus some space is higher than nVirtToolBoxHeight. So
the aRemoveWatchButton doesn't go into aHeaderBar.
2012-02-13 22:52:43 +01:00
Winfried Donkers
80a72c4cc7
fdo#44516: Improved label/BC wizard - set paper size
2012-02-13 22:30:55 +01:00
Stephan Bergmann
765c6d9916
Make simplified configuration API available down in comphelper
2012-02-13 22:15:33 +01:00
Miklos Vajna
c26d9befba
testcase for fdo#45543
2012-02-13 21:56:13 +01:00
Stephan Bergmann
2fce337212
l10ntools now only depends on sal and externals
...
Still room for further improvement.
Includes some fixes for regressions introduced with previous commits.
2012-02-13 21:47:25 +01:00
Andras Timar
7c3fab1be9
better Galaxy icon for Remove Watchpoint in Basic IDE
2012-02-13 21:20:38 +01:00
Ivan Timofeev
bf789d4a40
make the return statement more visible
2012-02-13 22:46:38 +04:00
Kohei Yoshida
ee38b167c8
fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.
2012-02-13 22:33:42 +04:00
Miklos Vajna
d7baacd81b
fdo#45543 fix RTF import of ms932-encoded characters
2012-02-13 18:44:48 +01:00
Alexander Bergmann
8963cc01f5
EasyHack: Removed gcc conditionals
2012-02-13 17:33:15 +00:00
Lionel Elie Mamane
bbeb0f7a82
ResMgr::TestStack more robust
2012-02-13 17:58:31 +01:00
Lionel Elie Mamane
8eb33ee135
fdo#43399 hidden radio button should also gets unset
2012-02-13 17:58:31 +01:00
Michael Meeks
d6916216c5
WaE: unused code thinko
2012-02-13 16:51:52 +00:00
Ivan Timofeev
c2ad01cc22
remove unused fields
2012-02-13 20:24:19 +04:00
Elton Chung
dac6e46f29
Remove unused code
2012-02-13 16:21:42 +00:00
Elton Chung
0536df54d5
Remove unused code
2012-02-13 16:16:34 +00:00
Elton Chung
60397e8497
Remove unused code
2012-02-13 16:11:51 +00:00
Elton Chung
abc235e73e
Remove unused code
2012-02-13 16:08:52 +00:00
Elton Chung
47716efc8e
Remove unused code
2012-02-13 15:59:15 +00:00
Elton Chung
952b46570c
Remove unused code
2012-02-13 15:58:48 +00:00
Caolán McNamara
acddd09bc2
WaE: NULL vs 0 with mingw
2012-02-13 15:58:34 +00:00
Elton Chung
f1c162967f
Remove unused code
2012-02-13 15:56:32 +00:00
Catalin Iacob
4f82f1e076
Remove unused code in XMLTextImportHelper
2012-02-13 15:56:31 +00:00