Searched refs:nCmdTypePos (Results 1 – 1 of 1) sorted by relevance
1165 sal_uInt16 nPos, nTablePos, nCmdTypePos, nExpPos; in InsertFld() local1172 if ((nCmdTypePos = rData.sPar1.Search(DB_DELIM, nTablePos)) != STRING_NOTFOUND) in InsertFld()1174 aDBData.sCommand = rData.sPar1.Copy(nTablePos, nCmdTypePos++ - nTablePos); in InsertFld()1176 if ((nExpPos = rData.sPar1.Search(DB_DELIM, nCmdTypePos)) != STRING_NOTFOUND) in InsertFld()1178 … aDBData.nCommandType = rData.sPar1.Copy(nCmdTypePos, nExpPos++ - nCmdTypePos).ToInt32(); in InsertFld()
Completed in 16 milliseconds