mst
1b056c65f6
fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty
...
* found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123 )
2011-11-29 17:57:29 +01:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Lior Kaplan
37f509e15d
Replace formattings with formatting
2011-11-29 18:17:18 +02:00
Caolán McNamara
5d846ebeb5
Install a Cancel callback, don't rely on vcl searching for a parent to close
...
If there is no cancel callback for a Cancel button, it's monstrous to dig
around the hierarchy looking for a parent to call EndDialog/Close on. Really
messes up attempts to refactor dialogs.
2011-11-29 10:35:14 +00:00
Caolán McNamara
5d0051ac37
SfxInterfaces may legally have no translatable ui name
2011-11-28 11:16:49 +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
c022454adc
remove include of pch header from sfx2
2011-11-27 13:21:30 -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
Stephan Bergmann
0c7bff0271
Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.
...
A compile time check ensures the common case of streaming just a plain
C-style string literal still produces reasonably compact call-site code.
The format-string variants are still available in sal/detail/log.h, but
only to be used in obsolete osl/diagnose.h etc., and going to be removed
again eventually.
2011-11-23 15:50:58 +01:00
Harri Pitkänen
98761e3680
Enable :first-letter CSS pseudo-class for all browsers in HTML export
...
Previously when drop caps were specified in a paragraph style (not
as direct formatting) export to HTML was implemented with :first-letter
pseudo-class for "LibreOffice Writer" and through styling individual
characters for other browsers. Since all browsers used these days (even
obsolete ones like IE 5.5) support :first-letter there seems to be no
reason to maintain this difference. This patch unifies all export
modes to use :first-letter in such cases.
2011-11-23 14:29:13 +00:00
Caolán McNamara
b7ea361014
add stripStart, can replace EraseTrailingChars
2011-11-23 10:10:09 +00:00
Caolán McNamara
20153742d2
add a stripStart, can replace EraseLeadingChars
2011-11-23 10:10:08 +00:00
Stephan Bergmann
d6a8934eeb
Remove no longer necessary "(void) x; // avoid warnings".
2011-11-22 17:03:12 +01:00
Caolán McNamara
32a0646ba6
simply tabdialog, remove unused resetbutton api
2011-11-22 12:46:42 +00:00
Stephan Bergmann
70a6b9ffbd
New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
...
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00
Andras Timar
bab4bc9ec4
cleanup .uno:HelpSupport
2011-11-21 13:15:27 +01:00
David Tardon
737f61ba4c
Convert Sal to rtl::O(U)String
2011-11-21 09:03:43 +01:00
Caolán McNamara
bb997c0019
implEnsureURLExtension just returns the first argument, remove it
2011-11-19 21:11:02 +00:00
Caolán McNamara
ca02d72808
remove [Byte]String::EraseAllChars
2011-11-19 21:11:02 +00:00
August Sodora
a4074e3403
Preparing to add option for line numbers in the basic ide
2011-11-17 18:41:20 -06:00
Felix Zhang
38b42cee86
remove obsolete layout code
2011-11-17 00:49:48 +01:00
Noel Power
73d3c9504a
add new 'Goto Line' menu item to Basic IDE
2011-11-16 14:54:21 +00:00
Caolán McNamara
abf7cdac13
UniqueIdContainer is only needed by binfilter
2011-11-16 13:24:05 +00:00
Caolán McNamara
e1aff9edc8
add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals
2011-11-16 13:24:05 +00: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
Stephan Bergmann
16aa2c1dd6
Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
...
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +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
Jan Holesovsky
7776ebfa63
Cleanup few macros and unused headers.
2011-11-15 15:13:00 +01:00
Felix Zhang
d52f57837e
remove obsolete layout macros
2011-11-15 14:39:55 +01:00
Felix Zhang
eacfa0f77c
removing obsolete layout code
2011-11-15 14:39:55 +01:00
Takeshi Abe
f7319622f6
Revert "replaced String in SfxPickList with rtl::OUString"
...
This reverts commit 12df49396e
.
2011-11-15 10:57:42 +09:00
Takeshi Abe
12df49396e
replaced String in SfxPickList with rtl::OUString
2011-11-15 08:28:19 +09:00
Takeshi Abe
41ff6e79ce
removed unused code
2011-11-15 08:28:18 +09:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Takeshi Abe
48f67acf8f
removed unused variable
2011-11-12 07:29:36 +09:00
Stephan Bergmann
c1758889cb
Heavily simplified utl::ConfigManager.
2011-11-11 22:49:21 +01:00
Harri Pitkänen
090454c4c9
Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes
...
HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate
margin settings for absolutely positioned graphics objects. If it was
disabled one could not set (in HTML editor mode) separate margins for
left and right (or bottom/top) sides of the image. The setting was
disabled for Netscape and enabled for other browsers.
This patch removes the setting and unconditionally enables the feature
in HTML editor mode. All modern browsers support
margin-{left,right,bottom,top} CSS properties.
2011-11-09 16:45:55 +00:00
Michael Meeks
f1abe3035c
gtk: cleanup to make the vcl file-picker interface work.
2011-11-07 14:19:34 +00:00
Caolán McNamara
88072f1292
make sfx2 ByteString free
2011-11-06 22:08:37 +00:00
Michael Meeks
9b699a2ce1
WaE: calm down windows shutdownicon warning
2011-11-04 12:34:19 +00:00
Stephan Bergmann
249df7bf9a
Removed spurious junk left over in previous commit.
2011-11-04 09:08:24 +01:00
Stephan Bergmann
e66e54fb00
Further clean up of areas touched by previous commit.
2011-11-04 08:21:26 +01:00
August Sodora
e042493375
String->OUString, remove unused code
2011-11-04 08:21:25 +01:00
Michael Stahl
66d9925bb6
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core
2011-11-02 17:49:42 +01:00
Caolán McNamara
9df6f53a88
impl_loadBitmap is now dangling unused
2011-11-01 12:31:11 +00:00