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
103f60e5
Kaydet (Commit)
103f60e5
authored
May 28, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix pch build
Change-Id: I6bdbdaa667c943abd6c53af14779f5a8c2fb8884
üst
dd38578b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
fmshimp.cxx
svx/source/form/fmshimp.cxx
+1
-1
fmtextcontrolshell.cxx
svx/source/form/fmtextcontrolshell.cxx
+3
-3
navigatortree.cxx
svx/source/form/navigatortree.cxx
+1
-1
No files found.
svx/source/form/fmshimp.cxx
Dosyayı görüntüle @
103f60e5
...
@@ -3993,7 +3993,7 @@ bool FmXFormShell::HasControlFocus() const
...
@@ -3993,7 +3993,7 @@ bool FmXFormShell::HasControlFocus() const
try
try
{
{
Reference
<
XFormController
>
xController
(
getActiveController
()
);
Reference
<
runtime
::
XFormController
>
xController
(
getActiveController
()
);
Reference
<
XControl
>
xCurrentControl
;
Reference
<
XControl
>
xCurrentControl
;
if
(
xController
.
is
()
)
if
(
xController
.
is
()
)
xCurrentControl
.
set
(
xController
->
getCurrentControl
()
);
xCurrentControl
.
set
(
xController
->
getCurrentControl
()
);
...
...
svx/source/form/fmtextcontrolshell.cxx
Dosyayı görüntüle @
103f60e5
...
@@ -1053,7 +1053,7 @@ namespace svx
...
@@ -1053,7 +1053,7 @@ namespace svx
}
}
void
FmTextControlShell
::
formActivated
(
const
Reference
<
XFormController
>&
_rxController
)
void
FmTextControlShell
::
formActivated
(
const
Reference
<
runtime
::
XFormController
>&
_rxController
)
{
{
#if OSL_DEBUG_LEVEL > 0
#if OSL_DEBUG_LEVEL > 0
OString
sTrace
(
"FmTextControlShell::formActivated: 0x"
);
OString
sTrace
(
"FmTextControlShell::formActivated: 0x"
);
...
@@ -1081,7 +1081,7 @@ namespace svx
...
@@ -1081,7 +1081,7 @@ namespace svx
}
}
void
FmTextControlShell
::
formDeactivated
(
const
Reference
<
XFormController
>&
_rxController
)
void
FmTextControlShell
::
formDeactivated
(
const
Reference
<
runtime
::
XFormController
>&
_rxController
)
{
{
#if OSL_DEBUG_LEVEL > 0
#if OSL_DEBUG_LEVEL > 0
OString
sTrace
(
"FmTextControlShell::formDeactivated: 0x"
);
OString
sTrace
(
"FmTextControlShell::formDeactivated: 0x"
);
...
@@ -1097,7 +1097,7 @@ namespace svx
...
@@ -1097,7 +1097,7 @@ namespace svx
}
}
void
FmTextControlShell
::
startControllerListening
(
const
Reference
<
XFormController
>&
_rxController
)
void
FmTextControlShell
::
startControllerListening
(
const
Reference
<
runtime
::
XFormController
>&
_rxController
)
{
{
OSL_PRECOND
(
_rxController
.
is
(),
"FmTextControlShell::startControllerListening: invalid controller!"
);
OSL_PRECOND
(
_rxController
.
is
(),
"FmTextControlShell::startControllerListening: invalid controller!"
);
if
(
!
_rxController
.
is
()
)
if
(
!
_rxController
.
is
()
)
...
...
svx/source/form/navigatortree.cxx
Dosyayı görüntüle @
103f60e5
...
@@ -1311,7 +1311,7 @@ namespace svxform
...
@@ -1311,7 +1311,7 @@ namespace svxform
}
}
bool
NavigatorTree
::
EditingEntry
(
SvTreeListEntry
*
pEntry
,
Selection
&
rSelection
)
bool
NavigatorTree
::
EditingEntry
(
SvTreeListEntry
*
pEntry
,
::
Selection
&
rSelection
)
{
{
if
(
!
SvTreeListBox
::
EditingEntry
(
pEntry
,
rSelection
))
if
(
!
SvTreeListBox
::
EditingEntry
(
pEntry
,
rSelection
))
return
false
;
return
false
;
...
...
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