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
7a9a88a0
Kaydet (Commit)
7a9a88a0
authored
Mar 31, 2011
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
renaming to LO code conventions
üst
2b242efd
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
29 additions
and
29 deletions
+29
-29
AwtKeyToDbusmenuString.hxx
framework/source/lomenubar/AwtKeyToDbusmenuString.hxx
+3
-3
DesktopJob.cxx
framework/source/lomenubar/DesktopJob.cxx
+2
-2
DesktopJob.hxx
framework/source/lomenubar/DesktopJob.hxx
+3
-3
FrameHelper.cxx
framework/source/lomenubar/FrameHelper.cxx
+4
-4
FrameHelper.hxx
framework/source/lomenubar/FrameHelper.hxx
+3
-3
FrameJob.cxx
framework/source/lomenubar/FrameJob.cxx
+3
-3
FrameJob.hxx
framework/source/lomenubar/FrameJob.hxx
+0
-0
MenuItemInfo.cxx
framework/source/lomenubar/MenuItemInfo.cxx
+1
-1
MenuItemInfo.hxx
framework/source/lomenubar/MenuItemInfo.hxx
+3
-3
MenuItemStatusListener.cxx
framework/source/lomenubar/MenuItemStatusListener.cxx
+2
-2
MenuItemStatusListener.hxx
framework/source/lomenubar/MenuItemStatusListener.hxx
+3
-3
exports.cxx
framework/source/lomenubar/exports.cxx
+2
-2
No files found.
framework/source/lomenubar/AwtKeyToDbusmenuString.h
→
framework/source/lomenubar/AwtKeyToDbusmenuString.h
xx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,8 +21,8 @@
*
*/
#ifndef __AWT_KEY_TO_DBUSMENU_STRING_H__
#define __AWT_KEY_TO_DBUSMENU_STRING_H__
#ifndef __AWT_KEY_TO_DBUSMENU_STRING_H
XX
__
#define __AWT_KEY_TO_DBUSMENU_STRING_H
XX
__
#include <X11/X.h>
#include <glib.h>
...
...
@@ -30,4 +30,4 @@ gchar*
AwtKeyToDbusmenuString
(
guint16
aKeyCode
);
#endif //__AWT_KEY_TO_DBUSMENU_STRING_H__
#endif //__AWT_KEY_TO_DBUSMENU_STRING_H
XX
__
framework/source/lomenubar/DesktopJob.cxx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,8 +21,8 @@
*
*/
#include "DesktopJob.h"
#include "FrameJob.h"
#include "DesktopJob.h
xx
"
#include "FrameJob.h
xx
"
#include <gio/gio.h>
#include <libdbusmenu-glib/server.h>
...
...
framework/source/lomenubar/DesktopJob.h
→
framework/source/lomenubar/DesktopJob.h
xx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,8 +21,8 @@
*
*/
#ifndef __DESKTOP_JOB_H__
#define __DESKTOP_JOB_H__
#ifndef __DESKTOP_JOB_H
XX
__
#define __DESKTOP_JOB_H
XX
__
#include <glib.h>
#include <libdbusmenu-glib/menuitem.h>
...
...
@@ -86,5 +86,5 @@ Reference< css::uno::XInterface >
SAL_CALL
DesktopJob_createInstance
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
&
rSMgr
)
throw
(
Exception
);
#endif //__DESKTOP_JOB_H__
#endif //__DESKTOP_JOB_H
XX
__
framework/source/lomenubar/FrameHelper.cxx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,10 +21,10 @@
*
*/
#include "FrameHelper.h"
#include "AwtKeyToDbusmenuString.h"
#include "MenuItemInfo.h"
#include "MenuItemStatusListener.h"
#include "FrameHelper.h
xx
"
#include "AwtKeyToDbusmenuString.h
xx
"
#include "MenuItemInfo.h
xx
"
#include "MenuItemStatusListener.h
xx
"
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/SystemDependentXWindow.hpp>
...
...
framework/source/lomenubar/FrameHelper.h
→
framework/source/lomenubar/FrameHelper.h
xx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,8 +21,8 @@
*
*/
#ifndef __FRAME_HELPER_H__
#define __FRAME_HELPER_H__
#ifndef __FRAME_HELPER_H
XX
__
#define __FRAME_HELPER_H
XX
__
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/XMenu.hpp>
...
...
@@ -136,4 +136,4 @@ class FrameHelper : public cppu::WeakImplHelper1 < XFrameActionListener >
void
rebuildMenuFromRoot
();
void
populateWindowList
(
DbusmenuMenuitem
*
);
};
#endif // __FRAME_HELPER_H__
#endif // __FRAME_HELPER_H
XX
__
framework/source/lomenubar/FrameJob.cxx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,9 +21,9 @@
*
*/
#include "FrameJob.h"
#include "DesktopJob.h"
#include "FrameHelper.h"
#include "FrameJob.h
xx
"
#include "DesktopJob.h
xx
"
#include "FrameHelper.h
xx
"
#define OBJ_PATH_PREFIX "/com/canonical/menu/"
...
...
framework/source/lomenubar/FrameJob.h
→
framework/source/lomenubar/FrameJob.h
xx
Dosyayı görüntüle @
7a9a88a0
File moved
framework/source/lomenubar/MenuItemInfo.cxx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,7 +21,7 @@
*
*/
#include "MenuItemInfo.h"
#include "MenuItemInfo.h
xx
"
#include <libdbusmenu-gtk/menuitem.h>
MenuItemInfo
::
MenuItemInfo
()
...
...
framework/source/lomenubar/MenuItemInfo.h
→
framework/source/lomenubar/MenuItemInfo.h
xx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -21,8 +21,8 @@
*
*/
#ifndef __MENU_ITEM_INFO_H__
#define __MENU_ITEM_INFO_H__
#ifndef __MENU_ITEM_INFO_H
XX
__
#define __MENU_ITEM_INFO_H
XX
__
#include <glib.h>
// This is used in a hash table with commandurls as keys
...
...
@@ -51,4 +51,4 @@ class MenuItemInfo {
const
gchar
*
getCheckType
();
gboolean
getVisible
();
};
#endif // __MENU_ITEM_INFO_H__
#endif // __MENU_ITEM_INFO_H
XX
__
framework/source/lomenubar/MenuItemStatusListener.cxx
Dosyayı görüntüle @
7a9a88a0
#include "MenuItemStatusListener.h"
#include "MenuItemInfo.h"
#include "MenuItemStatusListener.h
xx
"
#include "MenuItemInfo.h
xx
"
#include <com/sun/star/frame/status/Visibility.hpp>
...
...
framework/source/lomenubar/MenuItemStatusListener.h
→
framework/source/lomenubar/MenuItemStatusListener.h
xx
Dosyayı görüntüle @
7a9a88a0
#ifndef __MENU_ITEM_STATUS_LISTENER_H__
#define __MENU_ITEM_STATUS_LISTENER_H__
#ifndef __MENU_ITEM_STATUS_LISTENER_H
XX
__
#define __MENU_ITEM_STATUS_LISTENER_H
XX
__
#include "FrameHelper.h"
#include "FrameHelper.h
xx
"
#include <glib.h>
...
...
framework/source/lomenubar/exports.cxx
Dosyayı görüntüle @
7a9a88a0
...
...
@@ -34,8 +34,8 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#endif
#include "DesktopJob.h"
#include "FrameJob.h"
#include "DesktopJob.h
xx
"
#include "FrameJob.h
xx
"
namespace
css
=
::
com
::
sun
::
star
;
...
...
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