Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx77 static const ::rtl::OUString FM_PROP_MULTILINE(RTL_CONSTASCII_USTRINGPARAM("MultiLine")); variable
373 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in describePDFControl()
376 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_MULTILINE ) >>= bMultiLine ); in describePDFControl()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx446 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in initializeControlModel()
447 … _rxControlModel->setPropertyValue( FM_PROP_MULTILINE, makeAny( (sal_Bool)sal_True ) ); in initializeControlModel()
H A Dfmvwimp.cxx1640 …RCHAR || nDataType == DataType::CLOB) && xControlPropInfo->hasPropertyByName( FM_PROP_MULTILINE ) ) in createControlLabelPair()
1642 xControlSet->setPropertyValue( FM_PROP_MULTILINE, makeAny( sal_Bool( sal_True ) ) ); in createControlLabelPair()
/trunk/main/svx/source/inc/
H A Dfmprop.hrc55 #define FM_PROP_MULTILINE rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MultiLine…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1125 OSL_VERIFY( xModel->getPropertyValue( FM_PROP_MULTILINE ) >>= bIsMultiLine ); in Init()

Completed in 52 milliseconds