Home
last modified time | relevance | path

Searched refs:State (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/aoo41x/main/qadevOOo/runner/stats/
H A DSummarizer.java43 if ((entry.State != null) && !entry.State.equals("UNKNOWN")) in summarizeUp()
53 if (entry.SubEntries[i].State == null) in summarizeUp()
55 entry.SubEntries[i].State = "PASSED.FAILED"; in summarizeUp()
59 entry.SubEntries[i].State = "PASSED.OK"; in summarizeUp()
62 if (!entry.SubEntries[i].State.endsWith("OK")) in summarizeUp()
66 states.add(entry.SubEntries[i].State); in summarizeUp()
87 entry.State = state; in summarizeUp()
91 entry.State = "PASSED(with known issues).OK"; in summarizeUp()
95 entry.State = "PASSED.OK"; in summarizeUp()
101 if ((entry.State == null) || entry.State.equals("UNKNOWN")) in summarizeDown()
[all …]
H A DSimpleFileOutProducer.java70 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
72 out.write("Whole "+entry.EntryType+": "+entry.State+ls); in summary()
92 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary_default()
94 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary_default()
/aoo41x/main/configmgr/source/
H A Dxcuparser.cxx108 state_.push(State(false)); in startElement()
520 state_.push(State(false)); in handlePropValue()
526 state_.push(State(false)); in handlePropValue()
640 state_.push(State(true)); in handleLocpropValue()
801 State( in handlePlainGroupProp()
851 State( in handleLocalizedGroupProp()
864 State( in handleLocalizedGroupProp()
949 State( in handleGroupNode()
1058 State( in handleSetNode()
1091 State( in handleSetNode()
[all …]
H A Dxcuparser.hxx112 struct State { struct in configmgr::XcuParser
120 inline State(bool thePop): in State() function
124 inline State(rtl::Reference< Node > const & theNode, bool theLocked): in State() argument
129 inline State( in State() function
137 typedef std::stack< State > StateStack;
/aoo41x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx463 State::StateId getClipState() const;
464 State::StateId getAlphaState() const;
465 State::StateId getPositionState() const;
466 State::StateId getContentState() const;
467 State::StateId getVisibilityState() const;
508 State::StateId mnTransformationState;
509 State::StateId mnClipState;
510 State::StateId mnAlphaState;
511 State::StateId mnPositionState;
512 State::StateId mnContentState;
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx177 TemplateScanner::State TemplateScanner::GetTemplateRoot (void) in GetTemplateRoot()
179 State eNextState (INITIALIZE_FOLDER_SCANNING); in GetTemplateRoot()
204 TemplateScanner::State TemplateScanner::InitializeEntryScanning (void) in InitializeEntryScanning()
206 State eNextState (SCAN_ENTRY); in InitializeEntryScanning()
233 TemplateScanner::State TemplateScanner::ScanEntry (void) in ScanEntry()
235 State eNextState (ERROR); in ScanEntry()
295 State eNextState (ERROR); in InitializeFolderScanning()
328 TemplateScanner::State TemplateScanner::GatherFolderList (void) in GatherFolderList()
330 State eNextState (ERROR); in GatherFolderList()
363 TemplateScanner::State TemplateScanner::ScanFolder (void) in ScanFolder()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Deventimp.cxx352 pProperty->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
357 pProperty->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
428 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
434 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
440 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
449 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
456 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
464 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
478 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
502 pProperties->State = beans::PropertyState_DIRECT_VALUE; in EndElement()
[all …]
/aoo41x/main/sd/source/ui/inc/
H A DTemplateScanner.hxx135 enum State { enum in sd::TemplateScanner
145 State meState;
178 State GetTemplateRoot (void);
184 State InitializeFolderScanning (void);
191 State GatherFolderList (void);
198 State ScanFolder (void);
204 State InitializeEntryScanning (void);
211 State ScanEntry (void);
/aoo41x/main/winaccessibility/source/service/
H A DAccParagraphEventListener.cxx63 short State; in notifyEvent() local
64 if( (aEvent.NewValue >>= State) && (State == AccessibleStateType::SELECTED) ) in notifyEvent()
66 pAgent->IncreaseState( pAccessible, State); in notifyEvent()
69 else if( (aEvent.OldValue >>= State) && (State == AccessibleStateType::SELECTED) ) in notifyEvent()
71 pAgent->DecreaseState( pAccessible, State); in notifyEvent()
/aoo41x/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx100 typedef typename PE::E_State State; typedef in PeStatusArray
104 State i_ePosition,
110 State i_ePosition ) const;
113 State i_eCurState );
119 State eState;
231 PeStatusArray<PE>::InsertState( State i_ePosition, in InsertState()
250 PeStatusArray<PE>::operator[]( State i_ePosition ) const in operator []()
259 PeStatusArray<PE>::SetCur( State i_eCurState ) in SetCur()
/aoo41x/main/sfx2/source/control/
H A Dsfxstatuslistener.cxx225 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged()
235 rEvent.State >>= bTemp ; in statusChanged()
241 rEvent.State >>= nTemp ; in statusChanged()
247 rEvent.State >>= nTemp ; in statusChanged()
253 rEvent.State >>= sTemp ; in statusChanged()
259 rEvent.State >>= aItemStatus; in statusChanged()
260 eState = aItemStatus.State; in statusChanged()
266 rEvent.State >>= aVisibilityStatus; in statusChanged()
276 pItem->PutValue( rEvent.State ); in statusChanged()
H A Dquerystatus.cxx125 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged()
130 rEvent.State >>= bTemp ; in statusChanged()
136 rEvent.State >>= nTemp ; in statusChanged()
142 rEvent.State >>= nTemp ; in statusChanged()
148 rEvent.State >>= sTemp ; in statusChanged()
154 rEvent.State >>= aItemStatus; in statusChanged()
155 m_eState = aItemStatus.State; in statusChanged()
161 rEvent.State >>= aVisibilityStatus; in statusChanged()
H A Dunoctitm.cxx150 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged()
155 rEvent.State >>= bTemp ; in statusChanged()
161 rEvent.State >>= nTemp ; in statusChanged()
167 rEvent.State >>= nTemp ; in statusChanged()
173 rEvent.State >>= sTemp ; in statusChanged()
840 aEvent.State = com::sun::star::frame::DispatchResultState::SUCCESS; in dispatch()
843 aEvent.State = com::sun::star::frame::DispatchResultState::FAILURE; in dispatch()
891 aItemStatus.State = ::com::sun::star::frame::status::ItemState::dont_care; in addStatusListener()
902 aEvent.State = aState; in addStatusListener()
912 aEvent.State = makeAny( aVisibilityStatus ); in addStatusListener()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/inc/model/
H A DSlsVisualState.hxx42 enum State { enum in sd::slidesorter::model::VisualState
52 State GetCurrentVisualState (void) const;
53 State GetOldVisualState (void) const;
54 void SetVisualState (const State eState);
80 State meCurrentVisualState;
81 State meOldVisualState;
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java264 if ( ! (aEvent.State instanceof Boolean ) ) in statusChanged()
267 boolean bState = ((Boolean)(aEvent.State)).booleanValue(); in statusChanged()
284 if(aEvent.State instanceof String) in statusChanged()
286 String sState = (String)aEvent.State; in statusChanged()
290 if(aEvent.State instanceof Boolean) in statusChanged()
292 boolean bState = ((Boolean)aEvent.State).booleanValue(); in statusChanged()
299 if(aEvent.State instanceof Float) in statusChanged()
301 String sState = ((Float)aEvent.State).toString(); in statusChanged()
/aoo41x/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java123 subEntry.State = message; in test_method()
190 …subEntry.State = "Test did sleep for " + (m_nThreadTimeOut / 1000) + " seconds and has been killed… in test_method()
192 subEntry.ErrorMsg = subEntry.State; in test_method()
200 subEntry.State = th.getErrorMessage(); in test_method()
202 subEntry.ErrorMsg = subEntry.State; in test_method()
213 subEntry.State = "SKIPPED.FAILED"; in test_method()
218 subEntry.State = (state ? "PASSED.OK" : message); in test_method()
/aoo41x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx588 rEvent.State >>= bTemp ; in statusChanged()
594 rEvent.State >>= nTemp ; in statusChanged()
600 rEvent.State >>= nTemp ; in statusChanged()
606 rEvent.State >>= sTemp ; in statusChanged()
612 rEvent.State >>= aItemStatus; in statusChanged()
613 eState = aItemStatus.State; in statusChanged()
1162 rEvent.State >>= bTemp ; in statusChanged()
1168 rEvent.State >>= nTemp ; in statusChanged()
1174 rEvent.State >>= nTemp ; in statusChanged()
1180 rEvent.State >>= sTemp ; in statusChanged()
[all …]
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrar.cxx569 void Registrar::SaveRegisteredFor(int State) const in SaveRegisteredFor()
574 NewState |= State; in SaveRegisteredFor()
578 void Registrar::SaveNotRegisteredFor(int State) const in SaveNotRegisteredFor()
583 NewState &= ~State; in SaveNotRegisteredFor()
589 int State = 0; in GetRegisterState() local
597 State = RegVal->GetDataAsInt(); in GetRegisterState()
600 return State; in GetRegisterState()
610 bool Registrar::IsRegisteredFor(int State) const in IsRegisteredFor()
625 return ((SavedState & State) == State); in IsRegisteredFor()
/aoo41x/main/offapi/com/sun/star/frame/
H A DDispatchResultEvent.idl40 /** contains the result of the dispatch action, if State is set to SUCCESS
43 The type of the result is dispatch action dependend. The member State
45 If State is set to <const>DispatchResultState::FAILURE</const>, Result may
47 If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty.
57 short State;
60 /** describes result for given <var>State</var>
/aoo41x/main/slideshow/source/engine/shapes/
H A Ddrawshape.hxx329 …mutable State::StateId mnAttributeTransformationS…
330 … mutable State::StateId mnAttributeClipState;
331 … mutable State::StateId mnAttributeAlphaState;
332 … mutable State::StateId mnAttributePositionState;
333 … mutable State::StateId mnAttributeContentState;
334 …mutable State::StateId mnAttributeVisibilityState;
/aoo41x/main/sfx2/source/statbar/
H A Dstbitem.cxx267 uno::Type pType = rEvent.State.getValueType(); in statusChanged()
277 rEvent.State >>= bTemp ; in statusChanged()
283 rEvent.State >>= nTemp ; in statusChanged()
289 rEvent.State >>= nTemp ; in statusChanged()
295 rEvent.State >>= sTemp ; in statusChanged()
301 rEvent.State >>= aItemStatus; in statusChanged()
302 eState = aItemStatus.State; in statusChanged()
312 pItem->PutValue( rEvent.State ); in statusChanged()
/aoo41x/main/qadevOOo/runner/basicrunner/
H A DBasicIfcTest.java134 subs[i].State = "SKIPPED.FAILED"; in run()
136 subs[i].State = "SKIPPED.OK"; in run()
139 subs[i].State = "SKIPPED.FAILED"; in run()
141 subs[i].State = tRes.getStatusFor( in run()
146 xTestedEntry.State = sResult; in run()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1543 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1550 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1560 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1584 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1591 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1600 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1607 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1626 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1653 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
1660 pProperties->State = beans::PropertyState_DIRECT_VALUE; in getByName()
[all …]
/aoo41x/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx113 enum State { in Parser() enum
116 for (State state = STATE_BEGIN;;) { in Parser()
439 enum State { enum in stoc::simpleregistry::__anon304cec5c0211::Key
573 State * state, css::registry::RegistryValueType * type) const;
666 State state = STATE_ROOT; in getAsciiValue()
698 State state = STATE_ROOT; in getAsciiListValue()
750 State state = STATE_ROOT; in getStringValue()
940 State * state, css::registry::RegistryValueType * type) const in find()
957 struct { char const * segment; State state; } in find()
1005 State s = STATE_ROOT; in find()
[all …]
/aoo41x/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx194 if ( Event.State >>= bValue ) in statusChanged()
204 else if ( Event.State >>= aStrValue ) in statusChanged()
213 else if ( Event.State >>= aItemState ) in statusChanged()
220 else if ( Event.State >>= aItemVisibility ) in statusChanged()
225 else if ( Event.State >>= aControlCommand ) in statusChanged()

Completed in 220 milliseconds

12345678910>>...14