Searched refs:i_nStart (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/autodoc/source/cosv/strings/ |
H A D | streamstr.cxx | 628 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 …]
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 102 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()
|
/aoo42x/main/sw/inc/ |
H A D | txtatr.hxx | 67 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,
|
/aoo42x/main/autodoc/inc/cosv/ |
H A D | streamstr.hxx | 228 position_type i_nStart, 240 position_type i_nStart = 0, 243 position_type i_nStart = 0,
|
Completed in 28 milliseconds