Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx73 nCurrFormatType (-1), in NumFormatListBox()
93 nCurrFormatType (-1), in NumFormatListBox()
156 if (nCurrFormatType == -1 || in SetFormatType()
157 (nCurrFormatType & nFormatType) == 0) // Es gibt Mischformate, wie z.B. DateTime in SetFormatType()
293 nCurrFormatType = nFormatType; in SetFormatType()
425 double fValue = GetDefValue( nCurrFormatType); in IMPL_LINK()
427 sal_uLong nFormat = pFormatter->GetStandardFormat( nCurrFormatType, eCurLanguage); in IMPL_LINK()
433 if( (NUMBERFORMAT_DATE | NUMBERFORMAT_TIME) & nCurrFormatType ) in IMPL_LINK()
543 nCurrFormatType = -1; in Clear()
/aoo42x/main/sw/source/ui/inc/
H A Dnumfmtlb.hxx34 short nCurrFormatType; member in NumFormatListBox
67 inline short GetFormatType() const { return nCurrFormatType; } in GetFormatType()

Completed in 17 milliseconds