Searched refs:nCharIdx (Results 1 – 11 of 11) sorted by relevance
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 81 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 …]
|
/trunk/main/oox/source/ole/ |
H A D | olehelper.cxx | 90 …for( sal_Int32 nCharIdx = orBuffer.getLength() - 1, nCharEnd = nCharIdx - nWidth; nCharIdx > nChar… in lclAppendHex() local 91 orBuffer.setCharAt( nCharIdx, spcHexChars[ nValue & 0xF ] ); in lclAppendHex()
|
/trunk/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1318 for( sal_Int32 nCharIdx = 0; nCharIdx < nStrLen; ++nCharIdx ) in GetPropertyString() local
|
H A D | svdfppt.cxx | 5058 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()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestring.cxx | 336 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()
|
/trunk/main/sw/source/core/text/ |
H A D | porlay.cxx | 211 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 D | porfld.cxx | 262 for ( xub_StrLen nCharIdx = 0; nCharIdx < nEnd; ++nCharIdx ) in CheckScript() local 264 UCharDirection nCharDir = u_charDirection ( aTxt.GetChar ( nCharIdx )); in CheckScript()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xestring.hxx | 221 sal_uInt16 GetChar( sal_uInt16 nCharIdx ) const;
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 642 sal_uInt32 nCharIdx; member 646 PPTTextSpecInfo( sal_uInt32 nCharIdx );
|
/trunk/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 118 bool IsKashidaLine ( xub_StrLen nCharIdx ) const;
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1707 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 155 milliseconds