Searched refs:xImpl (Results 1 – 8 of 8) sorted by relevance
220 if( !xImpl.is() || xImpl->mbIsInserted ) in setRoot()404 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in appendChild()408 xImpl->setParent(this); in appendChild()409 xImpl->mbIsInserted = true; in appendChild()425 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in insertChildByIndex()435 xImpl->setParent( this ); in insertChildByIndex()446 MutableTreeNodeRef xImpl; in removeChildByIndex() local456 xImpl = (*aIter); in removeChildByIndex()461 if( !xImpl.is() ) in removeChildByIndex()464 xImpl->setParent(0); in removeChildByIndex()[all …]
223 PageHolderObject< page > xImpl (m_xPage); in read() local224 page const & rPage = (*xImpl); in read()249 PageHolderObject< page > xImpl (m_xPage); in read() local250 page const & rPage = (*xImpl); in read()283 page const & rPage = (*xImpl); in read()314 page & rPage = (*xImpl); in write()353 page & rPage = (*xImpl); in write()389 page & rPage = (*xImpl); in write()422 page & rPage = (*xImpl); in truncate()468 page & rPage = (*xImpl); in truncate()[all …]
241 PageHolderObject< page > xImpl (m_xPage); in remove() local242 page & rPage = (*xImpl); in remove()
430 Reference< XInterface > xImpl( (lang::XTypeProvider *)new TestImpl() ); in test_ImplHelper() local431 Reference< lang::XTypeProvider > xTP1( xImpl, UNO_QUERY ); in test_ImplHelper()454 dotest( xImpl ); in test_ImplHelper()540 OUString( RTL_CONSTASCII_USTRINGPARAM("runtime exc") ), xImpl ) ) ); in test_ImplHelper()544 …E( rExc.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("runtime exc") ) && rExc.Context == xImpl, in test_ImplHelper()557 …_ENSURE( rExc2.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("exc") ) && rExc2.Context == xImpl, in test_ImplHelper()566 …( rExc3.Message.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("axxess exc") ) && rExc3.Context == xImpl, in test_ImplHelper()
1730 Reference < XRegistryKey > xImpl; in getImplementations() local1733 xImpl = xReg->getRootKey()->createKey( spool().slash_IMPLEMENTATIONS ); in getImplementations()1735 if (xAct->writeRegistryInfo(xImpl, implementationLoaderUrl, locationUrl)) in getImplementations()1739 findImplementations(xImpl, implNames); in getImplementations()1756 xImpl->closeKey(); in getImplementations()1761 xImpl->closeKey(); in getImplementations()
701 PageHolderObject< TestData > xImpl (m_xPage); in dwim() local703 TestData const * pImpl2 = &*xImpl; in dwim()706 return xImpl->dwim(); in dwim()
129 com::sun::star::uno::Reference<com::sun::star::view::XSelectionChangeListener> xImpl; member in SvxRubyDialog
243 xImpl = pImpl = new SvxRubyData_Impl; in SvxRubyDialog()292 xImpl->disposing(aEvent); in ~SvxRubyDialog()
Completed in 56 milliseconds