/aoo41x/main/qadevOOo/runner/stats/ |
H A D | Summarizer.java | 43 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 D | SimpleFileOutProducer.java | 70 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 D | xcuparser.cxx | 108 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 D | xcuparser.hxx | 112 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() argument 137 typedef std::stack< State > StateStack;
|
/aoo41x/main/slideshow/source/inc/ |
H A D | shapeattributelayer.hxx | 463 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 D | TemplateScanner.cxx | 177 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 D | eventimp.cxx | 352 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 D | TemplateScanner.hxx | 135 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 D | AccParagraphEventListener.cxx | 63 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 D | callf.hxx | 100 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 D | sfxstatuslistener.cxx | 225 ::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 D | querystatus.cxx | 125 ::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 D | unoctitm.cxx | 150 ::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 D | SlsVisualState.hxx | 42 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 D | StatusListener.java | 264 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 D | ComplexTestCase.java | 123 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 D | tbxitem.cxx | 588 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 D | registrar.cxx | 569 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 D | DispatchResultEvent.idl | 40 /** 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 D | drawshape.hxx | 329 …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 D | stbitem.cxx | 267 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 D | BasicIfcTest.java | 134 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 D | unoobj.cxx | 1543 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 D | textualservices.cxx | 113 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 D | complextoolbarcontroller.cxx | 194 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()
|