Searched refs:_props (Results 1 – 3 of 3) sorted by relevance
57 Property[] _props; field in MyPersistObject.MyPropertySetInfo59 _props = props; in MyPropertySetInfo()62 return _props; in getProperties()66 return i>0?_props[i]:null; in getPropertyByName()69 for ( int i=0; i<_props.length; i++ ) in getPropertyIndexByName()70 if (name.equals(_props[i].Name)) in getPropertyIndexByName()
48 _props.push_back(property); in pushProp()52 _props.push_back(property); in pushProp()59 return _props; in getProperties()
44 ::std::vector<rtl::OUString> _props;
Completed in 13 milliseconds