Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicTestCase.java79 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 …]
/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx173 return perform(); in copy()
189 return perform(); in get()
197 return perform(); in head()
205 return perform(); in lock()
213 return perform(); in mkcol()
221 return perform(); in move()
229 return perform(); in post()
237 return perform(); in propfind()
245 return perform(); in proppatch()
253 return perform(); in put()
[all …]
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx245 void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon9f54c5e60111::FromToByActivity
258 using BaseType::perform;
261 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon9f54c5e60111::FromToByActivity
486 void perform( sal_uInt32 nIndex, in perform() function in slideshow::internal::__anon9f54c5e60111::ValuesActivity
505 using BaseType::perform;
508 void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const in perform() function in slideshow::internal::__anon9f54c5e60111::ValuesActivity
847 using SimpleContinuousActivityBase::perform;
850 virtual void perform( double nModifiedTime, sal_uInt32 ) const in perform() function in slideshow::internal::__anon9f54c5e60111::SimpleActivity
H A Ddiscreteactivitybase.cxx111 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 Dcontinuousactivitybase.hxx45 using SimpleContinuousActivityBase::perform;
60 virtual void perform( double nModifiedTime, sal_uInt32 nRepeatCount ) const = 0;
H A Dcontinuouskeytimeactivitybase.hxx47 using SimpleContinuousActivityBase::perform;
65 virtual void perform( sal_uInt32 nIndex,
H A Ddiscreteactivitybase.hxx59 virtual void perform( sal_uInt32 nFrame, sal_uInt32 nRepeatCount ) const = 0;
61 virtual bool perform();
H A Dsimplecontinuousactivitybase.cxx115 bool SimpleContinuousActivityBase::perform() in perform() function in slideshow::internal::SimpleContinuousActivityBase
118 if( !ActivityBase::perform() ) in perform()
H A Dcontinuousactivitybase.cxx46 perform( calcAcceleratedTime( nSimpleTime ), in simplePerform()
H A Dsimplecontinuousactivitybase.hxx47 virtual bool perform();
H A Dcontinuouskeytimeactivitybase.cxx66 perform( in simplePerform()
/trunk/main/svtools/source/java/
H A Djavaerror.src30 …Message [ en-US ] ="%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. P…
44 …Message [ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. …
51 …Message [ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. …
/trunk/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl43 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 useful to perform the operation
H A DTypeDetection.idl52 services to look into the document stream. Last mode can be suppressed to perform the operation.
174 /** can be used to perform container changes.
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DCurrentContextChecker.java35 public boolean perform( in perform() method in CurrentContextChecker
70 return other.perform( in performCheck()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx86 virtual bool perform() in perform() function in slideshow::internal::SetActivity
116 perform(); in end()
/trunk/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx87 ::sal_Bool testtools::bridgetest::CurrentContextChecker::perform( in perform() function in testtools::bridgetest::CurrentContextChecker
122 return other->perform( in performCheck()
H A Dbridgetest.cxx901 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()
/trunk/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx85 virtual bool perform();
177 bool IntrinsicAnimationActivity::perform() in perform() function in slideshow::internal::IntrinsicAnimationActivity
H A Ddrawinglayeranimation.cxx159 virtual bool perform();
694 bool ActivityImpl::perform() in perform() function in __anon10d101710111::ActivityImpl
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimateColor.idl49 /** defines the color space which is used to perform the interpolation.
55 /** defines the direction which is used to perform the interpolation
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleAction.idl43 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
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetDocument.idl193 /** provides methods to perform a data consolidation.
199 /** provides a method to perform a goal seek.
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbeddedObject.idl179 /** lets object perform an action referenced by nVerbID.
182 specifies an action to perform, can take values from
/trunk/main/slideshow/source/inc/
H A Dactivity.hxx50 virtual bool perform() = 0;

Completed in 88 milliseconds

123456