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
4a87b75b
Kaydet (Commit)
4a87b75b
authored
May 14, 2013
tarafından
Oliver-Rainer Wittmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
122056: adding another Writer variant for sidebar context handling
Patch by: Ariel Review by: Oliver
üst
6ca31d90
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
Sidebar.xcs
...ecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
+1
-0
EnumContext.hxx
sfx2/inc/sfx2/sidebar/EnumContext.hxx
+1
-0
EnumContext.cxx
sfx2/source/sidebar/EnumContext.cxx
+3
-0
ResourceManager.cxx
sfx2/source/sidebar/ResourceManager.cxx
+1
-0
No files found.
officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
Dosyayı görüntüle @
4a87b75b
...
...
@@ -88,6 +88,7 @@
com.sun.star.text.WebDocument
com.sun.star.xforms.XMLFormDocument
com.sun.star.sdb.FormDesign
com.sun.star.sdb.TextReportDesign
com.sun.star.sheet.SpreadsheetDocument
com.sun.star.presentation.PresentationDocument
com.sun.star.drawing.DrawingDocument
...
...
sfx2/inc/sfx2/sidebar/EnumContext.hxx
Dosyayı görüntüle @
4a87b75b
...
...
@@ -41,6 +41,7 @@ public:
Application_WriterWeb
,
Application_WriterXML
,
Application_WriterForm
,
Application_WriterReport
,
Application_Calc
,
Application_Draw
,
Application_Impress
,
...
...
sfx2/source/sidebar/EnumContext.cxx
Dosyayı görüntüle @
4a87b75b
...
...
@@ -98,6 +98,8 @@ sal_Int32 EnumContext::GetCombinedContext_DI (void) const
case
Application_WriterGlobal
:
case
Application_WriterWeb
:
case
Application_WriterXML
:
case
Application_WriterForm
:
case
Application_WriterReport
:
return
CombinedEnumContext
(
Application_WriterVariants
,
meContext
);
default
:
...
...
@@ -164,6 +166,7 @@ void EnumContext::ProvideApplicationContainers (void)
AddEntry
(
A2S
(
"com.sun.star.text.WebDocument"
),
EnumContext
::
Application_WriterWeb
);
AddEntry
(
A2S
(
"com.sun.star.xforms.XMLFormDocument"
),
EnumContext
::
Application_WriterXML
);
AddEntry
(
A2S
(
"com.sun.star.sdb.FormDesign"
),
EnumContext
::
Application_WriterForm
);
AddEntry
(
A2S
(
"com.sun.star.sdb.TextReportDesign"
),
EnumContext
::
Application_WriterReport
);
AddEntry
(
A2S
(
"com.sun.star.sheet.SpreadsheetDocument"
),
EnumContext
::
Application_Calc
);
AddEntry
(
A2S
(
"com.sun.star.drawing.DrawingDocument"
),
EnumContext
::
Application_Draw
);
AddEntry
(
A2S
(
"com.sun.star.presentation.PresentationDocument"
),
EnumContext
::
Application_Impress
);
...
...
sfx2/source/sidebar/ResourceManager.cxx
Dosyayı görüntüle @
4a87b75b
...
...
@@ -447,6 +447,7 @@ void ResourceManager::ReadContextList (
aApplications
.
push_back
(
EnumContext
::
Application_WriterWeb
);
aApplications
.
push_back
(
EnumContext
::
Application_WriterXML
);
aApplications
.
push_back
(
EnumContext
::
Application_WriterForm
);
aApplications
.
push_back
(
EnumContext
::
Application_WriterReport
);
}
else
{
...
...
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