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
58a404ca
Kaydet (Commit)
58a404ca
authored
Tem 15, 2012
tarafından
Rafael Dominguez
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Inherit from TemplateAbstractClass instead of ThumbnailView.
Change-Id: If48b413fc4a409fbbce7a0b8c7de99c6b9ce91ad
üst
4cfb62a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
templatefolderview.hxx
sfx2/inc/sfx2/templatefolderview.hxx
+2
-2
templateonlineview.hxx
sfx2/inc/sfx2/templateonlineview.hxx
+2
-2
templatefolderview.cxx
sfx2/source/control/templatefolderview.cxx
+1
-1
templateonlineview.cxx
sfx2/source/control/templateonlineview.cxx
+1
-1
No files found.
sfx2/inc/sfx2/templatefolderview.hxx
Dosyayı görüntüle @
58a404ca
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
#include <set>
#include <set>
#include <sfx2/templateabstractview.hxx>
#include <sfx2/templateproperties.hxx>
#include <sfx2/templateproperties.hxx>
#include <sfx2/thumbnailview.hxx>
class
SfxDocumentTemplates
;
class
SfxDocumentTemplates
;
class
TemplateFolderViewItem
;
class
TemplateFolderViewItem
;
...
@@ -28,7 +28,7 @@ enum FILTER_APPLICATION
...
@@ -28,7 +28,7 @@ enum FILTER_APPLICATION
FILTER_APP_DRAW
FILTER_APP_DRAW
};
};
class
SFX2_DLLPUBLIC
TemplateFolderView
:
public
T
humbnail
View
class
SFX2_DLLPUBLIC
TemplateFolderView
:
public
T
emplateAbstract
View
{
{
public
:
public
:
...
...
sfx2/inc/sfx2/templateonlineview.hxx
Dosyayı görüntüle @
58a404ca
...
@@ -10,13 +10,13 @@
...
@@ -10,13 +10,13 @@
#ifndef __SFX2_TEMPLATEONLINEVIEW_HXX__
#ifndef __SFX2_TEMPLATEONLINEVIEW_HXX__
#define __SFX2_TEMPLATEONLINEVIEW_HXX__
#define __SFX2_TEMPLATEONLINEVIEW_HXX__
#include <sfx2/t
humbnail
view.hxx>
#include <sfx2/t
emplateabstract
view.hxx>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
class
TemplateView
;
class
TemplateView
;
class
TemplateOnlineView
:
public
T
humbnail
View
class
TemplateOnlineView
:
public
T
emplateAbstract
View
{
{
public
:
public
:
...
...
sfx2/source/control/templatefolderview.cxx
Dosyayı görüntüle @
58a404ca
...
@@ -270,7 +270,7 @@ private:
...
@@ -270,7 +270,7 @@ private:
};
};
TemplateFolderView
::
TemplateFolderView
(
Window
*
pParent
,
const
ResId
&
rResId
,
bool
bDisableTransientChildren
)
TemplateFolderView
::
TemplateFolderView
(
Window
*
pParent
,
const
ResId
&
rResId
,
bool
bDisableTransientChildren
)
:
T
humbnail
View
(
pParent
,
rResId
,
bDisableTransientChildren
),
:
T
emplateAbstract
View
(
pParent
,
rResId
,
bDisableTransientChildren
),
mbFilteredResults
(
false
),
mbFilteredResults
(
false
),
meFilterOption
(
FILTER_APP_NONE
),
meFilterOption
(
FILTER_APP_NONE
),
mpDocTemplates
(
new
SfxDocumentTemplates
),
mpDocTemplates
(
new
SfxDocumentTemplates
),
...
...
sfx2/source/control/templateonlineview.cxx
Dosyayı görüntüle @
58a404ca
...
@@ -47,7 +47,7 @@ enum
...
@@ -47,7 +47,7 @@ enum
};
};
TemplateOnlineView
::
TemplateOnlineView
(
Window
*
pParent
,
WinBits
nWinStyle
,
bool
bDisableTransientChildren
)
TemplateOnlineView
::
TemplateOnlineView
(
Window
*
pParent
,
WinBits
nWinStyle
,
bool
bDisableTransientChildren
)
:
T
humbnail
View
(
pParent
,
nWinStyle
,
bDisableTransientChildren
),
:
T
emplateAbstract
View
(
pParent
,
nWinStyle
,
bDisableTransientChildren
),
mpItemView
(
new
TemplateView
(
this
,
NULL
))
mpItemView
(
new
TemplateView
(
this
,
NULL
))
{
{
mpItemView
->
SetColor
(
Color
(
COL_WHITE
));
mpItemView
->
SetColor
(
Color
(
COL_WHITE
));
...
...
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