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
5461d1b2
Kaydet (Commit)
5461d1b2
authored
May 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some more coverity stuff I forgot the ids of
Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318
üst
22f719aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
12 deletions
+21
-12
labdlg.cxx
cui/source/tabpages/labdlg.cxx
+11
-4
textattr.cxx
cui/source/tabpages/textattr.cxx
+10
-8
No files found.
cui/source/tabpages/labdlg.cxx
Dosyayı görüntüle @
5461d1b2
...
@@ -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
...
...
cui/source/tabpages/textattr.cxx
Dosyayı görüntüle @
5461d1b2
...
@@ -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
()
{
{
}
}
...
...
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