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
bc3c10b5
Kaydet (Commit)
bc3c10b5
authored
Eki 23, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Grammar checking dialog: reworked how explanations are shown
üst
610b7bc5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
60 additions
and
57 deletions
+60
-57
SpellAttrib.hxx
cui/source/dialogs/SpellAttrib.hxx
+9
-1
SpellDialog.cxx
cui/source/dialogs/SpellDialog.cxx
+0
-0
SpellDialog.hrc
cui/source/dialogs/SpellDialog.hrc
+2
-3
SpellDialog.src
cui/source/dialogs/SpellDialog.src
+32
-37
SpellDialog.hxx
cui/source/inc/SpellDialog.hxx
+13
-16
SingleProofreadingError.idl
offapi/com/sun/star/linguistic2/SingleProofreadingError.idl
+4
-0
No files found.
cui/source/dialogs/SpellAttrib.hxx
Dosyayı görüntüle @
bc3c10b5
...
...
@@ -47,6 +47,7 @@ struct SpellErrorDescription
::
rtl
::
OUString
sErrorText
;
::
rtl
::
OUString
sDialogTitle
;
::
rtl
::
OUString
sExplanation
;
::
rtl
::
OUString
sExplanationURL
;
::
com
::
sun
::
star
::
lang
::
Locale
aLocale
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
linguistic2
::
XProofreader
>
xGrammarChecker
;
::
rtl
::
OUString
sServiceName
;
//service name of GrammarChecker/SpellChecker
...
...
@@ -64,9 +65,13 @@ struct SpellErrorDescription
const
::
rtl
::
OUString
&
rServiceName
,
const
::
rtl
::
OUString
*
pDialogTitle
=
0
,
const
::
rtl
::
OUString
*
pExplanation
=
0
,
const
::
rtl
::
OUString
*
pRuleId
=
0
)
:
const
::
rtl
::
OUString
*
pRuleId
=
0
,
const
::
rtl
::
OUString
*
pExplanationURL
=
0
)
:
bIsGrammarError
(
bGrammar
),
sErrorText
(
rText
),
sDialogTitle
(
),
sExplanation
(
),
sExplanationURL
(
),
aLocale
(
rLocale
),
xGrammarChecker
(
rxGrammarChecker
),
sServiceName
(
rServiceName
),
...
...
@@ -76,6 +81,8 @@ struct SpellErrorDescription
sDialogTitle
=
*
pDialogTitle
;
if
(
pExplanation
)
sExplanation
=
*
pExplanation
;
if
(
pExplanationURL
)
sExplanationURL
=
*
pExplanationURL
;
if
(
pRuleId
)
sRuleId
=
*
pRuleId
;
};
...
...
@@ -91,6 +98,7 @@ struct SpellErrorDescription
xGrammarChecker
==
rDesc
.
xGrammarChecker
&&
sDialogTitle
.
equals
(
rDesc
.
sDialogTitle
)
&&
sExplanation
.
equals
(
rDesc
.
sExplanation
)
&&
sExplanationURL
.
equals
(
rDesc
.
sExplanationURL
)
&&
sRuleId
==
rDesc
.
sRuleId
;
}
};
...
...
cui/source/dialogs/SpellDialog.cxx
Dosyayı görüntüle @
bc3c10b5
This diff is collapsed.
Click to expand it.
cui/source/dialogs/SpellDialog.hrc
Dosyayı görüntüle @
bc3c10b5
...
...
@@ -48,7 +48,6 @@
#define ST_SPELLING_AND_GRAMMAR 52
#define ST_SPELLING_AND_GRAMMAR_VENDORNAME 53
#define CB_CHECK_GRAMMAR 54
#define PB_EXPLAIN 55
#define IMG_VENDOR 56
#define IMG_DEFAULT_VENDOR 57
#define LINK_EXPLAIN 55
#define FT_EXPLAIN 56
#define PB_IGNORERULE 59
cui/source/dialogs/SpellDialog.src
Dosyayı görüntüle @
bc3c10b5
...
...
@@ -36,7 +36,7 @@
ModelessDialog RID_SVXDLG_SPELLCHECK
{
HelpId = HID_SPELLCHECK ;
Size = MAP_APPFONT( 270,
18
8 );
Size = MAP_APPFONT( 270,
20
8 );
OutputSize = TRUE;
Closeable = TRUE ;
SVLook = TRUE;
...
...
@@ -45,13 +45,6 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
Moveable = TRUE ;
FixedImage IMG_VENDOR
{
Pos = MAP_APPFONT ( 0, 0 ) ;
Size = MAP_APPFONT ( 270, 21 ) ;
Hide = TRUE;
};
FixedText FT_LANGUAGE
{
Pos = MAP_APPFONT( 6, 8 );
...
...
@@ -67,9 +60,23 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
Sort = TRUE;
DropDown = TRUE;
};
FixedText FT_EXPLAIN
{
Pos = MAP_APPFONT( 1, 18 );
Size = MAP_APPFONT( 239, 20 );
VCenter = TRUE ;
};
FixedText LINK_EXPLAIN
{
Pos = MAP_APPFONT( 240, 18 );
Size = MAP_APPFONT( 29, 20 );
Text [ en-US ] = "More..." ;
Right = TRUE ;
VCenter = TRUE ;
};
FixedText FT_NOTINDICT
{
Pos = MAP_APPFONT( 6,
2
6 );
Pos = MAP_APPFONT( 6,
4
6 );
Size = MAP_APPFONT( 120, 8 );
Text [ en-US ] = "~Not in dictionary" ;
};
...
...
@@ -77,7 +84,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
MultiLineEdit ED_NEWWORD
{
HelpID = "cui:MultiLineEdit:RID_SVXDLG_SPELLCHECK:ED_NEWWORD";
Pos = MAP_APPFONT( 6,
3
7 );
Pos = MAP_APPFONT( 6,
5
7 );
Size = MAP_APPFONT( 197, 48 );
Border = TRUE;
VScroll = TRUE;
...
...
@@ -86,14 +93,14 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
FixedText FT_SUGGESTION
{
Pos = MAP_APPFONT( 6,
8
8 );
Pos = MAP_APPFONT( 6,
10
8 );
Size = MAP_APPFONT( 120, 8 );
Text [ en-US ] = "~Suggestions" ;
};
ListBox LB_SUGGESTION
{
HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_SUGGESTION";
Pos = MAP_APPFONT( 6,
9
9 );
Pos = MAP_APPFONT( 6,
11
9 );
Size = MAP_APPFONT( 197, 48 );
Border = TRUE;
};
...
...
@@ -101,7 +108,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
CheckBox CB_CHECK_GRAMMAR
{
HelpID = "cui:CheckBox:RID_SVXDLG_SPELLCHECK:CB_CHECK_GRAMMAR";
Pos = MAP_APPFONT( 6, 1
5
3 );
Pos = MAP_APPFONT( 6, 1
7
3 );
Size = MAP_APPFONT( 100, 10 );
Text [ en-US ] = "Check ~grammar" ;
Hide = TRUE;
...
...
@@ -110,7 +117,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
PushButton PB_IGNORE
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORE";
Pos = MAP_APPFONT( 209,
3
7 );
Pos = MAP_APPFONT( 209,
5
7 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "~Ignore Once" ;
};
...
...
@@ -118,14 +125,14 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
PushButton PB_IGNOREALL
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNOREALL";
Pos = MAP_APPFONT( 209,
5
4 );
Pos = MAP_APPFONT( 209,
7
4 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "I~gnore All" ;
};
PushButton PB_IGNORERULE
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORERULE";
Pos = MAP_APPFONT( 209,
5
4 );
Pos = MAP_APPFONT( 209,
7
4 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "I~gnore Rule" ;
Hide = TRUE;
...
...
@@ -133,7 +140,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
MenuButton MB_ADDTODICT
{
HelpID = "cui:MenuButton:RID_SVXDLG_SPELLCHECK:MB_ADDTODICT";
Pos = MAP_APPFONT( 209,
7
1 );
Pos = MAP_APPFONT( 209,
9
1 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "~Add" ;
};
...
...
@@ -141,7 +148,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
PushButton PB_CHANGE
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGE";
Pos = MAP_APPFONT( 209,
9
9 );
Pos = MAP_APPFONT( 209,
11
9 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "~Change" ;
DefButton = TRUE ;
...
...
@@ -150,48 +157,40 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
PushButton PB_CHANGEALL
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGEALL";
Pos = MAP_APPFONT( 209, 1
1
7 );
Pos = MAP_APPFONT( 209, 1
3
7 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "Change A~ll" ;
};
PushButton PB_EXPLAIN
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_EXPLAIN";
Pos = MAP_APPFONT( 209, 117 );
Size = MAP_APPFONT( 55, 14 );
Hide = TRUE;
Text [ en-US ] = "~Explain..." ;
};
PushButton PB_AUTOCORR
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_AUTOCORR";
Pos = MAP_APPFONT( 209, 1
3
4 );
Pos = MAP_APPFONT( 209, 1
5
4 );
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "AutoCor~rect" ;
};
GroupBox GB_BACKGROUND
{
Pos = MAP_APPFONT( 1,
2
1 );
Pos = MAP_APPFONT( 1,
4
1 );
Size = MAP_APPFONT( 268, 146 );
Hide=TRUE;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT( 6, 1
70
);
Pos = MAP_APPFONT( 6, 1
91
);
Size = MAP_APPFONT( 55, 14 );
};
PushButton PB_OPTIONS
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_OPTIONS";
Pos = MAP_APPFONT( 87, 1
70
);
Pos = MAP_APPFONT( 87, 1
91
);
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "O~ptions..." ;
};
PushButton PB_UNDO
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_UNDO";
Pos = MAP_APPFONT( 148, 1
70
);
Pos = MAP_APPFONT( 148, 1
91
);
Size = MAP_APPFONT( 55, 14 );
Text [ en-US ] = "~Undo" ;
};
...
...
@@ -199,7 +198,7 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
PushButton PB_CLOSE
{
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CLOSE";
Pos = MAP_APPFONT ( 209 , 1
70
) ;
Pos = MAP_APPFONT ( 209 , 1
91
) ;
Size = MAP_APPFONT ( 55 , 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Cl~ose" ;
...
...
@@ -224,9 +223,5 @@ ModelessDialog RID_SVXDLG_SPELLCHECK
{
Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]";
};
Image IMG_DEFAULT_VENDOR
{
ImageBitmap = Bitmap { File = "vendor01.png"; };
};
};
// ********************************************************************** EOF
cui/source/inc/SpellDialog.hxx
Dosyayı görüntüle @
bc3c10b5
...
...
@@ -48,6 +48,7 @@
#include <memory>
#include <svtools/svmedit.hxx>
#include <svl/lstner.hxx>
#include <svtools/fixedhyper.hxx>
#include <svtools/xtextedt.hxx>
#include <editeng/SpellPortions.hxx>
...
...
@@ -129,23 +130,18 @@ public:
void
ResetIgnoreErrorsAt
()
{
m_aIgnoreErrorsAt
.
clear
();
}
};
// class SvxSpellDialog ---------------------------------------------
class
SpellDialogChildWindow
;
class
ExplainButton
:
public
PushButton
class
HelpFixedText
:
public
FixedText
{
String
m_sExplanation
;
virtual
void
RequestHelp
(
const
HelpEvent
&
rHEvt
);
virtual
void
Click
();
public
:
ExplainButton
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
PushButton
(
pParent
,
rResId
){}
~
ExplainButton
();
void
SetExplanation
(
const
String
&
rText
)
{
m_sExplanation
=
rText
;}
bool
HasExplanation
()
{
return
m_sExplanation
.
Len
()
>
0
;}
public
:
HelpFixedText
(
Window
*
pParent
,
const
ResId
&
rResId
);
virtual
void
Paint
(
const
Rectangle
&
rRect
);
long
GetActualHeight
(
);
};
// class SvxSpellDialog ---------------------------------------------
class
SpellDialogChildWindow
;
class
SpellDialog
:
public
SfxModelessDialog
{
using
Window
::
Invalidate
;
...
...
@@ -153,11 +149,12 @@ class SpellDialog : public SfxModelessDialog
friend
class
SentenceEditWindow_Impl
;
private
:
FixedImage
aVendorImageFI
;
FixedText
aLanguageFT
;
SvxLanguageBox
aLanguageLB
;
HelpFixedText
aExplainFT
;
svt
::
FixedHyperlink
aExplainLink
;
FixedText
aNotInDictFT
;
SentenceEditWindow_Impl
aSentenceED
;
...
...
@@ -171,7 +168,6 @@ private:
PushButton
aChangePB
;
PushButton
aChangeAllPB
;
ExplainButton
aExplainPB
;
PushButton
aAutoCorrPB
;
CheckBox
aCheckGrammarCB
;
...
...
@@ -219,6 +215,7 @@ private:
DECL_LINK
(
AddToDictionaryHdl
,
MenuButton
*
);
DECL_LINK
(
LanguageSelectHdl
,
SvxLanguageBox
*
);
DECL_LINK
(
DialogUndoHdl
,
SpellUndoAction_Impl
*
);
DECL_LINK
(
HandleHyperlink
,
svt
::
FixedHyperlink
*
);
DECL_STATIC_LINK
(
SpellDialog
,
InitHdl
,
SpellDialog
*
);
...
...
offapi/com/sun/star/linguistic2/SingleProofreadingError.idl
Dosyayı görüntüle @
bc3c10b5
...
...
@@ -66,6 +66,10 @@ struct SingleProofreadingError
sequence
<
string
>
aSuggestions
;
//
a
list
of
properties
//
<
ul
>
//
<
li
>
FullCommentURL
:
URL
to
a
page
providing
more
details
on
the
//
error
.
</li>
//
</
ul
>
sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
aProperties
;
}
;
...
...
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