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
4e1a2ed9
Kaydet (Commit)
4e1a2ed9
authored
Haz 19, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/11/16 15:20:44 pl 1.4.32.1: #i55991# removed warnings
üst
18c2dc59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
recentfilesmenucontroller.cxx
framework/source/uielement/recentfilesmenucontroller.cxx
+7
-9
No files found.
framework/source/uielement/recentfilesmenucontroller.cxx
Dosyayı görüntüle @
4e1a2ed9
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: recentfilesmenucontroller.cxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
rt $ $Date: 2005-09-09 01:57:0
8 $
* last change: $Author:
hr $ $Date: 2006-06-19 11:40:1
8 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -275,7 +275,7 @@ void RecentFilesMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >
}
// XEventListener
void
SAL_CALL
RecentFilesMenuController
::
disposing
(
const
EventObject
&
Source
)
throw
(
RuntimeException
)
void
SAL_CALL
RecentFilesMenuController
::
disposing
(
const
EventObject
&
)
throw
(
RuntimeException
)
{
Reference
<
css
::
awt
::
XMenuListener
>
xHolder
((
OWeakObject
*
)
this
,
UNO_QUERY
);
...
...
@@ -296,7 +296,7 @@ void SAL_CALL RecentFilesMenuController::statusChanged( const FeatureStateEvent&
}
// XMenuListener
void
SAL_CALL
RecentFilesMenuController
::
highlight
(
const
css
::
awt
::
MenuEvent
&
rEvent
)
throw
(
RuntimeException
)
void
SAL_CALL
RecentFilesMenuController
::
highlight
(
const
css
::
awt
::
MenuEvent
&
)
throw
(
RuntimeException
)
{
}
...
...
@@ -381,14 +381,14 @@ void SAL_CALL RecentFilesMenuController::select( const css::awt::MenuEvent& rEve
}
}
void
SAL_CALL
RecentFilesMenuController
::
activate
(
const
css
::
awt
::
MenuEvent
&
rEvent
)
throw
(
RuntimeException
)
void
SAL_CALL
RecentFilesMenuController
::
activate
(
const
css
::
awt
::
MenuEvent
&
)
throw
(
RuntimeException
)
{
ResetableGuard
aLock
(
m_aLock
);
if
(
m_xPopupMenu
.
is
()
)
fillPopupMenu
(
m_xPopupMenu
);
}
void
SAL_CALL
RecentFilesMenuController
::
deactivate
(
const
css
::
awt
::
MenuEvent
&
rEvent
)
throw
(
RuntimeException
)
void
SAL_CALL
RecentFilesMenuController
::
deactivate
(
const
css
::
awt
::
MenuEvent
&
)
throw
(
RuntimeException
)
{
}
...
...
@@ -415,7 +415,6 @@ void SAL_CALL RecentFilesMenuController::setPopupMenu( const Reference< css::awt
xURLTransformer
->
parseStrict
(
aTargetURL
);
m_xDispatch
=
xDispatchProvider
->
queryDispatch
(
aTargetURL
,
::
rtl
::
OUString
(),
0
);
ResetableGuard
aLock
(
m_aLock
);
if
(
m_xPopupMenu
.
is
()
)
fillPopupMenu
(
m_xPopupMenu
);
}
...
...
@@ -470,7 +469,6 @@ void SAL_CALL RecentFilesMenuController::initialize( const Sequence< Any >& aArg
if
(
xFrame
.
is
()
&&
aCommandURL
.
getLength
()
)
{
ResetableGuard
aLock
(
m_aLock
);
m_xFrame
=
xFrame
;
m_aCommandURL
=
aCommandURL
;
m_bInitialized
=
sal_True
;
...
...
@@ -478,7 +476,7 @@ void SAL_CALL RecentFilesMenuController::initialize( const Sequence< Any >& aArg
}
}
IMPL_STATIC_LINK
(
RecentFilesMenuController
,
ExecuteHdl_Impl
,
LoadRecentFile
*
,
pLoadRecentFile
)
IMPL_STATIC_LINK
_NOINSTANCE
(
RecentFilesMenuController
,
ExecuteHdl_Impl
,
LoadRecentFile
*
,
pLoadRecentFile
)
{
try
{
...
...
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