Searched refs:eDT (Results 1 – 3 of 3) sorted by relevance
259 NavigatorDragType eDT = meDragType; in GetNavigatorDragType() local262 …if( ( eDT == NAVIGATOR_DRAGTYPE_LINK ) && ( ( pInfo && !pInfo->HasName() ) || !maTlbObjects.IsLink… in GetNavigatorDragType()263 eDT = NAVIGATOR_DRAGTYPE_NONE; in GetNavigatorDragType()265 return( eDT ); in GetNavigatorDragType()517 NavigatorDragType eDT = (NavigatorDragType) nMenuId; in IMPL_LINK() local518 if( meDragType != eDT ) in IMPL_LINK()520 meDragType = eDT; in IMPL_LINK()782 sal_uInt16 SdNavigatorWin::GetDragTypeSdResId( NavigatorDragType eDT, sal_Bool bImage ) in GetDragTypeSdResId() argument784 switch( eDT ) in GetDragTypeSdResId()
445 WWDateTime eDT = WW_BOTH; in GetTimeDatePara() local458 eDT = (WWDateTime)( eDT & ~(sal_uInt16)WW_TIME ); in GetTimeDatePara()531 eDT = (WWDateTime)( eDT & ~(sal_uInt16)WW_DATE ); in GetTimeDatePara()533 return eDT; in GetTimeDatePara()773 WWDateTime eDT = GetTimeDatePara(sDTFormat, &aTime, &aDate); in Out() local774 if( eDT == WW_DONTKNOW ) // kein D/T-Formatstring in Out()775 eDT = ( rbType == 32 ) ? WW_TIME : WW_DATE; // benutze ID in Out()777 if( eDT & WW_DATE ) in Out()787 if( eDT == WW_BOTH ) in Out()791 if( eDT & WW_TIME ) in Out()
152 sal_uInt16 GetDragTypeSdResId( NavigatorDragType eDT, sal_Bool bImage = sal_False );
Completed in 17 milliseconds