Home
last modified time | relevance | path

Searched refs:GetYear2000 (Results 1 – 17 of 17) sorted by relevance

/trunk/main/unotools/source/config/
H A Dmisccfg.cxx82 sal_Int32 GetYear2000() const { return nYear2000; } in GetYear2000() function in utl::SfxMiscCfg
295 sal_Int32 MiscCfg::GetYear2000() const in GetYear2000() function in utl::MiscCfg
297 return pImpl->GetYear2000(); in GetYear2000()
/trunk/main/unotools/inc/unotools/
H A Dmisccfg.hxx55 sal_Int32 GetYear2000() const;
/trunk/main/sc/source/core/data/
H A Dpoolhelp.cxx104 pFormTable->SetYear2000( aOpt.GetYear2000() ); in UseDocOptions()
/trunk/main/svl/source/numbers/
H A Dzforfind.hxx65 sal_uInt16 GetYear2000() const { return nYear2000; } in GetYear2000() function in ImpSvNumberInputScan
H A Dzforlist.cxx904 rStream << (sal_uInt16) GetYear2000(); in Save()
3025 sal_uInt16 SvNumberFormatter::GetYear2000() const in GetYear2000() function in SvNumberFormatter
3027 return pStringScanner->GetYear2000(); in GetYear2000()
3035 pStringScanner->GetYear2000() ); in ExpandTwoDigitYear()
3043 return (sal_uInt16) ::utl::MiscCfg().GetYear2000(); in GetYear2000Default()
H A Dnumfmuno.cxx1071 aRet <<= (sal_Int16)( pFormatter->GetYear2000() ); in getPropertyValue()
/trunk/main/sc/inc/
H A Ddocoptio.hxx92 sal_uInt16 GetYear2000() const { return nYear2000; } in GetYear2000() function in ScDocOptions
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1110 pFmtr ? pFmtr->GetYear2000() in GetState()
1112 ::utl::MiscCfg().GetYear2000() ) ) ); in GetState()
/trunk/main/vcl/source/control/
H A Dfield2.cxx1306 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()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1100 || rOldOpt.GetYear2000() != rNewOpt.GetYear2000() in ModifyOptions()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx659 sal_uInt16 GetYear2000() const;
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1535 … pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (sal_uInt16)aMisc.GetYear2000() ) ); in CreateItemSet()
1538 pRet->Put( SfxUInt16Item( SID_ATTR_YEAR2000, (sal_uInt16)aMisc.GetYear2000() ) ); in CreateItemSet()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx437 aDocOpt.SetYear2000( sal::static_int_cast<sal_uInt16>( ::utl::MiscCfg().GetYear2000() ) ); in InitOptions()
H A Ddocsh4.cxx1854 aDocument.GetDocOptions().GetYear2000() ) ); in GetState()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx2411 pNumberFormatter->SetYear2000(static_cast<sal_uInt16>(::utl::MiscCfg().GetYear2000())); in _CreateNumberFormatter()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2270 …<= static_cast < sal_Int16 > (pDocShell->GetDoc()->GetNumberFormatter ( sal_True )->GetYear2000()); in getPropertyValue()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3688 sal_uInt16 nYear2000 (pDoc ? pDoc->GetDocOptions().GetYear2000() : 0); in WriteCalculationSettings()

Completed in 160 milliseconds