Lines Matching refs:OSL_ENSURE

64 		OSL_ENSURE(_rxNode.is(), "OConfigurationNode::OConfigurationNode: invalid node interface!");  in OConfigurationNode()
194 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::getNodeNames: object is invalid!"); in getNodeNames()
208 OSL_ENSURE(sal_False, "OConfigurationNode::getNodeNames: caught a generic exception!"); in getNodeNames()
218 OSL_ENSURE(m_xContainerAccess.is(), "OConfigurationNode::removeNode: object is invalid!"); in removeNode()
234 OSL_ENSURE(sal_False, aBuf.getStr()); in removeNode()
239 OSL_ENSURE(sal_False, "OConfigurationNode::removeNode: caught a WrappedTargetException!"); in removeNode()
243 OSL_ENSURE(sal_False, "OConfigurationNode::removeNode: caught a generic exception!"); in removeNode()
277 OSL_ENSURE(xChildFactory.is(), "OConfigurationNode::createNode: object is invalid or read-only!"); in createNode()
304 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::openNode: object is invalid!"); in openNode()
305 OSL_ENSURE(m_xHierarchyAccess.is(), "OConfigurationNode::openNode: object is invalid!"); in openNode()
314 OSL_ENSURE(sal_False, "OConfigurationNode::openNode: could not open the node!"); in openNode()
319 OSL_ENSURE(sal_False, "OConfigurationNode::openNode: could not open the node!"); in openNode()
332 OSL_ENSURE(sal_False, aBuf.getStr()); in openNode()
337OSL_ENSURE(sal_False, "OConfigurationNode::openNode: caught an exception while retrieving the node… in openNode()
366OSL_ENSURE( m_xHierarchyAccess.is(), "OConfigurationNode::hasByHierarchicalName: no hierarchy acce… in hasByHierarchicalName()
384 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::hasByName: object is invalid!"); in hasByName()
402 OSL_ENSURE(m_xReplaceAccess.is(), "OConfigurationNode::setNodeValue: object is invalid!"); in setNodeValue()
438OSL_ENSURE(sal_False, "OConfigurationNode::setNodeValue: could not replace the value: caught an Il… in setNodeValue()
442OSL_ENSURE(sal_False, "OConfigurationNode::setNodeValue: could not replace the value: caught a NoS… in setNodeValue()
446OSL_ENSURE(sal_False, "OConfigurationNode::setNodeValue: could not replace the value: caught a Wra… in setNodeValue()
450OSL_ENSURE(sal_False, "OConfigurationNode::setNodeValue: could not replace the value: caught a gen… in setNodeValue()
461 OSL_ENSURE(m_xDirectAccess.is(), "OConfigurationNode::hasByName: object is invalid!"); in getNodeValue()
462 OSL_ENSURE(m_xHierarchyAccess.is(), "OConfigurationNode::hasByName: object is invalid!"); in getNodeValue()
575OSL_ENSURE( m_xCommitter.is(), "OConfigurationTreeRoot::OConfigurationTreeRoot: could not create a… in OConfigurationTreeRoot()
588OSL_ENSURE( m_xCommitter.is(), "OConfigurationTreeRoot::OConfigurationTreeRoot: could not create a… in OConfigurationTreeRoot()
602 OSL_ENSURE(isValid(), "OConfigurationTreeRoot::commit: object is invalid!"); in commit()
605 OSL_ENSURE(m_xCommitter.is(), "OConfigurationTreeRoot::commit: I'm a readonly node!"); in commit()
641OSL_ENSURE( _rxORB.is(), "OConfigurationTreeRoot::tryCreateWithServiceFactory: invalid service fac… in tryCreateWithServiceFactory()