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
6c5c0302
Kaydet (Commit)
6c5c0302
authored
Eyl 01, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
XubString->OUString
Change-Id: I8bf16712cee985c1eeeea9e42479f22de2a43597
üst
277b3393
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
20 deletions
+20
-20
svdedtv.hxx
include/svx/svdedtv.hxx
+3
-3
svdpagv.hxx
include/svx/svdpagv.hxx
+4
-4
svdpntv.hxx
include/svx/svdpntv.hxx
+2
-2
svdedtv.cxx
svx/source/svdraw/svdedtv.cxx
+2
-2
svdpagv.cxx
svx/source/svdraw/svdpagv.cxx
+6
-6
svdpntv.cxx
svx/source/svdraw/svdpntv.cxx
+3
-3
No files found.
include/svx/svdedtv.hxx
Dosyayı görüntüle @
6c5c0302
...
@@ -189,11 +189,11 @@ public:
...
@@ -189,11 +189,11 @@ public:
void
AddUndoActions
(
std
::
vector
<
SdrUndoAction
*
>&
);
void
AddUndoActions
(
std
::
vector
<
SdrUndoAction
*
>&
);
// Layerverwaltung. Mit Undo.
// Layerverwaltung. Mit Undo.
SdrLayer
*
InsertNewLayer
(
const
String
&
rName
,
sal_uInt16
nPos
=
0xFFFF
);
SdrLayer
*
InsertNewLayer
(
const
OU
String
&
rName
,
sal_uInt16
nPos
=
0xFFFF
);
// Loeschen eines Layer inkl. aller darauf befindlichen Objekte
// Loeschen eines Layer inkl. aller darauf befindlichen Objekte
void
DeleteLayer
(
const
String
&
rName
);
void
DeleteLayer
(
const
OU
String
&
rName
);
// Verschieben eines Layer (Layerreihenfolge aendern)
// Verschieben eines Layer (Layerreihenfolge aendern)
void
MoveLayer
(
const
String
&
rName
,
sal_uInt16
nNewPos
);
void
MoveLayer
(
const
OU
String
&
rName
,
sal_uInt16
nNewPos
);
// Markierte Objekte die ausserhalb ihrer Page liegen
// Markierte Objekte die ausserhalb ihrer Page liegen
// werden ggf. einer anderen Page zugewiesen
// werden ggf. einer anderen Page zugewiesen
...
...
include/svx/svdpagv.hxx
Dosyayı görüntüle @
6c5c0302
...
@@ -119,8 +119,8 @@ private:
...
@@ -119,8 +119,8 @@ private:
void
ImpInvalidateHelpLineArea
(
sal_uInt16
nNum
)
const
;
void
ImpInvalidateHelpLineArea
(
sal_uInt16
nNum
)
const
;
void
SetLayer
(
const
String
&
rName
,
SetOfByte
&
rBS
,
sal_B
ool
bJa
);
void
SetLayer
(
const
OUString
&
rName
,
SetOfByte
&
rBS
,
b
ool
bJa
);
sal_Bool
IsLayer
(
const
String
&
rName
,
const
SetOfByte
&
rBS
)
const
;
bool
IsLayer
(
const
OU
String
&
rName
,
const
SetOfByte
&
rBS
)
const
;
// Nachsehen, ob AktGroup noch Inserted ist.
// Nachsehen, ob AktGroup noch Inserted ist.
void
CheckAktGroup
();
void
CheckAktGroup
();
...
@@ -195,8 +195,8 @@ public:
...
@@ -195,8 +195,8 @@ public:
Rectangle
&
MarkBound
()
{
return
aMarkBound
;
}
Rectangle
&
MarkBound
()
{
return
aMarkBound
;
}
Rectangle
&
MarkSnap
()
{
return
aMarkSnap
;
}
Rectangle
&
MarkSnap
()
{
return
aMarkSnap
;
}
void
SetLayerVisible
(
const
String
&
rName
,
sal_Bool
bShow
=
sal_T
rue
)
{
SetLayer
(
rName
,
aLayerVisi
,
bShow
);
if
(
!
bShow
)
AdjHdl
();
InvalidateAllWin
();
}
void
SetLayerVisible
(
const
OUString
&
rName
,
bool
bShow
=
t
rue
)
{
SetLayer
(
rName
,
aLayerVisi
,
bShow
);
if
(
!
bShow
)
AdjHdl
();
InvalidateAllWin
();
}
sal_Bool
IsLayerVisible
(
const
String
&
rName
)
const
{
return
IsLayer
(
rName
,
aLayerVisi
);
}
bool
IsLayerVisible
(
const
OU
String
&
rName
)
const
{
return
IsLayer
(
rName
,
aLayerVisi
);
}
void
SetLayerLocked
(
const
String
&
rName
,
sal_Bool
bLock
=
sal_True
)
{
SetLayer
(
rName
,
aLayerLock
,
bLock
);
if
(
bLock
)
AdjHdl
();
}
void
SetLayerLocked
(
const
String
&
rName
,
sal_Bool
bLock
=
sal_True
)
{
SetLayer
(
rName
,
aLayerLock
,
bLock
);
if
(
bLock
)
AdjHdl
();
}
sal_Bool
IsLayerLocked
(
const
String
&
rName
)
const
{
return
IsLayer
(
rName
,
aLayerLock
);
}
sal_Bool
IsLayerLocked
(
const
String
&
rName
)
const
{
return
IsLayer
(
rName
,
aLayerLock
);
}
...
...
include/svx/svdpntv.hxx
Dosyayı görüntüle @
6c5c0302
...
@@ -353,8 +353,8 @@ public:
...
@@ -353,8 +353,8 @@ public:
virtual
void
AddWindowToPaintView
(
OutputDevice
*
pNewWin
);
virtual
void
AddWindowToPaintView
(
OutputDevice
*
pNewWin
);
virtual
void
DeleteWindowFromPaintView
(
OutputDevice
*
pOldWin
);
virtual
void
DeleteWindowFromPaintView
(
OutputDevice
*
pOldWin
);
void
SetLayerVisible
(
const
String
&
rName
,
sal_Bool
bShow
=
sal_T
rue
);
void
SetLayerVisible
(
const
OUString
&
rName
,
bool
bShow
=
t
rue
);
bool
IsLayerVisible
(
const
String
&
rName
)
const
;
bool
IsLayerVisible
(
const
OU
String
&
rName
)
const
;
void
SetLayerLocked
(
const
String
&
rName
,
sal_Bool
bLock
=
sal_True
);
void
SetLayerLocked
(
const
String
&
rName
,
sal_Bool
bLock
=
sal_True
);
bool
IsLayerLocked
(
const
String
&
rName
)
const
;
bool
IsLayerLocked
(
const
String
&
rName
)
const
;
...
...
svx/source/svdraw/svdedtv.cxx
Dosyayı görüntüle @
6c5c0302
...
@@ -102,7 +102,7 @@ SdrEditView::~SdrEditView()
...
@@ -102,7 +102,7 @@ SdrEditView::~SdrEditView()
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
SdrLayer
*
SdrEditView
::
InsertNewLayer
(
const
Xub
String
&
rName
,
sal_uInt16
nPos
)
SdrLayer
*
SdrEditView
::
InsertNewLayer
(
const
OU
String
&
rName
,
sal_uInt16
nPos
)
{
{
SdrLayerAdmin
&
rLA
=
pMod
->
GetLayerAdmin
();
SdrLayerAdmin
&
rLA
=
pMod
->
GetLayerAdmin
();
sal_uInt16
nMax
=
rLA
.
GetLayerCount
();
sal_uInt16
nMax
=
rLA
.
GetLayerCount
();
...
@@ -196,7 +196,7 @@ void SdrEditView::ImpDelLayerDelObjs(SdrObjList* pOL, SdrLayerID nDelID)
...
@@ -196,7 +196,7 @@ void SdrEditView::ImpDelLayerDelObjs(SdrObjList* pOL, SdrLayerID nDelID)
}
}
}
}
void
SdrEditView
::
DeleteLayer
(
const
Xub
String
&
rName
)
void
SdrEditView
::
DeleteLayer
(
const
OU
String
&
rName
)
{
{
SdrLayerAdmin
&
rLA
=
pMod
->
GetLayerAdmin
();
SdrLayerAdmin
&
rLA
=
pMod
->
GetLayerAdmin
();
SdrLayer
*
pLayer
=
rLA
.
GetLayer
(
rName
,
sal_True
);
SdrLayer
*
pLayer
=
rLA
.
GetLayer
(
rName
,
sal_True
);
...
...
svx/source/svdraw/svdpagv.cxx
Dosyayı görüntüle @
6c5c0302
...
@@ -612,7 +612,7 @@ void SdrPageView::AdjHdl()
...
@@ -612,7 +612,7 @@ void SdrPageView::AdjHdl()
GetView
().
AdjustMarkHdl
();
GetView
().
AdjustMarkHdl
();
}
}
void
SdrPageView
::
SetLayer
(
const
XubString
&
rName
,
SetOfByte
&
rBS
,
sal_B
ool
bJa
)
void
SdrPageView
::
SetLayer
(
const
OUString
&
rName
,
SetOfByte
&
rBS
,
b
ool
bJa
)
{
{
if
(
!
GetPage
())
if
(
!
GetPage
())
return
;
return
;
...
@@ -623,16 +623,16 @@ void SdrPageView::SetLayer(const XubString& rName, SetOfByte& rBS, sal_Bool bJa)
...
@@ -623,16 +623,16 @@ void SdrPageView::SetLayer(const XubString& rName, SetOfByte& rBS, sal_Bool bJa)
rBS
.
Set
(
nID
,
bJa
);
rBS
.
Set
(
nID
,
bJa
);
}
}
sal_Bool
SdrPageView
::
IsLayer
(
const
Xub
String
&
rName
,
const
SetOfByte
&
rBS
)
const
bool
SdrPageView
::
IsLayer
(
const
OU
String
&
rName
,
const
SetOfByte
&
rBS
)
const
{
{
if
(
!
GetPage
())
if
(
!
GetPage
())
return
sal_F
alse
;
return
f
alse
;
sal_Bool
bRet
(
sal_F
alse
);
bool
bRet
(
f
alse
);
if
(
rName
.
Len
())
if
(
!
rName
.
isEmpty
())
{
{
SdrLayerID
nId
=
GetPage
()
->
GetLayerAdmin
().
GetLayerID
(
rName
,
sal_T
rue
);
SdrLayerID
nId
=
GetPage
()
->
GetLayerAdmin
().
GetLayerID
(
rName
,
t
rue
);
if
(
SDRLAYER_NOTFOUND
!=
nId
)
if
(
SDRLAYER_NOTFOUND
!=
nId
)
{
{
...
...
svx/source/svdraw/svdpntv.cxx
Dosyayı görüntüle @
6c5c0302
...
@@ -509,17 +509,17 @@ void SdrPaintView::DeleteWindowFromPaintView(OutputDevice* pOldWin)
...
@@ -509,17 +509,17 @@ void SdrPaintView::DeleteWindowFromPaintView(OutputDevice* pOldWin)
#endif
#endif
}
}
void
SdrPaintView
::
SetLayerVisible
(
const
XubString
&
rName
,
sal_B
ool
bShow
)
void
SdrPaintView
::
SetLayerVisible
(
const
OUString
&
rName
,
b
ool
bShow
)
{
{
if
(
mpPageView
)
if
(
mpPageView
)
{
{
mpPageView
->
SetLayerVisible
(
rName
,
bShow
);
mpPageView
->
SetLayerVisible
(
rName
,
bShow
);
}
}
InvalidateAllWin
();
InvalidateAllWin
();
}
}
bool
SdrPaintView
::
IsLayerVisible
(
const
Xub
String
&
rName
)
const
bool
SdrPaintView
::
IsLayerVisible
(
const
OU
String
&
rName
)
const
{
{
if
(
mpPageView
)
if
(
mpPageView
)
{
{
...
...
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