Searched refs:xOld (Results 1 – 13 of 13) sorted by relevance
42 const uno::Reference< uno::XInterface >& xOld ) in ScAccWinFocusLostHint()44 xOldAccessible(xOld) in ScAccWinFocusLostHint()79 const uno::Reference< uno::XInterface >& xOld ) in ScAccGridWinFocusLostHint()81 ScAccWinFocusLostHint(xOld), in ScAccGridWinFocusLostHint()
370 uno::Reference< XAccessible > xOld = mpAccCell; in LostFocus() local371 aEvent.OldValue <<= xOld; in LostFocus()798 uno::Reference< XAccessible > xOld = mpAccCell; in CommitFocusCell() local801 aEvent.OldValue <<= xOld; in CommitFocusCell()1598 uno::Reference< XAccessible > xOld = m_pAccFormulaCell; in NotifyRefMode() local1599 aEvent.OldValue <<= xOld; in NotifyRefMode()
201 Reference< XPropertySet > xOld; in alterColumnByIndex() local202 m_pColumns->getByIndex(index) >>= xOld; in alterColumnByIndex()203 if(xOld.is()) in alterColumnByIndex()204 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
552 Reference< XPropertySet > xOld; in alterColumnByIndex() local553 if(::cppu::extractInterface(xOld,m_pColumns->getByIndex(index)) && xOld.is()) in alterColumnByIndex()554 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
48 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xOld );75 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xOld );
1965 … uno::Reference< chart2::data::XLabeledDataSequence> xOld( aOldSequences[nOldIndex] ); in detectArguments() local1967 if( xOld.is() && xNew.is() ) in detectArguments()1970 if( xOld.is() && xOld->getLabel().is() ) in detectArguments()1971 aOldLabel = xOld->getLabel()->getSourceRangeRepresentation(); in detectArguments()1974 if( xOld.is() && xOld->getValues().is() ) in detectArguments()1975 aOldValues = xOld->getValues()->getSourceRangeRepresentation(); in detectArguments()
673 …void NavigatorTreeModel::ReplaceFormComponent(const Reference< XFormComponent > & xOld, const Refe… in ReplaceFormComponent() argument676 FmEntryData* pData = FindData(xOld, GetRootList(), sal_True); in ReplaceFormComponent()
1691 Reference< ::com::sun::star::form::XFormComponent > xOld = *(m_aChildren.begin() + _rIndex); in replaceByIndex() local1698 Reference< ::com::sun::star::beans::XPropertySet > xOldSet(xOld, UNO_QUERY); in replaceByIndex()1703 xOld->setParent(Reference< XInterface > ()); in replaceByIndex()1711 aEvt.ReplacedElement <<= xOld; in replaceByIndex()
2095 uno::Reference < embed::XStorage > xOld = GetStorage(); in DoSaveCompleted() local2101 if ( bOk && xStorage.is() && xOld != xStorage in DoSaveCompleted()2102 && (!pOld || !pOld->HasStorage_Impl() || xOld != pOld->GetStorage() ) ) in DoSaveCompleted()2106 xOld->dispose(); in DoSaveCompleted()
1149 css::uno::Reference< css::ui::XAcceleratorConfiguration > xOld = m_xAct; in IMPL_LINK() local1157 if ( m_xAct.is() && ( xOld == m_xAct ) ) in IMPL_LINK()
1004 …uno::Reference < embed::XStorage > xOld = pImpl->mxStorage->openStorageElement( rName, embed::Elem… in MoveEmbeddedObject() local1006 xOld->copyToStorage( xNew ); in MoveEmbeddedObject()
373 …com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& xOld, const ::com::sun::…
850 css::uno::Reference< css::uno::XInterface > xOld ; in impl_openConfig() local897 pConfig = &xOld; in impl_openConfig()
Completed in 114 milliseconds