Searched refs:FM_PROP_MULTILINE (Results 1 – 5 of 5) sorted by relevance
77 static const ::rtl::OUString FM_PROP_MULTILINE(RTL_CONSTASCII_USTRINGPARAM("MultiLine")); variable373 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in describePDFControl()376 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_MULTILINE ) >>= bMultiLine ); in describePDFControl()
446 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in initializeControlModel()447 … _rxControlModel->setPropertyValue( FM_PROP_MULTILINE, makeAny( (sal_Bool)sal_True ) ); in initializeControlModel()
1640 …RCHAR || nDataType == DataType::CLOB) && xControlPropInfo->hasPropertyByName( FM_PROP_MULTILINE ) ) in createControlLabelPair()1642 xControlSet->setPropertyValue( FM_PROP_MULTILINE, makeAny( sal_Bool( sal_True ) ) ); in createControlLabelPair()
55 #define FM_PROP_MULTILINE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MultiLine…
1125 OSL_VERIFY( xModel->getPropertyValue( FM_PROP_MULTILINE ) >>= bIsMultiLine ); in Init()
Completed in 65 milliseconds