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
7f1004ba
Kaydet (Commit)
7f1004ba
authored
May 12, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:salbool etc.
Change-Id: I0cd65a88fba241725476a407143e2d4d03961dc5
üst
be88e305
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
condformatdlg.cxx
sc/source/ui/condformat/condformatdlg.cxx
+1
-1
condformatdlg.hxx
sc/source/ui/inc/condformatdlg.hxx
+2
-2
cellsh1.cxx
sc/source/ui/view/cellsh1.cxx
+2
-2
No files found.
sc/source/ui/condformat/condformatdlg.cxx
Dosyayı görüntüle @
7f1004ba
...
...
@@ -421,7 +421,7 @@ ScCondFormatDlg::ScCondFormatDlg(SfxBindings* pB, SfxChildWindow* pCW,
vcl
::
Window
*
pParent
,
ScViewData
*
pViewData
,
const
ScConditionalFormat
*
pFormat
,
const
ScRangeList
&
rRange
,
const
ScAddress
&
rPos
,
condformat
::
dialog
::
ScCondFormatDialogType
eType
,
sal_B
ool
bManaged
)
b
ool
bManaged
)
:
ScAnyRefDlg
(
pB
,
pCW
,
pParent
,
"ConditionalFormatDialog"
,
"modules/scalc/ui/conditionalformatdialog.ui"
)
,
mbManaged
(
bManaged
)
...
...
sc/source/ui/inc/condformatdlg.hxx
Dosyayı görüntüle @
7f1004ba
...
...
@@ -110,7 +110,7 @@ private:
VclPtr
<
ScCondFormatList
>
mpCondFormList
;
sal_Int32
maKey
;
sal_B
ool
mbManaged
;
b
ool
mbManaged
;
ScAddress
maPos
;
ScViewData
*
mpViewData
;
...
...
@@ -127,7 +127,7 @@ public:
SC_DLLPUBLIC
ScCondFormatDlg
(
SfxBindings
*
pB
,
SfxChildWindow
*
pCW
,
vcl
::
Window
*
pWindow
,
ScViewData
*
pViewData
,
const
ScConditionalFormat
*
pFormat
,
const
ScRangeList
&
rRange
,
const
ScAddress
&
rPos
,
condformat
::
dialog
::
ScCondFormatDialogType
eType
,
sal_B
ool
bManaged
);
condformat
::
dialog
::
ScCondFormatDialogType
eType
,
b
ool
bManaged
);
virtual
~
ScCondFormatDlg
();
virtual
void
dispose
()
SAL_OVERRIDE
;
...
...
sc/source/ui/view/cellsh1.cxx
Dosyayı görüntüle @
7f1004ba
...
...
@@ -1935,7 +1935,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
SfxViewFrame
*
pViewFrm
=
pTabViewShell
->
GetViewFrame
();
SfxChildWindow
*
pWnd
=
pViewFrm
->
GetChildWindow
(
nId
);
pScMod
->
SetRefDialog
(
nId
,
pWnd
?
false
:
sal_True
);
pScMod
->
SetRefDialog
(
nId
,
pWnd
==
nullptr
);
break
;
}
...
...
@@ -2057,7 +2057,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
SfxViewFrame
*
pViewFrm
=
pTabViewShell
->
GetViewFrame
();
SfxChildWindow
*
pWnd
=
pViewFrm
->
GetChildWindow
(
nId
);
pScMod
->
SetRefDialog
(
nId
,
pWnd
?
false
:
sal_True
);
pScMod
->
SetRefDialog
(
nId
,
pWnd
==
nullptr
);
}
}
break
;
...
...
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