/aoo4110/main/qadevOOo/runner/basicrunner/ |
H A D | BasicTestCase.java | 79 oBasicHandler.perform("setValue", in initialize() 81 oBasicHandler.perform("setValue", in initialize() 83 oBasicHandler.perform("setValue", in initialize() 86 oBasicHandler.perform("setValue", in initialize() 89 oBasicHandler.perform("setValue", in initialize() 101 oBasicHandler.perform("setValue", "jdbcUrl = \"jdbc:" + in initialize() 103 oBasicHandler.perform("setValue", "jdbcUser = \"" + in initialize() 105 oBasicHandler.perform("setValue", "jdbcPassword = \"" + in initialize() 109 oBasicHandler.perform("setValue", "adabasUser = \"" + in initialize() 134 oBasicHandler.perform("setValue", in createTestEnvironment() [all …]
|
/aoo4110/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 245 void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon154716f70111::FromToByActivity 258 using BaseType::perform; 261 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon154716f70111::FromToByActivity 486 void perform( sal_uInt32 nIndex, in perform() function in slideshow::internal::__anon154716f70111::ValuesActivity 505 using BaseType::perform; 508 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon154716f70111::ValuesActivity 847 using SimpleContinuousActivityBase::perform; 850 virtual void perform( double nModifiedTime, sal_uInt32 ) const in perform() function in slideshow::internal::__anon154716f70111::SimpleActivity
|
H A D | discreteactivitybase.cxx | 111 bool DiscreteActivityBase::perform() in perform() function in slideshow::internal::DiscreteActivityBase 114 if( !ActivityBase::perform() ) in perform() 126 perform( calcFrameIndex( mnCurrPerformCalls, nVectorSize ), in perform()
|
H A D | continuousactivitybase.hxx | 45 using SimpleContinuousActivityBase::perform; 60 virtual void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const = 0;
|
H A D | continuouskeytimeactivitybase.hxx | 47 using SimpleContinuousActivityBase::perform; 65 virtual void perform( sal_uInt32 nIndex,
|
H A D | discreteactivitybase.hxx | 59 virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0; 61 virtual bool perform();
|
H A D | simplecontinuousactivitybase.cxx | 115 bool SimpleContinuousActivityBase::perform() in perform() function in slideshow::internal::SimpleContinuousActivityBase 118 if( !ActivityBase::perform() ) in perform()
|
H A D | continuousactivitybase.cxx | 46 perform( calcAcceleratedTime( nSimpleTime ), in simplePerform()
|
H A D | simplecontinuousactivitybase.hxx | 47 virtual bool perform();
|
H A D | continuouskeytimeactivitybase.cxx | 66 perform( in simplePerform()
|
/aoo4110/main/svtools/source/java/ |
H A D | javaerror.src | 30 …Message[ en-US ] ="%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Pl… 44 …Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. H… 51 …Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. T…
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XTypeDetection.idl | 43 the URL and some configuration data only. That will perform but produce 86 and perform the operation. If this stream isn't already included the detection 89 A combination of both parameters can be usefull to perform the operation
|
H A D | TypeDetection.idl | 52 services to look into the document stream. Last mode can be supressed to perform the operation. 174 /** can be used to perform container changes.
|
/aoo4110/main/testtools/com/sun/star/comp/bridge/ |
H A D | CurrentContextChecker.java | 35 public boolean perform( in perform() method in CurrentContextChecker 70 return other.perform( in performCheck()
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | setactivity.hxx | 86 virtual bool perform() in perform() function in slideshow::internal::SetActivity 116 perform(); in end()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | currentcontextchecker.cxx | 87 ::sal_Bool testtools::bridgetest::CurrentContextChecker::perform( in perform() function in testtools::bridgetest::CurrentContextChecker 122 return other->perform( in performCheck()
|
H A D | bridgetest.cxx | 901 if (!(new testtools::bridgetest::CurrentContextChecker)->perform( in performTest() 906 if (!(new testtools::bridgetest::CurrentContextChecker)->perform( in performTest() 911 if (!(new testtools::bridgetest::CurrentContextChecker)->perform( in performTest() 916 if (!(new testtools::bridgetest::CurrentContextChecker)->perform( in performTest()
|
H A D | currentcontextchecker.hxx | 49 virtual ::sal_Bool SAL_CALL perform(
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | intrinsicanimationactivity.cxx | 85 virtual bool perform(); 177 bool IntrinsicAnimationActivity::perform() in perform() function in slideshow::internal::IntrinsicAnimationActivity
|
H A D | drawinglayeranimation.cxx | 159 virtual bool perform(); 694 bool ActivityImpl::perform() in perform() function in __anon86c352820111::ActivityImpl
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | XAnimateColor.idl | 49 /** defines the color space which is used to perform the interpolation. 55 /** defines the direction which is used to perform the interpolation
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleAction.idl | 43 expose all actions that it can perform. Each action can be performed or 64 This index specifies the action to perform. If it lies outside
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetDocument.idl | 193 /** provides methods to perform a data consolidation. 199 /** provides a method to perform a goal seek.
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XEmbeddedObject.idl | 179 /** lets object perform an action referenced by nVerbID. 182 specifies an action to perform, can take values from
|
/aoo4110/main/slideshow/source/inc/ |
H A D | activity.hxx | 50 virtual bool perform() = 0;
|