Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx227 aLbLanguage .SelectLanguage( pNumFmtShell->GetCurLanguage() ); \
281 pNumFmtShell ( NULL ), in SvxNumberFormatTabPage()
299 delete pNumFmtShell; in ~SvxNumberFormatTabPage()
562 if ( pNumFmtShell ) in Reset()
563 delete pNumFmtShell; // ggF. alte Shell loeschen (==Reset) in Reset()
571 pNumFmtShell =SvxNumberFormatShell::Create( in Reset()
577 pNumFmtShell =SvxNumberFormatShell::Create( in Reset()
588 pNumFmtShell->GetInitSettings( nCatLbSelPos, eLangType, nFmtLbSelPos, in Reset()
591 aLbCurrency.SelectEntryPos((sal_uInt16)pNumFmtShell->GetCurrencySymbol()); in Reset()
790 sal_uInt32 nCurKey = pNumFmtShell->GetCurNumFmtKey(); in FillItemSet()
[all …]
/trunk/main/cui/source/inc/
H A Dnumfmt.hxx134 SvxNumberFormatShell* pNumFmtShell; member in SvxNumberFormatTabPage