Searched refs:nBorderType (Results 1 – 4 of 4) sorted by relevance
85 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()
59 sal_Int16 nBorderType; member63 :nBorderType( ::com::sun::star::awt::VisualEffect::FLAT ) in BorderDescriptor()69 nBorderType = ::com::sun::star::awt::VisualEffect::FLAT; in clear()
331 sal_Int16 nBorderType = 0; in describePDFControl() local332 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_BORDER ) >>= nBorderType ); in describePDFControl()333 _rpDescriptor->Border = ( nBorderType != 0 ); in describePDFControl()
449 final Short nBorderType = CurUnoDialog.getBorderType(); in itemStateChanged() local451 …ment.ControlForm) curFormDocument.oControlForms.get(formindex)).initialize(nSelected, nBorderType); in itemStateChanged()
Completed in 48 milliseconds