Home
last modified time | relevance | path

Searched refs:UCS_SPACE (Results 1 – 20 of 20) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_Insert_Symbol.h32 static UT_UCSChar m_CurrentSymbol = UCS_SPACE;
33 static UT_UCSChar m_PreviousSymbol = UCS_SPACE;
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Draw_Symbol.cpp48 m_CurrentSymbol(UCS_SPACE), in XAP_Draw_Symbol()
49 m_PreviousSymbol(UCS_SPACE), in XAP_Draw_Symbol()
201 m_CurrentSymbol = m_PreviousSymbol = UCS_SPACE; in setSelectedFont()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_TextIterator.h71 #define UT_IT_NOT_CHARACTER UCS_SPACE
H A Dut_types.h184 #define UCS_SPACE ((UT_UCSChar)0x0020) macro
H A Dut_string_class.cpp1329 ucs4a = UCS_SPACE; in UT_UCS4String()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_XML.cpp268 if (!m_bWhiteSignificant && m_bStripLeading && (buf[0] == UCS_SPACE)) in charData()
281 m_bStripLeading = (buf[buf.size()-1] == UCS_SPACE); in charData()
H A Die_imp_XHTML.cpp1904 if ((buf.size () == 1) && (buf[0] == UCS_SPACE)) return; in charData()
H A Die_exp_RTF.cpp1283 while (*pStart == UCS_SPACE) in _write_tabdef()
H A Die_imp_MsWord_97.cpp3254 UT_UCSChar space = UCS_SPACE; in _beginPara()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Graphics.cpp1379 if(RI.m_pChars[i] != UCS_SPACE) in resetJustification()
1421 if(RI.m_pChars[i] != UCS_SPACE) in countJustificationPoints()
1480 if(RI.m_pChars[i] != UCS_SPACE) in justify()
H A Dgr_CairoGraphics.cpp1873 if(c != UCS_SPACE) in countJustificationPoints()
1956 if(c == UCS_SPACE) in justify()
2006 if(c == UCS_SPACE) in justify()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TextRun.cpp481 if (text.getChar() != UCS_SPACE) in alwaysFits()
645 if(c == UCS_SPACE) in findMaxLeftFitSplitPoint()
655 && text2.getChar() == UCS_SPACE) in findMaxLeftFitSplitPoint()
2309 if(text.getChar() == UCS_SPACE) in _drawInvisibleSpaces()
2572 if(text.getChar() != UCS_SPACE) in doesContainNonBlankData()
2611 if(UCS_SPACE == text.getChar()) in findTrailingSpaceDistance()
H A Dfp_Line.cpp4139 iSpacePosition = pTR->findCharacter(0, UCS_SPACE); in _splitRunsAtSpaces()
4156 UT_sint32 iSpacePosition = pTR->findCharacter(0, UCS_SPACE); in _splitRunsAtSpaces()
H A Dfl_BlockLayout.cpp444 while (*pStart == UCS_SPACE) in buildTabStops()
11334 if(!(curChar == UCS_SPACE)) in getNextTableElement()
11384 ((iDelim == 2) && (curChar == UCS_SPACE)) || in getNextTableElement()
11385 ((iDelim > 2) && (curChar==',' || curChar== UCS_TAB || curChar== UCS_SPACE))) in getNextTableElement()
H A Dfv_View_cmd.cpp3124 if(count == 1 && text[0] == UCS_SPACE) in cmdCharInsert()
H A Dfv_View.cpp11393 case UCS_SPACE: in countWords()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_TextContent_ListenerState.cpp1282 ret[i] = UCS_SPACE; in ODi_textp_fold_whitespace()
1303 if( c != UCS_SPACE ) in ODi_textp_compact_two_or_more_spaces()
1337 UCS_SPACE )); in ODi_textp_trim_whitespace_leading()
/dports/editors/abiword/abiword-3.0.5/plugins/psion/xp/
H A Die_imp_Psion.cpp916 uc = UCS_SPACE; in prepareCharacters()
/dports/editors/abiword/abiword-3.0.5/plugins/wordperfect/xp/
H A Die_imp_WordPerfect.cpp769 UT_UCS4Char ucs = UCS_SPACE; in insertSpace()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp6772 UT_UCSChar c = UCS_SPACE; in Defun1()