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
6086f30e
Kaydet (Commit)
6086f30e
authored
Şub 19, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ia5ecfe267692c91e8468b48efb05942506060899
üst
935b4309
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
excelvbahelper.cxx
sc/source/ui/vba/excelvbahelper.cxx
+1
-1
excelvbahelper.hxx
sc/source/ui/vba/excelvbahelper.hxx
+1
-1
No files found.
sc/source/ui/vba/excelvbahelper.cxx
Dosyayı görüntüle @
6086f30e
...
@@ -189,7 +189,7 @@ implnCut( const uno::Reference< frame::XModel>& xModel )
...
@@ -189,7 +189,7 @@ implnCut( const uno::Reference< frame::XModel>& xModel )
}
}
}
}
void
implnPasteSpecial
(
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
,
sal_uInt16
nFlags
,
sal_uInt16
nFunction
,
sal_Bool
bSkipEmpty
,
sal_B
ool
bTranspose
)
void
implnPasteSpecial
(
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
,
sal_uInt16
nFlags
,
sal_uInt16
nFunction
,
bool
bSkipEmpty
,
b
ool
bTranspose
)
{
{
PasteCellsWarningReseter
resetWarningBox
;
PasteCellsWarningReseter
resetWarningBox
;
sal_Bool
bAsLink
(
false
),
bOtherDoc
(
false
);
sal_Bool
bAsLink
(
false
),
bOtherDoc
(
false
);
...
...
sc/source/ui/vba/excelvbahelper.hxx
Dosyayı görüntüle @
6086f30e
...
@@ -43,7 +43,7 @@ void implSetZoom( const css::uno::Reference< css::frame::XModel >& xModel, sal_I
...
@@ -43,7 +43,7 @@ void implSetZoom( const css::uno::Reference< css::frame::XModel >& xModel, sal_I
void
implnCopy
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnCopy
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnPaste
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnPaste
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnCut
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnCut
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
);
void
implnPasteSpecial
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
,
sal_uInt16
nFlags
,
sal_uInt16
nFunction
,
sal_Bool
bSkipEmpty
,
sal_B
ool
bTranspose
);
void
implnPasteSpecial
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
,
sal_uInt16
nFlags
,
sal_uInt16
nFunction
,
bool
bSkipEmpty
,
b
ool
bTranspose
);
ScTabViewShell
*
getBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScTabViewShell
*
getBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScDocShell
*
getDocShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScDocShell
*
getDocShell
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
)
;
ScTabViewShell
*
getCurrentBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
);
ScTabViewShell
*
getCurrentBestViewShell
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
);
...
...
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