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
d57d3c34
Kaydet (Commit)
d57d3c34
authored
Haz 26, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
üst
b776233c
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
0 additions
and
75 deletions
+0
-75
dp_gui_updateinstalldialog.hxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+0
-9
dp_version.hxx
desktop/source/deployment/inc/dp_version.hxx
+0
-3
dp_compbackenddb.hxx
...source/deployment/registry/component/dp_compbackenddb.hxx
+0
-7
dp_extbackenddb.hxx
...op/source/deployment/registry/package/dp_extbackenddb.hxx
+0
-7
oo3extensionmigration.hxx
desktop/source/migration/services/oo3extensionmigration.hxx
+0
-3
formcontrolcontainer.hxx
extensions/source/bibliography/formcontrolcontainer.hxx
+0
-2
ldapaccess.hxx
extensions/source/config/ldap/ldapaccess.hxx
+0
-2
fontdialog.hxx
extensions/source/propctrlr/fontdialog.hxx
+0
-3
genericpropertyhandler.hxx
extensions/source/propctrlr/genericpropertyhandler.hxx
+0
-1
propcontroller.hxx
extensions/source/propctrlr/propcontroller.hxx
+0
-3
xsddatatypes.hxx
extensions/source/propctrlr/xsddatatypes.hxx
+0
-1
updatecheck.hxx
extensions/source/update/check/updatecheck.hxx
+0
-1
ListBox.hxx
forms/source/component/ListBox.hxx
+0
-7
imgprod.hxx
forms/source/component/imgprod.hxx
+0
-2
richtextcontrol.hxx
forms/source/richtext/richtextcontrol.hxx
+0
-1
convert.hxx
forms/source/xforms/convert.hxx
+0
-1
model.hxx
forms/source/xforms/model.hxx
+0
-1
propertysetbase.hxx
forms/source/xforms/propertysetbase.hxx
+0
-1
padialog.hxx
padmin/source/padialog.hxx
+0
-1
ListStyle.hxx
writerperfect/source/filter/ListStyle.hxx
+0
-2
TableStyle.hxx
writerperfect/source/filter/TableStyle.hxx
+0
-1
TextRunStyle.hxx
writerperfect/source/filter/TextRunStyle.hxx
+0
-2
SchXMLExport.hxx
xmloff/inc/SchXMLExport.hxx
+0
-12
txtflde.hxx
xmloff/inc/txtflde.hxx
+0
-1
xexptran.hxx
xmloff/inc/xexptran.hxx
+0
-1
No files found.
desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -37,17 +37,8 @@ namespace com { namespace sun { namespace star { namespace deployment {
...
@@ -37,17 +37,8 @@ namespace com { namespace sun { namespace star { namespace deployment {
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
}}}}
}}}}
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
dom
{
class
XNode
;
}}}}}
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
xpath
{
class
XXPathAPI
;
}}}}}
class
Window
;
class
Window
;
namespace
osl
{
class
Condition
;
}
namespace
dp_gui
{
namespace
dp_gui
{
...
...
desktop/source/deployment/inc/dp_version.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/Reference.hxx"
#include "dp_misc_api.hxx"
#include "dp_misc_api.hxx"
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
deployment
{
class
XPackage
;
}
}
}
}
namespace
rtl
{
class
OUString
;
}
namespace
rtl
{
class
OUString
;
}
namespace
dp_misc
{
namespace
dp_misc
{
...
...
desktop/source/deployment/registry/component/dp_compbackenddb.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -32,13 +32,6 @@ namespace com { namespace sun { namespace star {
...
@@ -32,13 +32,6 @@ namespace com { namespace sun { namespace star {
namespace
uno
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
}
}
namespace
xml
{
namespace
dom
{
class
XDocument
;
class
XNode
;
}}
namespace
xml
{
namespace
xpath
{
class
XXPathAPI
;
}}
}}}
}}}
namespace
dp_registry
{
namespace
dp_registry
{
...
...
desktop/source/deployment/registry/package/dp_extbackenddb.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star {
...
@@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star {
namespace
uno
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
}
}
namespace
xml
{
namespace
dom
{
class
XDocument
;
class
XNode
;
}}
namespace
xml
{
namespace
xpath
{
class
XXPathAPI
;
}}
}}}
}}}
namespace
dp_registry
{
namespace
dp_registry
{
...
...
desktop/source/migration/services/oo3extensionmigration.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -49,9 +49,6 @@ namespace com { namespace sun { namespace star {
...
@@ -49,9 +49,6 @@ namespace com { namespace sun { namespace star {
namespace
uno
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
}
}
namespace
deployment
{
class
XPackage
;
}
}}}
}}}
class
INetURLObject
;
class
INetURLObject
;
...
...
extensions/source/bibliography/formcontrolcontainer.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#include "loadlisteneradapter.hxx"
#include "loadlisteneradapter.hxx"
#include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/awt/XControlContainer.hpp>
class
BibDataManager
;
//.........................................................................
//.........................................................................
namespace
bib
namespace
bib
{
{
...
...
extensions/source/config/ldap/ldapaccess.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -38,9 +38,7 @@ namespace uno = css::uno ;
...
@@ -38,9 +38,7 @@ namespace uno = css::uno ;
namespace
lang
=
css
::
lang
;
namespace
lang
=
css
::
lang
;
namespace
ldap
=
css
::
ldap
;
namespace
ldap
=
css
::
ldap
;
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// LdapUserProfile classes
struct
LdapUserProfile
;
struct
LdapUserProfile
;
class
LdapUserProfileMap
;
typedef
LDAP_API
(
int
)
(
LDAP_CALL
*
t_ldap_unbind_s
)(
LDAP
*
ld
);
typedef
LDAP_API
(
int
)
(
LDAP_CALL
*
t_ldap_unbind_s
)(
LDAP
*
ld
);
typedef
LDAP_API
(
int
)
(
LDAP_CALL
*
t_ldap_simple_bind_s
)(
LDAP
*
ld
,
const
char
*
who
,
const
char
*
passwd
);
typedef
LDAP_API
(
int
)
(
LDAP_CALL
*
t_ldap_simple_bind_s
)(
LDAP
*
ld
,
const
char
*
who
,
const
char
*
passwd
);
...
...
extensions/source/propctrlr/fontdialog.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
class
SvxFontListItem
;
class
FontList
;
//............................................................................
//............................................................................
namespace
pcr
namespace
pcr
{
{
...
...
extensions/source/propctrlr/genericpropertyhandler.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -49,7 +49,6 @@ namespace pcr
...
@@ -49,7 +49,6 @@ namespace pcr
}
}
};
};
class
IPropertyInfoService
;
class
IPropertyEnumRepresentation
;
class
IPropertyEnumRepresentation
;
//====================================================================
//====================================================================
//= GenericPropertyHandler
//= GenericPropertyHandler
...
...
extensions/source/propctrlr/propcontroller.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -72,10 +72,7 @@
...
@@ -72,10 +72,7 @@
#include <vector>
#include <vector>
#include <memory>
#include <memory>
class
SvNumberFormatsSupplierObj
;
class
Font
;
class
Window
;
class
Window
;
class
SfxItemSet
;
//............................................................................
//............................................................................
namespace
pcr
namespace
pcr
...
...
extensions/source/propctrlr/xsddatatypes.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star {
...
@@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star {
class
XDataType
;
class
XDataType
;
}
}
namespace
beans
{
namespace
beans
{
class
XPropertySet
;
class
XPropertySetInfo
;
class
XPropertySetInfo
;
}
}
}
}
}
}
}
}
...
...
extensions/source/update/check/updatecheck.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
class
UpdateCheck
;
class
UpdateCheck
;
class
UpdateCheckConfig
;
class
UpdateCheckInitData
{
class
UpdateCheckInitData
{
...
...
forms/source/component/ListBox.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -53,11 +53,6 @@
...
@@ -53,11 +53,6 @@
#include <vector>
#include <vector>
namespace
dbtools
{
class
FormattedColumnValue
;
}
//.........................................................................
//.........................................................................
namespace
frm
namespace
frm
{
{
...
@@ -204,8 +199,6 @@ typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XFocusListener
...
@@ -204,8 +199,6 @@ typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XFocusListener
,
::
com
::
sun
::
star
::
form
::
XChangeBroadcaster
,
::
com
::
sun
::
star
::
form
::
XChangeBroadcaster
>
OListBoxControl_BASE
;
>
OListBoxControl_BASE
;
class
ChangeListeners
;
class
OListBoxControl
:
public
OBoundControl
class
OListBoxControl
:
public
OBoundControl
,
public
OListBoxControl_BASE
,
public
OListBoxControl_BASE
,
public
IEventProcessor
,
public
IEventProcessor
...
...
forms/source/component/imgprod.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -46,9 +46,7 @@
...
@@ -46,9 +46,7 @@
class
SvStream
;
class
SvStream
;
class
ImageConsumer
;
class
Graphic
;
class
Graphic
;
class
GraphicFilter
;
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
io
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
io
{
class
XInputStream
;
class
XInputStream
;
...
...
forms/source/richtext/richtextcontrol.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -41,7 +41,6 @@ namespace frm
...
@@ -41,7 +41,6 @@ namespace frm
//.........................................................................
//.........................................................................
class
ORichTextFeatureDispatcher
;
class
ORichTextFeatureDispatcher
;
class
RichTextControl
;
//==================================================================
//==================================================================
// ORichTextControl
// ORichTextControl
...
...
forms/source/xforms/convert.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace uno
...
@@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace uno
class
Type
;
class
Type
;
}
}
}
}
}
}
}
}
namespace
rtl
{
class
OUString
;
}
namespace
rtl
{
class
OUString
;
}
class
ConvertImpl
;
namespace
xforms
namespace
xforms
{
{
...
...
forms/source/xforms/model.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -60,7 +60,6 @@ namespace com { namespace sun { namespace star
...
@@ -60,7 +60,6 @@ namespace com { namespace sun { namespace star
namespace
rtl
{
class
OUString
;
}
namespace
rtl
{
class
OUString
;
}
namespace
xforms
namespace
xforms
{
{
class
Binding
;
class
MIP
;
class
MIP
;
class
BindingCollection
;
class
BindingCollection
;
class
SubmissionCollection
;
class
SubmissionCollection
;
...
...
forms/source/xforms/propertysetbase.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -46,7 +46,6 @@
...
@@ -46,7 +46,6 @@
// forward declarations for method arguments
// forward declarations for method arguments
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
Any
;
class
Any
;
class
Type
;
class
RuntimeException
;
class
RuntimeException
;
template
<
class
T
>
class
Sequence
;
template
<
class
T
>
class
Sequence
;
}
}
}
}
}
}
}
}
...
...
padmin/source/padialog.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
// forward declaration
// forward declaration
namespace
psp
{
class
PrinterInfoManager
;
}
namespace
psp
{
class
PrinterInfoManager
;
}
class
Printer
;
namespace
padmin
{
namespace
padmin
{
...
...
writerperfect/source/filter/ListStyle.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -33,8 +33,6 @@
...
@@ -33,8 +33,6 @@
#include "Style.hxx"
#include "Style.hxx"
class
DocumentElement
;
class
ListLevelStyle
class
ListLevelStyle
{
{
public
:
public
:
...
...
writerperfect/source/filter/TableStyle.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
#include "Style.hxx"
#include "Style.hxx"
class
DocumentElement
;
class
OdfDocumentHandler
;
class
OdfDocumentHandler
;
class
TableCellStyle
:
public
Style
class
TableCellStyle
:
public
Style
...
...
writerperfect/source/filter/TextRunStyle.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
#include "Style.hxx"
#include "Style.hxx"
class
TagOpenElement
;
class
DocumentElement
;
class
OdfDocumentHandler
;
class
OdfDocumentHandler
;
class
ParagraphStyle
class
ParagraphStyle
...
...
xmloff/inc/SchXMLExport.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -36,23 +36,11 @@
...
@@ -36,23 +36,11 @@
#include <xmloff/prhdlfac.hxx>
#include <xmloff/prhdlfac.hxx>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
chart
{
class
XDiagram
;
class
XChartDocument
;
struct
ChartSeriesAddress
;
}
namespace
drawing
{
class
XShape
;
}
namespace
task
{
namespace
task
{
class
XStatusIndicator
;
class
XStatusIndicator
;
}
}
}}}
}}}
class
SvXMLAutoStylePoolP
;
class
SvXMLUnitConverter
;
class
XMLChartExportPropertyMapper
;
// ------------------------------------------
// ------------------------------------------
// export class for a complete chart document
// export class for a complete chart document
// ------------------------------------------
// ------------------------------------------
...
...
xmloff/inc/txtflde.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
class
SvXMLExport
;
class
SvXMLExport
;
class
SvXMLNumFmtExport
;
struct
XMLPropertyState
;
struct
XMLPropertyState
;
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
com
{
namespace
sun
{
namespace
star
{
...
...
xmloff/inc/xexptran.hxx
Dosyayı görüntüle @
d57d3c34
...
@@ -52,7 +52,6 @@ namespace basegfx
...
@@ -52,7 +52,6 @@ namespace basegfx
{
{
class
B2DTuple
;
class
B2DTuple
;
class
B2DHomMatrix
;
class
B2DHomMatrix
;
class
B3DTuple
;
class
B3DHomMatrix
;
class
B3DHomMatrix
;
}
// end of namespace basegfx
}
// end of namespace basegfx
...
...
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