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
cbf0812a
Kaydet (Commit)
cbf0812a
authored
May 25, 2013
tarafından
Ariel Constenla-Haile
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Recent files menu in the StartModule should be the same as in the menubar
üst
e1687ce1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
backingwindow.cxx
framework/source/services/backingwindow.cxx
+0
-0
backingwindow.hxx
framework/source/services/backingwindow.hxx
+8
-10
No files found.
framework/source/services/backingwindow.cxx
Dosyayı görüntüle @
cbf0812a
This diff is collapsed.
Click to expand it.
framework/source/services/backingwindow.hxx
Dosyayı görüntüle @
cbf0812a
...
...
@@ -35,6 +35,10 @@
#include "unotools/moduleoptions.hxx"
#include "svtools/acceleratorexecute.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/frame/XUIControllerFactory.hpp>
#include <com/sun/star/frame/XPopupMenuController.hpp>
#include <com/sun/star/awt/XPopupMenu.hpp>
#include "com/sun/star/frame/XDispatchProvider.hpp"
#include "com/sun/star/frame/XDesktop.hpp"
#include "com/sun/star/frame/XFrame.hpp"
...
...
@@ -74,16 +78,14 @@ namespace framework
class
BackingWindow
:
public
Window
{
struct
LoadRecentFile
{
rtl
::
OUString
aTargetURL
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
aArgSeq
;
};
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>
mxContext
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XDesktop
>
mxDesktop
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XDispatchProvider
>
mxDesktopDispatchProvider
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XFrame
>
mxFrame
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
document
::
XEventBroadcaster
>
mxBroadcaster
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XUIControllerFactory
>
mxPopupMenuFactory
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XPopupMenuController
>
mxPopupMenuController
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
awt
::
XPopupMenu
>
mxPopupMenu
;
FixedText
maWelcome
;
Size
maWelcomeSize
;
...
...
@@ -126,9 +128,6 @@ namespace framework
long
mnBtnPos
;
long
mnBtnTop
;
PopupMenu
*
mpRecentMenu
;
std
::
vector
<
LoadRecentFile
>
maRecentFiles
;
static
const
int
nItemId_Extensions
=
1
;
static
const
int
nItemId_Reg
=
2
;
static
const
int
nItemId_Info
=
3
;
...
...
@@ -154,7 +153,6 @@ namespace framework
);
DECL_LINK
(
ClickHdl
,
Button
*
);
DECL_LINK
(
SelectHdl
,
Button
*
);
DECL_LINK
(
ActivateHdl
,
Button
*
);
DECL_LINK
(
ToolboxHdl
,
void
*
);
...
...
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