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
31bc9471
Kaydet (Commit)
31bc9471
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707024 Uncaught exception
Change-Id: If294a1ad9c8364e0651305321cd42d9afc927233
üst
5dbafd16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbarange.cxx
sc/source/ui/vba/vbarange.cxx
+1
-1
vbarange.hxx
sc/source/ui/vba/vbarange.hxx
+1
-1
No files found.
sc/source/ui/vba/vbarange.cxx
Dosyayı görüntüle @
31bc9471
...
...
@@ -1433,7 +1433,7 @@ lcl_setupBorders( const uno::Reference< excel::XRange >& xParentRange, const uno
}
ScVbaRange
::
ScVbaRange
(
uno
::
Sequence
<
uno
::
Any
>
const
&
args
,
uno::Reference< uno::XComponentContext> const & xContext ) throw ( lang::IllegalArgumentException ) : ScVbaRange_BASE( getXSomethingFromArgs< XHelperInterface >( args, 0 ), xContext, getXSomethingFromArgs< beans::XPropertySet >( args, 1, false ), getModelFromXIf( getXSomethingFromArgs< uno::XInterface >( args, 1 ) ), true ), mbIsRows( false ), mbIsColumns( false )
uno
::
Reference
<
uno
::
XComponentContext
>
const
&
xContext
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
:
ScVbaRange_BASE
(
getXSomethingFromArgs
<
XHelperInterface
>
(
args
,
0
),
xContext
,
getXSomethingFromArgs
<
beans
::
XPropertySet
>
(
args
,
1
,
false
),
getModelFromXIf
(
getXSomethingFromArgs
<
uno
::
XInterface
>
(
args
,
1
)
),
true
),
mbIsRows
(
false
),
mbIsColumns
(
false
)
{
mxRange
.
set
(
mxPropertySet
,
uno
::
UNO_QUERY
);
mxRanges
.
set
(
mxPropertySet
,
uno
::
UNO_QUERY
);
...
...
sc/source/ui/vba/vbarange.hxx
Dosyayı görüntüle @
31bc9471
...
...
@@ -120,7 +120,7 @@ protected:
public
:
ScVbaRange
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
table
::
XCellRange
>&
xRange
,
bool
bIsRows
=
false
,
bool
bIsColumns
=
false
)
throw
(
css
::
lang
::
IllegalArgumentException
);
ScVbaRange
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
sheet
::
XSheetCellRangeContainer
>&
xRanges
,
bool
bIsRows
=
false
,
bool
bIsColumns
=
false
)
throw
(
css
::
lang
::
IllegalArgumentException
);
ScVbaRange
(
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
aArgs
,
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
throw
(
css
::
lang
::
IllegalArgumentException
);
ScVbaRange
(
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
aArgs
,
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
const
&
xContext
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
ScDocument
*
getScDocument
()
throw
(
css
::
uno
::
RuntimeException
);
ScDocShell
*
getScDocShell
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
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