/aoo41x/main/sw/source/core/text/ |
H A D | porlay.cxx | 73 return ( cCh == 0x622 || cCh == 0x623 || cCh == 0x625 || cCh == 0x627 || in isAlefChar() 74 cCh == 0x622 || cCh == 0x671 || cCh == 0x672 || cCh == 0x673 || cCh == 0x675 ); in isAlefChar() 79 return ( cCh == 0x624 || cCh == 0x648 || cCh == 0x676 || cCh == 0x677 || in isWawChar() 85 return ( cCh == 0x62F || cCh == 0x630 || cCh == 0x688 || cCh == 0x689 || cCh == 0x690 ); in isDalChar() 90 return ( cCh == 0x631 || cCh == 0x632 || ( cCh >= 0x691 && cCh <= 0x699 )); in isRehChar() 100 return ( cCh == 0x628 || cCh == 0x62A || cCh == 0x62B || cCh == 0x679 || cCh == 0x680 ); in isBaaChar() 105 return ( cCh == 0x626 || cCh == 0x649 || cCh == 0x64A || cCh == 0x678 || cCh == 0x6CC || in isYehChar() 111 return ( ( cCh >= 0x633 && cCh <= 0x636 ) || ( cCh >= 0x69A && cCh <= 0x69E ) in isSeenOrSadChar() 117 return ( ( cCh >= 0x62C && cCh <= 0x62E ) || ( cCh >= 0x681 && cCh <= 0x687 ) in isHahChar() 123 return ( cCh == 0x639 || cCh == 0x63A || cCh == 0x6A0 || cCh == 0x6FC ); in isAinChar() [all …]
|
H A D | porexp.cxx | 167 const xub_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderFlow() local 168 if( CH_BLANK == cCh || in MayUnderFlow() 169 (( CH_TXTATR_BREAKWORD == cCh || CH_TXTATR_INWORD == cCh ) in MayUnderFlow() 177 xub_Unicode cCh; in MayUnderFlow() local 178 if( nIdx < 2 || CH_BLANK == (cCh = rInf.GetChar( nIdx - 1 )) ) in MayUnderFlow() 180 if( CH_BREAK == cCh ) in MayUnderFlow()
|
H A D | porexp.hxx | 59 inline SwBlankPortion( xub_Unicode cCh, sal_Bool bMult = sal_False ) in SwBlankPortion() argument 60 : cChar( cCh ), bMulti( bMult ) in SwBlankPortion() 61 { cChar = cCh; SetLen(1); SetWhichPor( POR_BLANK ); } in SwBlankPortion()
|
H A D | itratr.cxx | 1042 sal_Unicode cCh; in GetWidthOfLeadingTabs() local 1045 ( '\t' == ( cCh = GetTxt().GetChar( nIdx ) ) || in GetWidthOfLeadingTabs() 1046 ' ' == cCh ) ) in GetWidthOfLeadingTabs()
|
H A D | itrform2.cxx | 1995 const xub_Unicode cCh = GetInfo().GetTxt().GetChar( nReformat ); in AllowRepaintOpt() local 1996 bOptimizeRepaint = ( CH_TXTATR_BREAKWORD != cCh && CH_TXTATR_INWORD != cCh ) in AllowRepaintOpt()
|
H A D | porfld.hxx | 178 SwBulletPortion( const xub_Unicode cCh,
|
H A D | pormulti.cxx | 369 sal_Unicode cCh = bOpen ? pBracket->cPre : pBracket->cPost; in PaintBracket() local 370 if( !cCh ) in PaintBracket() 379 SwBlankPortion aBlank( cCh, sal_True ); in PaintBracket()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 271 sal_Unicode cCh; in lcl_FindEndBracket() local 278 else if( '(' == cCh ) in lcl_FindEndBracket() 369 sal_Unicode cCh; in lcl_ScanEquationField() local 372 ';' == cCh )) in lcl_ScanEquationField() 904 sal_uInt8 cCh; in ReadXEField() local 966 case RTF_LINE: cCh = '\n'; goto INSINGLECHAR; in ReadXEField() 967 case RTF_TAB: cCh = '\t'; goto INSINGLECHAR; in ReadXEField() 969 case RTF_EMDASH: cCh = 151; goto INSINGLECHAR; in ReadXEField() 970 case RTF_ENDASH: cCh = 150; goto INSINGLECHAR; in ReadXEField() 1014 sal_uInt8 cCh; in ReadField() local [all …]
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 65 sal_Bool ConvertTableToText( const SwTableNode *pTableNode, sal_Unicode cCh ); 67 void ConvertNestedTablesToText( const SwTableLines &rTableLines, sal_Unicode cCh ) in ConvertNestedTablesToText() argument 82 ConvertTableToText( pTableNode, cCh ); in ConvertNestedTablesToText() 87 ConvertNestedTablesToText( pTableBox->GetTabLines(), cCh ); in ConvertNestedTablesToText() 93 sal_Bool ConvertTableToText( const SwTableNode *pConstTableNode, sal_Unicode cCh ) in ConvertTableToText() argument 96 ConvertNestedTablesToText( pTableNode->GetTable().GetTabLines(), cCh ); in ConvertTableToText() 97 return pTableNode->GetDoc()->TableToText( pTableNode, cCh ); in ConvertTableToText() 130 sal_Unicode cCh, in TextToTable() argument 139 bRet |= 0 != GetDoc()->TextToTable( rInsTblOpts, *PCURCRSR, cCh, in TextToTable() 146 sal_Bool SwEditShell::TableToText( sal_Unicode cCh ) in TableToText() argument [all …]
|
/aoo41x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 194 sal_Unicode cCh; in NextToken() local 222 case RTF_LINE: cCh = '\n'; goto INSINGLECHAR; in NextToken() 223 case RTF_TAB: cCh = '\t'; goto INSINGLECHAR; in NextToken() 224 case RTF_SUBENTRYINDEX: cCh = ':'; goto INSINGLECHAR; in NextToken() 226 case RTF_EMDASH: cCh = 151; goto INSINGLECHAR; in NextToken() 227 case RTF_ENDASH: cCh = 150; goto INSINGLECHAR; in NextToken() 228 case RTF_BULLET: cCh = 149; goto INSINGLECHAR; in NextToken() 229 case RTF_LQUOTE: cCh = 145; goto INSINGLECHAR; in NextToken() 230 case RTF_RQUOTE: cCh = 146; goto INSINGLECHAR; in NextToken() 231 case RTF_LDBLQUOTE: cCh = 147; goto INSINGLECHAR; in NextToken() [all …]
|
/aoo41x/main/i18npool/source/search/ |
H A D | textsearch.cxx | 457 sal_Unicode cCh = sSrchStr[n]; in MakeForwardTab() local 459 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab() 484 sal_Unicode cCh = sSrchStr2[n]; in MakeForwardTab2() local 487 TextSearchJumpTable::value_type aEntry( cCh, nDiff ); in MakeForwardTab2() 511 sal_Unicode cCh = sSrchStr[n]; in MakeBackwardTab() local 512 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab() 536 sal_Unicode cCh = sSrchStr2[n]; in MakeBackwardTab2() local 537 TextSearchJumpTable::value_type aEntry( cCh, n ); in MakeBackwardTab2()
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 584 sal_Unicode cCh = rTxt.GetChar( nSttPos ); in FnChgToEnEmDash() local 585 if( '-' == cCh ) in FnChgToEnEmDash() 592 sImplSttSkipChars,(cCh = rTxt.GetChar( n ))); in FnChgToEnEmDash() 597 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash() 604 if( rCC.isLetterNumeric( cCh )) in FnChgToEnEmDash() 618 if( '-' == ( cCh = rTxt.GetChar( nTmpPos-1 )) ) in FnChgToEnEmDash() 622 cCh = rTxt.GetChar( nTmpPos-1 ); in FnChgToEnEmDash() 624 if( ' ' == cCh ) in FnChgToEnEmDash() 632 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash() 634 cCh = ' '; in FnChgToEnEmDash() [all …]
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 265 ( 0x628 == cCh && 0x631 == cNextCh ); in lcl_IsLigature() 276 bRet = ! lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev() 2136 xub_Unicode cCh; in ImpFindKashidas() local 2141 cCh = aWord.GetChar( nIdx ); in ImpFindKashidas() 2145 if ( 0x640 == cCh ) in ImpFindKashidas() 2154 ( 0x633 == cCh || 0x635 == cCh ) ) in ImpFindKashidas() 2165 ( 0x629 == cCh || 0x62D == cCh || 0x62F == cCh || in ImpFindKashidas() 2166 0x627 == cCh || 0x644 == cCh || 0x643 == cCh ) ) in ImpFindKashidas() 2199 0x60C <= cCh && 0x6FE >= cCh ) in ImpFindKashidas() 2217 if ( cCh < 0x64B || cCh > 0x652 ) in ImpFindKashidas() [all …]
|
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 595 sal_Unicode cCh; in UpdateRange() local 600 if( cOpen == (cCh = aActText.GetChar( nStartPos ) ) || in UpdateRange() 601 cOpenBracket == cCh ) in UpdateRange() 603 bFound = cCh == cOpen; in UpdateRange() 614 if( cClose == (cCh = aActText.GetChar( nEndPos )) /*|| in UpdateRange()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 763 aRg, cCh, pTableFmt, pLineFmt, pBoxFmt, in TextToTable() 948 if( !nLines && 0x0b == cCh ) in TextToTable() 950 cCh = 0x09; in TextToTable() 960 if( *pTxt == cCh ) in TextToTable() 1020 if( T2T_PARA != cCh ) in TextToTable() 1022 if( *pTxt == cCh ) in TextToTable() 1502 pUndo = new SwUndoTblToTxt( pTblNd->GetTable(), cCh ); in TableToText() 1532 sal_Unicode cCh; member 1538 pUndo( rPara.pUndo ), cCh( rPara.cCh ) {} in _DelTabPara() 1573 if( T2T_PARA != pDelPara->cCh && pDelPara->pLastNd && in lcl_DelBox() [all …]
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unredln.cxx | 168 sal_Unicode cCh = pTNd->GetTxt().GetChar( nSttCntnt ); in SwUndoRedlineDelete() local 169 if( CH_TXTATR_BREAKWORD != cCh && CH_TXTATR_INWORD != cCh ) in SwUndoRedlineDelete()
|
H A D | untbl.cxx | 427 SwUndoTblToTxt::SwUndoTblToTxt( const SwTable& rTbl, sal_Unicode cCh ) in SwUndoTblToTxt() argument 432 cTrenner( cCh ), nHdlnRpt( rTbl.GetRowsToRepeat() ) in SwUndoTblToTxt() 726 sal_Unicode cCh, sal_uInt16 nAdj, in SwUndoTxtToTbl() argument 730 pHistory( 0 ), cTrenner( cCh ), nAdjust( nAdj ) in SwUndoTxtToTbl()
|
/aoo41x/main/sw/inc/ |
H A D | ndarr.hxx | 272 SwTableNode* TextToTable( const SwNodeRange& rRange, sal_Unicode cCh, 290 sal_Bool TableToText( const SwNodeRange& rRange, sal_Unicode cCh,
|
H A D | editsh.hxx | 687 sal_Unicode cCh, 690 sal_Bool TableToText( sal_Unicode cCh );
|
H A D | doc.hxx | 1702 const SwPaM& rRange, sal_Unicode cCh, 1708 sal_Bool TableToText( const SwTableNode* pTblNd, sal_Unicode cCh );
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 107 bool lcl_IsSkippableWhiteSpace( xub_Unicode cCh ) in lcl_IsSkippableWhiteSpace() argument 109 return 0x3000 == cCh || in lcl_IsSkippableWhiteSpace() 110 ' ' == cCh || in lcl_IsSkippableWhiteSpace() 111 '\t' == cCh || in lcl_IsSkippableWhiteSpace() 112 0x0a == cCh; in lcl_IsSkippableWhiteSpace()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1struct.hxx | 494 SVBT32 cCh;// count of characters tallied by last Word Count execution member 496 return SVBT32ToUInt32(cCh); } in cChGet()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 129 SwUndoTblToTxt( const SwTable& rTbl, sal_Unicode cCh );
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 2322 sal_Unicode cCh = 0; in GetChar() local 2325 cCh = rStr.GetChar( static_cast<xub_StrLen>(nPos+nOffset) ); in GetChar() 2327 return cCh; in GetChar()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2831 sal_Unicode cCh; in RemoveLeadingWhiteSpace() local 2833 ( '\t' == ( cCh = rTxt.GetChar( nIdx ) ) || in RemoveLeadingWhiteSpace() 2834 ( ' ' == cCh ) ) ) in RemoveLeadingWhiteSpace()
|