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
d80740fc
Kaydet (Commit)
d80740fc
authored
Tem 14, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused non-class level methods
üst
cbdc3551
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
42 deletions
+0
-42
txtsecte.cxx
xmloff/source/text/txtsecte.cxx
+0
-13
xformsapi.cxx
xmloff/source/xforms/xformsapi.cxx
+0
-26
xformsapi.hxx
xmloff/source/xforms/xformsapi.hxx
+0
-3
No files found.
xmloff/source/text/txtsecte.cxx
Dosyayı görüntüle @
d80740fc
...
...
@@ -75,19 +75,6 @@ using ::com::sun::star::container::XIndexReplace;
using
::
com
::
sun
::
star
::
container
::
XNamed
;
using
::
com
::
sun
::
star
::
lang
::
XServiceInfo
;
Reference
<
XText
>
lcl_findXText
(
const
Reference
<
XTextSection
>&
rSect
)
{
Reference
<
XText
>
xText
;
Reference
<
XTextContent
>
xTextContent
(
rSect
,
UNO_QUERY
);
if
(
xTextContent
.
is
())
{
xText
.
set
(
xTextContent
->
getAnchor
()
->
getText
());
}
return
xText
;
}
void
XMLTextParagraphExport
::
exportListAndSectionChange
(
Reference
<
XTextSection
>
&
rPrevSection
,
const
Reference
<
XTextContent
>
&
rNextSectionContent
,
...
...
xmloff/source/xforms/xformsapi.cxx
Dosyayı görüntüle @
d80740fc
...
...
@@ -191,32 +191,6 @@ void lcl_setValue( Reference<XPropertySet>& xPropertySet,
xPropertySet
->
setPropertyValue
(
rName
,
rAny
);
}
Reference
<
XPropertySet
>
lcl_getXFormsModel
(
const
Reference
<
frame
::
XModel
>&
xDoc
)
{
Reference
<
XPropertySet
>
xRet
;
try
{
Reference
<
XFormsSupplier
>
xSupplier
(
xDoc
,
UNO_QUERY
);
if
(
xSupplier
.
is
()
)
{
Reference
<
XNameContainer
>
xForms
=
xSupplier
->
getXForms
();
if
(
xForms
.
is
()
)
{
Sequence
<
OUString
>
aNames
=
xForms
->
getElementNames
();
if
(
aNames
.
getLength
()
>
0
)
xRet
.
set
(
xForms
->
getByName
(
aNames
[
0
]
),
UNO_QUERY
);
}
}
}
catch
(
const
Exception
&
)
{
;
// no success!
}
return
xRet
;
}
#define TOKEN_MAP_ENTRY(NAMESPACE,TOKEN) { XML_NAMESPACE_##NAMESPACE, xmloff::token::XML_##TOKEN, xmloff::token::XML_##TOKEN }
static
SvXMLTokenMapEntry
aTypes
[]
=
{
...
...
xmloff/source/xforms/xformsapi.hxx
Dosyayı görüntüle @
d80740fc
...
...
@@ -71,9 +71,6 @@ void lcl_setValue(
lcl_setValue
(
xPropSet
,
rName
,
com
::
sun
::
star
::
uno
::
makeAny
(
aValue
)
);
}
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertySet
>
lcl_getXFormsModel
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
frame
::
XModel
>&
);
sal_uInt16
lcl_getTypeClass
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
xforms
::
XDataTypeRepository
>&
xRepository
,
const
SvXMLNamespaceMap
&
rNamespaceMap
,
...
...
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