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
76ab37fe
Kaydet (Commit)
76ab37fe
authored
Şub 24, 2016
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Indentation fixes
Change-Id: Icafd56488f58a5cc580912d720f91dacd110a7c2
üst
ef3aea79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
tiledrendering.cxx
sd/qa/unit/tiledrendering/tiledrendering.cxx
+9
-9
docufld.hxx
sw/inc/docufld.hxx
+3
-3
rtfdocumentimpl.cxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx
+1
-1
No files found.
sd/qa/unit/tiledrendering/tiledrendering.cxx
Dosyayı görüntüle @
76ab37fe
...
...
@@ -522,7 +522,7 @@ void SdTiledRenderingTest::testInsertDeletePage()
SdXImpressDocument
*
pXImpressDocument
=
createDoc
(
"insert-delete.odp"
);
pXImpressDocument
->
registerCallback
(
&
SdTiledRenderingTest
::
callback
,
this
);
SdDrawDocument
*
pDoc
=
pXImpressDocument
->
GetDocShell
()
->
GetDoc
();
SdDrawDocument
*
pDoc
=
pXImpressDocument
->
GetDocShell
()
->
GetDoc
();
CPPUNIT_ASSERT
(
pDoc
);
// the document has 1 slide
...
...
@@ -531,11 +531,11 @@ void SdTiledRenderingTest::testInsertDeletePage()
uno
::
Sequence
<
beans
::
PropertyValue
>
aArgs
;
// Insert slides
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
comphelper
::
dispatchCommand
(
".uno:InsertPage"
,
aArgs
);
// Verify inserted slides
for
(
auto
i
:
m_aPageList
)
for
(
auto
i
:
m_aPageList
)
{
SdPage
*
pPage
=
pDoc
->
GetSdPage
(
i
,
PK_STANDARD
);
CPPUNIT_ASSERT
(
pPage
);
...
...
@@ -544,11 +544,11 @@ void SdTiledRenderingTest::testInsertDeletePage()
m_aPageList
.
clear
();
// Delete slides
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
comphelper
::
dispatchCommand
(
".uno:DeletePage"
,
aArgs
);
// Verify deleted slides
for
(
auto
i
:
m_aPageList
)
for
(
auto
i
:
m_aPageList
)
{
SdPage
*
pPage
=
pDoc
->
GetSdPage
(
i
,
PK_STANDARD
);
CPPUNIT_ASSERT
(
pPage
==
nullptr
);
...
...
@@ -557,11 +557,11 @@ void SdTiledRenderingTest::testInsertDeletePage()
m_aPageList
.
clear
();
// Undo deleted slides
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
comphelper
::
dispatchCommand
(
".uno:Undo"
,
aArgs
);
// Verify inserted slides
for
(
auto
i
:
m_aPageList
)
for
(
auto
i
:
m_aPageList
)
{
SdPage
*
pPage
=
pDoc
->
GetSdPage
(
i
,
PK_STANDARD
);
CPPUNIT_ASSERT
(
pPage
);
...
...
@@ -570,11 +570,11 @@ void SdTiledRenderingTest::testInsertDeletePage()
m_aPageList
.
clear
();
// Redo deleted slides
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
for
(
unsigned
it
=
1
;
it
<=
10
;
it
++
)
comphelper
::
dispatchCommand
(
".uno:Redo"
,
aArgs
);
// Verify deleted slides
for
(
auto
i
:
m_aPageList
)
for
(
auto
i
:
m_aPageList
)
{
SdPage
*
pPage
=
pDoc
->
GetSdPage
(
i
,
PK_STANDARD
);
CPPUNIT_ASSERT
(
pPage
==
nullptr
);
...
...
sw/inc/docufld.hxx
Dosyayı görüntüle @
76ab37fe
...
...
@@ -562,8 +562,8 @@ public:
virtual
SwFieldType
*
Copy
()
const
override
;
protected
:
/// Overlay, because there is nothing to update!
virtual
void
Modify
(
const
SfxPoolItem
*
,
const
SfxPoolItem
*
)
override
;
/// Overlay, because there is nothing to update!
virtual
void
Modify
(
const
SfxPoolItem
*
,
const
SfxPoolItem
*
)
override
;
};
// Relative page numbering.
...
...
@@ -599,7 +599,7 @@ class SwRefPageGetFieldType : public SwFieldType
void
UpdateField
(
SwTextField
*
pTextField
,
_SetGetExpFields
&
rSetList
);
protected
:
/// overwritten to update all RefPageGet fields
virtual
void
Modify
(
const
SfxPoolItem
*
,
const
SfxPoolItem
*
)
override
;
virtual
void
Modify
(
const
SfxPoolItem
*
,
const
SfxPoolItem
*
)
override
;
public
:
SwRefPageGetFieldType
(
SwDoc
*
pDoc
);
virtual
SwFieldType
*
Copy
()
const
override
;
...
...
writerfilter/source/rtftok/rtfdocumentimpl.cxx
Dosyayı görüntüle @
76ab37fe
...
...
@@ -5184,7 +5184,7 @@ RTFError RTFDocumentImpl::popState()
{
aPictureURL
=
rtl
::
Uri
::
convertRelToAbs
(
aFileURL
,
m_aPicturePath
);
}
catch
(
const
rtl
::
MalformedUriException
&
rException
)
catch
(
const
rtl
::
MalformedUriException
&
rException
)
{
SAL_WARN
(
"writerfilter"
,
"rtl::Uri::convertRelToAbs() failed: "
<<
rException
.
getMessage
());
}
...
...
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