Searched refs:nSepLen (Results 1 – 3 of 3) sorted by relevance
66 uintt nSepLen = strlen(i_sSeparator); in AssignText() local73 sNext = ps + nSepLen; in AssignText()82 sNext = ps + nSepLen; in AssignText()
1197 sal_uInt16 nSepLen=1; in IMPL_LINK() local1203 …if (nPos==STRING_NOTFOUND) { nPos=aNewText.SearchAscii(".."); if (nPos!=STRING_NOTFOUND) nSepLen=2… in IMPL_LINK()1208 s.Erase(0,nPos+nSepLen); in IMPL_LINK()
1224 sal_uInt16 nSepLen; in ReadChFrLabelProps() local1226 rStrm >> mxLabelProps->mnFlags >> nSepLen; in ReadChFrLabelProps()1227 if( nSepLen > 0 ) in ReadChFrLabelProps()1228 mxLabelProps->maSeparator = rStrm.ReadUniString( nSepLen ); in ReadChFrLabelProps()
Completed in 46 milliseconds