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
d7c274ca
Kaydet (Commit)
d7c274ca
authored
Şub 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
üst
2ea954d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
fmshimp.hxx
svx/source/inc/fmshimp.hxx
+5
-5
formcontroller.hxx
svx/source/inc/formcontroller.hxx
+1
-1
tabwin.hxx
svx/source/inc/tabwin.hxx
+4
-4
svdouno.cxx
svx/source/svdraw/svdouno.cxx
+1
-1
No files found.
svx/source/inc/fmshimp.hxx
Dosyayı görüntüle @
d7c274ca
...
...
@@ -88,7 +88,7 @@ typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::X
//==============================================================================
// a class iterating through all fields of a form which are bound to a field
// sub forms are ignored, grid columns (where the grid is a direct child of the form) are included
class
SAL_DLLPRIVATE
FmXBoundFormFieldIterator
:
public
::
comphelper
::
IndexAccessIterator
class
FmXBoundFormFieldIterator
:
public
::
comphelper
::
IndexAccessIterator
{
public
:
FmXBoundFormFieldIterator
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
_rStartingPoint
)
:
::
comphelper
::
IndexAccessIterator
(
_rStartingPoint
)
{
}
...
...
@@ -100,7 +100,7 @@ protected:
class
FmFormPage
;
//========================================================================
struct
SAL_DLLPRIVATE
FmLoadAction
struct
FmLoadAction
{
FmFormPage
*
pPage
;
sal_uLong
nEventId
;
...
...
@@ -122,7 +122,7 @@ typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::beans::XPropertyCh
>
FmXFormShell_BD_BASE
;
//========================================================================
class
SAL_DLLPRIVATE
FmXFormShell_Base_Disambiguation
:
public
FmXFormShell_BD_BASE
class
FmXFormShell_Base_Disambiguation
:
public
FmXFormShell_BD_BASE
{
using
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
::
disposing
;
protected
:
...
...
@@ -144,7 +144,7 @@ struct SdrViewEvent;
class
FmFormShell
;
class
FmFormView
;
class
FmFormObj
;
class
SAL_DLLPRIVATE
FmXFormShell
:
public
FmXFormShell_BASE
class
FmXFormShell
:
public
FmXFormShell_BASE
,
public
FmXFormShell_CFGBASE
,
public
::
svxform
::
OStaticDataAccessTools
,
public
::
svx
::
IControllerFeatureInvalidation
...
...
@@ -554,7 +554,7 @@ inline sal_Bool FmXFormShell::IsSelectionUpdatePending()
// = der Teil mit dem Container-Test fuer dieses Objekt.
// =
class
S
AL_DLLPRIVATE
S
earchableControlIterator
:
public
::
comphelper
::
IndexAccessIterator
class
SearchableControlIterator
:
public
::
comphelper
::
IndexAccessIterator
{
OUString
m_sCurrentValue
;
// der aktuelle Wert der ControlSource-::com::sun::star::beans::Property
...
...
svx/source/inc/formcontroller.hxx
Dosyayı görüntüle @
d7c274ca
...
...
@@ -130,7 +130,7 @@ namespace svxform
// FormController
//==================================================================
class
ColumnInfoCache
;
class
SAL_DLLPRIVATE
FormController
:
public
::
comphelper
::
OBaseMutex
class
FormController
:
public
::
comphelper
::
OBaseMutex
,
public
FormController_BASE
,
public
::
cppu
::
OPropertySetHelper
,
public
DispatchInterceptor
...
...
svx/source/inc/tabwin.hxx
Dosyayı görüntüle @
d7c274ca
...
...
@@ -32,7 +32,7 @@
//==================================================================
class
FmFieldWin
;
class
SAL_DLLPRIVATE
FmFieldWinListBox
class
FmFieldWinListBox
:
public
SvTreeListBox
{
FmFieldWin
*
pTabWin
;
...
...
@@ -59,7 +59,7 @@ protected:
//========================================================================
class
FmFormShell
;
class
SAL_DLLPRIVATE
FmFieldWinData
class
FmFieldWinData
{
public
:
FmFieldWinData
();
...
...
@@ -67,7 +67,7 @@ public:
};
//========================================================================
class
SAL_DLLPRIVATE
FmFieldWin
:
public
SfxFloatingWindow
class
FmFieldWin
:
public
SfxFloatingWindow
,
public
SfxControllerItem
,
public
::
comphelper
::
OPropertyChangeListener
,
public
::
svxform
::
OStaticDataAccessTools
...
...
@@ -120,7 +120,7 @@ protected:
};
//========================================================================
class
SAL_DLLPRIVATE
FmFieldWinMgr
:
public
SfxChildWindow
class
FmFieldWinMgr
:
public
SfxChildWindow
{
public
:
FmFieldWinMgr
(
Window
*
pParent
,
sal_uInt16
nId
,
...
...
svx/source/svdraw/svdouno.cxx
Dosyayı görüntüle @
d7c274ca
...
...
@@ -106,7 +106,7 @@ void SdrControlEventListenerImpl::StartListening(const uno::Reference< lang::XCo
}
// =============================================================================
struct
S
AL_DLLPRIVATE
S
drUnoObjDataHolder
struct
SdrUnoObjDataHolder
{
mutable
::
rtl
::
Reference
<
SdrControlEventListenerImpl
>
pEventListener
;
...
...
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