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
3a1894b1
Kaydet (Commit)
3a1894b1
authored
Ock 22, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove some dead code.
üst
8aec4d4e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
27 deletions
+0
-27
erscerr.cxx
rsc/source/parser/erscerr.cxx
+0
-8
colctrl.cxx
svtools/source/dialogs/colctrl.cxx
+0
-16
gradwrap.hxx
svtools/source/inc/gradwrap.hxx
+0
-3
No files found.
rsc/source/parser/erscerr.cxx
Dosyayı görüntüle @
3a1894b1
...
...
@@ -74,10 +74,6 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
|*
|* RscError::StdErr();
|*
|* Beschreibung
|* Ersterstellung PL 11/07/2001
|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void
RscError
::
StdErr
(
const
char
*
pStr
)
{
...
...
@@ -111,10 +107,6 @@ void RscError::StdLstOut( const char * pStr ){
|*
|* RscError::StdLstErr();
|*
|* Beschreibung
|* Ersterstellung PL 11/07/2001
|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void
RscError
::
StdLstErr
(
const
char
*
pStr
){
StdErr
(
pStr
);
...
...
svtools/source/dialogs/colctrl.cxx
Dosyayı görüntüle @
3a1894b1
...
...
@@ -369,21 +369,11 @@ void ColorMixingControl::Initialize()
InsertItem
(
i
,
aColor
,
aStr
);
}
/*maColor[ 0 ] = Color( COL_LIGHTRED );
maColor[ 1 ] = Color( COL_LIGHTGREEN );
maColor[ 2 ] = Color( COL_YELLOW );
maColor[ 3 ] = Color( COL_LIGHTBLUE );*/
SetColor
(
CMC_TOPLEFT
,
Color
(
COL_LIGHTRED
)
);
SetColor
(
CMC_BOTTOMRIGHT
,
Color
(
COL_LIGHTBLUE
)
);
SetColor
(
CMC_TOPRIGHT
,
Color
(
COL_LIGHTGREEN
)
);
SetColor
(
CMC_BOTTOMLEFT
,
Color
(
COL_YELLOW
)
);
/*FillColumn( 0 );
FillColumn( mnColumns - 1 );
for( i = 0; i < mnRows; i++ )
FillRow( i );*/
}
// -----------------------------------------------------------------------
...
...
@@ -537,9 +527,6 @@ CMCPosition ColorMixingControl::GetCMCPosition() const
|*
|* ColorHSB::ColorHSB()
|*
|* Beschreibung RGB nach HSB
|* Ersterstellung SOH 02.10.97
|*
**************************************************************************/
ColorHSB
::
ColorHSB
(
const
Color
&
rColor
)
...
...
@@ -606,9 +593,6 @@ ColorHSB::ColorHSB( const Color& rColor )
|*
|* ColorHSB::GetRGB()
|*
|* Beschreibung HSB nach RGB
|* Ersterstellung SOH 02.10.97
|*
**************************************************************************/
Color
ColorHSB
::
GetRGB
()
const
...
...
svtools/source/inc/gradwrap.hxx
Dosyayı görüntüle @
3a1894b1
...
...
@@ -34,9 +34,6 @@
|*
|* class GradientWrapper
|*
|* Ersterstellung: KA 24.11.95
|* letzte Aenderung: KA 24.11.95
|*
|* Zeck: dient beim MetaFile-Export dazu, die eigentliche Berechungs-
|* funktionalitaet zu kapseln. Das Schreiben der Records fuer
|* die unterschiedlichen File-Formate geschieht ueber LinkHandler.
...
...
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