Home
last modified time | relevance | path

Searched defs:AnyWidget (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx221 struct VCL_DLLPUBLIC AnyWidget struct in vcl::PDFWriter
224 WidgetType Type; // primitive RTTI
226 rtl::OUString Name; // a distinct name to identify the control
228 rtl::OUString Text; // user text to appear on the control
229 sal_uInt16 TextStyle; // style flags
230 bool ReadOnly;
236 Font TextFont; // an empty font will be replaced by the
239 sal_Int32 TabOrder; // lowest number is first in tab order
256 AnyWidget( WidgetType eType ) : in AnyWidget() argument
269 WidgetType getType() const { return Type; } in getType()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx753 struct AnyWidget struct in PropertiesList::PropertyEntry
758 AnyWidget( Widget *pWidget, rtl::OUString aPropName, Widget::PropertyKind aPropKind ) in AnyWidget() function
766 virtual ~AnyWidget() in ~AnyWidget()
773 void save( uno::Any aValue ) in save()
779 void checkProperty() in checkProperty()
797 bool bFirstGet; // HACK
798 rtl::OUString getValue() in getValue()
817 Widget *mpWidget;
818 rtl::OUString maPropName;
820 layout::CheckBox *mpFlag;
[all …]

Completed in 41 milliseconds