| /AOO41X/main/unotools/source/config/ |
| H A D | misccfg.cxx | 82 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()
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | misccfg.hxx | 55 sal_Int32 GetYear2000() const;
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | poolhelp.cxx | 104 pFormTable->SetYear2000( aOpt.GetYear2000() ); in UseDocOptions()
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforfind.hxx | 65 sal_uInt16 GetYear2000() const { return nYear2000; } in GetYear2000() function in ImpSvNumberInputScan
|
| H A D | zforlist.cxx | 904 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 D | numfmuno.cxx | 1071 aRet <<= (sal_Int16)( pFormatter->GetYear2000() ); in getPropertyValue()
|
| /AOO41X/main/sc/inc/ |
| H A D | docoptio.hxx | 92 sal_uInt16 GetYear2000() const { return nYear2000; } in GetYear2000() function in ScDocOptions
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | docsh.cxx | 1110 pFmtr ? pFmtr->GetYear2000() in GetState() 1112 ::utl::MiscCfg().GetYear2000() ) ) ); in GetState()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | field2.cxx | 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()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 659 sal_uInt16 GetYear2000() const;
|
| /AOO41X/main/sc/source/ui/app/ |
| H A D | scmod.cxx | 1100 || rOldOpt.GetYear2000() != rNewOpt.GetYear2000() in ModifyOptions()
|
| /AOO41X/main/cui/source/options/ |
| H A D | treeopt.cxx | 1535 … 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()
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 437 aDocOpt.SetYear2000( sal::static_int_cast<sal_uInt16>( ::utl::MiscCfg().GetYear2000() ) ); in InitOptions()
|
| H A D | docsh4.cxx | 1854 aDocument.GetDocOptions().GetYear2000() ) ); in GetState()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docfmt.cxx | 2399 pNumberFormatter->SetYear2000(static_cast<sal_uInt16>(::utl::MiscCfg().GetYear2000())); in _CreateNumberFormatter()
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unotxdoc.cxx | 2266 …<= static_cast < sal_Int16 > (pDocShell->GetDoc()->GetNumberFormatter ( sal_True )->GetYear2000()); in getPropertyValue()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlexprt.cxx | 3688 sal_uInt16 nYear2000 (pDoc ? pDoc->GetDocOptions().GetYear2000() : 0); in WriteCalculationSettings()
|