Remove redundant #include directives & comments
This commit is contained in:
parent
da1161eb1d
commit
8e2ae4afca
@ -42,7 +42,6 @@
|
||||
// this routine became necessary
|
||||
BOOL IsTTSignatureForUnicodeTextfile( String aLine );
|
||||
|
||||
//#include "testapp.hxx"
|
||||
#define ADD_ERROR_QUIET(nNr, aStr) \
|
||||
{ \
|
||||
ErrorEntry *pErr; \
|
||||
|
@ -28,7 +28,6 @@
|
||||
#ifndef _APPWIN_HXX
|
||||
#define _APPWIN_HXX
|
||||
|
||||
//#include <sb.hxx>
|
||||
#include <vcl/dockwin.hxx>
|
||||
#include <tools/fsys.hxx>
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sbxvar.hxx>
|
||||
|
||||
//#include <osl/thread.h>
|
||||
#include <basic/ttstrhlp.hxx>
|
||||
|
||||
#include "processw.hxx"
|
||||
|
@ -42,7 +42,6 @@ class BreakpointWindow;
|
||||
|
||||
#include "dataedit.hxx"
|
||||
|
||||
//#include <xtextedt.hxx>
|
||||
|
||||
class TextEditImp : public Window, public SfxListener
|
||||
{
|
||||
|
@ -28,7 +28,6 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_basic.hxx"
|
||||
|
||||
//#include <stl_queue.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_basic.hxx"
|
||||
//#include <stl_queue.h>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <tools/errcode.hxx>
|
||||
|
@ -47,8 +47,6 @@
|
||||
#include "sbunoobj.hxx"
|
||||
#include "sbtrace.hxx"
|
||||
|
||||
|
||||
//#include <basic/hilight.hxx>
|
||||
#include <svtools/syntaxhighlight.hxx>
|
||||
|
||||
#include <basic/basrdll.hxx>
|
||||
|
@ -57,11 +57,6 @@ using namespace com::sun::star::container;
|
||||
// #define _OLD_FILE_IMPL
|
||||
|
||||
|
||||
//#include <sal/types.h>
|
||||
//#include <rtl/byteseq.hxx>
|
||||
//#include <rtl/ustring>
|
||||
|
||||
|
||||
namespace basicEncoder
|
||||
{
|
||||
|
||||
|
@ -37,10 +37,6 @@
|
||||
#include <basic/sbmod.hxx>
|
||||
#include <basic/basrdll.hxx>
|
||||
|
||||
//#include <sv.hxx>
|
||||
//#include <basic.hxx>
|
||||
//#include <sostor.hxx>
|
||||
|
||||
// Defines for ToolBox-Id's
|
||||
#define TB_NEW 1
|
||||
#define TB_OPENSTORAGE 2
|
||||
|
@ -36,9 +36,6 @@
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#include <cppuhelper/compbase4.hxx>
|
||||
//#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
//#include "connectivity/CommonTools.hxx"
|
||||
//#endif
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#include "connectivity/sdbcx/VCollection.hxx"
|
||||
#include <comphelper/propertycontainer.hxx>
|
||||
|
@ -28,9 +28,6 @@
|
||||
#ifndef _CONNECTIVITY_SDBCX_INDEX_HXX_
|
||||
#define _CONNECTIVITY_SDBCX_INDEX_HXX_
|
||||
|
||||
//#ifndef _OSL_DIAGNOSE_H_
|
||||
//#include <osl/diagnose.h>
|
||||
//#endif
|
||||
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
/** === end UNO includes === **/
|
||||
|
||||
//#include <unotools/syslocale.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <i18npool/mslangid.hxx>
|
||||
#include <comphelper/numbers.hxx>
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include "calc/CTable.hxx"
|
||||
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
//#ifndef _COM_SUN_STAR_UCB_XCONTENTACCESS_HPP_
|
||||
//#include <com/sun/star/ucb/XContentAccess.hpp>
|
||||
//#endif
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
||||
#include <com/sun/star/sheet/XSpreadsheet.hpp>
|
||||
@ -79,7 +76,6 @@ using namespace ::com::sun::star::table;
|
||||
using namespace ::com::sun::star::text;
|
||||
using namespace ::com::sun::star::util;
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
void lcl_UpdateArea( const Reference<XCellRange>& xUsedRange, sal_Int32& rEndCol, sal_Int32& rEndRow )
|
||||
{
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <tools/config.hxx>
|
||||
#include "dbase/DIndex.hxx"
|
||||
#include "dbase/DIndexes.hxx"
|
||||
//#include "file/FDriver.hxx"
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <svl/zforlist.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
@ -51,7 +50,6 @@
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <comphelper/property.hxx>
|
||||
//#include <unotools/calendarwrapper.hxx>
|
||||
#include <unotools/tempfile.hxx>
|
||||
#include <unotools/ucbhelper.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
|
@ -33,9 +33,6 @@
|
||||
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
||||
#include <com/sun/star/sdbc/DataType.hpp>
|
||||
#include <com/sun/star/ucb/XContentAccess.hpp>
|
||||
#ifndef _COM_SUN_STAR_SQLC_XROW_HPP_
|
||||
//#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#include <svl/converter.hxx>
|
||||
#include "LConnection.hxx"
|
||||
#include "LColumns.hxx"
|
||||
|
@ -31,9 +31,6 @@
|
||||
#include "NConnection.hxx"
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include "connectivity/dbexception.hxx"
|
||||
//#ifndef _CONNECTIVITY_EVOAB_CONFIGACCESS_HXX_
|
||||
//#include "LConfigAccess.hxx"
|
||||
//#endif
|
||||
#include <osl/file.hxx>
|
||||
#include "osl/security.hxx"
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -36,9 +36,6 @@
|
||||
#include <com/sun/star/sdbcx/KeyType.hpp>
|
||||
#include "file/FCatalog.hxx"
|
||||
#include "file/FConnection.hxx"
|
||||
//#ifndef _CONNECTIVITY_FILE_OEMPTYCOLLECTION_HXX_
|
||||
//#include "file/FEmptyCollection.hxx"
|
||||
//#endif
|
||||
|
||||
using namespace connectivity;
|
||||
using namespace connectivity::file;
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include "java/sql/Blob.hxx"
|
||||
#include "java/tools.hxx"
|
||||
#include "java/io/InputStream.hxx"
|
||||
#ifndef _INC_MEMORY
|
||||
//#include <memory.h>
|
||||
#endif
|
||||
#include <connectivity/dbexception.hxx>
|
||||
|
||||
#include <string.h>
|
||||
|
@ -28,11 +28,9 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_connectivity.hxx"
|
||||
#include "java/io/Reader.hxx"
|
||||
#ifndef _INC_MEMORY
|
||||
//#include <memory.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
using namespace connectivity;
|
||||
|
||||
//**************************************************************
|
||||
//************ Class: java.io.Reader
|
||||
//**************************************************************
|
||||
|
@ -36,7 +36,6 @@
|
||||
|
||||
#include <com/sun/star/lang/XEventListener.hpp>
|
||||
|
||||
//#include <unotools/tempfile.hxx>
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#include "odbc/OFunctiondefs.hxx"
|
||||
#include "odbc/ODriver.hxx"
|
||||
|
@ -40,9 +40,6 @@
|
||||
#include <cppuhelper/compbase7.hxx>
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#include "ado/AStatement.hxx"
|
||||
//#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
//#include "connectivity/CommonTools.hxx"
|
||||
//#endif
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#include "connectivity/StdTypeDefs.hxx"
|
||||
|
||||
|
@ -42,9 +42,6 @@
|
||||
#include <cppuhelper/compbase12.hxx>
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#include "ado/AStatement.hxx"
|
||||
//#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
//#include "connectivity/CommonTools.hxx"
|
||||
//#endif
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
||||
|
@ -28,20 +28,11 @@
|
||||
#ifndef _CONNECTIVITY_DBASE_INDEXPAGE_HXX_
|
||||
#define _CONNECTIVITY_DBASE_INDEXPAGE_HXX_
|
||||
|
||||
//#ifndef _REF_HXX
|
||||
//#include <tools/ref.hxx>
|
||||
//#endif
|
||||
#include <vos/ref.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#ifndef _VECTOR_
|
||||
#include <vector>
|
||||
#endif
|
||||
//#ifndef _CONNECTIVITY_FILE_FCODE_HXX_
|
||||
//#include "file/fcode.hxx"
|
||||
//#endif
|
||||
//#ifndef _CONNECTIVITY_DBASE_INDEXNODE_HXX_
|
||||
//#include "dbase/dindexnode.hxx"
|
||||
//#endif
|
||||
|
||||
#if 0
|
||||
namespace connectivity
|
||||
|
@ -29,9 +29,6 @@
|
||||
#define _CONNECTIVITY_JAVA_SQL_SQLWARNING_HXX_
|
||||
|
||||
#include "java/sql/SQLException.hxx"
|
||||
//#ifndef _COM_SUN_STAR_SDBC_SQLWARNING_HPP_
|
||||
//#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||
//#endif
|
||||
|
||||
namespace connectivity
|
||||
{
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
#include "cppuhelper/compbase3.hxx"
|
||||
//#include "cppuhelper/implbase2.hxx"
|
||||
#include "ucbhelper/content.hxx"
|
||||
#include "com/sun/star/uno/Type.hxx"
|
||||
|
||||
|
@ -53,12 +53,10 @@
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
#ifdef WNT
|
||||
//#include "tools/prewin.h"
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
//#include "tools/postwin.h"
|
||||
#endif
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "cppuhelper/implementationentry.hxx"
|
||||
#include "basicmigration.hxx"
|
||||
#include "wordbookmigration.hxx"
|
||||
//#include "extensionmigration.hxx"
|
||||
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
@ -28,7 +28,6 @@
|
||||
#ifndef _SVX_ACCESSIBILITY_ACCESSIBLE_CONTEXT_BASE_HXX
|
||||
#define _SVX_ACCESSIBILITY_ACCESSIBLE_CONTEXT_BASE_HXX
|
||||
|
||||
//#include <editeng/ChildrenManager.hxx>
|
||||
#include <com/sun/star/accessibility/XAccessible.hpp>
|
||||
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
|
||||
#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include <comphelper/accessibleeventnotifier.hxx>
|
||||
#include <rtl/uuid.h>
|
||||
#include <vos/mutex.hxx>
|
||||
//#include <vcl/svapp.hxx>
|
||||
|
||||
#include <utility>
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_editeng.hxx"
|
||||
|
||||
//#include <eeng_pch.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
#include "formula/opcode.hxx"
|
||||
//#include "refdata.hxx"
|
||||
//#include "scmatrix.hxx"
|
||||
#include "formula/intruref.hxx"
|
||||
#include <tools/mempool.hxx>
|
||||
#include "formula/IFunctionDescription.hxx"
|
||||
|
@ -28,10 +28,6 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_formula.hxx"
|
||||
|
||||
|
||||
|
||||
// INCLUDE ---------------------------------------------------------------
|
||||
|
||||
#if STLPORT_VERSION<321
|
||||
#include <stddef.h>
|
||||
#else
|
||||
@ -47,9 +43,6 @@
|
||||
#include "formula/tokenarray.hxx"
|
||||
#include "formula/FormulaCompiler.hxx"
|
||||
#include <formula/compiler.hrc>
|
||||
//#include "rechead.hxx"
|
||||
//#include "parclass.hxx"
|
||||
//#include "jumpmatrix.hxx"
|
||||
#define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */
|
||||
|
||||
namespace formula
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
|
||||
//#include <com/sun/star/ui/dialogs/XFilePreview.hpp>
|
||||
#include <com/sun/star/util/XCancellable.hpp>
|
||||
|
||||
#include <osl/conditn.hxx>
|
||||
|
@ -28,10 +28,6 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_fpicker.hxx"
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
// includes
|
||||
//------------------------------------------------------------------------
|
||||
|
||||
#include "VistaFilePickerEventHandler.hxx"
|
||||
#include "asyncrequests.hxx"
|
||||
|
||||
@ -44,8 +40,6 @@
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
//#include <tools/urlobj.hxx>
|
||||
//#include <unotools/ucbhelper.hxx>
|
||||
|
||||
#include <osl/file.hxx>
|
||||
|
||||
|
@ -47,31 +47,6 @@
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
// ATL/WTL
|
||||
//#include <atlbase.h>
|
||||
//#include <atlstr.h>
|
||||
//#include <atlapp.h>
|
||||
//extern CAppModule _Module;
|
||||
//#include <atlcom.h>
|
||||
//#include <atlwin.h>
|
||||
//#include <atlframe.h>
|
||||
//#include <atlcrack.h>
|
||||
//#include <atlctrls.h>
|
||||
//#include <atlctrlx.h>
|
||||
//#include <atldlgs.h>
|
||||
//#include <atlmisc.h>
|
||||
|
||||
/*
|
||||
// STL
|
||||
#include <vector>
|
||||
|
||||
// Global functions
|
||||
LPCTSTR PrepFilterString ( CString& sFilters );
|
||||
bool PathFromShellItem ( IShellItem* pItem, CString& sPath );
|
||||
bool BuildFilterSpecList ( _U_STRINGorID szFilterList,
|
||||
std::vector<CString>& vecsFilterParts,
|
||||
std::vector<COMDLG_FILTERSPEC>& vecFilters );
|
||||
*/
|
||||
|
||||
#if defined _M_IX86
|
||||
#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||
|
@ -28,40 +28,14 @@
|
||||
#ifndef __FRAMEWORK_THREADHELP_READGUARD_HXX_
|
||||
#define __FRAMEWORK_THREADHELP_READGUARD_HXX_
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// my own includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
#include <threadhelp/inoncopyable.h>
|
||||
#include <threadhelp/irwlock.h>
|
||||
|
||||
//#ifndef __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_
|
||||
//#include <threadhelp/threadhelpbase.hxx>
|
||||
//#endif
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// interface includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// other includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
#include <sal/types.h>
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// namespace
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
namespace framework{
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// const
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// declarations
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
/*-************************************************************************************************************//**
|
||||
@short implement a guard to set read locks
|
||||
@descr This guard should be used to set a lock for reading object internal member.
|
||||
|
@ -28,40 +28,14 @@
|
||||
#ifndef __FRAMEWORK_THREADHELP_RESETABLEGUARD_HXX_
|
||||
#define __FRAMEWORK_THREADHELP_RESETABLEGUARD_HXX_
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// my own includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
#include <threadhelp/inoncopyable.h>
|
||||
#include <threadhelp/imutex.h>
|
||||
|
||||
//#ifndef __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_
|
||||
//#include <threadhelp/threadhelpbase.hxx>
|
||||
//#endif
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// interface includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// other includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
#include <sal/types.h>
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// namespace
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
namespace framework{
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// const
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// declarations
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
/*-************************************************************************************************************//**
|
||||
@short implement a guard for implementing save thread access
|
||||
@descr These guard has an additional feature to well known one ::osl::Guard.
|
||||
|
@ -28,39 +28,12 @@
|
||||
#ifndef __FRAMEWORK_THREADHELP_WRITEGUARD_HXX_
|
||||
#define __FRAMEWORK_THREADHELP_WRITEGUARD_HXX_
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// my own includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
#include <threadhelp/inoncopyable.h>
|
||||
#include <threadhelp/irwlock.h>
|
||||
|
||||
//#ifndef __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_
|
||||
//#include <threadhelp/threadhelpbase.hxx>
|
||||
//#endif
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// interface includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// other includes
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// namespace
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
namespace framework{
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// const
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// declarations
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
/*-************************************************************************************************************//**
|
||||
@short implement a guard to set write locks
|
||||
@descr This guard should be used to set a lock for reading AND writing object internal member.
|
||||
|
@ -32,12 +32,6 @@
|
||||
#include <com/sun/star/frame/XDispatch.hpp>
|
||||
#include <com/sun/star/frame/ControlCommand.hpp>
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// includes of other projects
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
//#include <vcl/toolbox.hxx>
|
||||
//#include <vcl/combobox.hxx>
|
||||
#include <uielement/complextoolbarcontroller.hxx>
|
||||
|
||||
namespace framework
|
||||
|
@ -26,7 +26,6 @@
|
||||
************************************************************************/
|
||||
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
//#include "precompiled_framework.hxx"
|
||||
|
||||
//_________________________________________________________________________________________________________________
|
||||
// my own includes
|
||||
|
@ -27,9 +27,7 @@
|
||||
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_framework.hxx"
|
||||
//_________________________________________________________________________________________________________________
|
||||
// includes of my own project
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
||||
#include <macros/registration.hxx>
|
||||
|
||||
/*=================================================================================================================
|
||||
@ -58,29 +56,16 @@
|
||||
=================================================================================================================*/
|
||||
#include <services/urltransformer.hxx>
|
||||
#include <services/desktop.hxx>
|
||||
//#include <services/tabwindowservice.hxx>
|
||||
#include <services/frame.hxx>
|
||||
#include <services/modulemanager.hxx>
|
||||
//#include <dispatch/oxt_handler.hxx>
|
||||
#include <jobs/jobexecutor.hxx>
|
||||
//#include <recording/dispatchrecordersupplier.hxx>
|
||||
//#include <recording/dispatchrecorder.hxx>
|
||||
//#include <dispatch/mailtodispatcher.hxx>
|
||||
//#include <dispatch/servicehandler.hxx>
|
||||
#include <jobs/jobdispatch.hxx>
|
||||
#include <services/backingcomp.hxx>
|
||||
//#include <services/dispatchhelper.hxx>
|
||||
#include <services/layoutmanager.hxx>
|
||||
//#include <services/license.hxx>
|
||||
#include <uifactory/uielementfactorymanager.hxx>
|
||||
#include <uifactory/popupmenucontrollerfactory.hxx>
|
||||
//#include <uielement/fontmenucontroller.hxx>
|
||||
//#include <uielement/fontsizemenucontroller.hxx>
|
||||
#include <uielement/objectmenucontroller.hxx>
|
||||
//#include <uielement/headermenucontroller.hxx>
|
||||
//#include <uielement/footermenucontroller.hxx>
|
||||
#include <uielement/controlmenucontroller.hxx>
|
||||
//#include <uielement/macrosmenucontroller.hxx>
|
||||
#include <uielement/uicommanddescription.hxx>
|
||||
#include <uiconfiguration/uiconfigurationmanager.hxx>
|
||||
#include <uiconfiguration/moduleuicfgsupplier.hxx>
|
||||
@ -92,7 +77,6 @@
|
||||
#include <uifactory/toolboxfactory.hxx>
|
||||
#include <uifactory/addonstoolboxfactory.hxx>
|
||||
#include "uiconfiguration/windowstateconfiguration.hxx"
|
||||
//#include <uielement/toolbarsmenucontroller.hxx>
|
||||
#include "uifactory/toolbarcontrollerfactory.hxx"
|
||||
#include "uifactory/statusbarcontrollerfactory.hxx"
|
||||
#include <services/autorecovery.hxx>
|
||||
@ -101,15 +85,9 @@
|
||||
#include <uifactory/statusbarfactory.hxx>
|
||||
#include <uiconfiguration/uicategorydescription.hxx>
|
||||
#include <services/sessionlistener.hxx>
|
||||
//#include <uielement/logoimagestatusbarcontroller.hxx>
|
||||
//#include <uielement/logotextstatusbarcontroller.hxx>
|
||||
//#include <uielement/newmenucontroller.hxx>
|
||||
#include <services/taskcreatorsrv.hxx>
|
||||
//#include <uielement/simpletextstatusbarcontroller.hxx>
|
||||
//#include <services/uriabbreviation.hxx>
|
||||
|
||||
#include <uielement/langselectionstatusbarcontroller.hxx>
|
||||
//#include <uielement/langselectionmenucontroller.hxx>
|
||||
#include <uiconfiguration/imagemanager.hxx>
|
||||
#include <uifactory/windowcontentfactorymanager.hxx>
|
||||
#include <services/substitutepathvars.hxx>
|
||||
@ -120,26 +98,14 @@ COMPONENTGETIMPLEMENTATIONENVIRONMENT
|
||||
COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer )
|
||||
COMPONENTINFO( ::framework::Desktop )
|
||||
COMPONENTINFO( ::framework::Frame )
|
||||
//COMPONENTINFO( ::framework::Oxt_Handler )
|
||||
COMPONENTINFO( ::framework::JobExecutor )
|
||||
//COMPONENTINFO( ::framework::DispatchRecorderSupplier )
|
||||
//COMPONENTINFO( ::framework::DispatchRecorder )
|
||||
//COMPONENTINFO( ::framework::MailToDispatcher )
|
||||
//COMPONENTINFO( ::framework::ServiceHandler )
|
||||
COMPONENTINFO( ::framework::JobDispatch )
|
||||
COMPONENTINFO( ::framework::BackingComp )
|
||||
//COMPONENTINFO( ::framework::DispatchHelper )
|
||||
COMPONENTINFO( ::framework::LayoutManager )
|
||||
//COMPONENTINFO( ::framework::License )
|
||||
COMPONENTINFO( ::framework::UIElementFactoryManager )
|
||||
COMPONENTINFO( ::framework::PopupMenuControllerFactory )
|
||||
//COMPONENTINFO( ::framework::FontMenuController )
|
||||
//COMPONENTINFO( ::framework::FontSizeMenuController )
|
||||
COMPONENTINFO( ::framework::ObjectMenuController )
|
||||
//COMPONENTINFO( ::framework::HeaderMenuController )
|
||||
//COMPONENTINFO( ::framework::FooterMenuController )
|
||||
COMPONENTINFO( ::framework::ControlMenuController )
|
||||
//COMPONENTINFO( ::framework::MacrosMenuController )
|
||||
COMPONENTINFO( ::framework::UICommandDescription )
|
||||
COMPONENTINFO( ::framework::ModuleManager )
|
||||
COMPONENTINFO( ::framework::UIConfigurationManager )
|
||||
@ -153,7 +119,6 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
|
||||
COMPONENTINFO( ::framework::AddonsToolBoxFactory )
|
||||
COMPONENTINFO( ::framework::WindowStateConfiguration )
|
||||
COMPONENTINFO( ::framework::ToolbarControllerFactory )
|
||||
//COMPONENTINFO( ::framework::ToolbarsMenuController )
|
||||
COMPONENTINFO( ::framework::AutoRecovery )
|
||||
COMPONENTINFO( ::framework::StatusIndicatorFactory )
|
||||
COMPONENTINFO( ::framework::RecentFilesMenuController )
|
||||
@ -161,17 +126,9 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
|
||||
COMPONENTINFO( ::framework::UICategoryDescription )
|
||||
COMPONENTINFO( ::framework::StatusbarControllerFactory )
|
||||
COMPONENTINFO( ::framework::SessionListener )
|
||||
//COMPONENTINFO( ::framework::LogoImageStatusbarController )
|
||||
//COMPONENTINFO( ::framework::LogoTextStatusbarController )
|
||||
//COMPONENTINFO( ::framework::NewMenuController )
|
||||
COMPONENTINFO( ::framework::TaskCreatorService )
|
||||
//COMPONENTINFO( ::framework::SimpleTextStatusbarController )
|
||||
//COMPONENTINFO( ::framework::UriAbbreviation )
|
||||
//COMPONENTINFO( ::framework::PopupMenuDispatcher )
|
||||
COMPONENTINFO( ::framework::ImageManager )
|
||||
COMPONENTINFO( ::framework::LangSelectionStatusbarController )
|
||||
//COMPONENTINFO( ::framework::LanguageSelectionMenuController )
|
||||
//COMPONENTINFO( ::framework::TabWindowService )
|
||||
COMPONENTINFO( ::framework::WindowContentFactoryManager )
|
||||
COMPONENTINFO( ::framework::SubstitutePathVariables )
|
||||
COMPONENTINFO( ::framework::PathSettings )
|
||||
@ -180,26 +137,14 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
|
||||
COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else
|
||||
IFFACTORY( ::framework::Desktop ) else
|
||||
IFFACTORY( ::framework::Frame ) else
|
||||
//IFFACTORY( ::framework::Oxt_Handler ) else
|
||||
IFFACTORY( ::framework::JobExecutor ) else
|
||||
//IFFACTORY( ::framework::DispatchRecorderSupplier ) else
|
||||
//IFFACTORY( ::framework::DispatchRecorder ) else
|
||||
//IFFACTORY( ::framework::MailToDispatcher ) else
|
||||
//IFFACTORY( ::framework::ServiceHandler ) else
|
||||
IFFACTORY( ::framework::JobDispatch ) else
|
||||
IFFACTORY( ::framework::BackingComp ) else
|
||||
//IFFACTORY( ::framework::DispatchHelper ) else
|
||||
IFFACTORY( ::framework::LayoutManager ) else
|
||||
//IFFACTORY( ::framework::License ) else
|
||||
IFFACTORY( ::framework::UIElementFactoryManager ) else
|
||||
IFFACTORY( ::framework::PopupMenuControllerFactory ) else
|
||||
//IFFACTORY( ::framework::FontMenuController ) else
|
||||
//IFFACTORY( ::framework::FontSizeMenuController ) else
|
||||
IFFACTORY( ::framework::ObjectMenuController ) else
|
||||
//IFFACTORY( ::framework::HeaderMenuController ) else
|
||||
//IFFACTORY( ::framework::FooterMenuController ) else
|
||||
IFFACTORY( ::framework::ControlMenuController ) else
|
||||
//IFFACTORY( ::framework::MacrosMenuController ) else
|
||||
IFFACTORY( ::framework::UICommandDescription ) else
|
||||
IFFACTORY( ::framework::ModuleManager ) else
|
||||
IFFACTORY( ::framework::UIConfigurationManager ) else
|
||||
@ -213,7 +158,6 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
|
||||
IFFACTORY( ::framework::AddonsToolBoxFactory ) else
|
||||
IFFACTORY( ::framework::WindowStateConfiguration ) else
|
||||
IFFACTORY( ::framework::ToolbarControllerFactory ) else
|
||||
//IFFACTORY( ::framework::ToolbarsMenuController ) else
|
||||
IFFACTORY( ::framework::AutoRecovery ) else
|
||||
IFFACTORY( ::framework::StatusIndicatorFactory ) else
|
||||
IFFACTORY( ::framework::RecentFilesMenuController ) else
|
||||
@ -222,18 +166,10 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
|
||||
IFFACTORY( ::framework::SessionListener ) else
|
||||
IFFACTORY( ::framework::StatusbarControllerFactory ) else
|
||||
IFFACTORY( ::framework::SessionListener ) else
|
||||
//IFFACTORY( ::framework::LogoImageStatusbarController ) else
|
||||
//IFFACTORY( ::framework::LogoTextStatusbarController ) else
|
||||
IFFACTORY( ::framework::TaskCreatorService ) else
|
||||
//IFFACTORY( ::framework::NewMenuController ) else
|
||||
//IFFACTORY( ::framework::SimpleTextStatusbarController ) else
|
||||
//IFFACTORY( ::framework::UriAbbreviation ) else
|
||||
//IFFACTORY( ::framework::PopupMenuDispatcher ) else
|
||||
IFFACTORY( ::framework::ImageManager ) else
|
||||
IFFACTORY( ::framework::LangSelectionStatusbarController ) else
|
||||
//IFFACTORY( ::framework::LanguageSelectionMenuController ) else
|
||||
IFFACTORY( ::framework::WindowContentFactoryManager ) else
|
||||
//IFFACTORY( ::framework::TabWindowService ) else
|
||||
IFFACTORY( ::framework::SubstitutePathVariables ) else
|
||||
IFFACTORY( ::framework::PathSettings )
|
||||
)
|
||||
|
@ -58,7 +58,6 @@
|
||||
#include <vcl/i18nhelp.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
//#include <tools/solar.hrc>
|
||||
#include <dispatch/uieventloghelper.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <com/sun/star/frame/XPopupMenuController.hpp>
|
||||
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
//#include <toolkit/unohlp.hxx>
|
||||
|
||||
#include <rtl/ref.hxx>
|
||||
|
||||
|
@ -62,7 +62,6 @@
|
||||
#include <tools/postwin.h>
|
||||
#include <odma_lib.hxx>
|
||||
#endif
|
||||
//#include <tools/solar.hrc>
|
||||
#include <dispatch/uieventloghelper.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#define _OBJECT_HXX
|
||||
|
||||
#define _SVSTDARR_ULONGS
|
||||
//#include <svtools/svstdarr.hxx>
|
||||
#include <types.hxx>
|
||||
#include <slot.hxx>
|
||||
|
||||
|
@ -40,8 +40,6 @@
|
||||
#include <com/sun/star/linguistic2/XAvailableLocales.hpp>
|
||||
#include <unotools/configitem.hxx>
|
||||
|
||||
//#include <vcl/timer.hxx>
|
||||
|
||||
#include "misc.hxx"
|
||||
#include "defs.hxx"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user