Home
last modified time | relevance | path

Searched refs:State (Results 76 – 100 of 361) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DFileLogWriter.java118 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()
120 System.out.println("Whole "+entry.EntryType+": "+entry.State); in summary()
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusListener.idl56 @param State
59 [oneway] void statusChanged( [in] FeatureStateEvent State );
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx708 void InitProcessCharState(ProcChrSta& State, ObjTextType& AktAtr, sal_uInt16 IndexA) in InitProcessCharState() argument
710 State.Attrib=AktAtr; in InitProcessCharState()
711 State.OutCh=0; in InitProcessCharState()
712 State.Index=IndexA; in InitProcessCharState()
713 State.ChrXP=0; in InitProcessCharState()
714 State.Kapt=sal_False; in InitProcessCharState()
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx132 enum State { enum in xmlreader::XmlReader
186 State state_;
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx103 if ( rEvent.State >>= aStrValue ) in statusChanged()
115 else if ( ( rEvent.State >>= aGraphic ) && m_bOwnerDraw ) in statusChanged()
H A Dfontmenucontroller.cxx162 if ( Event.State >>= aFontDescriptor ) in statusChanged()
167 else if ( Event.State >>= aFontNameSeq ) in statusChanged()
H A Dlangselectionmenucontroller.cxx145 if ( Event.State >>= aSeq ) in statusChanged()
157 else if ( !Event.State.hasValue() ) in statusChanged()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx149 bool PageDescriptor::HasState (const State eState) const in HasState()
183 bool PageDescriptor::SetState (const State eState, const bool bNewStateValue) in SetState()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.hxx159 enum State { enum in UpdateCheck
167 State m_eState;
/trunk/main/framework/source/dispatch/
H A Doxt_handler.cxx167 aEvent.State = css::frame::DispatchResultState::FAILURE; in ~Oxt_Handler()
217 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
H A Dmailtodispatcher.cxx235 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
237 aEvent.State = css::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
H A Dservicehandler.cxx233 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
235 aEvent.State = css::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx76 pValues->State = PropertyState_DIRECT_VALUE; in GetCharacterAttributes()
109 pValues->State = PropertyState_DIRECT_VALUE; in GetCharacterAttributes()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx358 aState.State = m_xCursorProperties->getPropertyValue( PROPERTY_APPLYFILTER ); in getState()
362 aState.State <<= (sal_Bool)sal_False; in getState()
387 aState.State <<= (sal_Int32)nPosition; in getState()
393 aState.State <<= (sal_Int32)nPosition; in getState()
413 aState.State <<= sValue; in getState()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1517 rRes.State = bIsDirectVal ? PropertyState_DIRECT_VALUE : PropertyState_DEFAULT_VALUE; in getCharacterAttributes()
1533 rRes.State = PropertyState_DIRECT_VALUE; in getCharacterAttributes()
1546 rResField.State = PropertyState_DIRECT_VALUE; in getCharacterAttributes()
1887 rRes.State = PropertyState_DIRECT_VALUE; in _correctValues()
1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1912 rRes.State = PropertyState_DIRECT_VALUE; in _correctValues()
1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2847 pOutSequence->State = PropertyState_DEFAULT_VALUE; in getDefaultAttributes()
2939 pOutSequence->State = eState; in getRunAttributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java93 final State aStartState = aStateContext.GetStartState(); in CreateForTopLevelElements()
94 final State aEndState = aStateContext.CreateEndState(); in CreateForTopLevelElements()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXControlAccess.idl63 are for instance 'Label' or 'State'.
84 are for instance 'Label' or 'State'.
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregister.cxx224 bool IsRegisteredFor(MSIHANDLE handle, int State) in IsRegisteredFor() argument
233 Registered = CurrentRegistrar->IsRegisteredFor(State); in IsRegisteredFor()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx439 if( Event.State >>= nValue ) in statusChanged()
654 if( Event.State >>= nValue ) in statusChanged()
667 if( Event.State >>= bValue ) in statusChanged()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx377 value.State = PropertyState_DIRECT_VALUE; in execute()
412 value.State = PropertyState_DIRECT_VALUE; in execute()
535 value.State = PropertyState_DIRECT_VALUE; in execute()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx323 if ( Event.State >>= aStrValue ) in statusChanged()
325 else if ( !Event.State.hasValue() ) in statusChanged()
555 aFeatureStateEvent.State = Any(); in bindListener()
/trunk/main/cppuhelper/source/
H A Dunourl.cxx74 enum State { STATE_NAME0, STATE_NAME, STATE_KEY0, STATE_KEY, STATE_VALUE }; in Impl() enum
75 State eState = STATE_NAME0; in Impl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java309 if (entry.SubEntries[k].State.equals("UNKNOWN")) in setSubStates()
311 entry.SubEntries[k].State = msg; in setSubStates()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java181 entry.SubEntries[j].SubEntries[k].State= in executeTest()
211 if (! entries[i].State.endsWith("OK")) { in executeTest()
/trunk/main/chart2/source/controller/main/
H A DShapeToolbarController.cxx211 if ( Event.State >>= bCheckmark ) in statusChanged()
218 if ( Event.State >>= aItemText ) in statusChanged()

Completed in 82 milliseconds

12345678910>>...15