Searched refs:MiscCfg (Results 1 – 12 of 12) sorted by relevance
235 MiscCfg::MiscCfg( ) in MiscCfg() function in utl::MiscCfg252 MiscCfg::~MiscCfg( ) in ~MiscCfg()265 sal_Bool MiscCfg::IsNotFoundWarning() const in IsNotFoundWarning()270 void MiscCfg::SetNotFoundWarning( sal_Bool bSet) in SetNotFoundWarning()275 sal_Bool MiscCfg::IsPaperSizeWarning() const in IsPaperSizeWarning()280 void MiscCfg::SetPaperSizeWarning(sal_Bool bSet) in SetPaperSizeWarning()285 sal_Bool MiscCfg::IsPaperOrientationWarning() const in IsPaperOrientationWarning()290 void MiscCfg::SetPaperOrientationWarning( sal_Bool bSet) in SetPaperOrientationWarning()295 sal_Int32 MiscCfg::GetYear2000() const in GetYear2000()300 void MiscCfg::SetYear2000( sal_Int32 nSet ) in SetYear2000()
250 rItem.pItem = new ::utl::MiscCfg(); in impl_newItem()
37 class UNOTOOLS_DLLPUBLIC MiscCfg : public detail::Options class42 MiscCfg( );43 virtual ~MiscCfg( );
312 utl::MiscCfg aMisc; in SetAppPrintOptions()
137 ::utl::MiscCfg aMisc; in GetPrinter()186 ::utl::MiscCfg aMisc; in SetPrintOptions()
1306 DateFormatter::ExpandCentury( aNewDate, utl::MiscCfg().GetYear2000() ); in ImplDateGetValue()1373 sal_uInt16 nTwoDigitYearStart = utl::MiscCfg().GetYear2000(); in ImplGetDateAsText()2027 ExpandCentury( rDate, utl::MiscCfg().GetYear2000() ); in ExpandCentury()
1524 utl::MiscCfg aMisc; in CreateItemSet()1660 utl::MiscCfg aMisc; in ApplyItemSet()
1112 ::utl::MiscCfg().GetYear2000() ) ) ); in GetState()
437 aDocOpt.SetYear2000( sal::static_int_cast<sal_uInt16>( ::utl::MiscCfg().GetYear2000() ) ); in InitOptions()
2411 pNumberFormatter->SetYear2000(static_cast<sal_uInt16>(::utl::MiscCfg().GetYear2000())); in _CreateNumberFormatter()
3043 return (sal_uInt16) ::utl::MiscCfg().GetYear2000(); in GetYear2000Default()
3121 utl::MiscCfg().SetYear2000( (sal_Int32)(nValue-99) ); in UpdateSettings()
Completed in 231 milliseconds