Commit graph

600 commits

Author SHA1 Message Date
Eike Rathke
9796ac726e Revert "callcatcher: replace Clone() by NULL"
That doesn't make sense, not even with a callcatcher excuse.

This reverts commit d54c3ad151.
2011-10-19 01:38:19 +02:00
Caolán McNamara
ecf8ed8eed Resolves: fdo#39347 changeall strips periods of sentences ending in error
It's really dubious to do this, but we're doing it already for "Replace", just
not for "Replace All". Might as well be equally wrong everywhere.
2011-10-17 15:21:53 +01:00
Cédric Bosdonnat
6a15a2898b Styles cleanup: forgot to remove some bits 2011-10-17 12:44:07 +02:00
Cédric Bosdonnat
359d0fbd03 Removed list and numbering paragraph styles and related option page 2011-10-17 11:35:57 +02:00
Michael Stahl
a1c06ff4f2 tpcolor.cxx: unused parameter warning 2011-10-11 21:19:24 +02:00
Michael Meeks
8025a41b80 fix XColorList related crasher in tools->options, and try to clean more 2011-10-11 17:23:59 +01:00
Caolán McNamara
826ec1cc52 callcatcher: SvxHtmlExportModeConfigItem_Impl unused now 2011-10-10 08:51:13 +01:00
Michael Meeks
9142f9a1a1 WaE: win32 cleanup 2011-10-07 16:30:52 +02:00
Harri Pitkänen
77cb41a734 Remove code related to previously disabled HTML 3.2 export 2011-10-06 20:03:33 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Olivier Hallot
3dee28d88d Fix for fdo#41408 - [UI] Need more room for localized string (IV)
The following patch gives more room to Calc page dialog to
display localized strings without truncation

Sizes adjusted for fontsize = 10
2011-10-03 09:54:00 +01:00
Michael Meeks
7e276c3e0f re-work XPropertyList default extension handling to increase re-use 2011-09-28 09:09:12 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Michael Meeks
642553238c add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste 2011-09-27 15:07:12 +01:00
Michael Meeks
3d3c70f969 more ColorTable to List cleanup, and abstraction of load/save 2011-09-27 12:23:09 +01:00
Caolán McNamara
e073da6d6b private operator delete, use factory 2011-09-26 11:09:27 +01:00
Michael Meeks
3d22598a19 more post colortable cleanup 2011-09-26 09:12:02 +01:00
Michael Meeks
c8dc737208 re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious
cut/paste code duplication issues at the same time. Cleanup the
naming of ColorTable -> ColorList to match the impl. too
2011-09-24 08:33:46 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Stephan Bergmann
ae8102f1e3 Removed pPageView made unused by previous changeset 3e5edf6c. 2011-09-20 20:13:02 +02:00
Regina Henschel
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
Caolán McNamara
f64dc2c9fb I believe the src charset pragma is archaic and unused 2011-09-13 10:15:20 +01:00
Michael Meeks
731a562f54 start of embedding check-button & cui code cleanup 2011-09-12 12:47:12 +02:00
Caolán McNamara
4f675d31b5 callcatcher: drop unused methods 2011-09-12 09:10:02 +01:00
Caolán McNamara
3127405547 windows is the only platform which does this 2011-09-12 09:09:59 +01:00
Caolán McNamara
97a13a600b make cui ByteString free 2011-09-12 09:09:59 +01:00
Michael Meeks
d4b387c5f1 cleanup cut/paste .src changes and add 'Embed' check-box to src 2011-09-11 23:12:30 +02:00
Caolán McNamara
5832f34711 Related: fdo#40420 don't crash on missing/failing xmlsecurity lib 2011-09-08 09:29:31 +01:00
Bjoern Michaelsen
10011d00a6 kill TF_POOLABLE, step 2: remove dead code 2011-09-07 08:44:03 +02:00
Bjoern Michaelsen
0d8c345bf9 kill TF_POOLABLE, step 1: error if unset 2011-09-07 02:40:28 +02:00
Katarina Machalkova
450b31a056 Update shape fill preview on switch to this tab
(related to i#95158, but not quite)
2011-09-06 22:45:32 +02:00
Katarina Machalkova
64767120e5 Fix for i#95158: Don't reset selected colour on tab switch
Set modified flag if position in the listbox changes
(also for bitmaps, hatching & friends)
2011-09-04 14:27:18 +02:00
Caolán McNamara
48b51d2f6b WaE: dbglevel=2 2011-08-29 14:54:47 +01:00
Joseph Powers
bbbc20bd5f Rename class XColorTable to XColorList
The class is now based on XPropertyList instead of XPropertyTable and all
of the other classed based on XPropertyList are named X..List.
2011-08-29 06:29:36 -07:00
Joseph Powers
7d7f4769b0 Rebase XColorTable from XPropertyTable to XPropertyList 2011-08-29 06:29:34 -07:00
Caolán McNamara
0ab7b0f6e7 tweak for change 2011-08-29 09:56:07 +01:00
Harri Pitkänen
3f43b02433 Remove HTML 3.2 export option 2011-08-26 17:23:02 +03:00
Harri Pitkänen
92a985e7c6 Remove extra #define
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere
for clarity.
2011-08-26 17:22:57 +03:00
Miklos Vajna
319fcca010 OfaTreeOptionsDialog: no need to use a bool for a single iteration 2011-08-26 13:05:56 +02:00
Caolán McNamara
c9e6df76ff Resolves: fdo#36678 move init that depends on parent to post-parent avail 2011-08-26 10:23:55 +01:00
Caolán McNamara
ac1530a37e callcatcher: yet more unused code 2011-08-25 09:42:06 +01:00
Caolán McNamara
e56c860695 various createfromascii -> RTL_CONSTASCII_USTRINGPARAM 2011-08-24 11:21:42 +01:00
Caolán McNamara
035a88c735 String::CreateFromInt64->rtl::OUString::valueOf 2011-08-24 11:21:41 +01:00
Cédric Bosdonnat
62fb135cde Appearance dialog: fixed rendering of groups headings 2011-08-22 14:26:31 +02:00
Cédric Bosdonnat
3a8f89bc2f Cleaned up the HIDs in the color config 2011-08-22 14:26:30 +02:00
Caolán McNamara
63eef1c1cf Resolves: fdo#39348 toggling grammar checkbox deletes sentence 2011-08-22 11:33:42 +01:00
Caolán McNamara
b3c8e4177d gsl_getSystemTextEncoding->osl_getThreadTextEncoding 2011-08-22 09:39:18 +01:00
Norbert Thiebaud
0d4720d1e1 undo anything not wizard related in the previous merge-commit 2011-08-21 18:12:16 -05:00
Xisco Fauli
6c76e4db03 Merge branch 'master' into feature/gsoc2011_wizards
Conflicts:
	automation/source/inc/cmdbasestream.hxx
	automation/source/server/cmdbasestream.cxx
	automation/source/server/retstrm.hxx
	automation/source/testtool/cmdstrm.cxx
	automation/source/testtool/cmdstrm.hxx
	automation/source/testtool/tcommuni.cxx
	basctl/prj/d.lst
	basctl/uiconfig/basicide/toolbar/findbar.xml
	cui/source/dialogs/about.cxx
	cui/source/dialogs/about.src
	cui/source/inc/about.hxx
	extensions/source/abpilot/abpservices.cxx
	extensions/source/dbpilots/dbpservices.cxx
	extensions/source/propctrlr/pcrservices.cxx
	extensions/source/svg/makefile.mk
	forms/Library_frm.mk
	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
	lingucomponent/source/spellcheck/spell/sspellimp.cxx
	package/prj/d.lst
	package/source/zipapi/XMemoryStream.cxx
	package/source/zipapi/XMemoryStream.hxx
	setup_native/prj/d.lst
	setup_native/source/win32/customactions/relnotes/makefile.mk
	tools/test/export.map
	wizards/com/sun/star/wizards/common/ConfigGroup.py
	wizards/com/sun/star/wizards/common/ConfigNode.py
	wizards/com/sun/star/wizards/common/Configuration.py
	wizards/com/sun/star/wizards/common/Desktop.py
	wizards/com/sun/star/wizards/common/FileAccess.py
	wizards/com/sun/star/wizards/common/Helper.py
	wizards/com/sun/star/wizards/common/SystemDialog.py
	wizards/com/sun/star/wizards/document/OfficeDocument.py
	wizards/com/sun/star/wizards/fax/FaxDocument.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
	wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
	wizards/com/sun/star/wizards/letter/LetterDocument.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
	wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
	wizards/com/sun/star/wizards/text/TextDocument.py
	wizards/com/sun/star/wizards/text/TextFieldHandler.py
	wizards/com/sun/star/wizards/text/TextSectionHandler.py
	wizards/com/sun/star/wizards/text/ViewHandler.py
	wizards/com/sun/star/wizards/ui/UnoDialog.py
	wizards/com/sun/star/wizards/ui/UnoDialog2.py
	wizards/com/sun/star/wizards/ui/WizardDialog.py
	wizards/com/sun/star/wizards/ui/event/CommonListener.py
	wizards/com/sun/star/wizards/ui/event/DataAware.py
	wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
	wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
	wizards/util/helpids.h
	wizards/util/hidother.src
	xmlsecurity/prj/build.lst
	xmlsecurity/prj/d.lst
	xmlsecurity/qa/certext/SanCertExt.cxx
2011-08-21 21:50:13 +02:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00