Home
last modified time | relevance | path

Searched refs:nCharIdx (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties() argument
87 if (min > nCharIdx) in getCharProperties()
91 if (min <= nCharIdx && nCharIdx < lim) in getCharProperties()
96 if (lim > 0 && nCharIdx >= lim && nCharIdx < maLayoutArgs.mnEndCharPos) in getCharProperties()
101 bool TextSourceAdaptor::getRightToLeft(gr::toffset nCharIdx) in getRightToLeft() argument
105 getCharProperties(nCharIdx, min, lim, depth); in getRightToLeft()
111 unsigned int TextSourceAdaptor::getDirectionDepth(gr::toffset nCharIdx) in getDirectionDepth() argument
115 getCharProperties(nCharIdx, min, lim, depth); in getDirectionDepth()
134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange() argument
137 if (nCharIdx < unsigned(maLayoutArgs.mnMinCharPos)) in propertyRange()
[all …]
/aoo42x/main/oox/source/ole/
H A Dolehelper.cxx90 …for( sal_Int32 nCharIdx = orBuffer.getLength() - 1, nCharEnd = nCharIdx - nWidth; nCharIdx > nChar… in lclAppendHex() local
91 orBuffer.setCharAt( nCharIdx, spcHexChars[ nValue & 0xF ] ); in lclAppendHex()
/aoo42x/main/filter/source/msfilter/
H A Ddffpropset.cxx1318 for( sal_Int32 nCharIdx = 0; nCharIdx < nStrLen; ++nCharIdx ) in GetPropertyString() local
H A Dsvdfppt.cxx5058 nCharIdx ( _nCharIdx ), in PPTTextSpecInfo()
5079 sal_uInt32 nCharIdx = 0; in Read() local
5090 nCharIdx += nCharCount; in Read()
5094 PPTTextSpecInfo* pEntry = new PPTTextSpecInfo( nCharIdx ); in Read()
6944 sal_uInt32 nCharIdx = pSpecInfo->nCharIdx; in PPTTextObj() local
6950 if ( pSet->mnOriginalTextPos < nCharIdx ) in PPTTextObj()
6959 sal_Int32 nNewLen = nIndexOfNextPortion - nCharIdx; in PPTTextObj()
/aoo42x/main/sc/source/filter/excel/
H A Dxestring.cxx336 sal_uInt16 XclExpString::GetChar( sal_uInt16 nCharIdx ) const in GetChar()
338 DBG_ASSERT( nCharIdx < Len(), "XclExpString::GetChar - invalid character index" ); in GetChar()
339 …return static_cast< sal_uInt16 >( mbIsBiff8 ? maUniBuffer[ nCharIdx ] : maCharBuffer[ nCharIdx ] ); in GetChar()
/aoo42x/main/sw/source/core/text/
H A Dporlay.cxx211 for ( xub_StrLen nCharIdx = nStart; nCharIdx < nEnd; ++nCharIdx ) in lcl_HasStrongLTR() local
213 const UCharDirection nCharDir = u_charDirection ( rTxt.GetChar ( nCharIdx )); in lcl_HasStrongLTR()
2130 bool SwScriptInfo::IsKashidaLine ( xub_StrLen nCharIdx ) const in IsKashidaLine()
2134 if( nCharIdx >= aNoKashidaLine[ i ] && nCharIdx < aNoKashidaLineEnd[ i ]) in IsKashidaLine()
H A Dporfld.cxx262 for ( xub_StrLen nCharIdx = 0; nCharIdx < nEnd; ++nCharIdx ) in CheckScript() local
264 UCharDirection nCharDir = u_charDirection ( aTxt.GetChar ( nCharIdx )); in CheckScript()
/aoo42x/main/sc/source/filter/inc/
H A Dxestring.hxx221 sal_uInt16 GetChar( sal_uInt16 nCharIdx ) const;
/aoo42x/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx642 sal_uInt32 nCharIdx; member
646 PPTTextSpecInfo( sal_uInt32 nCharIdx );
/aoo42x/main/sw/source/core/inc/
H A Dscriptinfo.hxx118 bool IsKashidaLine ( xub_StrLen nCharIdx ) const;
/aoo42x/main/editeng/source/editeng/
H A Dimpedit2.cxx1707 for ( xub_StrLen nCharIdx = nStart; nCharIdx < nEnd; ++nCharIdx ) in lcl_HasStrongLTR() local
1709 const UCharDirection nCharDir = u_charDirection ( rTxt.GetChar ( nCharIdx )); in lcl_HasStrongLTR()

Completed in 141 milliseconds