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
303dd4af
Kaydet (Commit)
303dd4af
authored
Tem 07, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I8726896e20b6a6c122ffbfbc4213856f826bd8c7
üst
269a8889
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
sbagrid.cxx
dbaccess/source/ui/browser/sbagrid.cxx
+1
-1
ConnectionLine.hxx
dbaccess/source/ui/inc/ConnectionLine.hxx
+1
-1
sbagrid.hxx
dbaccess/source/ui/inc/sbagrid.hxx
+1
-1
ConnectionLine.cxx
dbaccess/source/ui/querydesign/ConnectionLine.cxx
+1
-1
QueryDesignFieldUndoAct.hxx
dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
+1
-1
No files found.
dbaccess/source/ui/browser/sbagrid.cxx
Dosyayı görüntüle @
303dd4af
...
...
@@ -713,7 +713,7 @@ void SbaGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, PopupMenu& r
}
// SbaGridControl
SbaGridControl
::
SbaGridControl
(
Reference
<
XComponentContext
>
_rM
,
SbaGridControl
::
SbaGridControl
(
Reference
<
XComponentContext
>
const
&
_rM
,
vcl
::
Window
*
pParent
,
FmXGridPeer
*
_pPeer
,
WinBits
nBits
)
:
FmGridControl
(
_rM
,
pParent
,
_pPeer
,
nBits
)
,
m_pMasterListener
(
nullptr
)
...
...
dbaccess/source/ui/inc/ConnectionLine.hxx
Dosyayı görüntüle @
303dd4af
...
...
@@ -46,7 +46,7 @@ namespace dbaui
Point
m_aSourceDescrLinePos
,
m_aDestDescrLinePos
;
public
:
OConnectionLine
(
OTableConnection
*
pConn
,
OConnectionLineDataRef
pLineData
);
OConnectionLine
(
OTableConnection
*
pConn
,
OConnectionLineDataRef
const
&
pLineData
);
OConnectionLine
(
const
OConnectionLine
&
rLine
);
virtual
~
OConnectionLine
();
...
...
dbaccess/source/ui/inc/sbagrid.hxx
Dosyayı görüntüle @
303dd4af
...
...
@@ -223,7 +223,7 @@ namespace dbaui
bool
m_bActivatingForDrop
;
public
:
SbaGridControl
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
,
Window
*
pParent
,
FmXGridPeer
*
_pPeer
,
WinBits
nBits
=
WB_TABSTOP
);
SbaGridControl
(
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
_rM
,
Window
*
pParent
,
FmXGridPeer
*
_pPeer
,
WinBits
nBits
=
WB_TABSTOP
);
virtual
~
SbaGridControl
();
virtual
void
dispose
()
override
;
...
...
dbaccess/source/ui/querydesign/ConnectionLine.cxx
Dosyayı görüntüle @
303dd4af
...
...
@@ -110,7 +110,7 @@ namespace
}
// class OConnectionLine
OConnectionLine
::
OConnectionLine
(
OTableConnection
*
_pConn
,
OConnectionLineDataRef
_pLineData
)
OConnectionLine
::
OConnectionLine
(
OTableConnection
*
_pConn
,
OConnectionLineDataRef
const
&
_pLineData
)
:
m_pTabConn
(
_pConn
)
,
m_pData
(
_pLineData
)
{
...
...
dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
Dosyayı görüntüle @
303dd4af
...
...
@@ -94,7 +94,7 @@ namespace dbaui
public
:
OTabFieldUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
,
sal_uInt16
nCommentID
)
:
OQueryDesignFieldUndoAct
(
pSelBrwBox
,
nCommentID
)
{
}
void
SetTabFieldDescr
(
OTableFieldDescRef
pDescription
)
{
pDescr
=
pDescription
;
}
void
SetTabFieldDescr
(
OTableFieldDescRef
const
&
pDescription
)
{
pDescr
=
pDescription
;
}
};
// OTabFieldDelUndoAct - undo class to delete a field
...
...
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