removed unused defines
Change-Id: Ife6ba8104a3af79aa5d62509755b9d2c58d98e3a
This commit is contained in:
parent
f4cd393736
commit
d7f5dcbc41
8 changed files with 0 additions and 35 deletions
|
@ -52,17 +52,6 @@ using namespace com::sun::star::uno;
|
|||
|
||||
typedef ::std::vector< UniString* > UniStringList;
|
||||
|
||||
#define STD_BTN_WIDTH 80
|
||||
#define STD_BTN_HEIGHT 26
|
||||
|
||||
#ifndef UNX
|
||||
#define ALLFILES "*.*"
|
||||
#else
|
||||
#define ALLFILES "*"
|
||||
#endif
|
||||
// #define STD_BTN_WIDTH 90
|
||||
// #define STD_BTN_HEIGHT 35
|
||||
|
||||
#define INITCONTROL( p, ControlClass, nBits, aPos, aSize, aTitel, rHelpId ) \
|
||||
p = new ControlClass( GetPathDialog(), WinBits( nBits ) ); \
|
||||
p->SetHelpId( rHelpId ); \
|
||||
|
|
|
@ -72,10 +72,6 @@ using namespace ::rtl;
|
|||
|
||||
typedef TextView* TextViewPtr;
|
||||
SV_DECL_PTRARR( TextViews, TextViewPtr, 0 )
|
||||
// SV_IMPL_PTRARR( TextViews, TextViewPtr );
|
||||
|
||||
#define RESDIFF 10
|
||||
#define SCRLRANGE 20 // 1/20 der Breite/Hoehe scrollen, wenn im QueryDrop
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
@ -34,11 +34,6 @@
|
|||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
#define TOKEN_COUNT_FOR_OWN_FILTER 3
|
||||
// #define TOKEN_INDEX_FOR_IDENT 0
|
||||
#define TOKEN_INDEX_FOR_FILTER 1
|
||||
// #define TOKEN_INDEX_FOR_HASDIALOG 2
|
||||
|
||||
using namespace ::com::sun::star::lang ; // XMultiServiceFactory
|
||||
using namespace ::com::sun::star::container ; // XNameAccess
|
||||
using namespace ::com::sun::star::uno ; // Reference
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
************************************************************************/
|
||||
|
||||
|
||||
#define XBMMINREAD 512
|
||||
|
||||
#define _XBMPRIVATE
|
||||
#include <ctype.h>
|
||||
#include <comphelper/string.hxx>
|
||||
|
|
|
@ -41,8 +41,6 @@
|
|||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
#define WIN_MTF_MAX_CLIP_DEPTH 16
|
||||
|
||||
#if OSL_DEBUG_LEVEL > 1
|
||||
#define EMFP_DEBUG(x) x
|
||||
#else
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
// - defines -
|
||||
// -----------
|
||||
|
||||
#define MAX_PRINTER_EXT 1024
|
||||
#define MAP( cVal0, cVal1, nFrac ) ((sal_uInt8)((((long)(cVal0)<<20L)+nFrac*((long)(cVal1)-(cVal0)))>>20L))
|
||||
#define WATERMARK_LUM_OFFSET 50
|
||||
#define WATERMARK_CON_OFFSET -70
|
||||
|
|
|
@ -34,14 +34,6 @@
|
|||
#include <rtl/textcvt.h>
|
||||
#include <rtl/tencinfo.h>
|
||||
|
||||
#define SVPAR_CSM_
|
||||
|
||||
#define SVPAR_CSM_ANSI 0x0001U
|
||||
#define SVPAR_CSM_UTF8 0x0002U
|
||||
#define SVPAR_CSM_UCS2B 0x0004U
|
||||
#define SVPAR_CSM_UCS2L 0x0008U
|
||||
#define SVPAR_CSM_SWITCH 0x8000U
|
||||
|
||||
// Struktur, um sich die akt. Daten zumerken
|
||||
struct SvParser_Impl
|
||||
{
|
||||
|
|
|
@ -56,8 +56,6 @@ using namespace ::com::sun::star::container;
|
|||
using namespace ::com::sun::star::util;
|
||||
using namespace ::com::sun::star::graphic;
|
||||
|
||||
#define O(x) OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
|
||||
|
||||
struct LockGuard
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue