Lines Matching refs:ToInt32
1006 sal_uInt16 nDay = (sal_uInt16) rStr.Copy( nStart[nDP], nEnd[nDP]+1-nStart[nDP] ).ToInt32(); in lcl_PutString()
1007 sal_uInt16 nYear = (sal_uInt16) rStr.Copy( nStart[nYP], nEnd[nYP]+1-nStart[nYP] ).ToInt32(); in lcl_PutString()
1009 sal_Int16 nMonth = (sal_Int16) aMStr.ToInt32(); in lcl_PutString()
1073 nHour = (sal_Int16) rStr.Copy( nStart[3], nEnd[3]+1-nStart[3]).ToInt32(); in lcl_PutString()
1075 nMinute = (sal_Int16) rStr.Copy( nStart[4], nEnd[4]+1-nStart[4]).ToInt32(); in lcl_PutString()
1077 nSecond = (sal_Int16) rStr.Copy( nStart[5], nEnd[5]+1-nStart[5]).ToInt32(); in lcl_PutString()
1574 nCol = static_cast<SCCOL>(String( p ).ToInt32()) + nStartCol - 1; in Sylk2Doc()
1577 nRow = String( p ).ToInt32() + nStartRow - 1; in Sylk2Doc()
1580 nRefCol = static_cast<SCCOL>(String( p ).ToInt32()) + nStartCol - 1; in Sylk2Doc()
1583 nRefRow = String( p ).ToInt32() + nStartRow - 1; in Sylk2Doc()
1694 nCol = static_cast<SCCOL>(String( p ).ToInt32()) + nStartCol - 1; in Sylk2Doc()
1697 nRow = String( p ).ToInt32() + nStartRow - 1; in Sylk2Doc()
1709 nFormat = aNumber.ToInt32(); in Sylk2Doc()