Home
last modified time | relevance | path

Searched refs:nBorderType (Results 1 – 4 of 4) sorted by relevance

/trunk/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()
193 aBorder.nBorderType = ( nStatus == CONTROL_STATUS_NONE ) in updateBorderStyle()
194 ? _rFallback.nBorderType in updateBorderStyle()
/trunk/main/svx/source/inc/
H A Dfmcontrolbordermanager.hxx59 sal_Int16 nBorderType; member
63 :nBorderType( ::com::sun::star::awt::VisualEffect::FLAT ) in BorderDescriptor()
69 nBorderType = ::com::sun::star::awt::VisualEffect::FLAT; in clear()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx331 sal_Int16 nBorderType = 0; in describePDFControl() local
332 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_BORDER ) >>= nBorderType ); in describePDFControl()
333 _rpDescriptor->Border = ( nBorderType != 0 ); in describePDFControl()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java449 final Short nBorderType = CurUnoDialog.getBorderType(); in itemStateChanged() local
451 …ment.ControlForm) curFormDocument.oControlForms.get(formindex)).initialize(nSelected, nBorderType); in itemStateChanged()

Completed in 28 milliseconds