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
c838f2ed
Kaydet (Commit)
c838f2ed
authored
Nis 20, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ie66903c2aae5535a507e1549b58d892b80237842
üst
2c6840eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
bootstrapfixture.cxx
test/source/bootstrapfixture.cxx
+2
-2
xprintareas.cxx
test/source/sheet/xprintareas.cxx
+2
-2
xtext.cxx
test/source/text/xtext.cxx
+1
-1
No files found.
test/source/bootstrapfixture.cxx
Dosyayı görüntüle @
c838f2ed
...
...
@@ -75,11 +75,11 @@ void test_init_impl(bool bAssertOnDialog, bool bNeedUCB,
// initialise unconfigured UCB:
uno
::
Reference
<
ucb
::
XUniversalContentBroker
>
xUcb
(
pSFactory
->
createInstance
(
"com.sun.star.ucb.UniversalContentBroker"
),
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
ucb
::
XContentProvider
>
xFileProvider
(
pSFactory
->
createInstance
(
"com.sun.star.ucb.FileContentProvider"
),
uno
::
UNO_QUERY_THROW
);
xUcb
->
registerContentProvider
(
xFileProvider
,
"file"
,
sal_T
rue
);
xUcb
->
registerContentProvider
(
xFileProvider
,
"file"
,
t
rue
);
uno
::
Reference
<
ucb
::
XContentProvider
>
xTdocProvider
(
pSFactory
->
createInstance
(
"com.sun.star.ucb.TransientDocumentsContentProvider"
),
uno
::
UNO_QUERY
);
if
(
xTdocProvider
.
is
())
{
xUcb
->
registerContentProvider
(
xTdocProvider
,
"vnd.sun.star.tdoc"
,
sal_T
rue
);
xUcb
->
registerContentProvider
(
xTdocProvider
,
"vnd.sun.star.tdoc"
,
t
rue
);
}
}
}
...
...
test/source/sheet/xprintareas.cxx
Dosyayı görüntüle @
c838f2ed
...
...
@@ -21,7 +21,7 @@ namespace apitest {
void
XPrintAreas
::
testSetAndGetPrintTitleColumns
()
{
uno
::
Reference
<
sheet
::
XPrintAreas
>
xPrintAreas
(
init
(),
UNO_QUERY_THROW
);
xPrintAreas
->
setPrintTitleColumns
(
sal_T
rue
);
xPrintAreas
->
setPrintTitleColumns
(
t
rue
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleColumns"
,
xPrintAreas
->
getPrintTitleColumns
());
...
...
@@ -30,7 +30,7 @@ namespace apitest {
void
XPrintAreas
::
testSetAndGetPrintTitleRows
()
{
uno
::
Reference
<
sheet
::
XPrintAreas
>
xPrintAreas
(
init
(),
UNO_QUERY_THROW
);
xPrintAreas
->
setPrintTitleRows
(
sal_T
rue
);
xPrintAreas
->
setPrintTitleRows
(
t
rue
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleRows"
,
xPrintAreas
->
getPrintTitleRows
());
}
...
...
test/source/text/xtext.cxx
Dosyayı görüntüle @
c838f2ed
...
...
@@ -21,7 +21,7 @@ void XText::testInsertRemoveTextContent()
uno
::
Reference
<
text
::
XText
>
xText
(
init
(),
UNO_QUERY_THROW
);
uno
::
Reference
<
text
::
XTextRange
>
xCursor
(
xText
->
createTextCursor
(),
UNO_QUERY_THROW
);
xText
->
insertTextContent
(
xCursor
,
getTextContent
(),
sal_F
alse
);
xText
->
insertTextContent
(
xCursor
,
getTextContent
(),
f
alse
);
xText
->
removeTextContent
(
getTextContent
());
}
...
...
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