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
2bdc09bd
Kaydet (Commit)
2bdc09bd
authored
Tem 12, 2004
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS aw013 (1.15.168); FILE MERGED
2004/06/24 09:26:34 aw 1.15.168.1: #i29181#
üst
739b1296
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
navigatortree.cxx
svx/source/form/navigatortree.cxx
+8
-8
No files found.
svx/source/form/navigatortree.cxx
Dosyayı görüntüle @
2bdc09bd
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: navigatortree.cxx,v $
* $RCSfile: navigatortree.cxx,v $
*
*
* $Revision: 1.1
6
$
* $Revision: 1.1
7
$
*
*
* last change: $Author: rt $ $Date: 2004-07-
06 13:34:22
$
* last change: $Author: rt $ $Date: 2004-07-
12 14:37:56
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -236,10 +236,10 @@ namespace svxform
...
@@ -236,10 +236,10 @@ namespace svxform
// have is not really reliable (while a sal_True would have been)
// have is not really reliable (while a sal_True would have been)
// Okay, travel the mark list, and see if there is a group marked, and our shape
// Okay, travel the mark list, and see if there is a group marked, and our shape
// is a part of this group
// is a part of this group
sal_uInt32
nMarked
=
_pView
->
GetMarkList
().
GetMarkCount
();
sal_uInt32
nMarked
=
_pView
->
GetMark
edObject
List
().
GetMarkCount
();
for
(
sal_uInt32
i
=
0
;
(
i
<
nMarked
)
&&
!
bIsMarked
;
++
i
)
for
(
sal_uInt32
i
=
0
;
(
i
<
nMarked
)
&&
!
bIsMarked
;
++
i
)
{
{
SdrMark
*
pMark
=
_pView
->
GetMarkList
().
GetMark
(
i
);
SdrMark
*
pMark
=
_pView
->
GetMark
edObject
List
().
GetMark
(
i
);
SdrObject
*
pObj
=
pMark
?
pMark
->
GetObj
()
:
NULL
;
SdrObject
*
pObj
=
pMark
?
pMark
->
GetObj
()
:
NULL
;
if
(
pObj
&&
pObj
->
IsGroupObject
()
)
if
(
pObj
&&
pObj
->
IsGroupObject
()
)
{
// the i-th marked shape is a group shape
{
// the i-th marked shape is a group shape
...
@@ -1337,7 +1337,7 @@ namespace svxform
...
@@ -1337,7 +1337,7 @@ namespace svxform
// in addition, with the move of controls such things as "the current form" may have changed - force the shell
// in addition, with the move of controls such things as "the current form" may have changed - force the shell
// to update itself accordingly
// to update itself accordingly
if
(
pFormShell
&&
pFormShell
->
GetImpl
()
&&
pFormShell
->
GetFormView
()
)
if
(
pFormShell
&&
pFormShell
->
GetImpl
()
&&
pFormShell
->
GetFormView
()
)
pFormShell
->
GetImpl
()
->
DetermineSelection
(
pFormShell
->
GetFormView
()
->
GetMarkList
()
);
pFormShell
->
GetImpl
()
->
DetermineSelection
(
pFormShell
->
GetFormView
()
->
GetMark
edObject
List
()
);
if
(
m_aControlExchange
.
isClipboardOwner
()
&&
(
DND_ACTION_MOVE
==
_nAction
)
)
if
(
m_aControlExchange
.
isClipboardOwner
()
&&
(
DND_ACTION_MOVE
==
_nAction
)
)
m_aControlExchange
->
clear
();
m_aControlExchange
->
clear
();
...
@@ -1824,7 +1824,7 @@ namespace svxform
...
@@ -1824,7 +1824,7 @@ namespace svxform
else
if
(
m_nHiddenControls
==
0
)
else
if
(
m_nHiddenControls
==
0
)
{
// nur normale Controls
{
// nur normale Controls
// ein MultiSet aus der MarkList der View aufbauen ...
// ein MultiSet aus der MarkList der View aufbauen ...
const
SdrMarkList
&
mlMarked
=
pFormShell
->
GetFormView
()
->
GetMarkList
();
const
SdrMarkList
&
mlMarked
=
pFormShell
->
GetFormView
()
->
GetMark
edObject
List
();
FmXMultiSet
*
pSelectionSet
=
FmXMultiSet
::
Create
(
mlMarked
);
FmXMultiSet
*
pSelectionSet
=
FmXMultiSet
::
Create
(
mlMarked
);
xInterfaceSelected
=
Reference
<
XInterface
>
(
(
XPropertySet
*
)
pSelectionSet
);
xInterfaceSelected
=
Reference
<
XInterface
>
(
(
XPropertySet
*
)
pSelectionSet
);
pFormShell
->
GetImpl
()
->
setCurControl
(
xInterfaceSelected
);
pFormShell
->
GetImpl
()
->
setCurControl
(
xInterfaceSelected
);
...
@@ -1844,7 +1844,7 @@ namespace svxform
...
@@ -1844,7 +1844,7 @@ namespace svxform
// um das Setzen des current Controls kann sich die Shell kuemmern (da gibt es einige Feinheiten, die ich hier nicht
// um das Setzen des current Controls kann sich die Shell kuemmern (da gibt es einige Feinheiten, die ich hier nicht
// neu implementieren moechte)
// neu implementieren moechte)
if
(
bNeedSetCurControl
)
if
(
bNeedSetCurControl
)
pFormShell
->
GetImpl
()
->
DetermineSelection
(
pFormShell
->
GetFormView
()
->
GetMarkList
());
pFormShell
->
GetImpl
()
->
DetermineSelection
(
pFormShell
->
GetFormView
()
->
GetMark
edObject
List
());
// und dann meine Form und mein SelObject
// und dann meine Form und mein SelObject
pFormShell
->
GetImpl
()
->
setSelObject
(
xInterfaceSelected
);
pFormShell
->
GetImpl
()
->
setSelObject
(
xInterfaceSelected
);
pFormShell
->
GetImpl
()
->
setCurForm
(
xFormSelected
);
pFormShell
->
GetImpl
()
->
setCurForm
(
xFormSelected
);
...
@@ -2141,7 +2141,7 @@ namespace svxform
...
@@ -2141,7 +2141,7 @@ namespace svxform
FmFormView
*
pFormView
=
pFormShell
->
GetFormView
();
FmFormView
*
pFormView
=
pFormShell
->
GetFormView
();
if
(
!
pFormView
)
return
;
if
(
!
pFormView
)
return
;
GetNavModel
()
->
BroadcastMarkedObjects
(
pFormView
->
GetMarkList
());
GetNavModel
()
->
BroadcastMarkedObjects
(
pFormView
->
GetMark
edObject
List
());
}
}
//------------------------------------------------------------------------
//------------------------------------------------------------------------
...
...
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