Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx188 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 …]
/trunk/main/sc/source/core/data/
H A Dpoolhelp.cxx42 :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 …]
H A Ddbdocutl.cxx99 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local
100 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
105 *pFormTable->GetNullDate(); in PutData()
113 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local
114 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
127 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() local
128 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
133 *pFormTable->GetNullDate() ) + in PutData()
/trunk/main/sc/source/core/inc/
H A Dpoolhelp.hxx45 mutable SvNumberFormatter* pFormTable; member in ScPoolHelper
/trunk/main/sc/source/filter/inc/
H A Dtool.h115 SvNumberFormatter* pFormTable; // Value-Format-Table-Anker member in FormCache

Completed in 76 milliseconds