Home
last modified time | relevance | path

Searched refs:i_nStart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx624 StreamStr::replace( position_type i_nStart, in replace() argument
628 if (i_nStart >= length() OR i_nSize < 1) in replace()
633 pCur = dpData + i_nStart; in replace()
635 size_type anz = min( length() - i_nStart, i_nSize ); in replace()
645 MoveData( dpData + i_nStart + anz, in replace()
654 memcpy( dpData + i_nStart, i_aReplacement.sStr, i_aReplacement.nLength ); in replace()
696 StreamStr::to_lower( position_type i_nStart, in to_lower() argument
709 if ( i_nStart < length() ) in to_lower()
711 char * pStop = i_nStart + i_nLength < length() in to_lower()
712 ? dpData + i_nStart + i_nLength in to_lower()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dtxtatr2.cxx102 const xub_StrLen i_nStart, const xub_StrLen i_nEnd ) in SwTxtAttrNesting() argument
103 : SwTxtAttrEnd( i_rAttr, i_nStart, i_nEnd ) in SwTxtAttrNesting()
323 xub_StrLen const i_nStart, in CreateTxtMeta() argument
332 SwTxtMeta *const pTxtMeta(new SwTxtMeta(i_rAttr, i_nStart, i_nEnd)); in CreateTxtMeta()
337 const xub_StrLen i_nStart, const xub_StrLen i_nEnd ) in SwTxtMeta() argument
338 : SwTxtAttrNesting( i_rAttr, i_nStart, i_nEnd ) in SwTxtMeta()
/trunk/main/sw/inc/
H A Dtxtatr.hxx67 const xub_StrLen i_nStart, const xub_StrLen i_nEnd );
75 const xub_StrLen i_nStart, const xub_StrLen i_nEnd );
82 xub_StrLen const i_nStart, xub_StrLen const i_nEnd,
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx228 position_type i_nStart,
240 position_type i_nStart = 0,
243 position_type i_nStart = 0,