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
93c5ac9f
Kaydet (Commit)
93c5ac9f
authored
Kas 12, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ReleaseConfigMgr not called by anything
üst
1987a5c7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
31 deletions
+0
-31
CVE-2010-0033-1.ppt
sd/qa/unit/data/ppt/fail/CVE-2010-0033-1.ppt
+0
-0
CVE-2005-4560-1.wmf
svtools/qa/cppunit/data/wmf/fail/CVE-2005-4560-1.wmf
+0
-0
configitem.hxx
unotools/inc/unotools/configitem.hxx
+0
-3
configitem.cxx
unotools/source/config/configitem.cxx
+0
-17
unusedcode.easy
unusedcode.easy
+0
-11
No files found.
sd/qa/unit/data/ppt/fail/CVE-2010-0033-1.ppt
0 → 100644
Dosyayı görüntüle @
93c5ac9f
File added
svtools/qa/cppunit/data/wmf/fail/CVE-2005-4560-1.wmf
0 → 100644
Dosyayı görüntüle @
93c5ac9f
File added
unotools/inc/unotools/configitem.hxx
Dosyayı görüntüle @
93c5ac9f
...
...
@@ -183,9 +183,6 @@ namespace utl
PropertyChangeListener if the sub tree broadcasts changes. */
virtual
void
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>&
aPropertyNames
)
=
0
;
/** is called from the ConfigManager if it is destroyed before the ConfigItem. */
void
ReleaseConfigMgr
();
const
rtl
::
OUString
&
GetSubTreeName
()
const
{
return
sSubTree
;}
sal_Bool
IsModified
()
const
;
...
...
unotools/source/config/configitem.cxx
Dosyayı görüntüle @
93c5ac9f
...
...
@@ -250,23 +250,6 @@ ConfigItem::~ConfigItem()
delete
pImpl
;
}
void
ConfigItem
::
ReleaseConfigMgr
()
{
Reference
<
XHierarchicalNameAccess
>
xHierarchyAccess
=
GetTree
();
if
(
xHierarchyAccess
.
is
())
{
try
{
Reference
<
XChangesBatch
>
xBatch
(
xHierarchyAccess
,
UNO_QUERY
);
xBatch
->
commitChanges
();
}
CATCH_INFO
(
"Exception from commitChanges(): "
)
}
RemoveChangesListener
();
OSL_ENSURE
(
pImpl
->
pManager
,
"ConfigManager already released"
);
pImpl
->
pManager
=
0
;
}
void
ConfigItem
::
CallNotify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rPropertyNames
)
{
// the call is forwarded to the virtual Notify() method
...
...
unusedcode.easy
Dosyayı görüntüle @
93c5ac9f
...
...
@@ -2056,16 +2056,6 @@ layoutimpl::WidgetFactory::sfx2CreateWindow(VCLXWindow**, Window*, rtl::OUString
layoutimpl::getParent(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>)
layoutimpl::prophlp::getProperty(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&, rtl::OUString const&)
libcmis::SessionFactory::getRepositories(std::__debug::map<int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<int>, std::allocator<std::pair<int const, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >)
libvisio::VSDXCharacterList::getElement(unsigned int)
libvisio::VSDXContentCollector::charStyleFromStyleSheet(unsigned int)
libvisio::VSDXContentCollector::paraStyleFromStyleSheet(unsigned int)
libvisio::VSDXContentCollector::textBlockStyleFromStyleSheet(unsigned int)
libvisio::VSDXOutputElementList::addEllipse(WPXPropertyList const&)
libvisio::VSDXOutputElementList::addEndLayer()
libvisio::VSDXOutputElementList::addStartLayer(WPXPropertyList const&)
libvisio::VSDXOutputElementList::clear()
libvisio::VSDXPage::VSDXPage(double, double, unsigned int, unsigned int, libvisio::VSDXOutputElementList const&)
libvisio::VSDXParagraphList::getElement(unsigned int)
libvisio::VisioDocument::generateSVG(WPXInputStream*, WPXString&)
libwpg::WPGraphics::generateSVG(unsigned char const*, unsigned long, WPXString&, libwpg::WPGFileFormat)
libwpg::WPGraphics::parse(unsigned char const*, unsigned long, libwpg::WPGPaintInterface*, libwpg::WPGFileFormat)
...
...
@@ -2392,7 +2382,6 @@ unicode::isTitle(unsigned short)
unicode::isUnicodeScriptType(unsigned short, short)
unographic::GraphicDescriptor::isValid() const
utl::AccessibleStateSetHelper::Compare(utl::AccessibleStateSetHelper const&, utl::AccessibleStateSetHelper&, utl::AccessibleStateSetHelper&)
utl::ConfigManager::ConfigManager(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>)
utl::MultiAtomProvider::getLastAtom(int) const
utl::MultiAtomProvider::hasAtom(int, int) const
utl::MultiAtomProvider::insertAtomClass(int)
...
...
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