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
e9c2d5b2
Kaydet (Commit)
e9c2d5b2
authored
May 16, 2013
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Restore FrameworkHelper taskpane URLs.
Change-Id: If14c8784f4ee15f7611d3cbbb04b1a78c9171bf7
üst
c6b5466c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
6 deletions
+21
-6
FrameworkHelper.cxx
sd/source/ui/framework/tools/FrameworkHelper.cxx
+3
-0
PaneChildWindows.hxx
sd/source/ui/inc/PaneChildWindows.hxx
+15
-6
FrameworkHelper.hxx
sd/source/ui/inc/framework/FrameworkHelper.hxx
+3
-0
No files found.
sd/source/ui/framework/tools/FrameworkHelper.cxx
Dosyayı görüntüle @
e9c2d5b2
...
@@ -171,6 +171,7 @@ const OUString FrameworkHelper::msCenterPaneURL( msPaneURLPrefix + "CenterPane")
...
@@ -171,6 +171,7 @@ const OUString FrameworkHelper::msCenterPaneURL( msPaneURLPrefix + "CenterPane")
const
OUString
FrameworkHelper
::
msFullScreenPaneURL
(
msPaneURLPrefix
+
"FullScreenPane"
);
const
OUString
FrameworkHelper
::
msFullScreenPaneURL
(
msPaneURLPrefix
+
"FullScreenPane"
);
const
OUString
FrameworkHelper
::
msLeftImpressPaneURL
(
msPaneURLPrefix
+
"LeftImpressPane"
);
const
OUString
FrameworkHelper
::
msLeftImpressPaneURL
(
msPaneURLPrefix
+
"LeftImpressPane"
);
const
OUString
FrameworkHelper
::
msLeftDrawPaneURL
(
msPaneURLPrefix
+
"LeftDrawPane"
);
const
OUString
FrameworkHelper
::
msLeftDrawPaneURL
(
msPaneURLPrefix
+
"LeftDrawPane"
);
const
OUString
FrameworkHelper
::
msRightPaneURL
(
msPaneURLPrefix
+
"RightPane"
);
const
OUString
FrameworkHelper
::
msSidebarPaneURL
(
msPaneURLPrefix
+
"SidebarPane"
);
const
OUString
FrameworkHelper
::
msSidebarPaneURL
(
msPaneURLPrefix
+
"SidebarPane"
);
...
@@ -184,6 +185,7 @@ const OUString FrameworkHelper::msNotesViewURL( msViewURLPrefix + "NotesView");
...
@@ -184,6 +185,7 @@ const OUString FrameworkHelper::msNotesViewURL( msViewURLPrefix + "NotesView");
const
OUString
FrameworkHelper
::
msHandoutViewURL
(
msViewURLPrefix
+
"HandoutView"
);
const
OUString
FrameworkHelper
::
msHandoutViewURL
(
msViewURLPrefix
+
"HandoutView"
);
const
OUString
FrameworkHelper
::
msSlideSorterURL
(
msViewURLPrefix
+
"SlideSorter"
);
const
OUString
FrameworkHelper
::
msSlideSorterURL
(
msViewURLPrefix
+
"SlideSorter"
);
const
OUString
FrameworkHelper
::
msPresentationViewURL
(
msViewURLPrefix
+
"PresentationView"
);
const
OUString
FrameworkHelper
::
msPresentationViewURL
(
msViewURLPrefix
+
"PresentationView"
);
const
OUString
FrameworkHelper
::
msTaskPaneURL
(
msViewURLPrefix
+
"TaskPane"
);
const
OUString
FrameworkHelper
::
msSidebarViewURL
(
msViewURLPrefix
+
"SidebarView"
);
const
OUString
FrameworkHelper
::
msSidebarViewURL
(
msViewURLPrefix
+
"SidebarView"
);
...
@@ -194,6 +196,7 @@ const OUString FrameworkHelper::msViewTabBarURL( msToolBarURLPrefix + "ViewTabBa
...
@@ -194,6 +196,7 @@ const OUString FrameworkHelper::msViewTabBarURL( msToolBarURLPrefix + "ViewTabBa
// Task panel URLs.
// Task panel URLs.
// FIXME: MMeeks - this set of urls changed:
const
OUString
FrameworkHelper
::
msTaskPanelURLPrefix
(
"private:resource/toolpanel/"
);
const
OUString
FrameworkHelper
::
msTaskPanelURLPrefix
(
"private:resource/toolpanel/"
);
const
OUString
FrameworkHelper
::
msMasterPagesTaskPanelURL
(
msTaskPanelURLPrefix
+
"MasterPages"
);
const
OUString
FrameworkHelper
::
msMasterPagesTaskPanelURL
(
msTaskPanelURLPrefix
+
"MasterPages"
);
const
OUString
FrameworkHelper
::
msAllMasterPagesTaskPanelURL
(
msTaskPanelURLPrefix
+
"AllMasterPages"
);
const
OUString
FrameworkHelper
::
msAllMasterPagesTaskPanelURL
(
msTaskPanelURLPrefix
+
"AllMasterPages"
);
...
...
sd/source/ui/inc/PaneChildWindows.hxx
Dosyayı görüntüle @
e9c2d5b2
...
@@ -40,9 +40,6 @@ public:
...
@@ -40,9 +40,6 @@ public:
virtual
~
PaneChildWindow
(
void
);
virtual
~
PaneChildWindow
(
void
);
};
};
class
LeftPaneImpressChildWindow
class
LeftPaneImpressChildWindow
:
public
PaneChildWindow
:
public
PaneChildWindow
{
{
...
@@ -52,9 +49,6 @@ public:
...
@@ -52,9 +49,6 @@ public:
SFX_DECL_CHILDWINDOW_WITHID
(
LeftPaneImpressChildWindow
);
SFX_DECL_CHILDWINDOW_WITHID
(
LeftPaneImpressChildWindow
);
};
};
class
LeftPaneDrawChildWindow
class
LeftPaneDrawChildWindow
:
public
PaneChildWindow
:
public
PaneChildWindow
{
{
...
@@ -64,6 +58,21 @@ public:
...
@@ -64,6 +58,21 @@ public:
SFX_DECL_CHILDWINDOW_WITHID
(
LeftPaneDrawChildWindow
);
SFX_DECL_CHILDWINDOW_WITHID
(
LeftPaneDrawChildWindow
);
};
};
class
ToolPanelChildWindow
:
public
PaneChildWindow
,
public
::
sfx2
::
ITaskPaneToolPanelAccess
{
public
:
ToolPanelChildWindow
(
::
Window
*
i_pParentWindow
,
sal_uInt16
i_nId
,
SfxBindings
*
i_pBindings
,
SfxChildWinInfo
*
i_pChildWindowInfo
);
SFX_DECL_CHILDWINDOW_WITHID
(
ToolPanelChildWindow
);
// ::sfx2::ITaskPaneToolPanelAccess
virtual
void
ActivateToolPanel
(
const
OUString
&
i_rPanelURL
);
};
}
// end of namespace ::sd
}
// end of namespace ::sd
...
...
sd/source/ui/inc/framework/FrameworkHelper.hxx
Dosyayı görüntüle @
e9c2d5b2
...
@@ -66,6 +66,7 @@ public:
...
@@ -66,6 +66,7 @@ public:
static
const
OUString
msFullScreenPaneURL
;
static
const
OUString
msFullScreenPaneURL
;
static
const
OUString
msLeftImpressPaneURL
;
static
const
OUString
msLeftImpressPaneURL
;
static
const
OUString
msLeftDrawPaneURL
;
static
const
OUString
msLeftDrawPaneURL
;
static
const
OUString
msRightPaneURL
;
static
const
OUString
msSidebarPaneURL
;
static
const
OUString
msSidebarPaneURL
;
// URLs of frequently used views.
// URLs of frequently used views.
...
@@ -77,6 +78,7 @@ public:
...
@@ -77,6 +78,7 @@ public:
static
const
OUString
msHandoutViewURL
;
static
const
OUString
msHandoutViewURL
;
static
const
OUString
msSlideSorterURL
;
static
const
OUString
msSlideSorterURL
;
static
const
OUString
msPresentationViewURL
;
static
const
OUString
msPresentationViewURL
;
static
const
OUString
msTaskPaneURL
;
static
const
OUString
msSidebarViewURL
;
static
const
OUString
msSidebarViewURL
;
// URLs of frequently used tool bars.
// URLs of frequently used tool bars.
...
@@ -85,6 +87,7 @@ public:
...
@@ -85,6 +87,7 @@ public:
// URLs of task panels.
// URLs of task panels.
static
const
OUString
msTaskPanelURLPrefix
;
static
const
OUString
msTaskPanelURLPrefix
;
static
const
OUString
msMasterPagesTaskPanelURL
;
static
const
OUString
msAllMasterPagesTaskPanelURL
;
static
const
OUString
msAllMasterPagesTaskPanelURL
;
static
const
OUString
msRecentMasterPagesTaskPanelURL
;
static
const
OUString
msRecentMasterPagesTaskPanelURL
;
static
const
OUString
msUsedMasterPagesTaskPanelURL
;
static
const
OUString
msUsedMasterPagesTaskPanelURL
;
...
...
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