Home
last modified time | relevance | path

Searched refs:READONLY (Results 126 – 150 of 272) sorted by relevance

1234567891011

/trunk/main/udkapi/com/sun/star/script/
H A DInvocationInfo.idl63 teristic really exists. Example: If the READONLY flag
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java148 & PropertyAttribute.READONLY) == 0); in getBoundPropsToTest()
/trunk/main/forms/source/component/
H A Dspinbutton.cxx111 DECL_PROP2( CONTROLSOURCEPROPERTY,::rtl::OUString, READONLY, TRANSIENT ); in describeFixedProperties()
H A Dscrollbar.cxx155 DECL_PROP2( CONTROLSOURCEPROPERTY,::rtl::OUString, READONLY, TRANSIENT ); in describeFixedProperties()
/trunk/main/forms/qa/integration/forms/
H A DFormPropertyBags.java107 …propContainer.addProperty( "SomeReadonlyText", PropertyAttribute.READONLY, "InitialReadonlyText" ); in checkSomething()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/validation/
H A D_XValidatableFormComponent.java171 ((property.Attributes & PropertyAttribute.READONLY) == 0); in getPropsToTest()
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx49 …MARKABLE), PROPERTY_ID_ISBOOKMARKABLE, PropertyAttribute::READONLY,&m_bBookmarkable,… in OCalcResultSet()
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyAttribute.idl72 const short READONLY = 16;
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupUpdate.idl53 <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>.
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx50 …MARKABLE), PROPERTY_ID_ISBOOKMARKABLE, PropertyAttribute::READONLY,&m_bBookmarkable,… in OFlatResultSet()
/trunk/main/connectivity/source/sdbcx/
H A DVKey.cxx137 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
H A DVIndex.cxx140 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx71 if (0 == (aProp.Attributes & PropertyAttribute::READONLY)) in DBG_NAME()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java97 PropertyAttribute.READONLY) != 0; in before()
H A D_XFastPropertySet.java172 ((property.Attributes & PropertyAttribute.READONLY) == 0); in getPropsToTest()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java569 (short) com.sun.star.beans.PropertyAttribute.READONLY ), in getPropertySetInfo()
572 (short) com.sun.star.beans.PropertyAttribute.READONLY ), in getPropertySetInfo()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx960 com::sun::star::beans::PropertyAttribute::READONLY ), in impl_getStaticPropertyDescriptor()
964 com::sun::star::beans::PropertyAttribute::READONLY ) in impl_getStaticPropertyDescriptor()
/trunk/main/forms/source/misc/
H A Dproperty.cxx104 ADD_PROP_ASSIGNMENT(READONLY); in initialize()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DCharacterStyle.java197 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment()
H A DSwXTextCursor.java303 boolean isWritable = ((the_props[i].Attributes & PropertyAttribute.READONLY) == 0); in getPropertyNames()
H A DConditionalParagraphStyle.java190 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment()
H A DParagraphStyle.java181 short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY; in createTestEnvironment()
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx258 if ( ( property->Attributes & PropertyAttribute::READONLY ) != 0 ) in notifyElementCreated()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx677 …registerProperty( PROPERTY_##name, PROPERTY_ID_##name, PropertyAttribute::READONLY, &location, :… in IMPLEMENT_FORWARD_XINTERFACE3()
680 …yAttribute::CONSTRAINED | PropertyAttribute::BOUND | PropertyAttribute::READONLY, &location, ::get… in IMPLEMENT_FORWARD_XINTERFACE3()
735 aManualProps[0].Attributes = PropertyAttribute::READONLY; in createArrayHelper()
/trunk/main/comphelper/source/property/
H A Dproperty.cxx93 if (0 == (aDestProp.Attributes & PropertyAttribute::READONLY) ) in copyProperties()

Completed in 96 milliseconds

1234567891011