Home
last modified time | relevance | path

Searched refs:FM_PROP_BORDER (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx85 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= _rBoder.nBorderType ); in getBorder()
94 _rxPeer->setProperty( FM_PROP_BORDER, makeAny( _rBoder.nBorderType ) ); in setBorder()
137 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= nBorderStyle ); in canColorBorder()
H A Dfmobjfac.cxx241 …aInitialProperties.push_back( PropertyValueArray::value_type( FM_PROP_BORDER, makeAny( (sal_Int16)… in IMPL_LINK()
246 …aInitialProperties.push_back( PropertyValueArray::value_type( FM_PROP_BORDER, makeAny( (sal_Int16)… in IMPL_LINK()
H A Dfmcontrollayout.cxx253 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in initializeControlLayout()
264 … _rxControlModel->setPropertyValue( FM_PROP_BORDER, makeAny( nVisualEffect ) ); in initializeControlLayout()
/aoo41x/main/toolkit/source/helper/
H A Dformpdfexport.cxx74 static const ::rtl::OUString FM_PROP_BORDER(RTL_CONSTASCII_USTRINGPARAM("Border")); variable
329 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in describePDFControl()
332 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_BORDER ) >>= nBorderType ); in describePDFControl()
/aoo41x/main/svx/source/inc/
H A Dfmprop.hrc99 #define FM_PROP_BORDER rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Border" )…
/aoo41x/main/svx/source/fmcomp/
H A Dfmgridif.cxx492 if (::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_BORDER))) in imp_CreatePeer()

Completed in 40 milliseconds