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
6a835037
Kaydet (Commit)
6a835037
authored
Kas 28, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no space between number and percent or degree mark - consistency
üst
b1f56162
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
colorpicker.cxx
cui/source/dialogs/colorpicker.cxx
+0
-6
colorpicker.src
cui/source/dialogs/colorpicker.src
+7
-6
zoom.src
cui/source/dialogs/zoom.src
+1
-1
No files found.
cui/source/dialogs/colorpicker.cxx
Dosyayı görüntüle @
6a835037
...
@@ -1151,12 +1151,6 @@ ColorPickerDialog::ColorPickerDialog( Window* pParent, sal_Int32 nColor, sal_Int
...
@@ -1151,12 +1151,6 @@ ColorPickerDialog::ColorPickerDialog( Window* pParent, sal_Int32 nColor, sal_Int
{
{
FreeResource
();
FreeResource
();
String
sUnitText
;
sUnitText
.
Append
(
' '
);
sUnitText
.
Append
(
(
sal_Unicode
)
0xb0
);
maMFHue
.
SetCustomUnitText
(
sUnitText
);
Link
aLink
(
LINK
(
this
,
ColorPickerDialog
,
ColorModifyHdl
)
);
Link
aLink
(
LINK
(
this
,
ColorPickerDialog
,
ColorModifyHdl
)
);
maColorField
.
SetModifyHdl
(
aLink
);
maColorField
.
SetModifyHdl
(
aLink
);
maColorSlider
.
SetModifyHdl
(
aLink
);
maColorSlider
.
SetModifyHdl
(
aLink
);
...
...
cui/source/dialogs/colorpicker.src
Dosyayı görüntüle @
6a835037
...
@@ -312,6 +312,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -312,6 +312,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 360 ;
Maximum = 360 ;
Last = 360 ;
Last = 360 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "°" ;
};
};
FixedText CT_SATURATION
FixedText CT_SATURATION
...
@@ -333,7 +334,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -333,7 +334,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
FixedText CT_BRIGHTNESS
FixedText CT_BRIGHTNESS
...
@@ -355,7 +356,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -355,7 +356,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
...
@@ -388,7 +389,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -388,7 +389,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
FixedText CT_MAGENTA
FixedText CT_MAGENTA
...
@@ -410,7 +411,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -410,7 +411,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
FixedText CT_YELLOW
FixedText CT_YELLOW
...
@@ -432,7 +433,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -432,7 +433,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
FixedText CT_KEY
FixedText CT_KEY
...
@@ -454,7 +455,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
...
@@ -454,7 +455,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
Maximum = 100 ;
Maximum = 100 ;
Last = 100 ;
Last = 100 ;
Unit = FUNIT_CUSTOM ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "
%" ;
CustomUnitText = "%" ;
};
};
// ------------------------------------------------------
// ------------------------------------------------------
...
...
cui/source/dialogs/zoom.src
Dosyayı görüntüle @
6a835037
...
@@ -71,7 +71,7 @@ ModalDialog RID_SVXDLG_ZOOM
...
@@ -71,7 +71,7 @@ ModalDialog RID_SVXDLG_ZOOM
HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100";
HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100";
Pos = MAP_APPFONT ( 12 , 53 ) ;
Pos = MAP_APPFONT ( 12 , 53 ) ;
Size = MAP_APPFONT ( 105, 10 ) ;
Size = MAP_APPFONT ( 105, 10 ) ;
Text = "~100
%" ;
Text = "~100%" ;
};
};
RadioButton BTN_USER
RadioButton BTN_USER
{
{
...
...
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