Searched defs:AnyWidget (Results 1 – 2 of 2) sorted by relevance
221 struct VCL_DLLPUBLIC AnyWidget struct in vcl::PDFWriter224 WidgetType Type; // primitive RTTI226 rtl::OUString Name; // a distinct name to identify the control227 rtl::OUString Description;// descriptive text for the control (e.g. for tool tip)228 rtl::OUString Text; // user text to appear on the control229 sal_uInt16 TextStyle; // style flags230 bool ReadOnly;231 Rectangle Location; // describes the area filled by the control232 bool Border; // true: widget should have a border, false: no border233 … BorderColor;// COL_TRANSPARENT and Border=true means get color from application settings[all …]
753 struct AnyWidget struct in PropertiesList::PropertyEntry758 AnyWidget( Widget *pWidget, rtl::OUString aPropName, Widget::PropertyKind aPropKind ) in AnyWidget() argument766 virtual ~AnyWidget() in ~AnyWidget()773 void save( uno::Any aValue ) in save()779 void checkProperty() in checkProperty()789 void CheckFlag( bool bValue, bool bBlockCallback ) in CheckFlag()797 bool bFirstGet; // HACK798 rtl::OUString getValue() in getValue()812 virtual layout::Container *getContainer() { return NULL; } in getContainer()817 Widget *mpWidget;[all …]