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
81aa4049
Kaydet (Commit)
81aa4049
authored
Agu 18, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
XubString->OUString
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
üst
af1bbf10
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
editbrowsebox.hxx
include/svtools/editbrowsebox.hxx
+1
-1
gridctrl.hxx
include/svx/gridctrl.hxx
+2
-2
editbrowsebox.cxx
svtools/source/brwbox/editbrowsebox.cxx
+1
-1
gridctrl.cxx
svx/source/fmcomp/gridctrl.cxx
+4
-4
No files found.
include/svtools/editbrowsebox.hxx
Dosyayı görüntüle @
81aa4049
...
...
@@ -578,7 +578,7 @@ namespace svt
// inserting columns
// if you don't set a width, this will be calculated automatically
// if the id isn't set the smallest unused will do it ...
virtual
sal_uInt16
AppendColumn
(
const
String
&
rName
,
sal_uInt16
nWidth
=
0
,
sal_uInt16
nPos
=
HEADERBAR_APPEND
,
sal_uInt16
nId
=
(
sal_uInt16
)
-
1
);
virtual
sal_uInt16
AppendColumn
(
const
OU
String
&
rName
,
sal_uInt16
nWidth
=
0
,
sal_uInt16
nPos
=
HEADERBAR_APPEND
,
sal_uInt16
nId
=
(
sal_uInt16
)
-
1
);
// called whenever (Shift)Tab or Enter is pressed. If true is returned, these keys
// result in traveling to the next or to th previous cell
...
...
include/svx/gridctrl.hxx
Dosyayı görüntüle @
81aa4049
...
...
@@ -321,7 +321,7 @@ protected:
virtual
sal_Bool
SaveModified
();
virtual
sal_Bool
IsModified
()
const
;
virtual
sal_uInt16
AppendColumn
(
const
String
&
rName
,
sal_uInt16
nWidth
=
0
,
sal_uInt16
nPos
=
HEADERBAR_APPEND
,
sal_uInt16
nId
=
(
sal_uInt16
)
-
1
);
virtual
sal_uInt16
AppendColumn
(
const
OU
String
&
rName
,
sal_uInt16
nWidth
=
0
,
sal_uInt16
nPos
=
HEADERBAR_APPEND
,
sal_uInt16
nId
=
(
sal_uInt16
)
-
1
);
virtual
void
RemoveColumn
(
sal_uInt16
nId
);
virtual
DbGridColumn
*
CreateColumn
(
sal_uInt16
nId
)
const
;
virtual
void
ColumnMoved
(
sal_uInt16
nId
);
...
...
@@ -557,7 +557,7 @@ protected:
sal_Int32
AlignSeekCursor
();
sal_Bool
SetCurrent
(
long
nNewRow
);
String
GetCurrentRowCellText
(
DbGridColumn
*
pCol
,
const
DbGridRowRef
&
_rRow
)
const
;
OU
String
GetCurrentRowCellText
(
DbGridColumn
*
pCol
,
const
DbGridRowRef
&
_rRow
)
const
;
virtual
void
DeleteSelectedRows
();
sal_Bool
IsValid
(
const
DbGridRowRef
&
_xRow
)
const
{
return
_xRow
&&
_xRow
->
IsValid
();}
...
...
svtools/source/brwbox/editbrowsebox.cxx
Dosyayı görüntüle @
81aa4049
...
...
@@ -1145,7 +1145,7 @@ namespace svt
}
//------------------------------------------------------------------------------
sal_uInt16
EditBrowseBox
::
AppendColumn
(
const
String
&
rName
,
sal_uInt16
nWidth
,
sal_uInt16
nPos
,
sal_uInt16
nId
)
sal_uInt16
EditBrowseBox
::
AppendColumn
(
const
OU
String
&
rName
,
sal_uInt16
nWidth
,
sal_uInt16
nPos
,
sal_uInt16
nId
)
{
if
(
nId
==
BROWSER_INVALIDID
)
{
...
...
svx/source/fmcomp/gridctrl.cxx
Dosyayı görüntüle @
81aa4049
...
...
@@ -466,7 +466,7 @@ sal_uInt16 DbGridControl::NavigationBar::ArrangeControls()
// Controls Groessen und Positionen setzen
//
Xub
String
aText
=
m_aRecordText
.
GetText
();
OU
String
aText
=
m_aRecordText
.
GetText
();
long
nTextWidth
=
m_aRecordText
.
GetTextWidth
(
aText
);
m_aRecordText
.
SetPosPixel
(
Point
(
nX
,
nY
));
m_aRecordText
.
SetSizePixel
(
Size
(
nTextWidth
,
nH
));
...
...
@@ -1653,7 +1653,7 @@ DbGridColumn* DbGridControl::CreateColumn(sal_uInt16 nId) const
}
//------------------------------------------------------------------------------
sal_uInt16
DbGridControl
::
AppendColumn
(
const
Xub
String
&
rName
,
sal_uInt16
nWidth
,
sal_uInt16
nModelPos
,
sal_uInt16
nId
)
sal_uInt16
DbGridControl
::
AppendColumn
(
const
OU
String
&
rName
,
sal_uInt16
nWidth
,
sal_uInt16
nModelPos
,
sal_uInt16
nId
)
{
DBG_ASSERT
(
nId
==
BROWSER_INVALIDID
,
"DbGridControl::AppendColumn : I want to set the ID myself ..."
);
sal_uInt16
nRealPos
=
nModelPos
;
...
...
@@ -2705,10 +2705,10 @@ OUString DbGridControl::GetCellText(long _nRow, sal_uInt16 _nColId) const
return
sRet
;
}
//------------------------------------------------------------------------------
Xub
String
DbGridControl
::
GetCurrentRowCellText
(
DbGridColumn
*
pColumn
,
const
DbGridRowRef
&
_rRow
)
const
OU
String
DbGridControl
::
GetCurrentRowCellText
(
DbGridColumn
*
pColumn
,
const
DbGridRowRef
&
_rRow
)
const
{
// Ausgabe des Textes fuer eine Zelle
Xub
String
aText
;
OU
String
aText
;
if
(
pColumn
&&
IsValid
(
_rRow
)
)
aText
=
pColumn
->
GetCellText
(
_rRow
,
m_xFormatter
);
return
aText
;
...
...
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