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
384a8a49
Kaydet (Commit)
384a8a49
authored
Şub 05, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
push this windows build along a bit further
Change-Id: Id22ba872865bd8136c65c73152097805e696a695
üst
c20a2234
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
fmshimp.cxx
svx/source/form/fmshimp.cxx
+8
-9
No files found.
svx/source/form/fmshimp.cxx
Dosyayı görüntüle @
384a8a49
...
@@ -263,7 +263,6 @@ using namespace ::com::sun::star::form::binding;
...
@@ -263,7 +263,6 @@ using namespace ::com::sun::star::form::binding;
using
namespace
::
com
::
sun
::
star
::
form
::
runtime
;
using
namespace
::
com
::
sun
::
star
::
form
::
runtime
;
using
namespace
::
com
::
sun
::
star
::
awt
;
using
namespace
::
com
::
sun
::
star
::
awt
;
using
namespace
::
com
::
sun
::
star
::
view
;
using
namespace
::
com
::
sun
::
star
::
view
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
util
;
using
namespace
::
com
::
sun
::
star
::
util
;
using
namespace
::
com
::
sun
::
star
::
frame
;
using
namespace
::
com
::
sun
::
star
::
frame
;
using
namespace
::
com
::
sun
::
star
::
script
;
using
namespace
::
com
::
sun
::
star
::
script
;
...
@@ -760,7 +759,7 @@ Sequence< sal_Int8 > SAL_CALL FmXFormShell::getImplementationId() throw(RuntimeE
...
@@ -760,7 +759,7 @@ Sequence< sal_Int8 > SAL_CALL FmXFormShell::getImplementationId() throw(RuntimeE
}
}
// EventListener
// EventListener
void
SAL_CALL
FmXFormShell
::
disposing
(
const
EventObject
&
e
)
throw
(
RuntimeException
,
std
::
exception
)
void
SAL_CALL
FmXFormShell
::
disposing
(
const
lang
::
EventObject
&
e
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
if
(
m_xActiveController
==
e
.
Source
)
if
(
m_xActiveController
==
e
.
Source
)
...
@@ -863,7 +862,7 @@ void FmXFormShell::invalidateFeatures( const ::std::vector< sal_Int32 >& _rFeatu
...
@@ -863,7 +862,7 @@ void FmXFormShell::invalidateFeatures( const ::std::vector< sal_Int32 >& _rFeatu
}
}
void
SAL_CALL
FmXFormShell
::
formActivated
(
const
EventObject
&
rEvent
)
throw
(
RuntimeException
,
std
::
exception
)
void
SAL_CALL
FmXFormShell
::
formActivated
(
const
lang
::
EventObject
&
rEvent
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
if
(
impl_checkDisposed
()
)
if
(
impl_checkDisposed
()
)
return
;
return
;
...
@@ -874,7 +873,7 @@ void SAL_CALL FmXFormShell::formActivated(const EventObject& rEvent) throw( Runt
...
@@ -874,7 +873,7 @@ void SAL_CALL FmXFormShell::formActivated(const EventObject& rEvent) throw( Runt
}
}
void
SAL_CALL
FmXFormShell
::
formDeactivated
(
const
EventObject
&
rEvent
)
throw
(
RuntimeException
,
std
::
exception
)
void
SAL_CALL
FmXFormShell
::
formDeactivated
(
const
lang
::
EventObject
&
rEvent
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
if
(
impl_checkDisposed
()
)
if
(
impl_checkDisposed
()
)
return
;
return
;
...
@@ -1145,14 +1144,14 @@ bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent
...
@@ -1145,14 +1144,14 @@ bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent
return
false
;
return
false
;
Reference
<
XControlModel
>
xOldModel
(
pFormObject
->
GetUnoControlModel
()
);
Reference
<
XControlModel
>
xOldModel
(
pFormObject
->
GetUnoControlModel
()
);
Reference
<
XServiceInfo
>
xModelInfo
(
xOldModel
,
UNO_QUERY
);
Reference
<
lang
::
XServiceInfo
>
xModelInfo
(
xOldModel
,
UNO_QUERY
);
// Properties uebertragen
// Properties uebertragen
Reference
<
XPropertySet
>
xOldSet
(
xOldModel
,
UNO_QUERY
);
Reference
<
XPropertySet
>
xOldSet
(
xOldModel
,
UNO_QUERY
);
Reference
<
XPropertySet
>
xNewSet
(
xNewModel
,
UNO_QUERY
);
Reference
<
XPropertySet
>
xNewSet
(
xNewModel
,
UNO_QUERY
);
Locale
aNewLanguage
=
Application
::
GetSettings
().
GetUILanguageTag
().
getLocale
();
lang
::
Locale
aNewLanguage
=
Application
::
GetSettings
().
GetUILanguageTag
().
getLocale
();
TransferFormComponentProperties
(
xOldSet
,
xNewSet
,
aNewLanguage
);
TransferFormComponentProperties
(
xOldSet
,
xNewSet
,
aNewLanguage
);
Sequence
<
::
com
::
sun
::
star
::
script
::
ScriptEventDescriptor
>
aOldScripts
;
Sequence
<
::
com
::
sun
::
star
::
script
::
ScriptEventDescriptor
>
aOldScripts
;
...
@@ -1308,7 +1307,7 @@ bool FmXFormShell::canConvertCurrentSelectionToControl( sal_Int16 nConversionSlo
...
@@ -1308,7 +1307,7 @@ bool FmXFormShell::canConvertCurrentSelectionToControl( sal_Int16 nConversionSlo
return
false
;
return
false
;
InterfaceBag
::
const_iterator
aCheck
=
m_aCurrentSelection
.
begin
();
InterfaceBag
::
const_iterator
aCheck
=
m_aCurrentSelection
.
begin
();
Reference
<
XServiceInfo
>
xElementInfo
(
*
aCheck
,
UNO_QUERY
);
Reference
<
lang
::
XServiceInfo
>
xElementInfo
(
*
aCheck
,
UNO_QUERY
);
if
(
!
xElementInfo
.
is
()
)
if
(
!
xElementInfo
.
is
()
)
// no service info -> cannot determine this
// no service info -> cannot determine this
return
false
;
return
false
;
...
@@ -2675,7 +2674,7 @@ void FmXFormShell::impl_RemoveElement_nothrow(const Reference< XInterface>& Elem
...
@@ -2675,7 +2674,7 @@ void FmXFormShell::impl_RemoveElement_nothrow(const Reference< XInterface>& Elem
}
}
void
FmXFormShell
::
selectionChanged
(
const
EventObject
&
rEvent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
void
FmXFormShell
::
selectionChanged
(
const
lang
::
EventObject
&
rEvent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
if
(
impl_checkDisposed
()
)
if
(
impl_checkDisposed
()
)
return
;
return
;
...
@@ -3354,7 +3353,7 @@ void FmXFormShell::CreateExternalView()
...
@@ -3354,7 +3353,7 @@ void FmXFormShell::CreateExternalView()
sColumnType
=
FM_COL_TEXTFIELD
;
sColumnType
=
FM_COL_TEXTFIELD
;
// we know at least two different controls which are TextFields : the basic edit field and the formatted
// we know at least two different controls which are TextFields : the basic edit field and the formatted
// field. we distinguish them by their service name
// field. we distinguish them by their service name
Reference
<
XServiceInfo
>
xInfo
(
xCurrentModelSet
,
UNO_QUERY
);
Reference
<
lang
::
XServiceInfo
>
xInfo
(
xCurrentModelSet
,
UNO_QUERY
);
if
(
xInfo
.
is
())
if
(
xInfo
.
is
())
{
{
sal_Int16
nObjectType
=
getControlTypeByObject
(
xInfo
);
sal_Int16
nObjectType
=
getControlTypeByObject
(
xInfo
);
...
...
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