Home
last modified time | relevance | path

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

/AOO41X/main/vcl/inc/vcl/
H A Dpdfwriter.hxx220 struct VCL_DLLPUBLIC AnyWidget struct in vcl::PDFWriter
223 WidgetType Type; // primitive RTTI
225 rtl::OUString Name; // a distinct name to identify the control
226 rtl::OUString Description;// descriptive text for the contro (e.g. for tool tip)
227 rtl::OUString Text; // user text to appear on the control
228 sal_uInt16 TextStyle; // style flags
229 bool ReadOnly;
230 Rectangle Location; // describes the area filled by the control
231 bool Border; // true: widget should have a border, false: no border
232 … BorderColor;// COL_TRANSPARENT and Border=true means get color from application settings
[all …]
/AOO41X/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() argument
766 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; // HACK
798 rtl::OUString getValue() in getValue()
812 virtual layout::Container *getContainer() { return NULL; } in getContainer()
817 Widget *mpWidget;
[all …]