Home
last modified time | relevance | path

Searched refs:FM_PROP_READONLY (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx73 static const ::rtl::OUString FM_PROP_READONLY(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")); variable
323 if ( xPSI->hasPropertyByName( FM_PROP_READONLY ) ) in describePDFControl()
324 … OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= _rpDescriptor->ReadOnly ); in describePDFControl()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx495 … if ( !xModelPropInfo.is() || !xModelPropInfo->hasPropertyByName( FM_PROP_READONLY ) ) in lcl_determineReadOnly()
500 xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= bReadOnly; in lcl_determineReadOnly()
H A Dformcontroller.cxx2249 if (::comphelper::hasProperty(FM_PROP_READONLY, xSet)) in setControlLock()
2250 bTouch = !::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_READONLY)); in setControlLock()
/trunk/main/svx/source/inc/
H A Dfmprop.hrc50 #define FM_PROP_READONLY rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ReadOnly"…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx569 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 82 milliseconds