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
b205c115
Kaydet (Commit)
b205c115
authored
Şub 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I1cbd59331cd0ff3d76c29d5db8c35b032a7b8176
üst
1d12011d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
reffact.hxx
sc/source/ui/inc/reffact.hxx
+3
-3
reffact.cxx
sc/source/ui/view/reffact.cxx
+5
-5
tabvwsh4.cxx
sc/source/ui/view/tabvwsh4.cxx
+1
-1
No files found.
sc/source/ui/inc/reffact.hxx
Dosyayı görüntüle @
b205c115
...
@@ -139,14 +139,14 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow
...
@@ -139,14 +139,14 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow
SFX_DECL_CHILDWINDOW_WITHID
(
Class
);
SFX_DECL_CHILDWINDOW_WITHID
(
Class
);
static
void
SetDefaultPosSize
(
Point
aPos
,
Size
aSize
,
sal_Bool
bSet
=
sal_T
rue
);
static
void
SetDefaultPosSize
(
Point
aPos
,
Size
aSize
,
bool
bSet
=
t
rue
);
OUString
GetRefString
();
OUString
GetRefString
();
void
SetRefString
(
const
OUString
&
rStr
);
void
SetRefString
(
const
OUString
&
rStr
);
void
SetCloseHdl
(
const
Link
&
rLink
);
void
SetCloseHdl
(
const
Link
&
rLink
);
void
SetUnoLinks
(
const
Link
&
rDone
,
const
Link
&
rAbort
,
void
SetUnoLinks
(
const
Link
&
rDone
,
const
Link
&
rAbort
,
const
Link
&
rChange
);
const
Link
&
rChange
);
void
SetFlags
(
sal_Bool
bCloseOnButtonUp
,
sal_Bool
bSingleCell
,
sal_B
ool
bMultiSelection
);
void
SetFlags
(
bool
bCloseOnButtonUp
,
bool
bSingleCell
,
b
ool
bMultiSelection
);
static
void
SetAutoReOpen
(
sal_B
ool
bFlag
);
static
void
SetAutoReOpen
(
b
ool
bFlag
);
void
StartRefInput
();
void
StartRefInput
();
};
};
...
...
sc/source/ui/view/reffact.cxx
Dosyayı görüntüle @
b205c115
...
@@ -129,12 +129,12 @@ IMPL_CHILD_CTOR( ScFormulaDlgWrapper, SID_OPENDLG_FUNCTION )
...
@@ -129,12 +129,12 @@ IMPL_CHILD_CTOR( ScFormulaDlgWrapper, SID_OPENDLG_FUNCTION )
// ScSimpleRefDlgWrapper
// ScSimpleRefDlgWrapper
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
static
sal_Bool
bScSimpleRefFlag
;
static
bool
bScSimpleRefFlag
;
static
long
nScSimpleRefHeight
;
static
long
nScSimpleRefHeight
;
static
long
nScSimpleRefWidth
;
static
long
nScSimpleRefWidth
;
static
long
nScSimpleRefX
;
static
long
nScSimpleRefX
;
static
long
nScSimpleRefY
;
static
long
nScSimpleRefY
;
static
sal_Bool
bAutoReOpen
=
sal_T
rue
;
static
bool
bAutoReOpen
=
t
rue
;
ScSimpleRefDlgWrapper
::
ScSimpleRefDlgWrapper
(
Window
*
pParentP
,
ScSimpleRefDlgWrapper
::
ScSimpleRefDlgWrapper
(
Window
*
pParentP
,
sal_uInt16
nId
,
sal_uInt16
nId
,
...
@@ -172,7 +172,7 @@ ScSimpleRefDlgWrapper::ScSimpleRefDlgWrapper( Window* pParentP,
...
@@ -172,7 +172,7 @@ ScSimpleRefDlgWrapper::ScSimpleRefDlgWrapper( Window* pParentP,
}
}
}
}
void
ScSimpleRefDlgWrapper
::
SetDefaultPosSize
(
Point
aPos
,
Size
aSize
,
sal_B
ool
bSet
)
void
ScSimpleRefDlgWrapper
::
SetDefaultPosSize
(
Point
aPos
,
Size
aSize
,
b
ool
bSet
)
{
{
bScSimpleRefFlag
=
bSet
;
bScSimpleRefFlag
=
bSet
;
if
(
bScSimpleRefFlag
)
if
(
bScSimpleRefFlag
)
...
@@ -195,7 +195,7 @@ OUString ScSimpleRefDlgWrapper::GetRefString()
...
@@ -195,7 +195,7 @@ OUString ScSimpleRefDlgWrapper::GetRefString()
return
aResult
;
return
aResult
;
}
}
void
ScSimpleRefDlgWrapper
::
SetAutoReOpen
(
sal_B
ool
bFlag
)
void
ScSimpleRefDlgWrapper
::
SetAutoReOpen
(
b
ool
bFlag
)
{
{
bAutoReOpen
=
bFlag
;
bAutoReOpen
=
bFlag
;
}
}
...
@@ -225,7 +225,7 @@ void ScSimpleRefDlgWrapper::SetUnoLinks( const Link& rDone,
...
@@ -225,7 +225,7 @@ void ScSimpleRefDlgWrapper::SetUnoLinks( const Link& rDone,
}
}
}
}
void
ScSimpleRefDlgWrapper
::
SetFlags
(
sal_Bool
bCloseOnButtonUp
,
sal_Bool
bSingleCell
,
sal_B
ool
bMultiSelection
)
void
ScSimpleRefDlgWrapper
::
SetFlags
(
bool
bCloseOnButtonUp
,
bool
bSingleCell
,
b
ool
bMultiSelection
)
{
{
if
(
pWindow
!=
NULL
)
if
(
pWindow
!=
NULL
)
{
{
...
...
sc/source/ui/view/tabvwsh4.cxx
Dosyayı görüntüle @
b205c115
...
@@ -1108,7 +1108,7 @@ IMPL_LINK_NOARG(ScTabViewShell, SimpleRefClose)
...
@@ -1108,7 +1108,7 @@ IMPL_LINK_NOARG(ScTabViewShell, SimpleRefClose)
SetTabNo
(
GetViewData
()
->
GetRefTabNo
()
);
SetTabNo
(
GetViewData
()
->
GetRefTabNo
()
);
}
}
ScSimpleRefDlgWrapper
::
SetAutoReOpen
(
sal_T
rue
);
ScSimpleRefDlgWrapper
::
SetAutoReOpen
(
t
rue
);
return
0
;
return
0
;
}
}
...
...
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