/aoo41x/main/canvas/inc/canvas/ |
H A D | propertysethelper.hxx | 60 GetterType getter; member 70 const GetterType& getter, in MakeMap() argument 73 MapType::MapEntry aEntry={name, {getter, setter}}; in MakeMap() 77 const GetterType& getter) in MakeMap() argument 79 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in MakeMap() 83 const GetterType& getter, in operator ()() argument 86 MapType::MapEntry aEntry={name, {getter, setter}}; in operator ()() 91 const GetterType& getter) in operator ()() argument 93 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in operator ()()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 214 getter, in InterfaceAttributeImpl() 225 , _getter( getter ) in InterfaceAttributeImpl() 474 getter; in getMembers() local 481 OSL_ASSERT(getter.get() == 0); in getMembers() 482 getter.reset( in getMembers() 504 (flags & RT_ACCESS_BOUND) != 0, getter, setter, in getMembers()
|
/aoo41x/main/canvas/source/tools/ |
H A D | propertysethelper.cxx | 146 if( !aCallbacks.getter.empty() ) in getPropertyValue() 147 return aCallbacks.getter(); in getPropertyValue()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceAttributeTypeDescription2.idl | 53 Returns the exceptions that can be raised by the attribute's getter. 56 <code>raises</code> specification of the attribute's getter (if any), in
|
/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_except.cxx | 179 PyRef getter = getObjectFromUnoModule( runtime,"_uno_struct__getattr__" ); in createClass() local 195 ret.get(), const_cast< char * >("__getattr__"), getter.get() ); in createClass()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 445 Method getter = findMethod(methods, getterName); in initMethodDescriptions() local 448 ? getTypeDescription(getter.getReturnType(), info) in initMethodDescriptions() 454 type, getter)); in initMethodDescriptions()
|
/aoo41x/main/svx/source/form/ |
H A D | filtnav.cxx | 1834 …::std::mem_fun1_t<SvLBoxEntry*,FmFilterNavigator,SvLBoxEntry*> getter = ::std::mem_fun(&FmFilterNa… in KeyInput() 1836 getter = ::std::mem_fun(&FmFilterNavigator::getPrevEntry); in KeyInput() 1838 SvLBoxEntry* pTarget = getter( this, NULL ); in KeyInput() 1855 pTarget = getter(this,pTarget); in KeyInput() 1867 pTarget = getter( this, pTarget ); in KeyInput()
|
/aoo41x/main/udkapi/com/sun/star/beans/ |
H A D | PropertyConcept.idl | 76 /** specifies all properties which are represented by getter or setter methods.
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 2177 sal_uInt16 getter = SAL_MAX_UINT16; in handleInterfaceType() local 2189 ? getter != SAL_MAX_UINT16 in handleInterfaceType() 2199 (mflags == RT_MODE_ATTRIBUTE_GET ? getter : setter) = j; in handleInterfaceType() 2210 if (getter != SAL_MAX_UINT16) { in handleInterfaceType() 2212 manager, reader, getter, dependencies, &exc, 0); in handleInterfaceType()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XFormulaOpCodeMapper.idl | 103 getter method.</li>
|
/aoo41x/main/basebmp/inc/basebmp/ |
H A D | accessoradapters.hxx | 105 value_type getter(typename GetterFunctor::argument_type v) const in getter() function in basebmp::UnaryFunctionAccessorAdapter
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapper.mm | 151 // (getter without parameter) attributeNameHereAttribute 152 // (getter with parameter) attributeNameHereAttributeForParameter:
|
/aoo41x/main/solenv/doc/gbuild/ |
H A D | doxygen.cfg | 261 # For Microsoft's IDL there are propget and propput attributes to indicate getter
|