Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
54a908a0
Kaydet (Commit)
54a908a0
authored
Haz 04, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
nuke unused defines
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
üst
47e0df5c
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
0 additions
and
71 deletions
+0
-71
FStatement.cxx
connectivity/source/drivers/file/FStatement.cxx
+0
-3
HStorageAccess.cxx
connectivity/source/drivers/hsqldb/HStorageAccess.cxx
+0
-1
StorageFileAccess.cxx
connectivity/source/drivers/hsqldb/StorageFileAccess.cxx
+0
-1
StorageNativeInputStream.cxx
...tivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
+0
-1
OStatement.cxx
connectivity/source/drivers/odbcbase/OStatement.cxx
+0
-12
pq_baseresultset.cxx
connectivity/source/drivers/postgresql/pq_baseresultset.cxx
+0
-2
pq_resultsetmetadata.cxx
...tivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
+0
-2
pq_xcolumn.cxx
connectivity/source/drivers/postgresql/pq_xcolumn.cxx
+0
-2
pq_xindex.cxx
connectivity/source/drivers/postgresql/pq_xindex.cxx
+0
-2
pq_xindexcolumn.cxx
connectivity/source/drivers/postgresql/pq_xindexcolumn.cxx
+0
-2
pq_xkey.cxx
connectivity/source/drivers/postgresql/pq_xkey.cxx
+0
-2
pq_xkeycolumn.cxx
connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
+0
-2
pq_xtable.cxx
connectivity/source/drivers/postgresql/pq_xtable.cxx
+0
-2
iodlgimp.cxx
fpicker/source/office/iodlgimp.cxx
+0
-18
javaldx.cxx
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+0
-1
pyuno.cxx
pyuno/source/module/pyuno.cxx
+0
-2
pyuno_util.cxx
pyuno/source/module/pyuno_util.cxx
+0
-1
dbinsdlg.cxx
sw/source/ui/dbui/dbinsdlg.cxx
+0
-4
atklistener.cxx
vcl/unx/gtk/a11y/atklistener.cxx
+0
-2
parse.cxx
xml2cmp/source/xcd/parse.cxx
+0
-6
txtprhdl.cxx
xmloff/source/text/txtprhdl.cxx
+0
-3
No files found.
connectivity/source/drivers/file/FStatement.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -46,9 +46,6 @@
...
@@ -46,9 +46,6 @@
#include <tools/debug.hxx>
#include <tools/debug.hxx>
#include <rtl/logfile.hxx>
#include <rtl/logfile.hxx>
#define THROW_SQL(x) \
OTools::ThrowException(x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
namespace
connectivity
namespace
connectivity
{
{
namespace
file
namespace
file
...
...
connectivity/source/drivers/hsqldb/HStorageAccess.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -45,7 +45,6 @@ using namespace ::com::sun::star::io;
...
@@ -45,7 +45,6 @@ using namespace ::com::sun::star::io;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
connectivity
::
hsqldb
;
using
namespace
::
connectivity
::
hsqldb
;
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
#define ThrowException(env, type, msg) { \
#define ThrowException(env, type, msg) { \
env->ThrowNew(env->FindClass(type), msg); }
env->ThrowNew(env->FindClass(type), msg); }
...
...
connectivity/source/drivers/hsqldb/StorageFileAccess.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -44,7 +44,6 @@ using namespace ::com::sun::star::io;
...
@@ -44,7 +44,6 @@ using namespace ::com::sun::star::io;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
connectivity
::
hsqldb
;
using
namespace
::
connectivity
::
hsqldb
;
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
/*****************************************************************************/
/*****************************************************************************/
/* exception macros */
/* exception macros */
...
...
connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -56,7 +56,6 @@ using namespace ::com::sun::star::io;
...
@@ -56,7 +56,6 @@ using namespace ::com::sun::star::io;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
connectivity
::
hsqldb
;
using
namespace
::
connectivity
::
hsqldb
;
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
/*****************************************************************************/
/*****************************************************************************/
/* exception macros */
/* exception macros */
...
...
connectivity/source/drivers/odbcbase/OStatement.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -54,18 +54,6 @@ using namespace ::comphelper;
...
@@ -54,18 +54,6 @@ using namespace ::comphelper;
#define THROW_SQL(x) \
#define THROW_SQL(x) \
OTools::ThrowException(m_pConnection,x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
OTools::ThrowException(m_pConnection,x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
#if OSL_DEBUG_LEVEL > 1
#define DEBUG_THROW \
try \
{ \
THROW_SQL(nRetCode); \
} \
catch(const SQLException&) \
{ \
OSL_FAIL("Exception in odbc caught"); \
}
#endif
using
namespace
connectivity
::
odbc
;
using
namespace
connectivity
::
odbc
;
...
...
connectivity/source/drivers/postgresql/pq_baseresultset.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -110,8 +110,6 @@ using com::sun::star::beans::Property;
...
@@ -110,8 +110,6 @@ using com::sun::star::beans::Property;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
static
::
cppu
::
IPropertyArrayHelper
&
getResultSetPropertyArrayHelper
()
static
::
cppu
::
IPropertyArrayHelper
&
getResultSetPropertyArrayHelper
()
{
{
static
::
cppu
::
IPropertyArrayHelper
*
pArrayHelper
;
static
::
cppu
::
IPropertyArrayHelper
*
pArrayHelper
;
...
...
connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -97,8 +97,6 @@ using com::sun::star::beans::XPropertySet;
...
@@ -97,8 +97,6 @@ using com::sun::star::beans::XPropertySet;
using
com
::
sun
::
star
::
container
::
XNameAccess
;
using
com
::
sun
::
star
::
container
::
XNameAccess
;
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
...
...
connectivity/source/drivers/postgresql/pq_xcolumn.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
Column
::
Column
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
Column
::
Column
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
)
ConnectionSettings
*
pSettings
)
...
...
connectivity/source/drivers/postgresql/pq_xindex.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -109,8 +109,6 @@ using com::sun::star::sdbc::SQLException;
...
@@ -109,8 +109,6 @@ using com::sun::star::sdbc::SQLException;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
Index
::
Index
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
Index
::
Index
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
,
ConnectionSettings
*
pSettings
,
...
...
connectivity/source/drivers/postgresql/pq_xindexcolumn.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
IndexColumn
::
IndexColumn
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
IndexColumn
::
IndexColumn
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
)
ConnectionSettings
*
pSettings
)
...
...
connectivity/source/drivers/postgresql/pq_xkey.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -109,8 +109,6 @@ using com::sun::star::sdbc::SQLException;
...
@@ -109,8 +109,6 @@ using com::sun::star::sdbc::SQLException;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
Key
::
Key
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
Key
::
Key
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
,
ConnectionSettings
*
pSettings
,
...
...
connectivity/source/drivers/postgresql/pq_xkeycolumn.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
...
@@ -69,8 +69,6 @@ using com::sun::star::beans::XPropertySet;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
KeyColumn
::
KeyColumn
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
KeyColumn
::
KeyColumn
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
)
ConnectionSettings
*
pSettings
)
...
...
connectivity/source/drivers/postgresql/pq_xtable.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -114,8 +114,6 @@ using com::sun::star::sdbc::SQLException;
...
@@ -114,8 +114,6 @@ using com::sun::star::sdbc::SQLException;
namespace
pq_sdbc_driver
namespace
pq_sdbc_driver
{
{
#define ASCII_STR(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
Table
::
Table
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
Table
::
Table
(
const
::
rtl
::
Reference
<
RefCountedMutex
>
&
refMutex
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
const
Reference
<
com
::
sun
::
star
::
sdbc
::
XConnection
>
&
connection
,
ConnectionSettings
*
pSettings
)
ConnectionSettings
*
pSettings
)
...
...
fpicker/source/office/iodlgimp.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -71,24 +71,6 @@ static inline String GetViewOptUserItem( const SvtViewOptions& rOpt )
...
@@ -71,24 +71,6 @@ static inline String GetViewOptUserItem( const SvtViewOptions& rOpt )
return
String
(
aUserData
);
return
String
(
aUserData
);
}
}
// defines for the style of the BrowseBox
#define STYLE_MULTI_SELECTION \
CNTVIEWSTYLE_NODE_BUTTONS | \
CNTVIEWSTYLE_NODE_BUTTONS_AT_ROOT | \
CNTVIEWSTYLE_SHOW_MESSAGES | \
CNTVIEWSTYLE_SHOW_FOLDERS | \
CNTVIEWSTYLE_NO_SMARTHIGHLIGHT | \
CNTVIEWSTYLE_HIDE_OPENMENU | \
CNTVIEWSTYLE_DEFAULT_APPEARANCE | \
CNTVIEWSTYLE_SORT_BY_FOLDER
#define STYLE_SINGLE_SELECTION \
STYLE_MULTI_SELECTION | CNTVIEWSTYLE_SINGLE_SELECTION
#define BOOL_NOT_INITIALIZE ((sal_Bool)2)
//*****************************************************************************
//*****************************************************************************
// ResMgrHolder / SvtSimpleResId
// ResMgrHolder / SvtSimpleResId
//*****************************************************************************
//*****************************************************************************
...
...
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
using
::
rtl
::
OUString
;
using
::
rtl
::
OUString
;
using
::
rtl
::
OUStringToOString
;
using
::
rtl
::
OUStringToOString
;
using
::
rtl
::
OString
;
using
::
rtl
::
OString
;
#define OUSTR(x) OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
static
sal_Bool
hasOption
(
char
const
*
szOption
,
int
argc
,
char
**
argv
);
static
sal_Bool
hasOption
(
char
const
*
szOption
,
int
argc
,
char
**
argv
);
static
rtl
::
OString
getLD_LIBRARY_PATH
(
const
rtl
::
ByteSequence
&
vendorData
);
static
rtl
::
OString
getLD_LIBRARY_PATH
(
const
rtl
::
ByteSequence
&
vendorData
);
...
...
pyuno/source/module/pyuno.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -38,8 +38,6 @@
...
@@ -38,8 +38,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#define TO_ASCII(x) OUStringToOString( x , RTL_TEXTENCODING_ASCII_US).getStr()
using
rtl
::
OStringBuffer
;
using
rtl
::
OStringBuffer
;
using
rtl
::
OUStringBuffer
;
using
rtl
::
OUStringBuffer
;
using
rtl
::
OUStringToOString
;
using
rtl
::
OUStringToOString
;
...
...
pyuno/source/module/pyuno_util.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -60,7 +60,6 @@ using com::sun::star::lang::XSingleServiceFactory;
...
@@ -60,7 +60,6 @@ using com::sun::star::lang::XSingleServiceFactory;
using
com
::
sun
::
star
::
script
::
XTypeConverter
;
using
com
::
sun
::
star
::
script
::
XTypeConverter
;
using
com
::
sun
::
star
::
beans
::
XMaterialHolder
;
using
com
::
sun
::
star
::
beans
::
XMaterialHolder
;
#define USTR_ASCII(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
namespace
pyuno
namespace
pyuno
{
{
PyRef
ustring2PyUnicode
(
const
OUString
&
str
)
PyRef
ustring2PyUnicode
(
const
OUString
&
str
)
...
...
sw/source/ui/dbui/dbinsdlg.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -175,10 +175,6 @@ struct _DB_Column
...
@@ -175,10 +175,6 @@ struct _DB_Column
SV_IMPL_OP_PTRARR_SORT
(
SwInsDBColumns
,
SwInsDBColumnPtr
)
SV_IMPL_OP_PTRARR_SORT
(
SwInsDBColumns
,
SwInsDBColumnPtr
)
#define DBCOLUMN_CONFIG_VERSION1 1
#define DBCOLUMN_CONFIG_VERSION DBCOLUMN_CONFIG_VERSION1
#define DBCOLUMN_MAXDATA 5
struct
_DB_ColumnConfigData
struct
_DB_ColumnConfigData
{
{
SwInsDBColumns
aDBColumns
;
SwInsDBColumns
aDBColumns
;
...
...
vcl/unx/gtk/a11y/atklistener.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -49,8 +49,6 @@
...
@@ -49,8 +49,6 @@
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
#define CSTRING_FROM_ANY(i) rtl::OUStringToOString( i.get< rtl::OUString >(), RTL_TEXTENCODING_UTF8 ).getStr()
AtkListener
::
AtkListener
(
AtkObjectWrapper
*
pWrapper
)
:
mpWrapper
(
pWrapper
)
AtkListener
::
AtkListener
(
AtkObjectWrapper
*
pWrapper
)
:
mpWrapper
(
pWrapper
)
{
{
if
(
mpWrapper
)
if
(
mpWrapper
)
...
...
xml2cmp/source/xcd/parse.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -46,12 +46,6 @@
...
@@ -46,12 +46,6 @@
// NOT FULLY DEFINED SERVICES
// NOT FULLY DEFINED SERVICES
#define AssertionOf(x) \
{if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ << std::endl; exit(3); }}
X2CParser
::
X2CParser
(
XmlElement
&
o_rDocumentData
)
X2CParser
::
X2CParser
(
XmlElement
&
o_rDocumentData
)
:
// sFileName,
:
// sFileName,
nFileLine
(
0
),
nFileLine
(
0
),
...
...
xmloff/source/text/txtprhdl.cxx
Dosyayı görüntüle @
54a908a0
...
@@ -63,9 +63,6 @@ using namespace ::com::sun::star::style;
...
@@ -63,9 +63,6 @@ using namespace ::com::sun::star::style;
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
com
::
sun
::
star
::
text
;
using
namespace
::
xmloff
::
token
;
using
namespace
::
xmloff
::
token
;
#define CONSTASCII_USTRINGPARAM_CMP(s) s, sizeof(s)-1
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
SvXMLEnumMapEntry
const
pXML_HoriPos_Enum
[]
=
SvXMLEnumMapEntry
const
pXML_HoriPos_Enum
[]
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment