Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abiword
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
athos
abiword
Commits
36c870e7
Commit
36c870e7
authored
May 16, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
dcd8a101
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
fp_TextRun.cpp
abiword/src/text/fmt/xp/fp_TextRun.cpp
+2
-2
fv_View.cpp
abiword/src/text/fmt/xp/fv_View.cpp
+1
-1
pd_Iterator.h
abiword/src/text/ptbl/xp/pd_Iterator.h
+1
-1
ie_exp_RTF_listenerWriteDoc.cpp
abiword/src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp
+1
-1
No files found.
abiword/src/text/fmt/xp/fp_TextRun.cpp
View file @
36c870e7
...
...
@@ -1560,7 +1560,7 @@ void fp_TextRun::_draw(dg_DrawArgs* pDA)
#endif
//
// This code makes sure we don't fill past the right edge of text.
// Full Justified text often as a space at the right edge of the text.
// Full Justified text often
h
as a space at the right edge of the text.
// This space is counted in the width even though the text is aligned
// to the correct edge.
//
...
...
@@ -1787,7 +1787,7 @@ void fp_TextRun::_draw(dg_DrawArgs* pDA)
runs are overhanging (i.e., italicized) and if we are in a screen-like
context (screen-like context is one in which drawing a white rectangle
over a piece of text results in the text being erased; apart from
the s
reen, a Windows printer can behave like this).
the sc
reen, a Windows printer can behave like this).
*/
if
(
pG
->
queryProperties
(
GR_Graphics
::
DGP_SCREEN
)
&&
pG
->
queryProperties
(
GR_Graphics
::
DGP_OPAQUEOVERLAY
))
...
...
abiword/src/text/fmt/xp/fv_View.cpp
View file @
36c870e7
...
...
@@ -4818,7 +4818,7 @@ bool FV_View::setCharFormat(const gchar * properties[], const gchar * attribs[])
(ctrl+space). The idea is this: we use props and attributes to store things that are
not strictly speaking text fmt. For example, spellchecker language is a property, but
not strictly text fmt; when pressing ctrl+space, more often than not the user wants to
get rid of bold, italics, etc., but not of the lang
au
ge markup. So we exercise a
get rid of bold, italics, etc., but not of the lang
ua
ge markup. So we exercise a
degree of discretion.
TODO: cleanup justification too
...
...
abiword/src/text/ptbl/xp/pd_Iterator.h
View file @
36c870e7
...
...
@@ -103,7 +103,7 @@ class ABI_EXPORT PD_DocIterator : public UT_TextIterator
*
* PD_StruxIterator iterates over the contents of document from a
* given strux onwards; in contrast to PD_DocIterator above, it does
* not rely on PT fragments being clean, but calculates off
es
t from
* not rely on PT fragments being clean, but calculates off
se
t from
* the starting strux from lengths of individual fragments
*
*/
...
...
abiword/src/wp/impexp/xp/ie_exp_RTF_listenerWriteDoc.cpp
View file @
36c870e7
...
...
@@ -1519,7 +1519,7 @@ void s_RTF_ListenerWriteDoc::_outputData(const UT_UCSChar * data, UT_uint32 leng
for
(
pData
=
data
;
(
pData
<
data
+
length
);
/**/
)
{
// first handle direcit
on issues
// first handle directi
on issues
UT_BidiCharType
type
=
UT_BIDI_LTR
;
if
(
!
bIgnorePosition
...
...
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