Searched refs:FM_PROP_READONLY (Results 1 – 5 of 5) sorted by relevance
73 static const ::rtl::OUString FM_PROP_READONLY(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")); variable323 if ( xPSI->hasPropertyByName( FM_PROP_READONLY ) ) in describePDFControl()324 … OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= _rpDescriptor->ReadOnly ); in describePDFControl()
495 … if ( !xModelPropInfo.is() || !xModelPropInfo->hasPropertyByName( FM_PROP_READONLY ) ) in lcl_determineReadOnly()500 xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= bReadOnly; in lcl_determineReadOnly()
2249 if (::comphelper::hasProperty(FM_PROP_READONLY, xSet)) in setControlLock()2250 bTouch = !::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_READONLY)); in setControlLock()
50 #define FM_PROP_READONLY rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ReadOnly"…
569 implDoPropertyListening( FM_PROP_READONLY, sal_False ); in TYPEINIT1()687 else if ( _rEvent.PropertyName.equals( FM_PROP_READONLY ) ) in _propertyChanged()846 … _rxModel->getPropertyValue( i_bReadOnly ? FM_PROP_READONLY : FM_PROP_ISREADONLY) >>= bReadOnly; in implAdjustReadOnly()883 if ( xModelPSI->hasPropertyByName( FM_PROP_READONLY ) ) in Init()
Completed in 61 milliseconds