Lines Matching refs:Access

114 oslInterlockedCount Access::acquireCounting() {  in acquireCounting()
118 void Access::releaseNondeleting() { in releaseNondeleting()
122 bool Access::isValue() { in isValue()
135 void Access::markChildAsModified(rtl::Reference< ChildAccess > const & child) { in markChildAsModified()
138 for (rtl::Reference< Access > p(this);;) { in markChildAsModified()
139 rtl::Reference< Access > parent(p->getParentAccess()); in markChildAsModified()
152 void Access::releaseChild(rtl::OUString const & name) { in releaseChild()
156 void Access::initBroadcaster( in initBroadcaster()
162 Access::Access(Components & components): in Access() function in configmgr::Access
166 Access::~Access() {} in ~Access()
168 void Access::initDisposeBroadcaster(Broadcaster * broadcaster) { in initDisposeBroadcaster()
227 void Access::clearListeners() throw() { in clearListeners()
244 css::uno::Any Access::queryInterface(css::uno::Type const & aType) in queryInterface()
301 Components & Access::getComponents() const { in getComponents()
305 void Access::checkLocalizedPropertyAccess() { in checkLocalizedPropertyAccess()
317 rtl::Reference< Node > Access::getParentNode() { in getParentNode()
318 rtl::Reference< Access > parent(getParentAccess()); in getParentNode()
322 rtl::Reference< ChildAccess > Access::getChild(rtl::OUString const & name) { in getChild()
328 std::vector< rtl::Reference< ChildAccess > > Access::getAllChildren() { in getAllChildren()
348 void Access::checkValue(css::uno::Any const & value, Type type, bool nillable) { in checkValue()
386 void Access::insertLocalizedValueChild( in insertLocalizedValueChild()
402 void Access::reportChildChanges( in reportChildChanges()
420 void Access::commitChildChanges( in commitChildChanges()
471 void Access::initBroadcasterAndChanges( in initBroadcasterAndChanges()
834 bool Access::isDisposed() const { in isDisposed()
838 Access::ModifiedChild::ModifiedChild() {} in ModifiedChild()
840 Access::ModifiedChild::ModifiedChild( in ModifiedChild()
845 css::uno::Sequence< css::uno::Type > Access::getTypes() in getTypes()
894 css::uno::Sequence< sal_Int8 > Access::getImplementationId() in getImplementationId()
903 rtl::OUString Access::getImplementationName() throw (css::uno::RuntimeException) in getImplementationName()
912 sal_Bool Access::supportsService(rtl::OUString const & ServiceName) in supportsService()
927 css::uno::Sequence< rtl::OUString > Access::getSupportedServiceNames() in getSupportedServiceNames()
991 void Access::dispose() throw (css::uno::RuntimeException) { in dispose()
1014 void Access::addEventListener( in addEventListener()
1038 void Access::removeEventListener( in removeEventListener()
1051 css::uno::Type Access::getElementType() throw (css::uno::RuntimeException) { in getElementType()
1075 sal_Bool Access::hasElements() throw (css::uno::RuntimeException) { in hasElements()
1082 css::uno::Any Access::getByName(rtl::OUString const & aName) in getByName()
1098 css::uno::Sequence< rtl::OUString > Access::getElementNames() in getElementNames()
1115 sal_Bool Access::hasByName(rtl::OUString const & aName) in hasByName()
1124 css::uno::Any Access::getByHierarchicalName(rtl::OUString const & aName) in getByHierarchicalName()
1138 sal_Bool Access::hasByHierarchicalName(rtl::OUString const & aName) in hasByHierarchicalName()
1147 void Access::addContainerListener( in addContainerListener()
1171 void Access::removeContainerListener( in removeContainerListener()
1184 rtl::OUString Access::getExactName(rtl::OUString const & aApproximateName) in getExactName()
1193 css::uno::Sequence< css::beans::Property > Access::getProperties() in getProperties()
1209 css::beans::Property Access::getPropertyByName(rtl::OUString const & aName) in getPropertyByName()
1222 sal_Bool Access::hasPropertyByName(rtl::OUString const & Name) in hasPropertyByName()
1230 rtl::OUString Access::getHierarchicalName() throw (css::uno::RuntimeException) { in getHierarchicalName()
1249 rtl::OUString Access::composeHierarchicalName( in composeHierarchicalName()
1274 rtl::OUString Access::getName() throw (css::uno::RuntimeException) { in getName()
1281 void Access::setName(rtl::OUString const & aName) in setName()
1295 rtl::Reference< Access > parent(getParentAccess()); in setName()
1348 css::beans::Property Access::getAsProperty() throw (css::uno::RuntimeException) in getAsProperty()
1356 css::uno::Reference< css::beans::XPropertySetInfo > Access::getPropertySetInfo() in getPropertySetInfo()
1363 void Access::setPropertyValue( in setPropertyValue()
1391 css::uno::Any Access::getPropertyValue(rtl::OUString const & PropertyName) in getPropertyValue()
1406 void Access::addPropertyChangeListener( in addPropertyChangeListener()
1434 void Access::removePropertyChangeListener( in removePropertyChangeListener()
1458 void Access::addVetoableChangeListener( in addVetoableChangeListener()
1487 void Access::removeVetoableChangeListener( in removeVetoableChangeListener()
1511 void Access::setPropertyValues( in setPropertyValues()
1553 css::uno::Sequence< css::uno::Any > Access::getPropertyValues( in getPropertyValues()
1575 void Access::addPropertiesChangeListener( in addPropertiesChangeListener()
1600 void Access::removePropertiesChangeListener( in removePropertiesChangeListener()
1614 void Access::firePropertiesChangeEvent( in firePropertiesChangeEvent()
1633 Access::getHierarchicalPropertySetInfo() throw (css::uno::RuntimeException) { in getHierarchicalPropertySetInfo()
1638 void Access::setHierarchicalPropertyValue( in setHierarchicalPropertyValue()
1673 css::uno::Any Access::getHierarchicalPropertyValue( in getHierarchicalPropertyValue()
1691 void Access::setHierarchicalPropertyValues( in setHierarchicalPropertyValues()
1738 css::uno::Sequence< css::uno::Any > Access::getHierarchicalPropertyValues( in getHierarchicalPropertyValues()
1764 css::beans::Property Access::getPropertyByHierarchicalName( in getPropertyByHierarchicalName()
1778 sal_Bool Access::hasPropertyByHierarchicalName( in hasPropertyByHierarchicalName()
1787 void Access::replaceByName( in replaceByName()
1831 void Access::insertByName( in insertByName()
1883 void Access::removeByName(rtl::OUString const & aName) in removeByName()
1920 css::uno::Reference< css::uno::XInterface > Access::createInstance() in createInstance()
1940 css::uno::Reference< css::uno::XInterface > Access::createInstanceWithArguments( in createInstanceWithArguments()
1956 rtl::Reference< ChildAccess > Access::getModifiedChild( in getModifiedChild()
1965 rtl::Reference< ChildAccess > Access::getUnmodifiedChild( in getUnmodifiedChild()
1991 rtl::Reference< ChildAccess > Access::getSubChild(rtl::OUString const & path) { in getSubChild()
2024 for (rtl::Reference< Access > parent(this);;) { in getSubChild()
2071 bool Access::setChildProperty( in setChildProperty()
2085 css::beans::Property Access::asProperty() { in asProperty()
2140 void Access::checkFinalized() { in checkFinalized()
2150 void Access::checkKnownProperty(rtl::OUString const & descriptor) { in checkKnownProperty()
2177 rtl::Reference< ChildAccess > Access::getFreeSetMember( in getFreeSetMember()
2211 rtl::Reference< Access > Access::getNotificationRoot() { in getNotificationRoot()
2212 for (rtl::Reference< Access > p(this);;) { in getNotificationRoot()
2213 rtl::Reference< Access > parent(p->getParentAccess()); in getNotificationRoot()
2222 bool Access::thisIs(int what) { in thisIs()