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
5f1e7fe6
Kaydet (Commit)
5f1e7fe6
authored
Tem 07, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I08992bb66d5459333e018bb52dceee3e808fac8b
üst
716caf6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
progresshandlerwrap.hxx
include/unotools/progresshandlerwrap.hxx
+1
-1
progresshandlerwrap.cxx
unotools/source/ucbhelper/progresshandlerwrap.cxx
+1
-1
ucblockbytes.cxx
unotools/source/ucbhelper/ucblockbytes.cxx
+6
-6
No files found.
include/unotools/progresshandlerwrap.hxx
Dosyayı görüntüle @
5f1e7fe6
...
...
@@ -33,7 +33,7 @@ class UNOTOOLS_DLLPUBLIC ProgressHandlerWrap : public ::cppu::WeakImplHelper< cs
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
m_xStatusIndicator
;
public
:
ProgressHandlerWrap
(
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
xSI
);
ProgressHandlerWrap
(
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
const
&
xSI
);
// XProgressHandler
virtual
void
SAL_CALL
push
(
const
css
::
uno
::
Any
&
Status
)
...
...
unotools/source/ucbhelper/progresshandlerwrap.cxx
Dosyayı görüntüle @
5f1e7fe6
...
...
@@ -26,7 +26,7 @@ using namespace ::com::sun::star::uno;
using
namespace
::
com
::
sun
::
star
::
task
;
using
namespace
::
com
::
sun
::
star
::
ucb
;
ProgressHandlerWrap
::
ProgressHandlerWrap
(
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
xSI
)
ProgressHandlerWrap
::
ProgressHandlerWrap
(
css
::
uno
::
Reference
<
css
::
task
::
XStatusIndicator
>
const
&
xSI
)
:
m_xStatusIndicator
(
xSI
)
{
}
...
...
unotools/source/ucbhelper/ucblockbytes.cxx
Dosyayı görüntüle @
5f1e7fe6
...
...
@@ -220,8 +220,8 @@ class Moderator
public
:
Moderator
(
Reference
<
XContent
>&
xContent
,
Reference
<
XInteractionHandler
>&
xInteract
,
Reference
<
XContent
>
const
&
xContent
,
Reference
<
XInteractionHandler
>
const
&
xInteract
,
const
Command
&
rArg
)
throw
(
...
...
@@ -495,8 +495,8 @@ ModeratorsInteractionHandler::handle(
}
Moderator
::
Moderator
(
Reference
<
XContent
>&
xContent
,
Reference
<
XInteractionHandler
>&
xInteract
,
Reference
<
XContent
>
const
&
xContent
,
Reference
<
XInteractionHandler
>
const
&
xInteract
,
const
Command
&
rArg
)
throw
(
...
...
@@ -720,10 +720,10 @@ static bool UCBOpenContentSync_(
static
bool
UCBOpenContentSync
(
const
UcbLockBytesRef
&
xLockBytes
,
Reference
<
XContent
>
xContent
,
Reference
<
XContent
>
const
&
xContent
,
const
Command
&
rArg
,
const
Reference
<
XInterface
>&
xSink
,
Reference
<
XInteractionHandler
>
xInteract
)
Reference
<
XInteractionHandler
>
const
&
xInteract
)
{
// http protocol must be handled in a special way:
// during the opening process the input stream may change
...
...
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