Searched refs:cStart (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svtools/source/misc/ |
H A D | langtab.cxx | 109 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()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 274 void SetStartSingleQuote( const sal_Unicode cStart ) { cStartSQuote = cStart; } in SetStartSingleQuote() argument 276 void SetStartDoubleQuote( const sal_Unicode cStart ) { cStartDQuote = cStart; } in SetStartDoubleQuote() argument
|
/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 821 pImpl->cStartBracket = cStart; in SetBrackets()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 2504 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 D | rtfattributeoutput.cxx | 2430 sal_Unicode cStart = rTwoLines.GetStartBracket(); 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 | ww8atr.cxx | 3324 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()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 3956 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()
|
/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()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1376 sal_uInt32 cStart = Int32FromMOTA( pEntry[0] ); in getGlyph12() local 1378 if( cChar < cStart ) in getGlyph12() 1384 nGlyph += cChar - cStart; in getGlyph12()
|
Completed in 163 milliseconds