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
8bae6345
Kaydet (Commit)
8bae6345
authored
Kas 11, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:nullptr
Change-Id: Id0cab3b90ea9f3de7dc63f58ef247ba512af79f4
üst
54c679af
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
15 deletions
+15
-15
sdasitm.hxx
include/svx/sdasitm.hxx
+1
-1
sdtaiitm.hxx
include/svx/sdtaiitm.hxx
+2
-2
sxcecitm.hxx
include/svx/sxcecitm.hxx
+2
-2
sxcllitm.hxx
include/svx/sxcllitm.hxx
+2
-2
sxmbritm.hxx
include/svx/sxmbritm.hxx
+1
-1
sxmtfitm.hxx
include/svx/sxmtfitm.hxx
+3
-3
sxmtritm.hxx
include/svx/sxmtritm.hxx
+2
-2
rulritem.cxx
svx/source/dialog/rulritem.cxx
+1
-1
SmartTagItem.cxx
svx/source/items/SmartTagItem.cxx
+1
-1
No files found.
include/svx/sdasitm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -89,7 +89,7 @@ class SVX_DLLPUBLIC SdrCustomShapeReplacementURLItem : public SfxStringItem
public
:
SdrCustomShapeReplacementURLItem
();
virtual
~
SdrCustomShapeReplacementURLItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
inline
SdrOnOffItem
makeSdrTextWordWrapItem
(
bool
bAuto
)
{
...
...
include/svx/sdtaiitm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -27,7 +27,7 @@ public:
SdrTextAniStartInsideItem
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_TEXT_ANISTARTINSIDE
,
bOn
)
{}
SdrTextAniStartInsideItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_TEXT_ANISTARTINSIDE
,
rIn
)
{}
virtual
~
SdrTextAniStartInsideItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
class
SVX_DLLPUBLIC
SdrTextAniStopInsideItem
:
public
SdrYesNoItem
{
...
...
@@ -35,7 +35,7 @@ public:
SdrTextAniStopInsideItem
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_TEXT_ANISTOPINSIDE
,
bOn
)
{}
SdrTextAniStopInsideItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_TEXT_ANISTOPINSIDE
,
rIn
)
{}
virtual
~
SdrTextAniStopInsideItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
#endif
...
...
include/svx/sxcecitm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -54,7 +54,7 @@ public:
SdrCaptionEscIsRelItem
(
bool
bRel
=
true
)
:
SdrYesNoItem
(
SDRATTR_CAPTIONESCISREL
,
bRel
)
{}
SdrCaptionEscIsRelItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_CAPTIONESCISREL
,
rIn
)
{}
virtual
~
SdrCaptionEscIsRelItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
...
...
@@ -69,7 +69,7 @@ public:
SdrCaptionEscRelItem
(
long
nEscRel
=
5000
)
:
SfxInt32Item
(
SDRATTR_CAPTIONESCREL
,
nEscRel
)
{}
SdrCaptionEscRelItem
(
SvStream
&
rIn
)
:
SfxInt32Item
(
SDRATTR_CAPTIONESCREL
,
rIn
)
{}
virtual
~
SdrCaptionEscRelItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
...
...
include/svx/sxcllitm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -34,7 +34,7 @@ public:
SdrCaptionLineLenItem
(
long
nLineLen
=
0
)
:
SdrMetricItem
(
SDRATTR_CAPTIONLINELEN
,
nLineLen
)
{}
SdrCaptionLineLenItem
(
SvStream
&
rIn
)
:
SdrMetricItem
(
SDRATTR_CAPTIONLINELEN
,
rIn
)
{}
virtual
~
SdrCaptionLineLenItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
...
...
@@ -48,7 +48,7 @@ public:
SdrCaptionFitLineLenItem
(
bool
bBestFit
=
true
)
:
SdrYesNoItem
(
SDRATTR_CAPTIONFITLINELEN
,
bBestFit
)
{}
SdrCaptionFitLineLenItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_CAPTIONFITLINELEN
,
rIn
)
{}
virtual
~
SdrCaptionFitLineLenItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
#endif
...
...
include/svx/sxmbritm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -34,7 +34,7 @@ public:
SdrMeasureBelowRefEdgeItem
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_MEASUREBELOWREFEDGE
,
bOn
)
{}
SdrMeasureBelowRefEdgeItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_MEASUREBELOWREFEDGE
,
rIn
)
{}
virtual
~
SdrMeasureBelowRefEdgeItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
#endif
...
...
include/svx/sxmtfitm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -32,7 +32,7 @@ public:
SdrMeasureTextIsFixedAngleItem
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTISFIXEDANGLE
,
bOn
)
{}
SdrMeasureTextIsFixedAngleItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTISFIXEDANGLE
,
rIn
)
{}
virtual
~
SdrMeasureTextIsFixedAngleItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
//Angle of the text in 1/100deg. 0=horizontal; read from left to right. (n.i.)
...
...
@@ -41,7 +41,7 @@ public:
SdrMeasureTextFixedAngleItem
(
long
nVal
=
0
)
:
SdrAngleItem
(
SDRATTR_MEASURETEXTFIXEDANGLE
,
nVal
)
{}
SdrMeasureTextFixedAngleItem
(
SvStream
&
rIn
)
:
SdrAngleItem
(
SDRATTR_MEASURETEXTFIXEDANGLE
,
rIn
)
{}
virtual
~
SdrMeasureTextFixedAngleItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
// The decimal places used for the measure value
...
...
@@ -50,7 +50,7 @@ public:
SdrMeasureDecimalPlacesItem
(
sal_Int16
nVal
=
2
)
:
SfxInt16Item
(
SDRATTR_MEASUREDECIMALPLACES
,
nVal
)
{}
SdrMeasureDecimalPlacesItem
(
SvStream
&
rIn
)
:
SfxInt16Item
(
SDRATTR_MEASUREDECIMALPLACES
,
rIn
)
{}
virtual
~
SdrMeasureDecimalPlacesItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
#endif
...
...
include/svx/sxmtritm.hxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -28,7 +28,7 @@ public:
SdrMeasureTextRota90Item
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTROTA90
,
bOn
)
{}
SdrMeasureTextRota90Item
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTROTA90
,
rIn
)
{}
virtual
~
SdrMeasureTextRota90Item
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
// Turn the calculated TextRect through 180 deg
...
...
@@ -38,7 +38,7 @@ public:
SdrMeasureTextUpsideDownItem
(
bool
bOn
=
false
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTUPSIDEDOWN
,
bOn
)
{}
SdrMeasureTextUpsideDownItem
(
SvStream
&
rIn
)
:
SdrYesNoItem
(
SDRATTR_MEASURETEXTUPSIDEDOWN
,
rIn
)
{}
virtual
~
SdrMeasureTextUpsideDownItem
();
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
NULL
)
const
override
;
virtual
SfxPoolItem
*
Clone
(
SfxItemPool
*
pPool
=
nullptr
)
const
override
;
};
#endif
...
...
svx/source/dialog/rulritem.cxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -29,7 +29,7 @@ SfxPoolItem* SvxPagePosSizeItem::CreateDefault() { return new SvxPagePosSizeItem
SfxPoolItem
*
SvxLongLRSpaceItem
::
CreateDefault
()
{
return
new
SvxLongLRSpaceItem
;
}
SfxPoolItem
*
SvxLongULSpaceItem
::
CreateDefault
()
{
return
new
SvxLongULSpaceItem
;
}
SfxPoolItem
*
SvxColumnItem
::
CreateDefault
()
{
return
new
SvxColumnItem
;
}
SfxPoolItem
*
SvxObjectItem
::
CreateDefault
()
{
DBG_ASSERT
(
false
,
"No SvxObjectItem factory available"
);
return
0
;
}
SfxPoolItem
*
SvxObjectItem
::
CreateDefault
()
{
DBG_ASSERT
(
false
,
"No SvxObjectItem factory available"
);
return
nullptr
;
}
/* SvxLongLRSpaceItem */
...
...
svx/source/items/SmartTagItem.cxx
Dosyayı görüntüle @
8bae6345
...
...
@@ -26,7 +26,7 @@
using
namespace
::
com
::
sun
::
star
;
SfxPoolItem
*
SvxSmartTagItem
::
CreateDefault
()
{
DBG_ASSERT
(
false
,
"No SvxSmartTagItem factory available"
);
return
0
;
}
SfxPoolItem
*
SvxSmartTagItem
::
CreateDefault
()
{
DBG_ASSERT
(
false
,
"No SvxSmartTagItem factory available"
);
return
nullptr
;
}
SvxSmartTagItem
::
SvxSmartTagItem
(
const
sal_uInt16
nId
,
const
css
::
uno
::
Sequence
<
css
::
uno
::
Sequence
<
css
::
uno
::
Reference
<
css
::
smarttags
::
XSmartTagAction
>
>
>&
rActionComponentsSequence
,
...
...
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