Searched refs:xImpl (Results 1 – 8 of 8) sorted by relevance
219 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); in setRoot() local220 if( !xImpl.is() || xImpl->mbIsInserted ) in setRoot()223 xImpl->mbIsInserted = true; in setRoot()224 mxRootNode.set(xImpl.get()); in setRoot()402 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); in appendChild() local404 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in appendChild()407 maChilds.push_back( xImpl ); in appendChild()408 xImpl->setParent(this); in appendChild()409 xImpl->mbIsInserted = true; in appendChild()424 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); in insertChildByIndex() local[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()282 PageHolderObject< page > xImpl (m_xPage); in read() local283 page const & rPage = (*xImpl); in read()313 PageHolderObject< page > xImpl (m_xPage); in write() local314 page & rPage = (*xImpl); in write()352 PageHolderObject< page > xImpl (m_xPage); in write() local353 page & rPage = (*xImpl); in write()[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()