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
dcd5136b
Kaydet (Commit)
dcd5136b
authored
May 28, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950
üst
578b7df3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
KeySet.cxx
dbaccess/source/core/api/KeySet.cxx
+1
-1
TokenDecoder.java
...onverter/xml/sxc/pexcel/records/formula/TokenDecoder.java
+1
-1
TokenEncoder.java
...onverter/xml/sxc/pexcel/records/formula/TokenEncoder.java
+1
-1
No files found.
dbaccess/source/core/api/KeySet.cxx
Dosyayı görüntüle @
dcd5136b
...
...
@@ -292,7 +292,7 @@ void OKeySet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::O
findTableColumnsMatching_throw
(
makeAny
(
m_xTable
),
m_sUpdateTableName
,
xMeta
,
xQueryColumns
,
m_pKeyColumnNames
);
// the first row is empty because it's now easier for us to distinguish when we are beforefirst or first
// without extra var
ai
ble to be set
// without extra var
ia
ble to be set
m_aKeyMap
.
insert
(
OKeySetMatrix
::
value_type
(
0
,
OKeySetValue
(
NULL
,
::
std
::
pair
<
sal_Int32
,
Reference
<
XRow
>
>
(
0
,
NULL
))));
m_aKeyIter
=
m_aKeyMap
.
begin
();
...
...
xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/TokenDecoder.java
Dosyayı görüntüle @
dcd5136b
...
...
@@ -47,7 +47,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.Workbook;
* Operands Floating point's, Cell references (absolute and relative),
* cell ranges<br>
* Operators +,-,*,/,<,>.<=,>=,<><br>
* Functions All pexcel fixed and var
ai
ble argument functions
* Functions All pexcel fixed and var
ia
ble argument functions
*
*/
public
class
TokenDecoder
{
...
...
xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/TokenEncoder.java
Dosyayı görüntüle @
dcd5136b
...
...
@@ -44,7 +44,7 @@ import org.openoffice.xmerge.converter.xml.sxc.pexcel.records.DefinedName;
* Operands Floating point's, Cell references (absolute and relative),
* cell ranges
* Operators +,-,*,/,<,>.<=,>=,<>
* Functions All pexcel fixed and var
ai
ble argument functions
* Functions All pexcel fixed and var
ia
ble argument functions
*
*/
public
class
TokenEncoder
{
...
...
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