Home
last modified time | relevance | path

Searched refs:eDT (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx259 NavigatorDragType eDT = meDragType; in GetNavigatorDragType() local
262 …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() local
518 if( meDragType != eDT ) in IMPL_LINK()
520 meDragType = eDT; in IMPL_LINK()
782 sal_uInt16 SdNavigatorWin::GetDragTypeSdResId( NavigatorDragType eDT, sal_Bool bImage ) in GetDragTypeSdResId() argument
784 switch( eDT ) in GetDragTypeSdResId()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx445 WWDateTime eDT = WW_BOTH; in GetTimeDatePara() local
458 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() local
774 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()
/trunk/main/sd/source/ui/inc/
H A Dnavigatr.hxx152 sal_uInt16 GetDragTypeSdResId( NavigatorDragType eDT, sal_Bool bImage = sal_False );

Completed in 28 milliseconds