some more coverity stuff I forgot the ids of

Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318
This commit is contained in:
Caolán McNamara
2014-05-01 11:04:15 +01:00
parent 22f719aa96
commit 5461d1b218
2 changed files with 21 additions and 12 deletions

View File

@@ -71,11 +71,20 @@ static const sal_uInt16 pCaptionRanges[] =
0
};
SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs)
: SfxTabPage(pParent, "CalloutPage", "cui/ui/calloutpage.ui", rInAttrs)
, nCaptionType(0)
, nGap(0)
, nEscDir(0)
, bEscRel(false)
, nEscAbs(0)
, nEscRel(0)
, nLineLen(0)
, bFitLineLen(false)
, nAnsatzRelPos(0)
, nAnsatzTypePos(0)
, rOutAttrs(rInAttrs)
, pView(NULL)
{
get(m_pCT_CAPTTYPE, "valueset");
@@ -130,8 +139,6 @@ SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs
m_pCB_LAENGE->SetClickHdl(LINK(this,SvxCaptionTabPage,LineOptHdl_Impl));
}
void SvxCaptionTabPage::Construct()
{
// set rectangle and working area

View File

@@ -54,13 +54,16 @@ static const sal_uInt16 pRanges[] =
|* dialog (page) for copying objects
|*
\************************************************************************/
SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs ) :
SvxTabPage ( pWindow
,"TextAttributesPage"
,"cui/ui/textattrtabpage.ui"
, rInAttrs ),
rOutAttrs( rInAttrs )
SvxTextAttrPage::SvxTextAttrPage(Window* pWindow, const SfxItemSet& rInAttrs)
: SvxTabPage(pWindow,"TextAttributesPage","cui/ui/textattrtabpage.ui", rInAttrs)
, rOutAttrs(rInAttrs)
, pView(NULL)
, bAutoGrowSizeEnabled(false)
, bContourEnabled(false)
, bAutoGrowWidthEnabled(false)
, bAutoGrowHeightEnabled(false)
, bWordWrapTextEnabled(false)
, bFitToSizeEnabled(false)
{
get(m_pTsbAutoGrowWidth,"TSB_AUTOGROW_WIDTH");
get(m_pTsbAutoGrowHeight,"TSB_AUTOGROW_HEIGHT");
@@ -99,7 +102,6 @@ SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs )
|* Dtor
|*
\************************************************************************/
SvxTextAttrPage::~SvxTextAttrPage()
{
}