Searched refs:xNewElement (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 226 Reference< XContent > xNewElement(aElement,UNO_QUERY); in insertByName() local 227 approveNewObject( _rName, xNewElement ); // will throw if necessary in insertByName() 229 notifyByName( aGuard, _rName, xNewElement, NULL, E_INSERTED, ApproveListeners ); in insertByName() 230 implAppend( _rName, xNewElement ); in insertByName() 231 notifyByName( aGuard, _rName, xNewElement, NULL, E_INSERTED, ContainerListemers ); in insertByName() 265 Reference< XContent > xNewElement(aElement,UNO_QUERY); in replaceByName() local 266 approveNewObject( _rName, xNewElement ); // will throw if necessary in replaceByName() 271 notifyByName( aGuard, _rName, xNewElement, xOldElement, E_REPLACED, ApproveListeners ); in replaceByName() 272 implReplace( _rName, xNewElement ); in replaceByName() 273 notifyByName( aGuard, _rName, xNewElement, xOldElement, E_REPLACED, ContainerListemers ); in replaceByName()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | querycontainer.cxx | 276 Reference< XContent > xNewElement; in elementInserted() local 291 xNewElement = implCreateWrapper(sElementName); in elementInserted() 293 insertByName(sElementName,makeAny(xNewElement)); in elementInserted() 314 Reference< XContent > xNewElement; in elementReplaced() local 325 xNewElement = implCreateWrapper(sAccessor); in elementReplaced() 328 replaceByName(sAccessor,makeAny(xNewElement)); in elementReplaced()
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/ |
H A D | DisableCommandsTest.java | 340 Object xNewElement = in disableCommands() local 343 if ( xNewElement != null ) { in disableCommands() 350 xNewElement ); in disableCommands() 361 xNewElement ); in disableCommands()
|
/aoo4110/main/unoxml/source/dom/ |
H A D | document.cxx | 802 Reference< XElement > xNewElement; in lcl_ImportNode() local 809 xNewElement = xDocument->createElementNS(aNsUri, aQName); in lcl_ImportNode() 811 xNewElement = xDocument->createElement(aQName); in lcl_ImportNode() 832 xNewElement->setAttributeNS( in lcl_ImportNode() 835 xNewElement->setAttribute(aAttrName, sValue); in lcl_ImportNode() 839 xNode.set(xNewElement, UNO_QUERY); in lcl_ImportNode()
|
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.cxx | 1219 uno::Reference< lang::XUnoTunnel > xNewElement; in Commit() local 1423 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in InsertStream() local 1426 OSL_ENSURE( xNewElement.is(), "Not possible to create a new stream!\n" ); in InsertStream() 1427 if ( !xNewElement.is() ) in InsertStream() 1466 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in InsertRawStream() local 1469 OSL_ENSURE( xNewElement.is(), "Not possible to create a new stream!\n" ); in InsertRawStream() 1470 if ( !xNewElement.is() ) in InsertRawStream() 1501 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in CreateNewStorageImpl() local 1504 OSL_ENSURE( xNewElement.is(), "Not possible to create a new storage!\n" ); in CreateNewStorageImpl() 1505 if ( !xNewElement.is() ) in CreateNewStorageImpl() [all …]
|
Completed in 84 milliseconds