Home
last modified time | relevance | path

Searched refs:eTimeFormat (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/items/
H A Dflditem.cxx1035 SvxTimeFormat eTimeFormat = (SvxTimeFormat)((eFormat >> 4) & 0x0f); in GetFormatted() local
1037 if(eTimeFormat) in GetFormatted()
1042 aRet += SvxExtTimeField::GetFormatted( rTime, eTimeFormat, rFormatter, eLanguage ); in GetFormatted()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6658 …Entry::GetDateTime( const sal_uInt32 nVal, SvxDateFormat& eDateFormat, SvxTimeFormat& eTimeFormat ) in GetDateTime() argument
6661 eTimeFormat = SVXTIMEFORMAT_APPDEFAULT; in GetDateTime()
6683 eTimeFormat = SVXTIMEFORMAT_24_HM; in GetDateTime()
6688 eTimeFormat = SVXTIMEFORMAT_12_HM; in GetDateTime()
6691 eTimeFormat = SVXTIMEFORMAT_24_HMS; in GetDateTime()
6694 eTimeFormat = SVXTIMEFORMAT_12_HMS; in GetDateTime()
6702 SvxTimeFormat eTimeFormat; in SetDateTime() local
6703 GetDateTime( nVal, eDateFormat, eTimeFormat ); in SetDateTime()
6706 if ( eTimeFormat != SVXTIMEFORMAT_APPDEFAULT ) in SetDateTime()
6708 …ieldItem = new SvxFieldItem( SvxExtTimeField( Time(), SVXTIMETYPE_VAR, eTimeFormat ), EE_FEATURE_F… in SetDateTime()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1475 SvxTimeFormat eTimeFormat; in SetHeaderFooterPageSettings() local
1476 PPTFieldEntry::GetDateTime( pHFE->nAtom & 0xff, eDateFormat, eTimeFormat ); in SetHeaderFooterPageSettings()
1477 rHeaderFooterSettings.meDateTimeFormat = eDateFormat | ( eTimeFormat << 4 ); in SetHeaderFooterPageSettings()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx472 SvxTimeFormat eTimeFormat = (SvxTimeFormat)( ( nFormat >> 4 ) & 0xf ); in ImplCreateHeaderFooters() local
488 switch( eTimeFormat ) in ImplCreateHeaderFooters()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx490 …void GetDateTime( const sal_uInt32 nVal, SvxDateFormat& eDateFormat, SvxTimeFormat& eTimeFormat );

Completed in 122 milliseconds