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
5502be96
Kaydet (Commit)
5502be96
authored
Agu 06, 2012
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
üst
397a11f6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
65 deletions
+0
-65
displaying.hxx
autodoc/inc/autodoc/displaying.hxx
+0
-5
pe_enum2.hxx
autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
+0
-9
targetdropcontext.hxx
dtrans/source/win32/dnd/targetdropcontext.hxx
+0
-7
XTDo.hxx
dtrans/source/win32/workbench/XTDo.hxx
+0
-1
acceleratorconfigurationreader.hxx
framework/inc/xml/acceleratorconfigurationreader.hxx
+0
-3
fusel.hxx
sc/source/ui/inc/fusel.hxx
+0
-4
result.hxx
sc/workben/result.hxx
+0
-6
dirent.cxx
tools/source/fsys/dirent.cxx
+0
-10
CURI.cxx
unoxml/source/rdf/CURI.cxx
+0
-19
OLEHandler.hxx
writerfilter/source/dmapper/OLEHandler.hxx
+0
-1
No files found.
autodoc/inc/autodoc/displaying.hxx
Dosyayı görüntüle @
5502be96
...
@@ -33,8 +33,6 @@ namespace autodoc
...
@@ -33,8 +33,6 @@ namespace autodoc
class
HtmlDisplay_Idl_Ifc
;
class
HtmlDisplay_Idl_Ifc
;
// class TextDisplay_FunctionList_Ifc;
/** Interface for parsing code of a programming language and
/** Interface for parsing code of a programming language and
delivering the information into an Autodoc Repository.
delivering the information into an Autodoc Repository.
...
@@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc
...
@@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc
static
DisplayToolsFactory_Ifc
&
static
DisplayToolsFactory_Ifc
&
GetIt_
();
GetIt_
();
// virtual DYN autodoc::TextDisplay_FunctionList_Ifc *
// Create_TextDisplay_FunctionList() const = 0;
virtual
DYN
autodoc
::
HtmlDisplay_Idl_Ifc
*
virtual
DYN
autodoc
::
HtmlDisplay_Idl_Ifc
*
Create_HtmlDisplay_Idl
()
const
=
0
;
Create_HtmlDisplay_Idl
()
const
=
0
;
...
...
autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
Dosyayı görüntüle @
5502be96
...
@@ -20,15 +20,8 @@
...
@@ -20,15 +20,8 @@
#ifndef ADC_UIDL_PE_ENUM2_HXX
#ifndef ADC_UIDL_PE_ENUM2_HXX
#define ADC_UIDL_PE_ENUM2_HXX
#define ADC_UIDL_PE_ENUM2_HXX
// USED SERVICES
// BASE CLASSES
#include <s2_luidl/parsenv2.hxx>
#include <s2_luidl/parsenv2.hxx>
#include <s2_luidl/pestate.hxx>
#include <s2_luidl/pestate.hxx>
// COMPONENTS
// PARAMETERS
namespace
csi
namespace
csi
...
@@ -36,8 +29,6 @@ namespace csi
...
@@ -36,8 +29,6 @@ namespace csi
namespace
uidl
namespace
uidl
{
{
// class Enum;
class
PE_Value
;
class
PE_Value
;
class
PE_Enum
:
public
UnoIDL_PE
,
class
PE_Enum
:
public
UnoIDL_PE
,
...
...
dtrans/source/win32/dnd/targetdropcontext.hxx
Dosyayı görüntüle @
5502be96
...
@@ -50,13 +50,6 @@ public:
...
@@ -50,13 +50,6 @@ public:
virtual
void
SAL_CALL
rejectDrop
(
)
virtual
void
SAL_CALL
rejectDrop
(
)
throw
(
RuntimeException
);
throw
(
RuntimeException
);
/* virtual Sequence< DataFlavor > SAL_CALL getCurrentDataFlavors( )
throw( RuntimeException);
virtual sal_Bool SAL_CALL isDataFlavorSupported( const DataFlavor& df )
throw( RuntimeException);
*/
// XDropTargetDropContext (inherits XDropTargetDragContext)
// XDropTargetDropContext (inherits XDropTargetDragContext)
virtual
void
SAL_CALL
dropComplete
(
sal_Bool
success
)
virtual
void
SAL_CALL
dropComplete
(
sal_Bool
success
)
throw
(
RuntimeException
);
throw
(
RuntimeException
);
...
...
dtrans/source/win32/workbench/XTDo.hxx
Dosyayı görüntüle @
5502be96
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include <vector>
#include <vector>
// forward declaration
// forward declaration
//class CWinClipbImpl;
class
EnumFormatEtc
;
class
EnumFormatEtc
;
/*--------------------------------------------------------------------------
/*--------------------------------------------------------------------------
...
...
framework/inc/xml/acceleratorconfigurationreader.hxx
Dosyayı görüntüle @
5502be96
...
@@ -122,9 +122,6 @@ class AcceleratorConfigurationReader : public css::xml::sax::XDocumentHandler
...
@@ -122,9 +122,6 @@ class AcceleratorConfigurationReader : public css::xml::sax::XDocumentHandler
*/
*/
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XLocator
>
m_xLocator
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XLocator
>
m_xLocator
;
/* SfxAcceleratorItemList& m_aReadAcceleratorList;
*/
//-------------------------------------------
//-------------------------------------------
// interface
// interface
...
...
sc/source/ui/inc/fusel.hxx
Dosyayı görüntüle @
5502be96
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#include "fudraw.hxx"
#include "fudraw.hxx"
//class Outliner;
//class OutlinerView;
class
SdrPageView
;
class
SdrPageView
;
...
@@ -53,8 +51,6 @@ public:
...
@@ -53,8 +51,6 @@ public:
void
ActivateNoteHandles
(
SdrObject
*
pObj
);
void
ActivateNoteHandles
(
SdrObject
*
pObj
);
protected
:
protected
:
// Outliner* pOutliner;
// OutlinerView* pOutlinerView;
sal_Bool
bVCAction
;
sal_Bool
bVCAction
;
private
:
private
:
...
...
sc/workben/result.hxx
Dosyayı görüntüle @
5502be96
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include <cppuhelper/implbase1.hxx> // helper for implementations
#include <cppuhelper/implbase1.hxx> // helper for implementations
//class XResultListenerRef;
typedef
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>*
XResultListenerPtr
;
typedef
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>*
XResultListenerPtr
;
typedef
boost
::
ptr_vector
<
XResultListenerPtr
>
XResultListenerArr_Impl
;
typedef
boost
::
ptr_vector
<
XResultListenerPtr
>
XResultListenerArr_Impl
;
...
@@ -61,11 +60,6 @@ public:
...
@@ -61,11 +60,6 @@ public:
ScAddInResult
(
const
String
&
rStr
);
ScAddInResult
(
const
String
&
rStr
);
virtual
~
ScAddInResult
();
virtual
~
ScAddInResult
();
// SMART_UNO_DECLARATION( ScAddInResult, UsrObject );
// virtual BOOL queryInterface( Uik, XInterfaceRef& );
// virtual XIdlClassRef getIdlClass(void);
// XVolatileResult
// XVolatileResult
virtual
void
SAL_CALL
addResultListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
addResultListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
removeResultListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
removeResultListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XResultListener
>&
aListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
tools/source/fsys/dirent.cxx
Dosyayı görüntüle @
5502be96
...
@@ -1234,16 +1234,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
...
@@ -1234,16 +1234,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
const
DirEntry
*
pEntryTop
=
rEntry
.
ImpGetTopPtr
();
const
DirEntry
*
pEntryTop
=
rEntry
.
ImpGetTopPtr
();
const
DirEntry
*
pThisTop
=
ImpGetTopPtr
();
const
DirEntry
*
pThisTop
=
ImpGetTopPtr
();
// "." + irgendwas oder irgendwas + "d:irgendwas"
/* TPF:org
if ( ( eFlag == FSYS_FLAG_RELROOT && !aName ) ||
( pEntryTop->aName.Len() &&
( pEntryTop->eFlag == FSYS_FLAG_ABSROOT ||
pEntryTop->eFlag == FSYS_FLAG_RELROOT ||
pEntryTop->eFlag == FSYS_FLAG_VOLUME ) ) )
return rEntry;
*/
if
(
if
(
(
eFlag
==
FSYS_FLAG_RELROOT
&&
aName
.
isEmpty
())
||
(
eFlag
==
FSYS_FLAG_RELROOT
&&
aName
.
isEmpty
())
||
(
(
...
...
unoxml/source/rdf/CURI.cxx
Dosyayı görüntüle @
5502be96
...
@@ -653,18 +653,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
...
@@ -653,18 +653,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
ln
=
"hasPart"
;
ln
=
"hasPart"
;
break
;
break
;
/* REMOVED
case css::rdf::URIs::PKG_IDREF:
ns = s_nsPkg;
ln = "idref";
break;
case css::rdf::URIs::PKG_PATH:
ns = s_nsPkg;
ln = "path";
break;
*/
case
css
:
:
rdf
::
URIs
::
PKG_MIMETYPE
:
case
css
:
:
rdf
::
URIs
::
PKG_MIMETYPE
:
ns
=
s_nsPkg
;
ns
=
s_nsPkg
;
ln
=
"mimeType"
;
ln
=
"mimeType"
;
...
@@ -720,13 +708,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
...
@@ -720,13 +708,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
ln
=
"StylesFile"
;
ln
=
"StylesFile"
;
break
;
break
;
/* REMOVED
case css::rdf::URIs::ODF_METADATAFILE:
ns = s_nsODF;
ln = "MetadataFile";
break;
*/
default
:
default
:
throw
css
::
lang
::
IllegalArgumentException
(
throw
css
::
lang
::
IllegalArgumentException
(
::
rtl
::
OUString
(
"CURI::initialize: "
::
rtl
::
OUString
(
"CURI::initialize: "
...
...
writerfilter/source/dmapper/OLEHandler.hxx
Dosyayı görüntüle @
5502be96
...
@@ -41,7 +41,6 @@ namespace com{ namespace sun{ namespace star{
...
@@ -41,7 +41,6 @@ namespace com{ namespace sun{ namespace star{
namespace
writerfilter
{
namespace
writerfilter
{
namespace
dmapper
namespace
dmapper
{
{
//class PropertyMap;
/** Handler for OLE objects
/** Handler for OLE objects
*/
*/
class
WRITERFILTER_DLLPRIVATE
OLEHandler
:
public
LoggedProperties
class
WRITERFILTER_DLLPRIVATE
OLEHandler
:
public
LoggedProperties
...
...
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