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
da0bd7a5
Kaydet (Commit)
da0bd7a5
authored
Kas 02, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop freshly unused methods
üst
0cbcb89f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
23 deletions
+0
-23
lingucfg.hxx
unotools/inc/unotools/lingucfg.hxx
+0
-1
lingucfg.cxx
unotools/source/config/lingucfg.cxx
+0
-15
button.hxx
vcl/inc/vcl/button.hxx
+0
-1
button.cxx
vcl/source/control/button.cxx
+0
-6
No files found.
unotools/inc/unotools/lingucfg.hxx
Dosyayı görüntüle @
da0bd7a5
...
...
@@ -225,7 +225,6 @@ public:
std
::
vector
<
SvtLinguConfigDictionaryEntry
>
GetActiveDictionariesByFormat
(
const
rtl
::
OUString
&
rFormatName
);
// functions returning file URLs to the respective images (if found) and empty string otherwise
::
rtl
::
OUString
GetSpellAndGrammarDialogImage
(
const
::
rtl
::
OUString
&
rServiceImplName
)
const
;
::
rtl
::
OUString
GetSpellAndGrammarContextSuggestionImage
(
const
::
rtl
::
OUString
&
rServiceImplName
)
const
;
::
rtl
::
OUString
GetSpellAndGrammarContextDictionaryImage
(
const
::
rtl
::
OUString
&
rServiceImplName
)
const
;
::
rtl
::
OUString
GetThesaurusDialogImage
(
const
::
rtl
::
OUString
&
rServiceImplName
)
const
;
...
...
unotools/source/config/lingucfg.cxx
Dosyayı görüntüle @
da0bd7a5
...
...
@@ -1253,21 +1253,6 @@ rtl::OUString SvtLinguConfig::GetVendorImageUrl_Impl(
}
rtl
::
OUString
SvtLinguConfig
::
GetSpellAndGrammarDialogImage
(
const
rtl
::
OUString
&
rServiceImplName
)
const
{
rtl
::
OUString
aRes
;
if
(
rServiceImplName
.
getLength
()
>
0
)
{
rtl
::
OUString
aImageName
(
A2OU
(
"SpellAndGrammarDialogImage"
));
rtl
::
OUString
aPath
(
GetVendorImageUrl_Impl
(
rServiceImplName
,
aImageName
)
);
aRes
=
aPath
;
}
return
aRes
;
}
rtl
::
OUString
SvtLinguConfig
::
GetSpellAndGrammarContextSuggestionImage
(
const
rtl
::
OUString
&
rServiceImplName
)
const
...
...
vcl/inc/vcl/button.hxx
Dosyayı görüntüle @
da0bd7a5
...
...
@@ -94,7 +94,6 @@ public:
void
EnableTextDisplay
(
sal_Bool
bEnable
);
void
SetFocusRect
(
const
Rectangle
&
rFocusRect
);
void
SetSmallSymbol
(
bool
bSmall
=
true
);
bool
IsSmallSymbol
()
const
;
};
...
...
vcl/source/control/button.cxx
Dosyayı görüntüle @
da0bd7a5
...
...
@@ -620,12 +620,6 @@ void Button::EnableTextDisplay( sal_Bool bEnable )
mpButtonData
->
mnButtonState
|=
BUTTON_DRAW_NOTEXT
;
}
// -----------------------------------------------------------------------
void
Button
::
SetSmallSymbol
(
bool
small
)
{
ImplSetSmallSymbol
(
small
);
}
bool
Button
::
IsSmallSymbol
()
const
{
return
mpButtonData
->
mbSmallSymbol
;
...
...
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