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
d327e1e7
Kaydet (Commit)
d327e1e7
authored
May 10, 2007
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS pchfix04 (1.2.34); FILE MERGED
2007/05/03 15:42:18 hjs 1.2.34.1: #i73604# - fix after resync
üst
1e98637f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
32 deletions
+24
-32
controlwrapper.hxx
sfx2/inc/sfx2/controlwrapper.hxx
+4
-2
docfile.hxx
sfx2/inc/sfx2/docfile.hxx
+7
-7
itemconnect.hxx
sfx2/inc/sfx2/itemconnect.hxx
+8
-18
srchitem.hxx
sfx2/inc/sfx2/srchitem.hxx
+5
-5
No files found.
sfx2/inc/sfx2/controlwrapper.hxx
Dosyayı görüntüle @
d327e1e7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: controlwrapper.hxx,v $
* $RCSfile: controlwrapper.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
vg $ $Date: 2007-04-11 21:17:31
$
* last change: $Author:
kz $ $Date: 2007-05-10 17:07:08
$
*
*
* 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.
...
@@ -524,6 +524,8 @@ public:
...
@@ -524,6 +524,8 @@ public:
typedef
ValueT
ControlValueType
;
typedef
ValueT
ControlValueType
;
typedef
MultiControlWrapper
<
ValueT
>
MultiControlWrapperType
;
typedef
MultiControlWrapper
<
ValueT
>
MultiControlWrapperType
;
MultiControlWrapper
()
:
maDefValue
(
0
){}
/** Returns the default value that can be used in GetControlValue(). */
/** Returns the default value that can be used in GetControlValue(). */
inline
const
ValueT
&
GetDefaultValue
()
const
{
return
maDefValue
;
}
inline
const
ValueT
&
GetDefaultValue
()
const
{
return
maDefValue
;
}
/** Sets a default value that can be used in GetControlValue(). */
/** Sets a default value that can be used in GetControlValue(). */
...
...
sfx2/inc/sfx2/docfile.hxx
Dosyayı görüntüle @
d327e1e7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: docfile.hxx,v $
* $RCSfile: docfile.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
vg $ $Date: 2007-04-11 21:18:43
$
* last change: $Author:
kz $ $Date: 2007-05-10 17:07:19
$
*
*
* 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.
...
@@ -122,12 +122,12 @@ class SfxPoolCancelManager_Impl;
...
@@ -122,12 +122,12 @@ class SfxPoolCancelManager_Impl;
#define S2BS(s) ByteString( s, RTL_TEXTENCODING_MS_1252 )
#define S2BS(s) ByteString( s, RTL_TEXTENCODING_MS_1252 )
//#if 0 // _SOLAR__PRIVATE
////#if 0 // _SOLAR__PRIVATE
#ifndef STRING_LIST
//#ifndef STRING_LIST
#define STRING_LIST
//#define STRING_LIST
DECLARE_LIST
(
StringList
,
String
*
)
//DECLARE_LIST( StringList, String* )
#endif
//#endif
//#endif
////#endif
//____________________________________________________________________________________________________________________________________
//____________________________________________________________________________________________________________________________________
// defines for namespaces
// defines for namespaces
...
...
sfx2/inc/sfx2/itemconnect.hxx
Dosyayı görüntüle @
d327e1e7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: itemconnect.hxx,v $
* $RCSfile: itemconnect.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
vg $ $Date: 2007-04-11 21:22:03
$
* last change: $Author:
kz $ $Date: 2007-05-10 17:07:31
$
*
*
* 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.
...
@@ -67,7 +67,7 @@ const ItemConnFlags ITEMCONN_NONE = 0x0000;
...
@@ -67,7 +67,7 @@ const ItemConnFlags ITEMCONN_NONE = 0x0000;
/** Connection is inactive - virtual functions will not be called. */
/** Connection is inactive - virtual functions will not be called. */
const
ItemConnFlags
ITEMCONN_INACTIVE
=
0x0001
;
const
ItemConnFlags
ITEMCONN_INACTIVE
=
0x0001
;
/** Clone item in FillItemSet() from old item set. */
/** Clone item in FillItemSet() from old item set. */
const
ItemConnFlags
ITEMCONN_CLONE_ITEM
=
0x0002
;
//
const ItemConnFlags ITEMCONN_CLONE_ITEM = 0x0002;
/** Enable control(s), if the item is known. */
/** Enable control(s), if the item is known. */
const
ItemConnFlags
ITEMCONN_ENABLE_KNOWN
=
0x0010
;
const
ItemConnFlags
ITEMCONN_ENABLE_KNOWN
=
0x0010
;
...
@@ -554,21 +554,11 @@ bool ItemControlConnection< ItemWrpT, ControlWrpT >::FillItemSet(
...
@@ -554,21 +554,11 @@ bool ItemControlConnection< ItemWrpT, ControlWrpT >::FillItemSet(
if
(
!
pOldItem
||
!
(
maItemWrp
.
GetItemValue
(
*
pOldItem
)
==
aNewValue
)
)
if
(
!
pOldItem
||
!
(
maItemWrp
.
GetItemValue
(
*
pOldItem
)
==
aNewValue
)
)
{
{
USHORT
nWhich
=
ItemWrapperHelper
::
GetWhichId
(
rDestSet
,
maItemWrp
.
GetSlotId
()
);
USHORT
nWhich
=
ItemWrapperHelper
::
GetWhichId
(
rDestSet
,
maItemWrp
.
GetSlotId
()
);
if
(
GetFlags
()
&
ITEMCONN_CLONE_ITEM
)
std
::
auto_ptr
<
ItemType
>
xItem
(
{
static_cast
<
ItemType
*
>
(
maItemWrp
.
GetDefaultItem
(
rDestSet
).
Clone
()
)
);
std
::
auto_ptr
<
ItemType
>
xItem
(
xItem
->
SetWhich
(
nWhich
);
static_cast
<
ItemType
*
>
(
maItemWrp
.
GetDefaultItem
(
rDestSet
).
Clone
()
)
);
maItemWrp
.
SetItemValue
(
*
xItem
,
aNewValue
);
xItem
->
SetWhich
(
nWhich
);
rDestSet
.
Put
(
*
xItem
);
maItemWrp
.
SetItemValue
(
*
xItem
,
aNewValue
);
rDestSet
.
Put
(
*
xItem
);
}
else
{
ItemType
aItem
;
aItem
.
SetWhich
(
nWhich
);
maItemWrp
.
SetItemValue
(
aItem
,
aNewValue
);
rDestSet
.
Put
(
aItem
);
}
bChanged
=
true
;
bChanged
=
true
;
}
}
}
}
...
...
sfx2/inc/sfx2/srchitem.hxx
Dosyayı görüntüle @
d327e1e7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: srchitem.hxx,v $
* $RCSfile: srchitem.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
vg $ $Date: 2007-04-11 21:30:05
$
* last change: $Author:
kz $ $Date: 2007-05-10 17:07:42
$
*
*
* 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.
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
// class SvxSearchItem ---------------------------------------------------
// class SvxSearchItem ---------------------------------------------------
#ifdef ITEMID_SEARCH
//
#ifdef ITEMID_SEARCH
/* [Beschreibung]
/* [Beschreibung]
...
@@ -127,7 +127,7 @@ class SFX2_DLLPUBLIC SvxSearchItem :
...
@@ -127,7 +127,7 @@ class SFX2_DLLPUBLIC SvxSearchItem :
public
:
public
:
TYPEINFO
();
TYPEINFO
();
SvxSearchItem
(
const
sal_uInt16
nId
=
ITEMID_SEARCH
);
SvxSearchItem
(
const
sal_uInt16
nId
/*= ITEMID_SEARCH*/
);
SvxSearchItem
(
const
SvxSearchItem
&
rItem
);
SvxSearchItem
(
const
SvxSearchItem
&
rItem
);
virtual
~
SvxSearchItem
();
virtual
~
SvxSearchItem
();
...
@@ -328,5 +328,5 @@ sal_Bool SvxSearchItem::IsMatchFullHalfWidthForms() const
...
@@ -328,5 +328,5 @@ sal_Bool SvxSearchItem::IsMatchFullHalfWidthForms() const
#endif
#endif
#endif
//
#endif
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