Home
last modified time | relevance | path

Searched refs:nColFormat (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx898 ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rStr, sal_uInt8 nColFormat, in lcl_PutString() argument
904 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 31 milliseconds