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.cxx628 if (i_nStart >= length() OR i_nSize < 1) in replace()
633 pCur = dpData + i_nStart; in replace()
645 MoveData( dpData + i_nStart + anz, in replace()
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()
714 for ( char * pChange = dpData + i_nStart; in to_lower()
740 if ( i_nStart < length() ) in to_upper()
742 char * pStop = i_nStart + i_nLength < length() in to_upper()
743 ? dpData + i_nStart + i_nLength in to_upper()
[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,

Completed in 22 milliseconds