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
13d1a566
Kaydet (Commit)
13d1a566
authored
Nis 01, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: sal_Bool->bool
Change-Id: I3a293e72413e1dc39eaa4b5c289fc4fab6b556fd
üst
728f6036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
fmtools.hxx
include/svx/fmtools.hxx
+13
-13
No files found.
include/svx/fmtools.hxx
Dosyayı görüntüle @
13d1a566
...
...
@@ -146,22 +146,22 @@ public:
sal_Int32
hashBookmark
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
bookmark
)
const
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
m_xBookmarkOperations
->
hashBookmark
(
bookmark
);
}
// ::com::sun::star::sdbc::XResultSet
sal_B
ool
isBeforeFirst
()
const
{
return
m_xMoveOperations
->
isBeforeFirst
();
}
sal_B
ool
isAfterLast
()
const
{
return
m_xMoveOperations
->
isAfterLast
();
}
sal_B
ool
isFirst
()
const
{
return
m_xMoveOperations
->
isFirst
();
}
sal_B
ool
isLast
()
const
{
return
m_xMoveOperations
->
isLast
();
}
b
ool
isBeforeFirst
()
const
{
return
m_xMoveOperations
->
isBeforeFirst
();
}
b
ool
isAfterLast
()
const
{
return
m_xMoveOperations
->
isAfterLast
();
}
b
ool
isFirst
()
const
{
return
m_xMoveOperations
->
isFirst
();
}
b
ool
isLast
()
const
{
return
m_xMoveOperations
->
isLast
();
}
void
beforeFirst
()
{
m_xMoveOperations
->
beforeFirst
();
}
sal_B
ool
first
()
{
return
m_xMoveOperations
->
first
();
}
sal_B
ool
last
()
{
return
m_xMoveOperations
->
last
();
}
b
ool
first
()
{
return
m_xMoveOperations
->
first
();
}
b
ool
last
()
{
return
m_xMoveOperations
->
last
();
}
sal_Int32
getRow
()
const
{
return
m_xMoveOperations
->
getRow
();
}
sal_B
ool
absolute
(
sal_Int32
nPosition
)
{
return
m_xMoveOperations
->
absolute
(
nPosition
);
}
sal_B
ool
relative
(
sal_Int32
nCount
)
{
return
m_xMoveOperations
->
relative
(
nCount
);
}
sal_B
ool
previous
()
{
return
m_xMoveOperations
->
previous
();
}
sal_B
ool
next
()
{
return
m_xMoveOperations
->
next
();
}
b
ool
absolute
(
sal_Int32
nPosition
)
{
return
m_xMoveOperations
->
absolute
(
nPosition
);
}
b
ool
relative
(
sal_Int32
nCount
)
{
return
m_xMoveOperations
->
relative
(
nCount
);
}
b
ool
previous
()
{
return
m_xMoveOperations
->
previous
();
}
b
ool
next
()
{
return
m_xMoveOperations
->
next
();
}
void
refreshRow
()
{
m_xMoveOperations
->
refreshRow
();
}
sal_B
ool
rowUpdated
()
{
return
m_xMoveOperations
->
rowUpdated
();
}
sal_B
ool
rowInserted
()
{
return
m_xMoveOperations
->
rowInserted
();
}
sal_B
ool
rowDeleted
()
{
return
m_xMoveOperations
->
rowDeleted
();
}
b
ool
rowUpdated
()
{
return
m_xMoveOperations
->
rowUpdated
();
}
b
ool
rowInserted
()
{
return
m_xMoveOperations
->
rowInserted
();
}
b
ool
rowDeleted
()
{
return
m_xMoveOperations
->
rowDeleted
();
}
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
getStatement
()
{
return
m_xMoveOperations
->
getStatement
();
}
// ::com::sun::star::sdbcx::XColumnsSupplier
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XNameAccess
>
getColumns
()
const
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
m_xColumnsSupplier
->
getColumns
();
}
...
...
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