Home
last modified time | relevance | path

Searched refs:ControlTextWrapper (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dfmsrcimp.hxx132 class ControlTextWrapper class
140ControlTextWrapper(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _x… in ControlTextWrapper() function in svxform::ControlTextWrapper
141 virtual ~ControlTextWrapper() { } in ~ControlTextWrapper()
145 class SimpleTextWrapper : public ControlTextWrapper
152 class ListBoxWrapper : public ControlTextWrapper
159 class CheckBoxWrapper : public ControlTextWrapper
204 DECLARE_STL_VECTOR(svxform::ControlTextWrapper*, ControlTextSuppliers);
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx178 :ControlTextWrapper(_xText.get()) in SimpleTextWrapper()
192 :ControlTextWrapper(_xBox.get()) in ListBoxWrapper()
206 :ControlTextWrapper(_xBox.get()) in CheckBoxWrapper()

Completed in 27 milliseconds