Searched refs:i_nStart (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/cosv/source/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 …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 98 const xub_StrLen i_nStart, const xub_StrLen i_nEnd ) in SwTxtAttrNesting() argument 99 : SwTxtAttrEnd( i_rAttr, i_nStart, i_nEnd ) in SwTxtAttrNesting() 311 xub_StrLen const i_nStart, in CreateTxtMeta() argument 320 SwTxtMeta *const pTxtMeta(new SwTxtMeta(i_rAttr, i_nStart, i_nEnd)); in CreateTxtMeta() 325 const xub_StrLen i_nStart, const xub_StrLen i_nEnd ) in SwTxtMeta() argument 326 : SwTxtAttrNesting( i_rAttr, i_nStart, i_nEnd ) in SwTxtMeta()
|
/aoo41x/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,
|
/aoo41x/main/cosv/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 55 milliseconds