Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 83) sorted by path

1234

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java42 protected boolean hasState(short state) { in hasState()
H A DComponent.java181 protected void fireStatePropertyChange(AccessibleState state, boolean set) { in fireStatePropertyChange()
209 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DContainer.java184 protected void fireStatePropertyChange(AccessibleState state, boolean set) { in fireStatePropertyChange()
210 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DDialog.java200 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DFrame.java172 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DMenuItem.java40 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DParagraph.java46 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DTextComponent.java43 protected void setComponentState(short state, boolean enable) { in setComponentState()
H A DWindow.java177 protected void setComponentState(short state, boolean enable) { in setComponentState()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx831 SvButtonState state = getListBox()->GetCheckButtonState( pEntry ); in doAccessibleAction() local
865 SvButtonState state = getListBox()->GetCheckButtonState( pEntry ); in getAccessibleActionDescription() local
/trunk/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx272 #define SEMPARSE_CREATE_STATUS(penv, state, default_function) \ argument
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java383 int state = 0; in parseUnoUrlWithOfficePath() local
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java541 int state = 0; in parseUnoUrlWithOfficePath() local
/trunk/main/binaryurp/qa/
H A Dtest-unmarshal.cxx49 binaryurp::ReaderState state; in TEST_F() local
74 binaryurp::ReaderState state; in TEST_F() local
/trunk/main/binaryurp/source/
H A Dmarshal.cxx101 Marshal::Marshal(rtl::Reference< Bridge > const & bridge, WriterState & state): in Marshal()
H A Dunmarshal.cxx103 rtl::Reference< Bridge > const & bridge, ReaderState & state, in Unmarshal()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java212 private int state = INITIAL; field in TestBed.Server
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx603 css::uno::Reference< css::beans::XPropertyState > state( in resetKey() local
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx525 for ( States::const_iterator state = _rStates.begin(); in lcl_notifyMultipleStates() local
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx907 int state = 1; in unorc_verify_init() local
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx188 #define CheckState( state ) \ argument
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java543 …private void simulateUserCheckBoxCheck( XPropertySet checkBox, short state ) throws com.sun.star.u… in simulateUserCheckBoxCheck()
/trunk/main/idlc/source/
H A Derrorhandler.cxx186 static const sal_Char* parseStateToMessage(ParseState state) in parseStateToMessage()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java88 int state = data.getSelectionState(); in toggleState() local
128 int state = PackageDescription.DONT_KNOW; in updateState() local
179 int state = data.getSelectionState(); in isSelected() local
H A DPackageDescription.java301 public void setSelectionState(int state) { in setSelectionState()
309 public void setCustomSelectionState(int state) { in setCustomSelectionState()
317 public void setTypicalSelectionState(int state) { in setTypicalSelectionState()
325 public void setStartSelectionState(int state) { in setStartSelectionState()

Completed in 134 milliseconds

1234