Caolán McNamara
db02967f36
WaE: unused variables
2011-10-25 13:50:33 +01:00
Caolán McNamara
27410d89f4
WaE: silence a warning
2011-10-25 09:18:41 +01:00
Stephan Bergmann
d03465a446
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
2011-10-24 22:56:48 +02:00
Stephan Bergmann
f01f258153
Fixed Windows-only code broken by recent commit.
2011-10-24 17:03:23 +02:00
Stephan Bergmann
b786a33cfd
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
2011-10-24 13:59:58 +02:00
Stephan Bergmann
9fe5f46025
Undo basis/brand split: moved pluginapp.bin from basis to brand.
2011-10-24 13:59:54 +02:00
Stephan Bergmann
6351fab9c8
Undo basis/brand split: moved nsplugin from basis to brand.
2011-10-24 13:59:53 +02:00
Jan Holesovsky
44d5b6c595
Make the update unit test compile.
...
It is not useful yet, so disabled.
2011-10-22 01:14:11 +02:00
Rob Snelders
638804f7e2
Added a scanbutton to the scan-dialog
2011-10-20 23:04:13 +02:00
Stephan Bergmann
b1eae75f53
Undo basis/brand split: moved ini files from basis program/ to brand program/.
...
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Caolán McNamara
74b648ed61
expedient fix to get test-suite auto executed
2011-10-17 10:53:27 +01:00
Jan Holesovsky
17523de685
Skeleton of the unit test for updates.
2011-10-17 11:40:14 +02:00
Noel Power
b76d47d9ad
So just drop the duplicate XInvocation base class then
2011-10-10 12:53:18 +03:00
Tor Lillqvist
97e2637337
WaE: unreachable code
2011-10-10 12:53:09 +03:00
Tor Lillqvist
d1a8ce5f59
WaE: C4584: foo is already a base-class of bar
...
'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' :
base-class 'com::sun:⭐ :script::XInvocation' is already a
base-class of 'com::sun:⭐ :script::XAutomationInvocation'
So ignore that warning. No idea if the duplicate base class
XInvocation is intentional or not, and I certainly won't dare touch
it.
I guess the existing pragma to ignore warning C4548 was a typo, and
what was intended was this warning, C4584.
2011-10-10 12:53:07 +03:00
Tor Lillqvist
6c29671175
WaE: unreachable code
2011-10-10 12:53:04 +03:00
Tor Lillqvist
d41d645f55
WaE: unreferenced local variable
2011-10-10 12:53:02 +03:00
Pierre-André Jacquod
5d92f55416
cppcheck scope reduction of var in extensions/...Basic.cpp
2011-10-07 15:57:42 +02:00
Pierre-André Jacquod
10e66bac5c
cppcheck reduce scope of var in extensions/...sane.cxx
2011-10-07 15:57:42 +02:00
Pierre-André Jacquod
923c238745
cppcheck reduce scope of var in extensions/..so_activex.cpp
2011-10-07 15:57:42 +02:00
Luboš Luňák
47312cae2a
fix compilation after the recent OUString::operator char*() removal
2011-10-05 16:42:24 +02:00
Matúš Kukan
28da0ea37f
do not include removed header
2011-10-03 17:03:17 +02:00
Matúš Kukan
09046cb6c0
do not use COMPHELPER_SERVICEDECL_EXPORTS macro
2011-10-02 00:16:18 +02:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Caolán McNamara
ffbab6ccbd
get this building with gcc 4.6.1
2011-09-30 09:09:25 +01:00
Tor Lillqvist
e177e5bef0
WaE: avoid warnings
2011-09-29 20:48:54 +03: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
Caolán McNamara
0dcaf6c629
ByteString->rtl::OStringBuffer
2011-09-26 10:18:39 +01:00
Stephan Bergmann
90879a4bc8
Fixed DBG_ASSERT broken by recent commit.
2011-09-26 09:46:40 +02: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
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Tomas Chvatal
8a743cc2c7
Recognize doc/xls in nsplugin by default.
2011-09-15 10:08:04 +02:00
Caolán McNamara
3a17760c69
remove commented out archaic CHARSET_ANSI pragma
2011-09-13 10:15:19 +01:00
Julien Nabet
581a04f2ce
Some cppcheck cleaning
2011-09-10 08:11:19 +02:00
Andras Timar
3f62165fd4
replace api.openoffice.org to api.libreoffice.org
2011-09-07 10:27:56 +02:00
Matúš Kukan
fbcaafce49
remove unused header file
2011-09-05 20:01:58 +02:00
Fridrich Štrba
b3e76f1390
Skip activex when not building with MSVC
2011-09-01 12:06:01 +02: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
Tor Lillqvist
8b88940da2
Fix _DEBUG build: Use atlsd.lib
2011-08-25 08:50:57 +03:00
Caolán McNamara
91a418d213
ByteString->rtl::OString
2011-08-22 09:39:16 +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
Matus Kukan
d9db3380ec
Move methods from component_getImplementationEnviron to component_getFactory
2011-08-18 02:57:43 +02:00
Thomas Arnhold
34390079fe
Remove unused test/sax
2011-08-18 02:54:36 +02:00
Matus Kukan
1cf8feb7da
Remove preload library related code
2011-08-18 02:45:43 +02:00
Bjoern Michaelsen
cddf81d460
fdo#37290: allow also access to StringList resources
2011-08-18 02:13:20 +02:00
Bjoern Michaelsen
e0b64d9489
remove broken VclStringResourceLoader, add ResourceStringIndexAccess
...
* remove com.sun.star.resource.VclStringResourceLoader, it is broken beyond repair
* implement org.libreoffice.resource.ResourceStringIndexAccess
* same functionality, better interface
* migrate libresXXXX to comphelper/servicedecl.hxx component registration
2011-08-18 02:13:20 +02:00