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
b1ee1925
Kaydet (Commit)
b1ee1925
authored
Nis 06, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Indentation fixes
Change-Id: Ieba9dfed344e04067278300365172162d6d44aae
üst
279c3146
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
tiledrendering.cxx
sd/qa/unit/tiledrendering/tiledrendering.cxx
+4
-4
expfld.hxx
sw/inc/expfld.hxx
+6
-6
No files found.
sd/qa/unit/tiledrendering/tiledrendering.cxx
Dosyayı görüntüle @
b1ee1925
...
@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable()
...
@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable()
SdXImpressDocument
*
pXImpressDocument
=
createDoc
(
"dummy.odp"
);
SdXImpressDocument
*
pXImpressDocument
=
createDoc
(
"dummy.odp"
);
uno
::
Sequence
<
beans
::
PropertyValue
>
aArgs
(
comphelper
::
InitPropertySequence
(
uno
::
Sequence
<
beans
::
PropertyValue
>
aArgs
(
comphelper
::
InitPropertySequence
(
{
{
{
"Rows"
,
uno
::
makeAny
(
sal_Int32
(
3
))
},
{
"Rows"
,
uno
::
makeAny
(
sal_Int32
(
3
))
},
{
"Columns"
,
uno
::
makeAny
(
sal_Int32
(
5
))
}
{
"Columns"
,
uno
::
makeAny
(
sal_Int32
(
5
))
}
}
}
));
));
comphelper
::
dispatchCommand
(
".uno:InsertTable"
,
aArgs
);
comphelper
::
dispatchCommand
(
".uno:InsertTable"
,
aArgs
);
...
...
sw/inc/expfld.hxx
Dosyayı görüntüle @
b1ee1925
...
@@ -73,13 +73,13 @@ public:
...
@@ -73,13 +73,13 @@ public:
class
SwGetExpFieldType
:
public
SwValueFieldType
class
SwGetExpFieldType
:
public
SwValueFieldType
{
{
public
:
public
:
SwGetExpFieldType
(
SwDoc
*
pDoc
);
SwGetExpFieldType
(
SwDoc
*
pDoc
);
virtual
SwFieldType
*
Copy
()
const
override
;
virtual
SwFieldType
*
Copy
()
const
override
;
/** Overlay, because get-field cannot be changed and therefore
/** Overlay, because get-field cannot be changed and therefore
does not need to be updated. Update at changing of set-values! */
does not need to be updated. Update at changing of set-values! */
protected
:
protected
:
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
override
;
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
override
;
};
};
class
SW_DLLPUBLIC
SwGetExpField
:
public
SwFormulaField
class
SW_DLLPUBLIC
SwGetExpField
:
public
SwFormulaField
...
@@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType
...
@@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType
bool
bDeleted
;
bool
bDeleted
;
protected
:
protected
:
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
override
;
virtual
void
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
override
;
public
:
public
:
SwSetExpFieldType
(
SwDoc
*
pDoc
,
const
OUString
&
rName
,
SwSetExpFieldType
(
SwDoc
*
pDoc
,
const
OUString
&
rName
,
...
...
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