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
5c879372
Kaydet (Commit)
5c879372
authored
Eyl 21, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unusedcode: more removing
Change-Id: Ic8be585925edd63724d28a255c9e33170a4a041e
üst
bc234b4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
excelvbahelper.cxx
sc/source/ui/vba/excelvbahelper.cxx
+0
-17
excelvbahelper.hxx
sc/source/ui/vba/excelvbahelper.hxx
+0
-2
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
sc/source/ui/vba/excelvbahelper.cxx
Dosyayı görüntüle @
5c879372
...
...
@@ -102,23 +102,6 @@ getUnoSheetModuleObj( const uno::Reference< table::XCellRange >& xRange ) throw
return
getUnoSheetModuleObj
(
xSheet
);
}
ScDocShell
*
GetDocShellFromRanges
(
const
uno
::
Reference
<
sheet
::
XSheetCellRangeContainer
>&
xRanges
)
throw
(
uno
::
RuntimeException
)
{
// need the ScCellRangesBase to get docshell
uno
::
Reference
<
uno
::
XInterface
>
xIf
(
xRanges
,
uno
::
UNO_QUERY_THROW
);
return
GetDocShellFromRange
(
xIf
);
}
ScDocument
*
GetDocumentFromRange
(
const
uno
::
Reference
<
uno
::
XInterface
>&
xRange
)
throw
(
uno
::
RuntimeException
)
{
ScDocShell
*
pDocShell
=
GetDocShellFromRange
(
xRange
);
if
(
!
pDocShell
)
{
throw
uno
::
RuntimeException
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"Failed to access underlying document from uno range object"
)
),
uno
::
Reference
<
uno
::
XInterface
>
()
);
}
return
pDocShell
->
GetDocument
();
}
void
implSetZoom
(
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
,
sal_Int16
nZoom
,
std
::
vector
<
SCTAB
>&
nTabs
)
{
ScTabViewShell
*
pViewSh
=
excel
::
getBestViewShell
(
xModel
);
...
...
sc/source/ui/vba/excelvbahelper.hxx
Dosyayı görüntüle @
5c879372
...
...
@@ -68,8 +68,6 @@ css::uno::Reference< ooo::vba::XHelperInterface > getUnoSheetModuleObj( const cs
css
::
uno
::
Reference
<
ooo
::
vba
::
XHelperInterface
>
getUnoSheetModuleObj
(
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
,
SCTAB
nTab
)
throw
(
css
::
uno
::
RuntimeException
);
ScDocShell
*
GetDocShellFromRange
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
xRange
)
throw
(
css
::
uno
::
RuntimeException
);
ScDocShell
*
GetDocShellFromRanges
(
const
css
::
uno
::
Reference
<
css
::
sheet
::
XSheetCellRangeContainer
>&
xRanges
)
throw
(
css
::
uno
::
RuntimeException
);
ScDocument
*
GetDocumentFromRange
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
xRange
)
throw
(
css
::
uno
::
RuntimeException
);
void
setUpDocumentModules
(
const
css
::
uno
::
Reference
<
css
::
sheet
::
XSpreadsheetDocument
>&
xDoc
);
// ============================================================================
...
...
unusedcode.easy
Dosyayı görüntüle @
5c879372
...
...
@@ -84,8 +84,6 @@ dbtools::getConnection(rtl::OUString const&, rtl::OUString const&, rtl::OUString
formula::FormulaTokenIterator::First()
framework::OReadMenuDocumentHandler::getServiceFactory()
jfw_plugin::VendorBase::createInstance()
ooo::vba::excel::GetDocShellFromRanges(com::sun::star::uno::Reference<com::sun::star::sheet::XSheetCellRangeContainer> const&)
ooo::vba::excel::GetDocumentFromRange(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&)
oox::drawingml::TextListStyle::dump() const
oox::ole::AxFormPageModel::AxFormPageModel()
oox::ole::AxMultiPageModel::AxMultiPageModel()
...
...
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