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
a3769ff0
Kaydet (Commit)
a3769ff0
authored
Haz 19, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED
2006/02/15 13:28:14 fs 1.6.8.1: #i55991# warning-free code
üst
3f1c0f19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
formcontrolling.cxx
svx/source/form/formcontrolling.cxx
+10
-12
No files found.
svx/source/form/formcontrolling.cxx
Dosyayı görüntüle @
a3769ff0
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: formcontrolling.cxx,v $
* $RCSfile: formcontrolling.cxx,v $
*
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
*
* last change: $Author:
obo $ $Date: 2006-01-19 15:40:42
$
* last change: $Author:
hr $ $Date: 2006-06-19 15:59:54
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -253,8 +253,8 @@ namespace svx
...
@@ -253,8 +253,8 @@ namespace svx
//--------------------------------------------------------------------
//--------------------------------------------------------------------
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
:
m_xORB
(
_rxORB
)
:
m_xORB
(
_rxORB
)
,
m_pImpl
(
NULL
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pImpl
(
NULL
)
{
{
}
}
...
@@ -262,8 +262,8 @@ namespace svx
...
@@ -262,8 +262,8 @@ namespace svx
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
const
Reference
<
XFormController
>&
_rxController
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
const
Reference
<
XFormController
>&
_rxController
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
:
m_xORB
(
_rxORB
)
:
m_xORB
(
_rxORB
)
,
m_pImpl
(
NULL
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pImpl
(
NULL
)
{
{
assign
(
_rxController
);
assign
(
_rxController
);
}
}
...
@@ -272,8 +272,8 @@ namespace svx
...
@@ -272,8 +272,8 @@ namespace svx
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
ControllerFeatures
::
ControllerFeatures
(
const
Reference
<
XMultiServiceFactory
>&
_rxORB
,
const
Reference
<
XForm
>&
_rxForm
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
const
Reference
<
XForm
>&
_rxForm
,
IControllerFeatureInvalidation
*
_pInvalidationCallback
)
:
m_xORB
(
_rxORB
)
:
m_xORB
(
_rxORB
)
,
m_pImpl
(
NULL
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pInvalidationCallback
(
_pInvalidationCallback
)
,
m_pImpl
(
NULL
)
{
{
assign
(
_rxForm
);
assign
(
_rxForm
);
}
}
...
@@ -367,7 +367,7 @@ namespace svx
...
@@ -367,7 +367,7 @@ namespace svx
}
}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
void
SAL_CALL
FormControllerHelper
::
cursorMoved
(
const
EventObject
&
event
)
throw
(
RuntimeException
)
void
SAL_CALL
FormControllerHelper
::
cursorMoved
(
const
EventObject
&
/*event*/
)
throw
(
RuntimeException
)
{
{
::
osl
::
ClearableMutexGuard
aGuard
(
m_aMutex
);
::
osl
::
ClearableMutexGuard
aGuard
(
m_aMutex
);
OSL_ENSURE
(
m_xCursor
.
is
(),
"FormControllerHelper::cursorMoved: already disposed!"
);
OSL_ENSURE
(
m_xCursor
.
is
(),
"FormControllerHelper::cursorMoved: already disposed!"
);
...
@@ -377,19 +377,19 @@ namespace svx
...
@@ -377,19 +377,19 @@ namespace svx
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
void
SAL_CALL
FormControllerHelper
::
rowChanged
(
const
EventObject
&
event
)
throw
(
RuntimeException
)
void
SAL_CALL
FormControllerHelper
::
rowChanged
(
const
EventObject
&
/*event*/
)
throw
(
RuntimeException
)
{
{
// not interested in
// not interested in
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
void
SAL_CALL
FormControllerHelper
::
rowSetChanged
(
const
EventObject
&
event
)
throw
(
RuntimeException
)
void
SAL_CALL
FormControllerHelper
::
rowSetChanged
(
const
EventObject
&
/*event*/
)
throw
(
RuntimeException
)
{
{
// not interested in
// not interested in
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
void
SAL_CALL
FormControllerHelper
::
modified
(
const
EventObject
&
_rSource
)
throw
(
RuntimeException
)
void
SAL_CALL
FormControllerHelper
::
modified
(
const
EventObject
&
/*_rSource*/
)
throw
(
RuntimeException
)
{
{
::
osl
::
ClearableMutexGuard
aGuard
(
m_aMutex
);
::
osl
::
ClearableMutexGuard
aGuard
(
m_aMutex
);
...
@@ -451,7 +451,7 @@ namespace svx
...
@@ -451,7 +451,7 @@ namespace svx
}
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
void
SAL_CALL
FormControllerHelper
::
disposing
(
const
EventObject
&
_rSource
)
throw
(
RuntimeException
)
void
SAL_CALL
FormControllerHelper
::
disposing
(
const
EventObject
&
/*_rSource*/
)
throw
(
RuntimeException
)
{
{
// not interested in
// not interested in
}
}
...
@@ -781,8 +781,6 @@ namespace svx
...
@@ -781,8 +781,6 @@ namespace svx
OSL_ENSURE
(
sal_False
,
"FormControllerHelper::executeAutoFilter: could not reset the parser's order!"
);
OSL_ENSURE
(
sal_False
,
"FormControllerHelper::executeAutoFilter: could not reset the parser's order!"
);
}
}
sal_Bool
bParserSuccess
=
sal_True
;
param_appendOrderByColumn
aParam
;
param_appendOrderByColumn
aParam
;
aParam
.
xField
=
xBoundField
;
aParam
.
xField
=
xBoundField
;
aParam
.
bUp
=
_bUp
;
aParam
.
bUp
=
_bUp
;
...
...
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