Searched refs:FrameSelectorWrapper (Results 1 – 1 of 1) sorted by relevance
60 class FrameSelectorWrapper : public sfx::SingleControlWrapper< FrameSelector, const SvxBorderLine* > class63 inline explicit FrameSelectorWrapper( FrameSelector& rFrameSel, FrameBorderType eBorder ) : in FrameSelectorWrapper() function in svx::FrameSelectorWrapper76 bool FrameSelectorWrapper::IsControlDontKnow() const in IsControlDontKnow()81 void FrameSelectorWrapper::SetControlDontKnow( bool bSet ) in SetControlDontKnow()87 const SvxBorderLine* FrameSelectorWrapper::GetControlValue() const in GetControlValue()92 void FrameSelectorWrapper::SetControlValue( const SvxBorderLine* pLine ) in SetControlValue()99 typedef sfx::ItemControlConnection< LineItemWrapper, FrameSelectorWrapper > FrameLineConnection;279 return new FrameLineConnection( nSlot, new FrameSelectorWrapper( rFrameSel, eBorder ), nFlags ); in CreateFrameLineConnection()
Completed in 753 milliseconds