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
b3584b90
Kaydet (Commit)
b3584b90
authored
Eki 02, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
probable attempts to find the parent dialog
Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24
üst
e292cb0d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
tablespage.cxx
dbaccess/source/ui/dlg/tablespage.cxx
+1
-1
WTypeSelect.cxx
dbaccess/source/ui/misc/WTypeSelect.cxx
+1
-1
tpsort.cxx
sc/source/ui/dbgui/tpsort.cxx
+2
-2
tpaction.cxx
sd/source/ui/dlg/tpaction.cxx
+1
-1
No files found.
dbaccess/source/ui/dlg/tablespage.cxx
Dosyayı görüntüle @
b3584b90
...
...
@@ -335,7 +335,7 @@ DBG_NAME(OTableSubscriptionPage)
if
(
aErrorInfo
.
isValid
())
{
// establishing the connection failed. Show an error window and exit.
OSQLMessageBox
aMessageBox
(
GetParent
()
->
GetParent
(),
aErrorInfo
);
OSQLMessageBox
aMessageBox
(
GetParent
Dialog
(),
aErrorInfo
);
aMessageBox
.
Execute
();
m_aTables
.
Enable
(
sal_False
);
m_aTablesList
.
Enable
(
sal_False
);
...
...
dbaccess/source/ui/misc/WTypeSelect.cxx
Dosyayı görüntüle @
b3584b90
...
...
@@ -112,7 +112,7 @@ void OWizTypeSelectControl::CellModified(long nRow, sal_uInt16 nColId )
{
case
FIELD_PRPOERTY_COLUMNNAME
:
{
OCopyTableWizard
*
pWiz
=
static_cast
<
OCopyTableWizard
*>
(
GetParent
()
->
GetParent
());
OCopyTableWizard
*
pWiz
=
static_cast
<
OCopyTableWizard
*>
(
GetParent
Dialog
());
// first we have to check if this name already exists
sal_Bool
bDoubleName
=
sal_False
;
sal_Bool
bCase
=
sal_True
;
...
...
sc/source/ui/dbgui/tpsort.cxx
Dosyayı görüntüle @
b3584b90
...
...
@@ -96,7 +96,7 @@ ScTabPageSortFields::ScTabPageSortFields( Window* pParent,
aStrRow
(
SC_RESSTR
(
SCSTR_ROW
)
),
//
nWhichSort
(
rArgSet
.
GetPool
()
->
GetWhich
(
SID_SORT
)
),
pDlg
(
(
ScSortDlg
*
)(
GetParent
()
->
GetParent
())
),
pDlg
(
(
ScSortDlg
*
)(
GetParent
Dialog
())
),
pViewData
(
NULL
),
aSortData
(
((
const
ScSortItem
&
)
rArgSet
.
Get
(
nWhichSort
)).
...
...
@@ -517,7 +517,7 @@ ScTabPageSortOptions::ScTabPageSortOptions( Window* pParent,
rArgSet
.
Get
(
nWhichSort
)).
GetSortData
()
),
pViewData
(
NULL
),
pDoc
(
NULL
),
pDlg
(
(
ScSortDlg
*
)(
GetParent
()
?
GetParent
()
->
GetParent
()
:
0
)
),
pDlg
(
(
ScSortDlg
*
)(
GetParent
Dialog
()
)
),
pColRes
(
NULL
),
pColWrap
(
NULL
)
{
...
...
sd/source/ui/dlg/tpaction.cxx
Dosyayı görüntüle @
b3584b90
...
...
@@ -708,7 +708,7 @@ IMPL_LINK_NOARG(SdTPAction, CheckFileHdl)
if
(
aMedium
.
IsStorage
()
)
{
WaitObject
aWait
(
GetParent
()
->
GetParent
()
);
WaitObject
aWait
(
GetParent
Dialog
()
);
// ist es eine Draw-Datei?
// mit READ oeffnen, sonst schreiben die Storages evtl. in die Datei!
...
...
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