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
e6ff457d
Kaydet (Commit)
e6ff457d
authored
Mar 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: I9d8601eb66a460702530e013bf573c6482c49c0b
üst
b53ff286
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
addonsoptions.cxx
framework/source/fwe/classes/addonsoptions.cxx
+0
-28
No files found.
framework/source/fwe/classes/addonsoptions.cxx
Dosyayı görüntüle @
e6ff457d
...
...
@@ -351,7 +351,6 @@ class AddonsOptions_Impl : public ConfigItem
void
SubstituteVariables
(
OUString
&
aURL
);
bool
ReadSubMenuEntries
(
const
Sequence
<
OUString
>&
aSubMenuNodeNames
,
Sequence
<
Sequence
<
PropertyValue
>
>&
rSubMenu
);
void
InsertToolBarSeparator
(
Sequence
<
Sequence
<
PropertyValue
>
>&
rAddonOfficeToolBarSeq
);
OUString
GeneratePrefixURL
();
Sequence
<
OUString
>
GetPropertyNamesMenuItem
(
const
OUString
&
aPropertyRootNode
)
const
;
...
...
@@ -874,34 +873,7 @@ bool AddonsOptions_Impl::ReadToolBarItemSet( const OUString& rToolBarItemSetNode
return
(
(
sal_uInt32
)
rAddonOfficeToolBarSeq
.
getLength
()
>
nToolBarItemCount
);
}
// private method
void
AddonsOptions_Impl
::
InsertToolBarSeparator
(
Sequence
<
Sequence
<
PropertyValue
>
>&
rAddonOfficeToolBarSeq
)
{
Sequence
<
PropertyValue
>
aToolBarItem
(
PROPERTYCOUNT_TOOLBARITEM
);
aToolBarItem
[
OFFSET_TOOLBARITEM_URL
].
Name
=
m_aPropNames
[
INDEX_URL
];
aToolBarItem
[
OFFSET_TOOLBARITEM_TITLE
].
Name
=
m_aPropNames
[
INDEX_TITLE
];
aToolBarItem
[
OFFSET_TOOLBARITEM_IMAGEIDENTIFIER
].
Name
=
m_aPropNames
[
INDEX_IMAGEIDENTIFIER
];
aToolBarItem
[
OFFSET_TOOLBARITEM_TARGET
].
Name
=
m_aPropNames
[
INDEX_TARGET
];
aToolBarItem
[
OFFSET_TOOLBARITEM_CONTEXT
].
Name
=
m_aPropNames
[
INDEX_CONTEXT
];
aToolBarItem
[
OFFSET_TOOLBARITEM_URL
].
Value
<<=
SEPARATOR_URL
;
aToolBarItem
[
OFFSET_TOOLBARITEM_TITLE
].
Value
<<=
m_aEmpty
;
aToolBarItem
[
OFFSET_TOOLBARITEM_TARGET
].
Value
<<=
m_aEmpty
;
aToolBarItem
[
OFFSET_TOOLBARITEM_IMAGEIDENTIFIER
].
Value
<<=
m_aEmpty
;
aToolBarItem
[
OFFSET_TOOLBARITEM_CONTEXT
].
Value
<<=
m_aEmpty
;
sal_uInt32
nToolBarItemCount
=
rAddonOfficeToolBarSeq
.
getLength
();
rAddonOfficeToolBarSeq
.
realloc
(
nToolBarItemCount
+
1
);
rAddonOfficeToolBarSeq
[
nToolBarItemCount
]
=
aToolBarItem
;
}
// private method
void
AddonsOptions_Impl
::
ReadImages
(
ImageManager
&
aImageManager
)
{
// Read the user-defined Images set and fill image manager
...
...
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