Home
last modified time | relevance | path

Searched refs:xImpl (Results 1 – 8 of 8) sorted by relevance

/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx220 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() local
456 xImpl = (*aIter); in removeChildByIndex()
461 if( !xImpl.is() ) in removeChildByIndex()
464 xImpl->setParent(0); in removeChildByIndex()
[all …]
/trunk/main/store/source/
H A Dstordata.cxx223 PageHolderObject< page > xImpl (m_xPage); in read() local
224 page const & rPage = (*xImpl); in read()
249 PageHolderObject< page > xImpl (m_xPage); in read() local
250 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 …]
H A Dstortree.cxx241 PageHolderObject< page > xImpl (m_xPage); in remove() local
242 page & rPage = (*xImpl); in remove()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx430 Reference< XInterface > xImpl( (lang::XTypeProvider *)new TestImpl() ); in test_ImplHelper() local
431 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()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1730 Reference < XRegistryKey > xImpl; in getImplementations() local
1733 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()
/trunk/main/store/workben/
H A Dt_page.cxx701 PageHolderObject< TestData > xImpl (m_xPage); in dwim() local
703 TestData const * pImpl2 = &*xImpl; in dwim()
706 return xImpl->dwim(); in dwim()
/trunk/main/svx/inc/svx/
H A Drubydialog.hxx129 com::sun::star::uno::Reference<com::sun::star::view::XSelectionChangeListener> xImpl; member in SvxRubyDialog
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx243 xImpl = pImpl = new SvxRubyData_Impl; in SvxRubyDialog()
292 xImpl->disposing(aEvent); in ~SvxRubyDialog()

Completed in 99 milliseconds