Kaydet (Commit) 5461d1b2 authored tarafından Caolán McNamara's avatar Caolán McNamara

some more coverity stuff I forgot the ids of

Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318
üst 22f719aa
...@@ -71,11 +71,20 @@ static const sal_uInt16 pCaptionRanges[] = ...@@ -71,11 +71,20 @@ static const sal_uInt16 pCaptionRanges[] =
0 0
}; };
SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs) SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs)
: SfxTabPage(pParent, "CalloutPage", "cui/ui/calloutpage.ui", 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) , rOutAttrs(rInAttrs)
, pView(NULL)
{ {
get(m_pCT_CAPTTYPE, "valueset"); get(m_pCT_CAPTTYPE, "valueset");
...@@ -130,8 +139,6 @@ SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs ...@@ -130,8 +139,6 @@ SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs
m_pCB_LAENGE->SetClickHdl(LINK(this,SvxCaptionTabPage,LineOptHdl_Impl)); m_pCB_LAENGE->SetClickHdl(LINK(this,SvxCaptionTabPage,LineOptHdl_Impl));
} }
void SvxCaptionTabPage::Construct() void SvxCaptionTabPage::Construct()
{ {
// set rectangle and working area // set rectangle and working area
......
...@@ -54,13 +54,16 @@ static const sal_uInt16 pRanges[] = ...@@ -54,13 +54,16 @@ static const sal_uInt16 pRanges[] =
|* dialog (page) for copying objects |* dialog (page) for copying objects
|* |*
\************************************************************************/ \************************************************************************/
SvxTextAttrPage::SvxTextAttrPage(Window* pWindow, const SfxItemSet& rInAttrs)
SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs ) : : SvxTabPage(pWindow,"TextAttributesPage","cui/ui/textattrtabpage.ui", rInAttrs)
SvxTabPage ( pWindow , rOutAttrs(rInAttrs)
,"TextAttributesPage" , pView(NULL)
,"cui/ui/textattrtabpage.ui" , bAutoGrowSizeEnabled(false)
, rInAttrs ), , bContourEnabled(false)
rOutAttrs( rInAttrs ) , bAutoGrowWidthEnabled(false)
, bAutoGrowHeightEnabled(false)
, bWordWrapTextEnabled(false)
, bFitToSizeEnabled(false)
{ {
get(m_pTsbAutoGrowWidth,"TSB_AUTOGROW_WIDTH"); get(m_pTsbAutoGrowWidth,"TSB_AUTOGROW_WIDTH");
get(m_pTsbAutoGrowHeight,"TSB_AUTOGROW_HEIGHT"); get(m_pTsbAutoGrowHeight,"TSB_AUTOGROW_HEIGHT");
...@@ -99,7 +102,6 @@ SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs ) ...@@ -99,7 +102,6 @@ SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs )
|* Dtor |* Dtor
|* |*
\************************************************************************/ \************************************************************************/
SvxTextAttrPage::~SvxTextAttrPage() SvxTextAttrPage::~SvxTextAttrPage()
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment