/aoo41x/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 275 void SetEndSingleQuote( const sal_Unicode cEnd ) { cEndSQuote = cEnd; } in SetEndSingleQuote() argument 277 void SetEndDoubleQuote( const sal_Unicode cEnd ) { cEndDQuote = cEnd; } in SetEndDoubleQuote() argument
|
/aoo41x/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 1068 sal_Unicode cStt, cEnd; in ReadAttr() local 1071 case 1: cStt = '(', cEnd = ')'; break; in ReadAttr() 1072 case 2: cStt = '[', cEnd = ']'; break; in ReadAttr() 1073 case 3: cStt = '<', cEnd = '>'; break; in ReadAttr() 1074 case 4: cStt = '{', cEnd = '}'; break; in ReadAttr() 1075 default: cStt = 0, cEnd = 0; break; in ReadAttr() 1078 pSet->Put( SvxTwoLinesItem( sal_True, cStt, cEnd, in ReadAttr()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impfont.cxx | 527 sal_UCS4 cEnd = *(pCP++); in ParseCMAP() local 528 while( cMin < cEnd ) in ParseCMAP() 531 for(; (cMin < cEnd) && (j < NINSIZE); ++cMin ) in ParseCMAP()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fntctrl.hxx | 75 void SetBrackets(sal_Unicode cStart, sal_Unicode cEnd);
|
/aoo41x/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 819 void SvxFontPrevWindow::SetBrackets(sal_Unicode cStart, sal_Unicode cEnd) in SetBrackets() argument 822 pImpl->cEndBracket = cEnd; in SetBrackets()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 2505 sal_Unicode cEnd = rTwoLines.GetEndBracket(); in CharTwoLines() local 2507 if (!cStart && !cEnd) in CharTwoLines() 2511 if ((cStart == '{') || (cEnd == '}')) in CharTwoLines() 2513 else if ((cStart == '<') || (cEnd == '>')) in CharTwoLines() 2515 else if ((cStart == '[') || (cEnd == ']')) in CharTwoLines()
|
H A D | rtfattributeoutput.cxx | 2431 sal_Unicode cEnd = rTwoLines.GetEndBracket(); in CharTwoLines() local 2434 if( !cStart && !cEnd ) in CharTwoLines() 2436 else if( '{' == cStart || '}' == cEnd ) in CharTwoLines() 2438 else if( '<' == cStart || '>' == cEnd ) in CharTwoLines() 2440 else if( '[' == cStart || ']' == cEnd ) in CharTwoLines()
|
H A D | ww8par6.cxx | 3434 sal_Unicode cStt = 0, cEnd = 0; in Read_DoubleLine_Rotate() local 3437 case 1: cStt = '(', cEnd = ')'; break; in Read_DoubleLine_Rotate() 3438 case 2: cStt = '[', cEnd = ']'; break; in Read_DoubleLine_Rotate() 3439 case 3: cStt = '<', cEnd = '>'; break; in Read_DoubleLine_Rotate() 3440 case 4: cStt = '{', cEnd = '}'; break; in Read_DoubleLine_Rotate() 3442 NewAttr( SvxTwoLinesItem( sal_True, cStt, cEnd, RES_CHRATR_TWO_LINES )); in Read_DoubleLine_Rotate()
|
H A D | ww8atr.cxx | 3325 sal_Unicode cEnd = rTwoLines.GetEndBracket(); in CharTwoLines() local 3342 if (!cStart && !cEnd) in CharTwoLines() 3344 else if ((cStart == '{') || (cEnd == '}')) in CharTwoLines() 3346 else if ((cStart == '<') || (cEnd == '>')) in CharTwoLines() 3348 else if ((cStart == '[') || (cEnd == ']')) in CharTwoLines()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlimport.cxx | 1144 sal_Unicode cEnd; member in SmXMLFencedContext_Impl 1150 cBegin('('), cEnd(')') {} in SmXMLFencedContext_Impl() 1177 cEnd = sValue[0]; in StartElement() 1201 aToken.cMathChar = cEnd; in EndElement()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 3958 sal_Unicode cEnd = ( bOn && m_aEndBracketLB.GetSelectEntryPos() > 0 ) in FillItemSet() local 3965 ( !bOn || ( rItem.GetStartBracket() == cStart && rItem.GetEndBracket() == cEnd ) ) ) in FillItemSet() 3971 rSet.Put( SvxTwoLinesItem( bOn, cStart, cEnd, nWhich ) ); in FillItemSet() 3986 sal_Unicode cEnd = m_aEndBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl() local 3988 m_aPreviewWin.SetBrackets(cStart, cEnd); in UpdatePreview_Impl()
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 1545 sal_Unicode cEnd = cChar; in GetOptions() local 1576 bDone = !bOldEscape && cChar==cEnd; in GetOptions()
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 3238 sal_Unicode cStart, cEnd; in Create() local 3239 rStrm >> _bOn >> cStart >> cEnd; in Create() 3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
|