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
d8f145d1
Kaydet (Commit)
d8f145d1
authored
Nis 24, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
save the next guy from getting caught with msvc template requirements
üst
2d2b19de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
unocontrolmodel.hxx
toolkit/inc/toolkit/controls/unocontrolmodel.hxx
+10
-1
unocontrolmodel.cxx
toolkit/source/controls/unocontrolmodel.cxx
+0
-12
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
toolkit/inc/toolkit/controls/unocontrolmodel.hxx
Dosyayı görüntüle @
d8f145d1
...
...
@@ -109,7 +109,16 @@ protected:
)
const
;
protected
:
UnoControlModel
();
UnoControlModel
()
//do not use! needed by MSVC at compile time to satisfy WeakAggImplHelper7
:
UnoControlModel_Base
()
,
MutexAndBroadcastHelper
()
,
OPropertySetHelper
(
BrdcstHelper
)
,
maDisposeListeners
(
*
this
)
,
maContext
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>
()
)
{
assert
(
false
);
}
public
:
UnoControlModel
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
i_factory
);
UnoControlModel
(
const
UnoControlModel
&
rModel
);
...
...
toolkit/source/controls/unocontrolmodel.cxx
Dosyayı görüntüle @
d8f145d1
...
...
@@ -122,18 +122,6 @@ static void lcl_ImplMergeFontProperty( FontDescriptor& rFD, sal_uInt16 nPropId,
// ----------------------------------------------------
// class UnoControlModel
// ----------------------------------------------------
UnoControlModel
::
UnoControlModel
()
:
UnoControlModel_Base
()
,
MutexAndBroadcastHelper
()
,
OPropertySetHelper
(
BrdcstHelper
)
,
maDisposeListeners
(
*
this
)
,
maContext
(
::
comphelper
::
getProcessServiceFactory
()
)
{
OSL_ENSURE
(
false
,
"UnoControlModel::UnoControlModel: not implemented. Well, not really."
);
// just implemented to let the various FooImplInheritanceHelper compile, you should use the
// version taking a service factory
}
UnoControlModel
::
UnoControlModel
(
const
Reference
<
XMultiServiceFactory
>&
i_factory
)
:
UnoControlModel_Base
()
,
MutexAndBroadcastHelper
()
...
...
unusedcode.easy
Dosyayı görüntüle @
d8f145d1
...
...
@@ -261,7 +261,6 @@ TempFile::IsValid() const
TextEngine::GetLeftMargin() const
TransferableDataHelper::GetInterface(com::sun::star::datatransfer::DataFlavor const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&)
TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl()
UnoControlModel::UnoControlModel()
VCLUnoHelper::CreatePointer()
VCLXPrinterServer::getImplementationId()
VCLXPrinterServer::getTypes()
...
...
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