Searched refs:nColFormat (Results 1 – 1 of 1) sorted by relevance
898 ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rStr, sal_uInt8 nColFormat, in lcl_PutString() argument904 if ( nColFormat == SC_COL_SKIP || !rStr.Len() || !ValidCol(nCol) || !ValidRow(nRow) ) in lcl_PutString()907 if ( nColFormat == SC_COL_TEXT ) in lcl_PutString()913 if ( nColFormat == SC_COL_ENGLISH ) in lcl_PutString()928 else if ( nColFormat != SC_COL_STANDARD ) // Datumsformate in lcl_PutString()936 switch ( nColFormat ) in lcl_PutString()949 if (bInNum && nFound == 3 && nColFormat == SC_COL_YMD && in lcl_PutString()
Completed in 11 milliseconds