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
ea4740c8
Kaydet (Commit)
ea4740c8
authored
Eki 06, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
@param[in|out] -> @param[in,out]
Change-Id: I585ca1450c22b77a03d0408fb5848be0838253da
üst
028b3ad8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+1
-1
uitool.hxx
sw/source/ui/inc/uitool.hxx
+2
-2
No files found.
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
ea4740c8
...
@@ -4231,7 +4231,7 @@ void SwTabFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
...
@@ -4231,7 +4231,7 @@ void SwTabFrm::Paint(SwRect const& rRect, SwPrintData const*const) const
* Paint border shadow.
* Paint border shadow.
*
*
* @param[in] rRect aligned rect to clip the result
* @param[in] rRect aligned rect to clip the result
* @param[in
|
out] rOutRect full painting area as input
* @param[in
,
out] rOutRect full painting area as input
* painting area reduced by shadow space for border and background as output
* painting area reduced by shadow space for border and background as output
* @param[in] rShadow includes shadow attributes
* @param[in] rShadow includes shadow attributes
* @param[in] bDrawFullShadowRectangle paint full rect of shadow
* @param[in] bDrawFullShadowRectangle paint full rect of shadow
...
...
sw/source/ui/inc/uitool.hxx
Dosyayı görüntüle @
ea4740c8
...
@@ -49,7 +49,7 @@ SW_DLLPUBLIC void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh);
...
@@ -49,7 +49,7 @@ SW_DLLPUBLIC void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh);
/**
/**
* Convert character specific attributes to general ones used by tab pages.
* Convert character specific attributes to general ones used by tab pages.
*
*
* @param[in
|
out] rSet the set in which character attributes are stored
* @param[in
,
out] rSet the set in which character attributes are stored
* @param[in] nMode specify the dialog which will be called after conversion
* @param[in] nMode specify the dialog which will be called after conversion
**/
**/
SW_DLLPUBLIC
void
ConvertAttrCharToGen
(
SfxItemSet
&
rSet
,
const
sal_uInt8
nMode
);
SW_DLLPUBLIC
void
ConvertAttrCharToGen
(
SfxItemSet
&
rSet
,
const
sal_uInt8
nMode
);
...
@@ -58,7 +58,7 @@ SW_DLLPUBLIC void ConvertAttrCharToGen(SfxItemSet& rSet, const sal_uInt8 nMode);
...
@@ -58,7 +58,7 @@ SW_DLLPUBLIC void ConvertAttrCharToGen(SfxItemSet& rSet, const sal_uInt8 nMode);
* Convert general attributes to the corresponding character attributes.
* Convert general attributes to the corresponding character attributes.
* This method is used after executed a character dialog.
* This method is used after executed a character dialog.
*
*
* @param[in
|
out] rSet the set in which character attributes are stored
* @param[in
,
out] rSet the set in which character attributes are stored
* @param[in] nMode specify the dialog which was called before
* @param[in] nMode specify the dialog which was called before
**/
**/
SW_DLLPUBLIC
void
ConvertAttrGenToChar
(
SfxItemSet
&
rSet
,
const
sal_uInt8
nMode
);
SW_DLLPUBLIC
void
ConvertAttrGenToChar
(
SfxItemSet
&
rSet
,
const
sal_uInt8
nMode
);
...
...
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