Searched refs:pColStart (Results 1 – 3 of 3) sorted by relevance
60 pColStart ( NULL ), in ScAsciiOptions()81 pColStart = new xub_StrLen[nInfoCount]; in ScAsciiOptions()85 pColStart[i] = rOpt.pColStart[i]; in ScAsciiOptions()91 pColStart = NULL; in ScAsciiOptions()99 delete[] pColStart; in ~ScAsciiOptions()106 delete[] pColStart; in SetColInfo()113 pColStart = new xub_StrLen[nInfoCount]; in SetColInfo()117 pColStart[i] = pStart[i]; in SetColInfo()123 pColStart = NULL; in SetColInfo()131 delete[] pColStart; in SetColumnInfo()[all …]
69 xub_StrLen* pColStart; //! TODO replace with vector member in ScAsciiOptions97 const xub_StrLen* GetColStart() const { return pColStart; } in GetColStart()
1177 const xub_StrLen* pColStart = pExtOptions->GetColStart(); in ExtText2Doc() local1255 xub_StrLen nStart = pColStart[i]; in ExtText2Doc()1256 xub_StrLen nNext = ( i+1 < nInfoCount ) ? pColStart[i+1] : nLineLen; in ExtText2Doc()1288 if ( pColStart[i] == nSourceCol + 1 ) // pColStart ist 1-basiert in ExtText2Doc()