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
906b3f43
Kaydet (Commit)
906b3f43
authored
Eyl 20, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin other unused methods
Change-Id: Ib3a7a90174b14c77d01285430151098142815867
üst
0cb520c7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
useroptions.hxx
unotools/inc/unotools/useroptions.hxx
+0
-5
useroptions.cxx
unotools/source/config/useroptions.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-6
No files found.
unotools/inc/unotools/useroptions.hxx
Dosyayı görüntüle @
906b3f43
...
@@ -80,16 +80,11 @@ public:
...
@@ -80,16 +80,11 @@ public:
// set the address token
// set the address token
void
SetCompany
(
rtl
::
OUString
const
&
);
void
SetCompany
(
rtl
::
OUString
const
&
);
void
SetFirstName
(
rtl
::
OUString
const
&
);
void
SetFirstName
(
rtl
::
OUString
const
&
);
void
SetLastName
(
rtl
::
OUString
const
&
);
void
SetID
(
rtl
::
OUString
const
&
);
void
SetID
(
rtl
::
OUString
const
&
);
void
SetStreet
(
rtl
::
OUString
const
&
);
void
SetState
(
rtl
::
OUString
const
&
);
void
SetState
(
rtl
::
OUString
const
&
);
void
SetZip
(
rtl
::
OUString
const
&
);
void
SetCountry
(
rtl
::
OUString
const
&
);
void
SetCountry
(
rtl
::
OUString
const
&
);
void
SetPosition
(
rtl
::
OUString
const
&
);
void
SetPosition
(
rtl
::
OUString
const
&
);
void
SetTitle
(
rtl
::
OUString
const
&
);
void
SetTitle
(
rtl
::
OUString
const
&
);
void
SetTelephoneHome
(
rtl
::
OUString
const
&
);
void
SetTelephoneWork
(
rtl
::
OUString
const
&
);
void
SetFax
(
rtl
::
OUString
const
&
);
void
SetFax
(
rtl
::
OUString
const
&
);
void
SetCustomerNumber
(
rtl
::
OUString
const
&
);
void
SetCustomerNumber
(
rtl
::
OUString
const
&
);
...
...
unotools/source/config/useroptions.cxx
Dosyayı görüntüle @
906b3f43
...
@@ -319,17 +319,12 @@ OUString SvtUserOptions::GetCustomerNumber () const { return GetToken(USER_OPT_C
...
@@ -319,17 +319,12 @@ OUString SvtUserOptions::GetCustomerNumber () const { return GetToken(USER_OPT_C
//
//
void
SvtUserOptions
::
SetCompany
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_COMPANY
,
sToken
);
}
void
SvtUserOptions
::
SetCompany
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_COMPANY
,
sToken
);
}
void
SvtUserOptions
::
SetFirstName
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_FIRSTNAME
,
sToken
);
}
void
SvtUserOptions
::
SetFirstName
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_FIRSTNAME
,
sToken
);
}
void
SvtUserOptions
::
SetLastName
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_LASTNAME
,
sToken
);
}
void
SvtUserOptions
::
SetID
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_ID
,
sToken
);
}
void
SvtUserOptions
::
SetID
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_ID
,
sToken
);
}
void
SvtUserOptions
::
SetStreet
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_STREET
,
sToken
);
}
void
SvtUserOptions
::
SetState
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_STATE
,
sToken
);
}
void
SvtUserOptions
::
SetState
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_STATE
,
sToken
);
}
void
SvtUserOptions
::
SetZip
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_ZIP
,
sToken
);
}
void
SvtUserOptions
::
SetCountry
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_COUNTRY
,
sToken
);
}
void
SvtUserOptions
::
SetCountry
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_COUNTRY
,
sToken
);
}
void
SvtUserOptions
::
SetPosition
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_POSITION
,
sToken
);
}
void
SvtUserOptions
::
SetPosition
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_POSITION
,
sToken
);
}
void
SvtUserOptions
::
SetTitle
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_TITLE
,
sToken
);
}
void
SvtUserOptions
::
SetTitle
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_TITLE
,
sToken
);
}
void
SvtUserOptions
::
SetFax
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_FAX
,
sToken
);
}
void
SvtUserOptions
::
SetFax
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_FAX
,
sToken
);
}
void
SvtUserOptions
::
SetTelephoneHome
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_TELEPHONEHOME
,
sToken
);
}
void
SvtUserOptions
::
SetTelephoneWork
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_TELEPHONEWORK
,
sToken
);
}
void
SvtUserOptions
::
SetCustomerNumber
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_CUSTOMERNUMBER
,
sToken
);
}
void
SvtUserOptions
::
SetCustomerNumber
(
OUString
const
&
sToken
)
{
SetToken
(
USER_OPT_CUSTOMERNUMBER
,
sToken
);
}
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
...
...
unusedcode.easy
Dosyayı görüntüle @
906b3f43
...
@@ -8,20 +8,14 @@ ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any cons
...
@@ -8,20 +8,14 @@ ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any cons
ScVbaFormat<ooo::vba::excel::XStyle>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
ScVbaFormat<ooo::vba::excel::XStyle>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
SvtSlideSorterBarOptions::AddListenerLink(Link const&)
SvtSlideSorterBarOptions::AddListenerLink(Link const&)
SvtSlideSorterBarOptions::RemoveListenerLink(Link const&)
SvtSlideSorterBarOptions::RemoveListenerLink(Link const&)
SvtUserOptions::SetCity(rtl::OUString const&)
SvtUserOptions::SetCompany(rtl::OUString const&)
SvtUserOptions::SetCompany(rtl::OUString const&)
SvtUserOptions::SetCountry(rtl::OUString const&)
SvtUserOptions::SetCountry(rtl::OUString const&)
SvtUserOptions::SetFax(rtl::OUString const&)
SvtUserOptions::SetFax(rtl::OUString const&)
SvtUserOptions::SetFirstName(rtl::OUString const&)
SvtUserOptions::SetFirstName(rtl::OUString const&)
SvtUserOptions::SetID(rtl::OUString const&)
SvtUserOptions::SetID(rtl::OUString const&)
SvtUserOptions::SetLastName(rtl::OUString const&)
SvtUserOptions::SetPosition(rtl::OUString const&)
SvtUserOptions::SetPosition(rtl::OUString const&)
SvtUserOptions::SetState(rtl::OUString const&)
SvtUserOptions::SetState(rtl::OUString const&)
SvtUserOptions::SetStreet(rtl::OUString const&)
SvtUserOptions::SetTelephoneHome(rtl::OUString const&)
SvtUserOptions::SetTelephoneWork(rtl::OUString const&)
SvtUserOptions::SetTitle(rtl::OUString const&)
SvtUserOptions::SetTitle(rtl::OUString const&)
SvtUserOptions::SetZip(rtl::OUString const&)
TextEngine::GetLeftMargin() const
TextEngine::GetLeftMargin() const
ThumbnailView::GetItemCount() const
ThumbnailView::GetItemCount() const
ThumbnailView::ImplScroll(Point const&)
ThumbnailView::ImplScroll(Point const&)
...
...
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