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
19640ecc
Kaydet (Commit)
19640ecc
authored
Şub 16, 2010
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS cbosdo01
üst
8a1a8538
83d2f8dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
39 deletions
+67
-39
autocdlg.hxx
cui/source/inc/autocdlg.hxx
+16
-3
helpid.hrc
cui/source/inc/helpid.hrc
+3
-1
autocdlg.cxx
cui/source/tabpages/autocdlg.cxx
+0
-0
autocdlg.hrc
cui/source/tabpages/autocdlg.hrc
+1
-1
autocdlg.src
cui/source/tabpages/autocdlg.src
+45
-34
hidother.src
cui/util/hidother.src
+2
-0
No files found.
cui/source/inc/autocdlg.hxx
Dosyayı görüntüle @
19640ecc
...
...
@@ -116,8 +116,8 @@ private:
String
sBoldUnderline
;
String
sURL
;
String
sNoDblSpaces
;
String
sHalf
;
String
sDash
;
String
sNonBrkSpace
;
String
sFirst
;
public
:
...
...
@@ -151,15 +151,14 @@ class OfaSwAutoFmtOptionsPage : public SfxTabPage
String
sUseReplaceTbl
;
String
sCptlSttWord
;
String
sCptlSttSent
;
String
sTypo
;
String
sUserStyle
;
String
sBullet
;
String
sByInputBullet
;
String
sBoldUnder
;
String
sNoDblSpaces
;
String
sFraction
;
String
sDetectURL
;
String
sDash
;
String
sNonBrkSpace
;
String
sOrdinal
;
String
sRightMargin
;
String
sNum
;
...
...
@@ -334,6 +333,18 @@ class OfaQuoteTabPage : public SfxTabPage
using
TabPage
::
ActivatePage
;
private
:
// For anything but writer
SvxCheckListBox
aCheckLB
;
// Just for writer
OfaACorrCheckListBox
aSwCheckLB
;
String
sHeader1
;
String
sHeader2
;
String
sNonBrkSpace
;
String
sOrdinal
;
SvLBoxButtonData
*
pCheckButtonData
;
FixedLine
aSingleFL
;
CheckBox
aSingleTypoCB
;
...
...
@@ -372,6 +383,8 @@ private:
String
ChangeStringExt_Impl
(
sal_UCS4
);
SvLBoxEntry
*
CreateEntry
(
String
&
rTxt
,
USHORT
nCol
);
OfaQuoteTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
);
public
:
~
OfaQuoteTabPage
();
...
...
cui/source/inc/helpid.hrc
Dosyayı görüntüle @
19640ecc
...
...
@@ -374,6 +374,8 @@
#define HID_GALLERY_ENTER_TITLE (HID_CUI_START + 336)
#define HID_GALLERY_TITLE_EDIT (HID_CUI_START + 337)
#define HID_THES_LANGUAGE (HID_CUI_START + 338)
#define HID_OFAPAGE_QUOTE_SW_CLB (HID_CUI_START + 339)
#define HID_OFAPAGE_QUOTE_CLB (HID_CUI_START + 340)
// please adjust ACT_SVX_HID_END2 below if you add entries here!
...
...
@@ -381,7 +383,7 @@
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------
#define ACT_CUI_HID_END HID_CUI_START + 3
38
#define ACT_CUI_HID_END HID_CUI_START + 3
40
#if ACT_CUI_HID_END > HID_CUI_END
#error Resource-Ueberlauf in #line, #file
...
...
cui/source/tabpages/autocdlg.cxx
Dosyayı görüntüle @
19640ecc
This diff is collapsed.
Click to expand it.
cui/source/tabpages/autocdlg.hrc
Dosyayı görüntüle @
19640ecc
...
...
@@ -148,7 +148,7 @@
#define STR_NO_DBL_SPACES 204
#define ST_DETECT_URL 205
#define ST_ORDINAL 206
#define ST_
FRACTION
207
#define ST_
NON_BREAK_SPACE
207
#define ST_DASH 208
#define FT_LANG 209
#define LB_LANG 210
...
...
cui/source/tabpages/autocdlg.src
Dosyayı görüntüle @
19640ecc
...
...
@@ -73,7 +73,7 @@ TabDialog RID_OFA_AUTOCORR_DLG
PageItem
{
Identifier = RID_OFAPAGE_AUTOCORR_QUOTE ;
Text [ en-US ] = "
Custom Quote
s" ;
Text [ en-US ] = "
Localized Option
s" ;
};
PageItem
{
...
...
@@ -129,14 +129,6 @@ TabDialog RID_OFA_AUTOCORR_DLG
{ \
Text [ en-US ] = "URL Recognition" ; \
}; \
String ST_ORDINAL \
{ \
Text [ en-US ] = "Replace 1st... with 1^st..." ; \
}; \
String ST_FRACTION \
{ \
Text [ en-US ] = "Replace 1/2 ... with ½ ..." ; \
}; \
String ST_DASH \
{ \
Text [ en-US ] = "Replace dashes" ; \
...
...
@@ -215,10 +207,6 @@ TabPage RID_OFAPAGE_AUTOFMT_APPLY
/* ### ACHTUNG: Neuer Text in Resource? Leere Abstze entfernen : Leere Abstze entfernen */
Text [ en-US ] = "Remove blank paragraphs" ;
};
String ST_TYPO
{
Text [ en-US ] = "Replace \"standard\" quotes with %1custom%2 quotes" ;
};
String ST_USER_STYLE
{
Text [ en-US ] = "Replace Custom Styles" ;
...
...
@@ -494,114 +482,137 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Text [ en-US ] = "
Custom Quote
s" ;
FixedLine FL_SINGLE
Text [ en-US ] = "
Localized Option
s" ;
Control CLB_SETTINGS
{
Pos = MAP_APPFONT ( 4 , 3 ) ;
Size = MAP_APPFONT ( 252 , 8 ) ;
Size = MAP_APPFONT ( 252 , 85 ) ;
Border = TRUE ;
TabStop = TRUE ;
};
String STR_HEADER1
{
Text [ en-US ] = "[M]" ;
};
String STR_HEADER2
{
Text [ en-US ] = "[T]" ;
};
String ST_NON_BREAK_SPACE
{
Text [ en-US ] = "Add non breaking space before specific punctuation marks in french text" ;
};
String ST_ORDINAL
{
Text [ en-US ] = "Format ordinal numbers suffixes (1st -> 1^st)" ;
};
FixedLine FL_SINGLE
{
Pos = MAP_APPFONT ( 4 , 90 ) ;
Size = MAP_APPFONT ( 122 , 8 ) ;
Text [ en-US ] = "Single quotes" ;
};
Checkbox CB_SGL_TYPO
{
Pos = MAP_APPFONT ( 7 , 1
4
) ;
Pos = MAP_APPFONT ( 7 , 1
01
) ;
Size = MAP_APPFONT ( 86 , 10 ) ;
Text [ en-US ] = "Repla~ce" ;
};
FixedText FT_SGL_STARTQUOTE
{
Pos = MAP_APPFONT ( 7 ,
30
) ;
Pos = MAP_APPFONT ( 7 ,
114
) ;
Size = MAP_APPFONT ( 86 , 8 ) ;
Text [ en-US ] = "~Start quote:" ;
};
PushButton PB_SGL_STARTQUOTE
{
Pos = MAP_APPFONT ( 10
5 , 28
) ;
Pos = MAP_APPFONT ( 10
, 125
) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
Text = "\'" ;
TabStop = TRUE ;
};
FixedText FT_SGSTEX
{
Pos = MAP_APPFONT (
124 , 30
) ;
Pos = MAP_APPFONT (
26 , 127
) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
};
FixedText FT_SGL_ENDQUOTE
{
Pos = MAP_APPFONT ( 7 ,
46
) ;
Pos = MAP_APPFONT ( 7 ,
139
) ;
Size = MAP_APPFONT ( 86 , 8 ) ;
Text [ en-US ] = "~End quote:" ;
};
PushButton PB_SGL_ENDQUOTE
{
Pos = MAP_APPFONT ( 10
5 , 44
) ;
Pos = MAP_APPFONT ( 10
, 151
) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
Text = "\'" ;
TabStop = TRUE ;
};
FixedText FT_SGENEX
{
Pos = MAP_APPFONT (
124 , 46
) ;
Pos = MAP_APPFONT (
26 , 153
) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
};
PushButton PB_SGL_STD
{
Pos = MAP_APPFONT (
198 , 63
) ;
Pos = MAP_APPFONT (
7 , 167
) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Default" ;
};
FixedLine FL_DOUBLE
{
Pos = MAP_APPFONT (
4 , 83
) ;
Size = MAP_APPFONT (
25
2 , 8 ) ;
Pos = MAP_APPFONT (
134 , 90
) ;
Size = MAP_APPFONT (
12
2 , 8 ) ;
Text [ en-US ] = "Double quotes" ;
};
CheckBox CB_TYPO
{
Pos = MAP_APPFONT (
7 , 94
) ;
Pos = MAP_APPFONT (
137 , 101
) ;
Size = MAP_APPFONT ( 86 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Repl~ace" ;
};
FixedText FT_STARTQUOTE
{
Pos = MAP_APPFONT (
7 , 110
) ;
Pos = MAP_APPFONT (
137 , 114
) ;
Size = MAP_APPFONT ( 86 , 8 ) ;
Text [ en-US ] = "Start q~uote:" ;
};
PushButton PB_STARTQUOTE
{
Pos = MAP_APPFONT ( 1
05 , 108
) ;
Pos = MAP_APPFONT ( 1
40 , 125
) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
Text = "\"" ;
TabStop = TRUE ;
};
FixedText FT_DBSTEX
{
Pos = MAP_APPFONT ( 1
24 , 110
) ;
Pos = MAP_APPFONT ( 1
56 , 127
) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
};
FixedText FT_ENDQUOTE
{
Pos = MAP_APPFONT (
7 , 126
) ;
Pos = MAP_APPFONT (
137 , 139
) ;
Size = MAP_APPFONT ( 86 , 10 ) ;
Text [ en-US ] = "E~nd quote:" ;
};
PushButton PB_ENDQUOTE
{
Pos = MAP_APPFONT ( 1
05 , 124
) ;
Pos = MAP_APPFONT ( 1
40 , 151
) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
Text = "\"" ;
TabStop = TRUE ;
};
FixedText FT_DBECEX
{
Pos = MAP_APPFONT ( 1
24 , 126
) ;
Pos = MAP_APPFONT ( 1
56 , 153
) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
};
PushButton PB_DBL_STD
{
Pos = MAP_APPFONT ( 1
95 , 143
) ;
Pos = MAP_APPFONT ( 1
37 , 167
) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "De~fault" ;
...
...
cui/util/hidother.src
Dosyayı görüntüle @
19640ecc
...
...
@@ -143,6 +143,8 @@ hidspecial HID_OFADLG_TREELISTBOX { HelpId = HID_OFADLG_TREELI
hidspecial HID_OFAPAGE_AUTOCORR_CLB { HelpId = HID_OFAPAGE_AUTOCORR_CLB; };
hidspecial HID_OFAPAGE_AUTOFORMAT_CLB { HelpId = HID_OFAPAGE_AUTOFORMAT_CLB; };
hidspecial HID_OFAPAGE_MSFLTR2_CLB { HelpId = HID_OFAPAGE_MSFLTR2_CLB ; };
hidspecial HID_OFAPAGE_QUOTE_CLB { HelpId = HID_OFAPAGE_QUOTE_CLB; };
hidspecial HID_OFAPAGE_QUOTE_SW_CLB { HelpId = HID_OFAPAGE_QUOTE_SW_CLB; };
hidspecial HID_OFA_CONNPOOL_DRIVERLIST { HelpId = HID_OFA_CONNPOOL_DRIVERLIST; };
hidspecial HID_OFA_FONT_SUBST_CLB { HelpId = HID_OFA_FONT_SUBST_CLB; };
hidspecial HID_OPTIONS_COLORCONFIG_COLORLIST_WIN { HelpID = HID_OPTIONS_COLORCONFIG_COLORLIST_WIN ;};
...
...
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