removed unused defines
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#define DESCRIPTION_1 1
|
||||
#define DESCRIPTION_2 2
|
||||
#define TITLE 3
|
||||
|
||||
#define OID_SUBJECT_ALTERNATIVE_NAME "2.5.29.17"
|
||||
|
@@ -56,13 +56,6 @@ DBG_NAME( AllSettings )
|
||||
|
||||
// =======================================================================
|
||||
|
||||
#define STDSYS_STYLE (STYLE_OPTION_SCROLLARROW | \
|
||||
STYLE_OPTION_SPINARROW | \
|
||||
STYLE_OPTION_SPINUPDOWN | \
|
||||
STYLE_OPTION_NOMNEMONICS)
|
||||
|
||||
// =======================================================================
|
||||
|
||||
ImplMouseData::ImplMouseData()
|
||||
{
|
||||
mnRefCount = 1;
|
||||
|
@@ -35,13 +35,6 @@
|
||||
#include <vcl/menubtn.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
|
||||
|
||||
// =======================================================================
|
||||
|
||||
#define IMAGEBUTTON_BORDER_OFF1 11
|
||||
#define IMAGEBUTTON_BORDER_OFF2 16
|
||||
|
||||
// =======================================================================
|
||||
|
||||
void MenuButton::ImplInitMenuButtonData()
|
||||
|
@@ -49,8 +49,6 @@
|
||||
#define DIBINFOHEADERSIZE ( sizeof( DIBInfoHeader ) )
|
||||
#define BITMAPINFOHEADER 0x28
|
||||
|
||||
#define SETPIXEL4( pBuf, nX, cChar )( (pBuf)[ (nX) >> 1 ] |= ( (nX) & 1 ) ? ( cChar ): (cChar) << 4 );
|
||||
|
||||
// ----------------------
|
||||
// - Compression defines
|
||||
// ----------------------
|
||||
|
@@ -43,17 +43,6 @@
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <rtl/instance.hxx>
|
||||
|
||||
// -----------------------
|
||||
// - Compression defines -
|
||||
// -----------------------
|
||||
|
||||
#define COMPRESS_OWN ('S'|('D'<<8UL))
|
||||
#define COMPRESS_NONE ( 0UL )
|
||||
#define RLE_8 ( 1UL )
|
||||
#define RLE_4 ( 2UL )
|
||||
#define BITFIELDS ( 3UL )
|
||||
#define ZCOMPRESS ( COMPRESS_OWN | 0x01000000UL ) /* == 'SD01' (binary) */
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
// -----------------------
|
||||
|
@@ -52,8 +52,6 @@
|
||||
DBG_NAME( Image )
|
||||
DBG_NAME( ImageList )
|
||||
|
||||
#define IMAGE_FILE_VERSION 100
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
// ---------
|
||||
|
@@ -43,7 +43,6 @@
|
||||
|
||||
#define IMPSYSIMAGEITEM_MASK ( 0x01 )
|
||||
#define IMPSYSIMAGEITEM_ALPHA ( 0x02 )
|
||||
#define DISA_ALL ( 0xffff )
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
@@ -85,7 +85,6 @@ inline void ImplScaleLineInfo( LineInfo& rLineInfo, double fScaleX, double fScal
|
||||
// ========================================================================
|
||||
|
||||
#define COMPAT( _def_rIStm ) VersionCompat aCompat( ( _def_rIStm ), STREAM_READ );
|
||||
#define COMPAT_VERSION() aCompat.GetVersion()
|
||||
#define WRITE_BASE_COMPAT( _def_rOStm, _def_nVer, _pWriteData ) \
|
||||
MetaAction::Write( ( _def_rOStm ), _pWriteData ); \
|
||||
VersionCompat aCompat( ( _def_rOStm ), STREAM_WRITE, ( _def_nVer ) );
|
||||
|
@@ -50,10 +50,6 @@
|
||||
#include <region.h>
|
||||
#include <outdata.hxx>
|
||||
|
||||
#define BAND_MAX_SIZE 512000
|
||||
|
||||
// =======================================================================
|
||||
|
||||
DBG_NAMEEX( OutputDevice )
|
||||
|
||||
// =======================================================================
|
||||
|
@@ -82,9 +82,6 @@ static long ImplIndexFromColor( const BitmapColor& rCol )
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
#define COLOR_TO_INDEX( _def_rCol )
|
||||
|
||||
// ------------------------
|
||||
// - conversion functions -
|
||||
// ------------------------
|
||||
|
@@ -45,11 +45,6 @@
|
||||
|
||||
// =======================================================================
|
||||
|
||||
#define WORKWIN_WINDOWSTATE_FULLSCREEN ((sal_uLong)0x00010000)
|
||||
#define WORKWIN_WINDOWSTATE_ALL ((sal_uLong)0x00FF0000)
|
||||
|
||||
// =======================================================================
|
||||
|
||||
void WorkWindow::ImplInitWorkWindowData()
|
||||
{
|
||||
mnIcon = 0; // Should be removed in the next top level update - now in SystemWindow
|
||||
|
Reference in New Issue
Block a user