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
160f62df
Kaydet (Commit)
160f62df
authored
Tem 01, 2012
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Svx and sw code cleanup
Change-Id: Ie93861f32ac23379dc1f0fd973612645e776cc1e
üst
b9c37611
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
11 deletions
+7
-11
DrawViewShell.hxx
sd/source/ui/inc/DrawViewShell.hxx
+1
-1
drviews2.cxx
sd/source/ui/view/drviews2.cxx
+4
-5
romenu.cxx
sw/source/ui/docvw/romenu.cxx
+1
-1
grfsh.cxx
sw/source/ui/shells/grfsh.cxx
+1
-4
No files found.
sd/source/ui/inc/DrawViewShell.hxx
Dosyayı görüntüle @
160f62df
...
...
@@ -216,7 +216,7 @@ public:
void
FuTemporary
(
SfxRequest
&
rReq
);
void
FuPermanent
(
SfxRequest
&
rReq
);
void
FuSupport
(
SfxRequest
&
rReq
);
void
FuSupportRotate
(
SfxRequest
&
rReq
);
void
FuSupportRotate
(
SfxRequest
&
rReq
);
void
FuTable
(
SfxRequest
&
rReq
);
void
AttrExec
(
SfxRequest
&
rReq
);
...
...
sd/source/ui/view/drviews2.cxx
Dosyayı görüntüle @
160f62df
...
...
@@ -714,23 +714,22 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
{
WaitObject
aWait
(
(
Window
*
)
GetActiveWindow
()
);
// switch on undo for the next operations
mpDrawView
->
BegUndo
(
String
(
SdResId
(
nSId
==
SID_CONVERT_TO_METAFILE
?
STR_UNDO_CONVERT_TO_METAFILE
:
STR_UNDO_CONVERT_TO_BITMAP
)));
// create SdrGrafObj from metafile/bitmap
Graphic
aGraphic
;
switch
(
nSId
)
{
case
SID_CONVERT_TO_METAFILE
:
{
// switch on undo for the next operations
mpDrawView
->
BegUndo
(
String
(
SdResId
(
STR_UNDO_CONVERT_TO_METAFILE
)));
GDIMetaFile
aMetaFile
(
mpDrawView
->
GetAllMarkedMetaFile
());
aGraphic
=
Graphic
(
aMetaFile
);
}
break
;
case
SID_CONVERT_TO_BITMAP
:
{
// switch on undo for the next operations
mpDrawView
->
BegUndo
(
String
(
SdResId
(
STR_UNDO_CONVERT_TO_BITMAP
)));
Bitmap
aBitmap
(
mpDrawView
->
GetAllMarkedBitmap
());
aGraphic
=
Graphic
(
aBitmap
);
}
...
...
sw/source/ui/docvw/romenu.cxx
Dosyayı görüntüle @
160f62df
...
...
@@ -79,7 +79,7 @@ void SwReadOnlyPopup::Check( sal_uInt16 nMID, sal_uInt16 nSID, SfxDispatcher &rD
_pItem
->
ISA
(
SfxBoolItem
)
&&
((
SfxBoolItem
*
)
_pItem
)
->
GetValue
());
//remove full screen entry when not in full screen mode
if
(
SID_WIN_FULLSCREEN
==
nSID
&&
!
IsItemChecked
(
SID_WIN_FULLSCREEN
)
)
if
(
SID_WIN_FULLSCREEN
==
nSID
&&
!
IsItemChecked
(
SID_WIN_FULLSCREEN
)
)
EnableItem
(
nMID
,
sal_False
);
}
}
...
...
sw/source/ui/shells/grfsh.cxx
Dosyayı görüntüle @
160f62df
...
...
@@ -555,13 +555,10 @@ void SwGrfShell::GetAttrState(SfxItemSet &rSet)
bDisable
=
sal_True
;
break
;
case
SID_SAVE_GRAPHIC
:
if
(
rSh
.
GetGraphicType
()
==
GRAPHIC_NONE
)
bDisable
=
sal_True
;
break
;
case
SID_EXTERNAL_EDIT
:
if
(
rSh
.
GetGraphicType
()
==
GRAPHIC_NONE
)
bDisable
=
sal_True
;
break
;
break
;
case
SID_COLOR_SETTINGS
:
{
if
(
bParentCntProt
||
!
bIsGrfCntnt
)
...
...
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