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
08642a11
Kaydet (Commit)
08642a11
authored
Nis 17, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add some SAL_WARN_UNUSED
Change-Id: I6f52c91d6b355c9aa0e0bb28990745c4eb4be5ac
üst
0e8218d9
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
57 additions
and
80 deletions
+57
-80
f3dchild.hxx
include/svx/f3dchild.hxx
+1
-1
fillctrl.hxx
include/svx/fillctrl.hxx
+2
-2
float3d.hxx
include/svx/float3d.hxx
+3
-3
fmdmod.hxx
include/svx/fmdmod.hxx
+1
-1
fmdpage.hxx
include/svx/fmdpage.hxx
+1
-1
fmgridcl.hxx
include/svx/fmgridcl.hxx
+2
-2
fmgridif.hxx
include/svx/fmgridif.hxx
+8
-8
fmmodel.hxx
include/svx/fmmodel.hxx
+1
-1
fmobjfac.hxx
include/svx/fmobjfac.hxx
+1
-6
fmpage.hxx
include/svx/fmpage.hxx
+1
-1
fmshell.hxx
include/svx/fmshell.hxx
+2
-7
fmsrccfg.hxx
include/svx/fmsrccfg.hxx
+1
-1
fmsrcimp.hxx
include/svx/fmsrcimp.hxx
+10
-7
fmtools.hxx
include/svx/fmtools.hxx
+3
-7
fmview.hxx
include/svx/fmview.hxx
+1
-1
fntctl.hxx
include/svx/fntctl.hxx
+1
-3
fntctrl.hxx
include/svx/fntctrl.hxx
+1
-1
fntszctl.hxx
include/svx/fntszctl.hxx
+1
-3
fontlb.hxx
include/svx/fontlb.hxx
+2
-4
fontwork.hxx
include/svx/fontwork.hxx
+3
-3
fontworkbar.hxx
include/svx/fontworkbar.hxx
+1
-1
fontworkgallery.hxx
include/svx/fontworkgallery.hxx
+3
-6
formatpaintbrushctrl.hxx
include/svx/formatpaintbrushctrl.hxx
+1
-2
framelink.hxx
include/svx/framelink.hxx
+2
-2
framelinkarray.hxx
include/svx/framelinkarray.hxx
+1
-3
frmdirlbox.hxx
include/svx/frmdirlbox.hxx
+2
-2
frmsel.hxx
include/svx/frmsel.hxx
+1
-1
No files found.
include/svx/f3dchild.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -31,7 +31,7 @@
|*
\************************************************************************/
class
SVX_DLLPUBLIC
Svx3DChildWindow
:
public
SfxChildWindow
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vx3DChildWindow
:
public
SfxChildWindow
{
public
:
Svx3DChildWindow
(
vcl
::
Window
*
,
sal_uInt16
,
SfxBindings
*
,
SfxChildWinInfo
*
);
...
...
include/svx/fillctrl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -41,7 +41,7 @@ class ListBox;
|*
\************************************************************************/
class
SVX_DLLPUBLIC
SvxFillToolBoxControl
:
public
SfxToolBoxControl
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFillToolBoxControl
:
public
SfxToolBoxControl
{
private
:
XFillStyleItem
*
mpStyleItem
;
...
...
@@ -72,7 +72,7 @@ public:
class
FillControl
:
public
vcl
::
Window
class
SAL_WARN_UNUSED
FillControl
:
public
vcl
::
Window
{
private
:
friend
class
SvxFillToolBoxControl
;
...
...
include/svx/float3d.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -53,7 +53,7 @@ class SvxConvertTo3DItem;
struct
Svx3DWinImpl
;
class
SVX_DLLPUBLIC
Svx3DWin
:
public
SfxDockingWindow
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vx3DWin
:
public
SfxDockingWindow
{
friend
class
Svx3DChildWindow
;
friend
class
Svx3DCtrlItem
;
...
...
@@ -237,7 +237,7 @@ public:
|*
\************************************************************************/
class
Svx3DCtrlItem
:
public
SfxControllerItem
class
S
AL_WARN_UNUSED
S
vx3DCtrlItem
:
public
SfxControllerItem
{
protected
:
virtual
void
StateChanged
(
sal_uInt16
nSId
,
SfxItemState
eState
,
...
...
@@ -254,7 +254,7 @@ class Svx3DCtrlItem : public SfxControllerItem
|*
\************************************************************************/
class
SvxConvertTo3DItem
:
public
SfxControllerItem
class
S
AL_WARN_UNUSED
S
vxConvertTo3DItem
:
public
SfxControllerItem
{
bool
bState
;
...
...
include/svx/fmdmod.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -22,7 +22,7 @@
#include <svx/unomod.hxx>
#include <svx/svxdllapi.h>
class
SVX_DLLPUBLIC
SvxFmMSFactory
:
public
SvxUnoDrawMSFactory
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFmMSFactory
:
public
SvxUnoDrawMSFactory
{
public
:
...
...
include/svx/fmdpage.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -27,7 +27,7 @@
// SvxFmDrawPage
class
SVX_DLLPUBLIC
SvxFmDrawPage
:
public
SvxDrawPage
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFmDrawPage
:
public
SvxDrawPage
,
public
::
com
::
sun
::
star
::
form
::
XFormsSupplier2
{
protected
:
...
...
include/svx/fmgridcl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -30,7 +30,7 @@
// FmGridHeader
struct
FmGridHeaderData
;
class
SVX_DLLPUBLIC
FmGridHeader
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmGridHeader
:
public
::
svt
::
EditBrowserHeader
,
public
DropTargetHelper
{
...
...
@@ -91,7 +91,7 @@ private:
// FmGridControl
class
FmXGridPeer
;
class
SVX_DLLPUBLIC
FmGridControl
:
public
DbGridControl
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmGridControl
:
public
DbGridControl
{
friend
class
FmGridHeader
;
...
...
include/svx/fmgridif.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -57,7 +57,7 @@
class
DbGridColumn
;
class
OWeakSubObject
:
public
::
cppu
::
OWeakObject
class
SAL_WARN_UNUSED
OWeakSubObject
:
public
::
cppu
::
OWeakObject
{
protected
:
::
cppu
::
OWeakObject
&
m_rParent
;
...
...
@@ -72,7 +72,7 @@ public:
// FmXModifyMultiplexer
class
FmXModifyMultiplexer
:
public
OWeakSubObject
class
SAL_WARN_UNUSED
FmXModifyMultiplexer
:
public
OWeakSubObject
,
public
::
cppu
::
OInterfaceContainerHelper
,
public
::
com
::
sun
::
star
::
util
::
XModifyListener
{
...
...
@@ -95,7 +95,7 @@ public:
// FmXUpdateMultiplexer
class
FmXUpdateMultiplexer
:
public
OWeakSubObject
,
class
SAL_WARN_UNUSED
FmXUpdateMultiplexer
:
public
OWeakSubObject
,
public
::
cppu
::
OInterfaceContainerHelper
,
public
::
com
::
sun
::
star
::
form
::
XUpdateListener
{
...
...
@@ -120,7 +120,7 @@ public:
// FmXSelectionMultiplexer
class
FmXSelectionMultiplexer
:
public
OWeakSubObject
class
SAL_WARN_UNUSED
FmXSelectionMultiplexer
:
public
OWeakSubObject
,
public
::
cppu
::
OInterfaceContainerHelper
,
public
::
com
::
sun
::
star
::
view
::
XSelectionChangeListener
{
...
...
@@ -144,7 +144,7 @@ public:
// FmXGridControlMultiplexer
class
FmXGridControlMultiplexer
:
public
OWeakSubObject
class
SAL_WARN_UNUSED
FmXGridControlMultiplexer
:
public
OWeakSubObject
,
public
::
cppu
::
OInterfaceContainerHelper
,
public
::
com
::
sun
::
star
::
form
::
XGridControlListener
{
...
...
@@ -168,7 +168,7 @@ public:
// FmXContainerMultiplexer
class
FmXContainerMultiplexer
:
public
OWeakSubObject
,
class
SAL_WARN_UNUSED
FmXContainerMultiplexer
:
public
OWeakSubObject
,
public
::
cppu
::
OInterfaceContainerHelper
,
public
::
com
::
sun
::
star
::
container
::
XContainerListener
{
...
...
@@ -206,7 +206,7 @@ typedef ::cppu::ImplHelper10< ::com::sun::star::form::XBoundComponent,
>
FmXGridControl_BASE
;
class
FmXGridPeer
;
class
SVX_DLLPUBLIC
FmXGridControl
:
public
UnoControl
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmXGridControl
:
public
UnoControl
,
public
FmXGridControl_BASE
{
FmXModifyMultiplexer
m_aModifyListeners
;
...
...
@@ -338,7 +338,7 @@ typedef ::comphelper::ImplHelper19 < ::com::sun::star::form::XGridPeer,
::
com
::
sun
::
star
::
view
::
XSelectionSupplier
>
FmXGridPeer_BASE
;
class
FmGridControl
;
class
SVX_DLLPUBLIC
FmXGridPeer
:
public
VCLXWindow
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmXGridPeer
:
public
VCLXWindow
,
public
FmXGridPeer_BASE
{
css
::
uno
::
Reference
<
css
::
container
::
XIndexContainer
>
m_xColumns
;
...
...
include/svx/fmmodel.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -32,7 +32,7 @@ class SbxArray;
class
SbxValue
;
struct
FmFormModelImplData
;
class
SVX_DLLPUBLIC
FmFormModel
:
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmFormModel
:
public
SdrModel
{
private
:
...
...
include/svx/fmobjfac.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -25,9 +25,7 @@
class
SdrObjFactory
;
class
SVX_DLLPUBLIC
FmFormObjFactory
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmFormObjFactory
{
public
:
FmFormObjFactory
();
...
...
@@ -36,9 +34,6 @@ public:
DECL_LINK
(
MakeObject
,
SdrObjFactory
*
);
};
#endif // _FM_FMOBJFAC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/fmpage.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -38,7 +38,7 @@ namespace com { namespace sun { namespace star {
class
SdrView
;
class
HelpEvent
;
class
SVX_DLLPUBLIC
FmFormPage
:
public
SdrPage
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmFormPage
:
public
SdrPage
{
FmFormPage
&
operator
=
(
const
FmFormPage
&
)
SAL_DELETED_FUNCTION
;
...
...
include/svx/fmshell.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -55,7 +55,7 @@ namespace svx
}
class
SVX_DLLPUBLIC
FmDesignModeChangedHint
:
public
SfxHint
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmDesignModeChangedHint
:
public
SfxHint
{
bool
m_bDesignMode
;
...
...
@@ -66,8 +66,7 @@ public:
bool
GetDesignMode
()
const
{
return
m_bDesignMode
;
}
};
class
SVX_DLLPUBLIC
FmFormShell
:
public
SfxShell
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmFormShell
:
public
SfxShell
{
friend
class
FmFormView
;
friend
class
FmXFormShell
;
...
...
@@ -176,10 +175,6 @@ protected:
void
impl_setDesignMode
(
bool
bDesign
);
};
// ***************************************************************************************************
// ***************************************************************************************************
// ***************************************************************************************************
#endif // INCLUDED_SVX_FMSHELL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/fmsrccfg.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -91,7 +91,7 @@ namespace svxform
// = class FmSearchConfigItem - a ConfigItem, that remembers search parameters
class
SVX_DLLPUBLIC
FmSearchConfigItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmSearchConfigItem
:
protected
FmSearchParams
,
public
::
utl
::
OConfigurationValueContainer
// order matters!
...
...
include/svx/fmsrcimp.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -42,7 +42,7 @@
* class FmSearchThread
*/
class
FmSearchEngine
;
class
FmSearchThread
:
public
::
osl
::
Thread
class
SAL_WARN_UNUSED
FmSearchThread
:
public
::
osl
::
Thread
{
FmSearchEngine
*
m_pEngine
;
Link
m_aTerminationHdl
;
...
...
@@ -81,7 +81,7 @@ struct FmSearchProgress
* class FmRecordCountListener - utility class for FmSearchEngine, listens at a certain cursor and provides
* the differences in RecordCount
*/
class
FmRecordCountListener
:
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>
class
SAL_WARN_UNUSED
FmRecordCountListener
:
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>
{
// attribute
Link
m_lnkWhoWantsToKnow
;
...
...
@@ -120,7 +120,7 @@ namespace svxform {
// We have three possible control types we may search in, determined by the supported interfaces : ::com::sun::star::awt::XTextComponent,
// ::com::sun::star::awt::XListBox, ::com::sun::star::awt::XCheckBox.
// While searching we don't want to do this distinction for every control in every round. So we need some helpers.
class
ControlTextWrapper
class
SAL_WARN_UNUSED
ControlTextWrapper
{
// attributes
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
m_xControl
;
...
...
@@ -133,21 +133,24 @@ namespace svxform {
virtual
OUString
getCurrentText
()
const
=
0
;
};
class
SimpleTextWrapper
:
public
ControlTextWrapper
class
SAL_WARN_UNUSED
SimpleTextWrapper
:
public
ControlTextWrapper
{
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XTextComponent
>
m_xText
;
public
:
SimpleTextWrapper
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XTextComponent
>&
_xText
);
virtual
OUString
getCurrentText
()
const
SAL_OVERRIDE
;
};
class
ListBoxWrapper
:
public
ControlTextWrapper
class
SAL_WARN_UNUSED
ListBoxWrapper
:
public
ControlTextWrapper
{
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XListBox
>
m_xBox
;
public
:
ListBoxWrapper
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XListBox
>&
_xBox
);
virtual
OUString
getCurrentText
()
const
SAL_OVERRIDE
;
};
class
CheckBoxWrapper
:
public
ControlTextWrapper
class
SAL_WARN_UNUSED
CheckBoxWrapper
:
public
ControlTextWrapper
{
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XCheckBox
>
m_xBox
;
public
:
...
...
@@ -160,7 +163,7 @@ enum FMSEARCH_MODE { SM_BRUTE, SM_ALLOWSCHEDULE, SM_USETHREAD };
typedef
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
>
InterfaceArray
;
class
SVX_DLLPUBLIC
FmSearchEngine
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmSearchEngine
{
friend
class
FmSearchThread
;
...
...
include/svx/fmtools.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -92,7 +92,7 @@ SVX_DLLPUBLIC OUString getLabelName(const css::uno::Reference< css::beans::XProp
// XDatabaseBookmarkCursor and XDatabaseDirectCursor each
class
CursorWrapper
class
SAL_WARN_UNUSED
CursorWrapper
{
private
:
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
m_xGeneric
;
...
...
@@ -171,7 +171,7 @@ private:
class
FmXDisposeMultiplexer
;
class
FmXDisposeListener
class
SAL_WARN_UNUSED
FmXDisposeListener
{
friend
class
FmXDisposeMultiplexer
;
...
...
@@ -188,9 +188,7 @@ protected:
void
setAdapter
(
FmXDisposeMultiplexer
*
pAdapter
);
};
class
FmXDisposeMultiplexer
:
public
::
cppu
::
WeakImplHelper1
<
css
::
lang
::
XEventListener
>
class
SAL_WARN_UNUSED
FmXDisposeMultiplexer
:
public
::
cppu
::
WeakImplHelper1
<
css
::
lang
::
XEventListener
>
{
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
m_xObject
;
FmXDisposeListener
*
m_pListener
;
...
...
@@ -206,8 +204,6 @@ public:
void
dispose
();
};
sal_Int16
getControlTypeByObject
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XServiceInfo
>&
_rxObject
);
// get the object type (OBJ_FM_...) from the services the object supports
...
...
include/svx/fmview.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -53,7 +53,7 @@ namespace com { namespace sun { namespace star { namespace form {
}
}
}
}
}
class
SVX_DLLPUBLIC
FmFormView
:
public
E3dView
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FmFormView
:
public
E3dView
{
FmXFormView
*
pImpl
;
FmFormShell
*
pFormShell
;
...
...
include/svx/fntctl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -30,7 +30,7 @@ class SfxBindings;
// class SvxFontMenuControl ----------------------------------------------
class
SVX_DLLPUBLIC
SvxFontMenuControl
:
public
SfxMenuControl
,
public
SfxListener
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontMenuControl
:
public
SfxMenuControl
,
public
SfxListener
{
private
:
FontNameMenu
*
pMenu
;
...
...
@@ -51,8 +51,6 @@ public:
SFX_DECL_MENU_CONTROL
();
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/fntctrl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -34,7 +34,7 @@ class FontPrevWin_Impl;
// class SvxFontPrevWindow -----------------------------------------------
class
SVX_DLLPUBLIC
SvxFontPrevWindow
:
public
vcl
::
Window
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontPrevWindow
:
public
vcl
::
Window
{
using
OutputDevice
::
SetFont
;
private
:
...
...
include/svx/fntszctl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -29,7 +29,7 @@ class FontSizeMenu;
// class SvxFontSizeMenuControl ------------------------------------------
class
SVX_DLLPUBLIC
SvxFontSizeMenuControl
:
public
SfxMenuControl
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontSizeMenuControl
:
public
SfxMenuControl
{
private
:
FontSizeMenu
*
pMenu
;
...
...
@@ -51,8 +51,6 @@ public:
SFX_DECL_MENU_CONTROL
();
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/fontlb.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -28,7 +28,7 @@
/** A list box string item which stores its text and font. */
class
SvLBoxFontString
:
public
SvLBoxString
class
S
AL_WARN_UNUSED
S
vLBoxFontString
:
public
SvLBoxString
{
private
:
vcl
::
Font
maFont
;
/// The font used by this item.
...
...
@@ -59,7 +59,7 @@ public:
/** A list box supporting formatted string entries. */
class
SVX_DLLPUBLIC
SvxFontListBox
:
public
SvTabListBox
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontListBox
:
public
SvTabListBox
{
private
:
vcl
::
Font
maStdFont
;
/// Used for entries without specific font.
...
...
@@ -97,8 +97,6 @@ protected:
SvLBoxButtonKind
eButtonKind
)
SAL_OVERRIDE
;
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/fontwork.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -55,7 +55,7 @@ class XFormTextShadowYValItem;
class
SvxFontWorkDialog
;
class
SvxFontWorkControllerItem
:
public
SfxControllerItem
class
S
AL_WARN_UNUSED
S
vxFontWorkControllerItem
:
public
SfxControllerItem
{
SvxFontWorkDialog
&
rFontWorkDlg
;
...
...
@@ -73,7 +73,7 @@ public:
|*
\************************************************************************/
class
SVX_DLLPUBLIC
SvxFontWorkChildWindow
:
public
SfxChildWindow
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontWorkChildWindow
:
public
SfxChildWindow
{
public
:
SvxFontWorkChildWindow
(
vcl
::
Window
*
,
sal_uInt16
,
SfxBindings
*
,
SfxChildWinInfo
*
);
...
...
@@ -86,7 +86,7 @@ class SVX_DLLPUBLIC SvxFontWorkChildWindow : public SfxChildWindow
|*
\************************************************************************/
class
SVX_DLLPUBLIC
SvxFontWorkDialog
:
public
SfxDockingWindow
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
vxFontWorkDialog
:
public
SfxDockingWindow
{
#define CONTROLLER_COUNT 11
...
...
include/svx/fontworkbar.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -35,7 +35,7 @@ namespace svx
bool
SVX_DLLPUBLIC
checkForSelectedFontWork
(
SdrView
*
pSdrView
,
sal_uInt32
&
nCheckStatus
);
class
SVX_DLLPUBLIC
FontworkBar
:
public
SfxShell
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FontworkBar
:
public
SfxShell
{
public
:
TYPEINFO_OVERRIDE
();
...
...
include/svx/fontworkgallery.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -48,7 +48,7 @@ class SfxBindings;
namespace
svx
{
class
SVX_DLLPUBLIC
FontWorkShapeTypeControl
:
public
SfxToolBoxControl
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FontWorkShapeTypeControl
:
public
SfxToolBoxControl
{
public
:
SFX_DECL_TOOLBOX_CONTROL
();
...
...
@@ -60,9 +60,7 @@ public:
virtual
SfxPopupWindow
*
CreatePopupWindow
()
SAL_OVERRIDE
;
};
class
FontworkCharacterSpacingDialog
:
public
ModalDialog
class
SAL_WARN_UNUSED
FontworkCharacterSpacingDialog
:
public
ModalDialog
{
MetricField
*
m_pMtrScale
;
...
...
@@ -72,8 +70,7 @@ public:
sal_Int32
getScale
()
const
;
};
class
SVX_DLLPUBLIC
FontWorkGalleryDialog
:
public
ModalDialog
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FontWorkGalleryDialog
:
public
ModalDialog
{
ValueSet
*
mpCtlFavorites
;
OKButton
*
mpOKButton
;
...
...
include/svx/formatpaintbrushctrl.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -29,11 +29,10 @@ namespace svx
{
/**
*/
class
SVX_DLLPUBLIC
FormatPaintBrushToolBoxControl
:
public
SfxToolBoxControl
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FormatPaintBrushToolBoxControl
:
public
SfxToolBoxControl
{
public
:
SFX_DECL_TOOLBOX_CONTROL
();
...
...
include/svx/framelink.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -104,7 +104,7 @@ enum RefMode
|
|<- middle of the frame border
*/
class
SVX_DLLPUBLIC
Style
class
SVX_DLLPUBLIC
S
AL_WARN_UNUSED
S
tyle
{
public
:
/** Constructs an invisible frame style. */
...
...
@@ -187,7 +187,7 @@ inline bool operator>=( const Style& rL, const Style& rR ) { return !(rL < rR);
It is dependent on the context, how the value is interpreted, i.e. it may
specify the angle to a horizontal or vertical frame border.
*/
class
DiagStyle
:
public
Style
class
SAL_WARN_UNUSED
DiagStyle
:
public
Style
{
public
:
/** Constructs an invisible diagonal frame style. */
...
...
include/svx/framelinkarray.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -58,7 +58,7 @@ struct ArrayImpl;
whether to mirror the double frame styles, and whether to swap diagonal
frame borders.
*/
class
SVX_DLLPUBLIC
Array
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
Array
{
public
:
/** Constructs an empty array. */
...
...
@@ -383,8 +383,6 @@ private:
ArrayImplPtr
mxImpl
;
};
}
// namespace frame
}
// namespace svx
...
...
include/svx/frmdirlbox.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -36,7 +36,7 @@ namespace svx {
The control works on the SvxFrameDirection enumeration (i.e. left-to-right,
right-to-left), used i.e. in conjunction with the SvxFrameDirectionItem.
*/
class
SVX_DLLPUBLIC
FrameDirectionListBox
:
public
ListBox
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FrameDirectionListBox
:
public
ListBox
{
public
:
explicit
FrameDirectionListBox
(
vcl
::
Window
*
pParent
,
WinBits
nBits
);
...
...
@@ -69,7 +69,7 @@ typedef FrameDirectionListBox FrameDirListBox;
/** Wrapper for usage of a FrameDirectionListBox in item connections. */
class
SVX_DLLPUBLIC
FrameDirListBoxWrapper
:
public
sfx
::
SingleControlWrapper
<
FrameDirListBox
,
SvxFrameDirection
>
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FrameDirListBoxWrapper
:
public
sfx
::
SingleControlWrapper
<
FrameDirListBox
,
SvxFrameDirection
>
{
public
:
explicit
FrameDirListBoxWrapper
(
FrameDirListBox
&
rListBox
);
...
...
include/svx/frmsel.hxx
Dosyayı görüntüle @
08642a11
...
...
@@ -80,7 +80,7 @@ enum FrameBorderState
class
SVX_DLLPUBLIC
FrameSelector
:
public
Control
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
FrameSelector
:
public
Control
{
public
:
FrameSelector
(
vcl
::
Window
*
pParent
);
...
...
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