Searched refs:CSV_MAXCOLCOUNT (Results 1 – 3 of 3) sorted by relevance
57 const sal_Int32 CSV_MAXCOLCOUNT = MAXCOLCOUNT; variable
331 if( maRuler.GetSplitCount() + 1 < sal::static_int_cast<sal_uInt32>(CSV_MAXCOLCOUNT) ) in IMPL_LINK()
730 while( *pChar && (nColIx < sal::static_int_cast<sal_uInt32>(CSV_MAXCOLCOUNT)) ) in ImplSetTextLineSep()
Completed in 26 milliseconds