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
fe5f4f5a
Kaydet (Commit)
fe5f4f5a
authored
Şub 19, 2010
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Automated merge with
ssh://hg@hg.services.openoffice.org/cws/dba33e
üst
d9ed7227
5b41f1c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
SpreadsheetSample.cs
odk/examples/CLI/CSharp/Spreadsheet/SpreadsheetSample.cs
+1
-1
GridFieldValidator.java
odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
+1
-1
SpreadsheetSample.java
...amples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java
+1
-1
No files found.
odk/examples/CLI/CSharp/Spreadsheet/SpreadsheetSample.cs
Dosyayı görüntüle @
fe5f4f5a
...
...
@@ -1084,7 +1084,7 @@ public class SpreadsheetSample : SpreadsheetDocHelper
unoidl
.
com
.
sun
.
star
.
task
.
XInteractionHandler
xHandler
=
(
unoidl
.
com
.
sun
.
star
.
task
.
XInteractionHandler
)
xServiceManager
.
createInstance
(
"com.sun.star.
sdb
.InteractionHandler"
);
"com.sun.star.
task
.InteractionHandler"
);
unoidl
.
com
.
sun
.
star
.
sdbcx
.
XTablesSupplier
xSupplier
=
(
unoidl
.
com
.
sun
.
star
.
sdbcx
.
XTablesSupplier
)
xSource
.
connectWithCompletion
(
xHandler
);
...
...
odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
Dosyayı görüntüle @
fe5f4f5a
...
...
@@ -118,7 +118,7 @@ class GridFieldValidator implements XUpdateListener
XInteractionHandler
xHandler
=
(
XInteractionHandler
)
UnoRuntime
.
queryInterface
(
XInteractionHandler
.
class
,
m_xCtx
.
getServiceManager
().
createInstanceWithContext
(
"com.sun.star.
sdb
.InteractionHandler"
,
m_xCtx
)
);
"com.sun.star.
task
.InteractionHandler"
,
m_xCtx
)
);
// create a new request and execute it
InteractionRequest
aRequest
=
new
InteractionRequest
(
aError
);
...
...
odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java
Dosyayı görüntüle @
fe5f4f5a
...
...
@@ -1106,7 +1106,7 @@ public class SpreadsheetSample extends SpreadsheetDocHelper
(
com
.
sun
.
star
.
task
.
XInteractionHandler
)
UnoRuntime
.
queryInterface
(
com
.
sun
.
star
.
task
.
XInteractionHandler
.
class
,
xServiceManager
.
createInstanceWithContext
(
"com.sun.star.
sdb
.InteractionHandler"
,
getContext
())
);
"com.sun.star.
task
.InteractionHandler"
,
getContext
())
);
com
.
sun
.
star
.
sdbcx
.
XTablesSupplier
xSupplier
=
(
com
.
sun
.
star
.
sdbcx
.
XTablesSupplier
)
UnoRuntime
.
queryInterface
(
com
.
sun
.
star
.
sdbcx
.
XTablesSupplier
.
class
,
...
...
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