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
7cfa311d
Kaydet (Commit)
7cfa311d
authored
Mar 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
presumably this Commit->ImplCommit is the right build fix
Change-Id: Ica4ccac97c077dd3046e42650889ba538814bf9b
üst
6617505e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dx_config.cxx
canvas/source/directx/dx_config.cxx
+1
-1
dx_config.hxx
canvas/source/directx/dx_config.hxx
+2
-2
No files found.
canvas/source/directx/dx_config.cxx
Dosyayı görüntüle @
7cfa311d
...
...
@@ -130,7 +130,7 @@ namespace dxcanvas
}
void
DXCanvasItem
::
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
)
{}
void
DXCanvasItem
::
Commit
()
{}
void
DXCanvasItem
::
Impl
Commit
()
{}
bool
DXCanvasItem
::
isDeviceUsable
(
const
DeviceInfo
&
rDeviceInfo
)
const
{
...
...
canvas/source/directx/dx_config.hxx
Dosyayı görüntüle @
7cfa311d
...
...
@@ -66,10 +66,10 @@ namespace dxcanvas
bool
isBlacklistCurrentDevice
()
const
;
void
blacklistDevice
(
const
DeviceInfo
&
rDeviceInfo
);
void
adaptMaxTextureSize
(
basegfx
::
B2IVector
&
io_maxTextureSize
)
const
;
virtual
void
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
);
virtual
void
Commit
();
virtual
void
Notify
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aPropertyNames
)
SAL_OVERRIDE
;
private
:
virtual
void
ImplCommit
()
SAL_OVERRIDE
;
typedef
std
::
set
<
DeviceInfo
>
ValueSet
;
ValueSet
maValues
;
boost
::
optional
<
sal_Int32
>
maMaxTextureSize
;
...
...
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