Home
last modified time | relevance | path

Searched refs:cStart (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dlangtab.cxx109 sal_Unicode cStart = cLRE_Embedding; // default is to use LRE embedding characters in ApplyLreOrRleEmbedding() local
111 cStart = cRLE_Embedding; // then use RLE embedding in ApplyLreOrRleEmbedding()
117 aRes.Insert( cStart, 0 ); in ApplyLreOrRleEmbedding()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx274 void SetStartSingleQuote( const sal_Unicode cStart ) { cStartSQuote = cStart; } in SetStartSingleQuote() argument
276 void SetStartDoubleQuote( const sal_Unicode cStart ) { cStartDQuote = cStart; } in SetStartDoubleQuote() argument
/trunk/main/svx/inc/svx/
H A Dfntctrl.hxx75 void SetBrackets(sal_Unicode cStart, sal_Unicode cEnd);
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx819 void SvxFontPrevWindow::SetBrackets(sal_Unicode cStart, sal_Unicode cEnd) in SetBrackets() argument
821 pImpl->cStartBracket = cStart; in SetBrackets()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2504 sal_Unicode cStart = rTwoLines.GetStartBracket(); 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 Drtfattributeoutput.cxx2422 sal_Unicode cStart = rTwoLines.GetStartBracket(); in CharTwoLines() local
2426 if( !cStart && !cEnd ) in CharTwoLines()
2428 else if( '{' == cStart || '}' == cEnd ) in CharTwoLines()
2430 else if( '<' == cStart || '>' == cEnd ) in CharTwoLines()
2432 else if( '[' == cStart || ']' == cEnd ) in CharTwoLines()
H A Dww8atr.cxx3324 sal_Unicode cStart = rTwoLines.GetStartBracket(); 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()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3956 sal_Unicode cStart = ( bOn && m_aStartBracketLB.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()
3984 sal_Unicode cStart = m_aStartBracketLB.GetSelectEntryPos() > 0 in UpdatePreview_Impl() local
3988 m_aPreviewWin.SetBrackets(cStart, cEnd); in UpdatePreview_Impl()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3238 sal_Unicode cStart, cEnd; in Create() local
3239 rStrm >> _bOn >> cStart >> cEnd; in Create()
3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1376 sal_uInt32 cStart = Int32FromMOTA( pEntry[0] ); in getGlyph12() local
1378 if( cChar < cStart ) in getGlyph12()
1384 nGlyph += cChar - cStart; in getGlyph12()

Completed in 150 milliseconds