Searched refs:pFormTable (Results 1 – 5 of 5) sorted by relevance
188 pFormTable = pDoc1->GetFormatTable(); in FormCache()228 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()235 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()242 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()249 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()256 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()263 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()270 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()281 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()288 nIndex1 = pFormTable->GetStandardFormat( in NewAttr()[all …]
42 :pFormTable(NULL) in ScPoolHelper()58 delete pFormTable; in ~ScPoolHelper()85 if ( !pFormTable ) in GetFormTable()89 pFormTable->SetEvalDateFormat( NF_EVALDATEFORMAT_INTL_FORMAT ); in GetFormTable()93 return pFormTable; in GetFormTable()98 if (pFormTable) in UseDocOptions()102 pFormTable->ChangeNullDate( d,m,y ); in UseDocOptions()103 pFormTable->ChangeStandardPrec( (sal_uInt16)aOpt.GetStdPrecision() ); in UseDocOptions()104 pFormTable->SetYear2000( aOpt.GetYear2000() ); in UseDocOptions()118 if ( pFormTable ) in SourceDocumentGone()[all …]
99 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local100 nFormatIndex = pFormTable->GetStandardFormat( in PutData()105 *pFormTable->GetNullDate(); in PutData()113 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local114 nFormatIndex = pFormTable->GetStandardFormat( in PutData()127 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local128 nFormatIndex = pFormTable->GetStandardFormat( in PutData()133 *pFormTable->GetNullDate() ) + in PutData()
45 mutable SvNumberFormatter* pFormTable; member in ScPoolHelper
115 SvNumberFormatter* pFormTable; // Value-Format-Table-Anker member in FormCache
Completed in 12 milliseconds