removed unused defines

Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
This commit is contained in:
Takeshi Abe
2012-05-07 22:11:27 +09:00
parent 56934b8793
commit 3312d34623
11 changed files with 0 additions and 44 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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()

View File

@@ -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
// ----------------------

View File

@@ -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;
// -----------------------

View File

@@ -52,8 +52,6 @@
DBG_NAME( Image )
DBG_NAME( ImageList )
#define IMAGE_FILE_VERSION 100
using namespace ::com::sun::star;
// ---------

View File

@@ -43,7 +43,6 @@
#define IMPSYSIMAGEITEM_MASK ( 0x01 )
#define IMPSYSIMAGEITEM_ALPHA ( 0x02 )
#define DISA_ALL ( 0xffff )
// -----------------------------------------------------------------------

View File

@@ -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 ) );

View File

@@ -50,10 +50,6 @@
#include <region.h>
#include <outdata.hxx>
#define BAND_MAX_SIZE 512000
// =======================================================================
DBG_NAMEEX( OutputDevice )
// =======================================================================

View File

@@ -82,9 +82,6 @@ static long ImplIndexFromColor( const BitmapColor& rCol )
#endif
}
#define COLOR_TO_INDEX( _def_rCol )
// ------------------------
// - conversion functions -
// ------------------------

View File

@@ -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