Home
last modified time | relevance | path

Searched refs:MyProperty (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilinl.hxx21 inline const bool& TaskManager::MyProperty::IsNative() const in IsNative()
25 inline const sal_Int32& TaskManager::MyProperty::getHandle() const in getHandle()
29 inline const css::uno::Type& TaskManager::MyProperty::getType() const in getType()
33 inline const css::uno::Any& TaskManager::MyProperty::getValue() const in getValue()
37 inline const css::beans::PropertyState& TaskManager::MyProperty::getState() const in getState()
41 inline const sal_Int16& TaskManager::MyProperty::getAttributes() const in getAttributes()
45 inline void TaskManager::MyProperty::setValue( const css::uno::Any& theValue ) const in setValue()
47 const_cast<MyProperty*>(this)->Value = theValue; in setValue()
49 inline void TaskManager::MyProperty::setState( const css::beans::PropertyState& theState ) const in setState()
51 const_cast<MyProperty*>(this)->State = theState; in setState()
H A Dfiltask.cxx87 TaskManager::MyProperty::MyProperty( const OUString& thePropertyName ) in MyProperty() function in TaskManager::MyProperty
97 TaskManager::MyProperty::MyProperty( bool theisNative, in MyProperty() function in TaskManager::MyProperty
143 m_aDefaultProperties.insert( MyProperty( true, in TaskManager()
154 MyProperty( true, in TaskManager()
166 m_aDefaultProperties.insert( MyProperty( true, in TaskManager()
178 m_aDefaultProperties.insert( MyProperty( true, in TaskManager()
246 MyProperty( in TaskManager()
535 MyProperty newProperty( false, in associate()
572 MyProperty oldProperty( PropertyName ); in deassociate()
852 MyProperty toset( values[i].Name ); in setv()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfilinl.hxx22 inline const bool& TaskManager::MyProperty::IsNative() const in IsNative()
26 inline const sal_Int32& TaskManager::MyProperty::getHandle() const in getHandle()
30 inline const css::uno::Type& TaskManager::MyProperty::getType() const in getType()
34 inline const css::uno::Any& TaskManager::MyProperty::getValue() const in getValue()
38 inline const css::beans::PropertyState& TaskManager::MyProperty::getState() const in getState()
42 inline const sal_Int16& TaskManager::MyProperty::getAttributes() const in getAttributes()
46 inline void TaskManager::MyProperty::setValue( const css::uno::Any& theValue ) const in setValue()
48 const_cast<MyProperty*>(this)->Value = theValue; in setValue()
50 inline void TaskManager::MyProperty::setState( const css::beans::PropertyState& theState ) const in setState()
52 const_cast<MyProperty*>(this)->State = theState; in setState()
H A Dfiltask.cxx87 TaskManager::MyProperty::MyProperty( const OUString& thePropertyName ) in MyProperty() function in TaskManager::MyProperty
97 TaskManager::MyProperty::MyProperty( bool theisNative, in MyProperty() function in TaskManager::MyProperty
115 TaskManager::MyProperty::~MyProperty() in ~MyProperty()
150 m_aDefaultProperties.insert( MyProperty( true, in TaskManager()
161 MyProperty( true, in TaskManager()
173 m_aDefaultProperties.insert( MyProperty( true, in TaskManager()
253 MyProperty( in TaskManager()
542 MyProperty newProperty( false, in associate()
579 MyProperty oldProperty( PropertyName ); in deassociate()
861 MyProperty toset( values[i].Name ); in setv()
[all …]
H A Dfiltask.hxx157 class MyProperty class in fileaccess::TaskManager
168 explicit MyProperty( const OUString& thePropertyName );
169 MyProperty( bool theIsNative,
177 ~MyProperty();
193 bool operator()( const MyProperty& rKey1, const MyProperty& rKey2 ) const in operator ()()
201 size_t operator()( const MyProperty& rName ) const in operator ()()
207 typedef std::unordered_set< MyProperty,hMyProperty,eMyProperty > PropertySet;
/dports/x11-toolkits/redkite/redkite-1.3.1/examples/
H A Dproperty.cpp5 class MyProperty : public RkWidget { class
11 MyProperty(RkMain *app) : RkWidget(app) in MyProperty() function in MyProperty
16 MyProperty(RkWidget *parent) : RkWidget(parent) in MyProperty() function in MyProperty
21 virtual ~MyProperty() in ~MyProperty()
28 class OverrideMyProperty : public MyProperty {
35 OverrideMyProperty(RkWidget *parent) : MyProperty(parent) in OverrideMyProperty()
50 auto widget = new MyProperty(&app); in main()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Html/Test/
H A DTemplateHelpersTest.cs25 public string MyProperty { get; set; } property in System.Web.Mvc.Html.Test.TemplateHelpersTest.ExecuteTemplateModel
66 HtmlHelper html = MakeHtmlHelper(new ExecuteTemplateModel { MyProperty = "Hello" }); in ExecuteTemplateUsesViewFromViewEngineInReadOnlyMode()
106 HtmlHelper html = MakeHtmlHelper(new ExecuteTemplateModel { MyProperty = "Hello" }); in ExecuteTemplateUsesViewFromViewEngineInEditMode()
490 public object MyProperty { get; set; } property in System.Web.Mvc.Html.Test.TemplateHelpersTest.TemplateModel
553 html.ViewContext.ViewData["Key"] = new TemplateModel { MyProperty = "Hello!" }; in TemplateDataFoundInViewDataDictionarySubPropertyHasPropertyName()
596 public object MyProperty { get; set; } property in System.Web.Mvc.Html.Test.TemplateHelpersTest.TemplateForModel
729 public string MyProperty { get; set; } property in System.Web.Mvc.Html.Test.TemplateHelpersTest.TemplateHelperModel
736 HtmlHelper html = MakeHtmlHelper(new TemplateHelperModel { MyProperty = "Hello" }); in TemplateHelperNonNullNonEmptyStringModel()
751 HtmlHelper html = MakeHtmlHelper(new TemplateHelperModel { MyProperty = "" }); in TemplateHelperEmptyStringModel()
767 HtmlHelper html = MakeHtmlHelper(new TemplateHelperModel { MyProperty = "" }); in TemplateHelperConvertsEmptyStringsToNull()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dunimplemented-protocol-prop.m10 @property float MyProperty; // expected-note 2 {{property declared}} property
20 … // expected-warning {{property 'MyProperty' requires method 'MyProperty' to be defined}} \
21 … // expected-warning {{property 'MyProperty' requires method 'setMyProperty:' to be defined}}
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Reflection/
H A DBindingFlagsDoNotWrap.netcoreapp.cs46 PropertyInfo p = typeof(TestClass).GetProperty(nameof(TestClass.MyProperty)); in PropertyGet()
53 PropertyInfo p = typeof(TestClass).GetProperty(nameof(TestClass.MyProperty)); in PropertySet()
70 …TestDoNotWrap<MyException3>((bf) => t.InvokeMember(nameof(TestClass.MyProperty), bf | flags, null,… in InvokeMember_PropertyGet()
78 …TestDoNotWrap<MyException4>((bf) => t.InvokeMember(nameof(TestClass.MyProperty), bf | flags, null,… in InvokeMember_PropertySet()
147 …public static int MyProperty { get { throw new MyException3(); } set { throw new MyException4(); }… property in System.Reflection.Tests.BindingFlagsDoNotWrapTests.TestClass
/dports/lang/mono/mono-5.10.1.57/mcs/errors/
H A Dcs0154-5.cs6 static float MyProperty { property in BugReport
16 MyProperty.MyExtension (); in Main()

1234567