Home
last modified time | relevance | path

Searched refs:Success (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sal/osl/w32/
H A Dtime.c136 DWORD Success; in osl_getLocalTimeFromSystemTime() local
140 if ( ( Success=GetTimeZoneInformation( &aTimeZoneInformation ) ) != TIME_ZONE_ID_INVALID) in osl_getLocalTimeFromSystemTime()
145 if ( Success== TIME_ZONE_ID_DAYLIGHT ) in osl_getLocalTimeFromSystemTime()
167 DWORD Success; in osl_getSystemTimeFromLocalTime() local
171 if ( ( Success=GetTimeZoneInformation( &aTimeZoneInformation ) ) != TIME_ZONE_ID_INVALID) in osl_getSystemTimeFromLocalTime()
176 if ( Success== TIME_ZONE_ID_DAYLIGHT ) in osl_getSystemTimeFromLocalTime()
/AOO41X/main/vcl/unx/generic/window/
H A DFWS.cxx105 &propBytesAfter, &propData) != Success) in WMSupportsFWS()
130 &propBytesAfter, &propData) != Success) in WMSupportsFWS()
/AOO41X/main/svl/source/misc/
H A Durihelper.cxx221 enum Result { Success, GeneralFailure, SpecificFailure }; enumerator
260 return Success; in normalizePrefix()
276 case Success: in normalize()
/AOO41X/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx206 bool Success() in Success() function in slideshow::internal::__anonfa2e7f660111::PluginSlideChange
837 if( pTransition->Success() ) in createPluginTransition()
/AOO41X/main/tools/inc/tools/
H A Dpostx.h49 #undef Success
/AOO41X/main/offapi/com/sun/star/inspection/
H A DInteractiveSelectionResult.idl47 Success,
/AOO41X/main/offapi/com/sun/star/sheet/
H A DXSolver.idl64 [attribute, readonly] boolean Success;