Home
last modified time | relevance | path

Searched refs:xOld (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibilityHints.cxx42 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()
H A DAccessibleSpreadsheet.cxx370 uno::Reference< XAccessible > xOld = mpAccCell; in LostFocus() local
371 aEvent.OldValue <<= xOld; in LostFocus()
798 uno::Reference< XAccessible > xOld = mpAccCell; in CommitFocusCell() local
801 aEvent.OldValue <<= xOld; in CommitFocusCell()
1598 uno::Reference< XAccessible > xOld = m_pAccFormulaCell; in NotifyRefMode() local
1599 aEvent.OldValue <<= xOld; in NotifyRefMode()
/trunk/main/connectivity/source/drivers/ado/
H A DATable.cxx201 Reference< XPropertySet > xOld; in alterColumnByIndex() local
202 m_pColumns->getByIndex(index) >>= xOld; in alterColumnByIndex()
203 if(xOld.is()) in alterColumnByIndex()
204 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx552 Reference< XPropertySet > xOld; in alterColumnByIndex() local
553 if(::cppu::extractInterface(xOld,m_pColumns->getByIndex(index)) && xOld.is()) in alterColumnByIndex()
554 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
/trunk/main/sc/source/ui/inc/
H A DAccessibilityHints.hxx48 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 );
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1965 … uno::Reference< chart2::data::XLabeledDataSequence> xOld( aOldSequences[nOldIndex] ); in detectArguments() local
1967 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()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx673 …void NavigatorTreeModel::ReplaceFormComponent(const Reference< XFormComponent > & xOld, const Refe… in ReplaceFormComponent() argument
676 FmEntryData* pData = FindData(xOld, GetRootList(), sal_True); in ReplaceFormComponent()
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1691 Reference< ::com::sun::star::form::XFormComponent > xOld = *(m_aChildren.begin() + _rIndex); in replaceByIndex() local
1698 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()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx2095 uno::Reference < embed::XStorage > xOld = GetStorage(); in DoSaveCompleted() local
2101 if ( bOk && xStorage.is() && xOld != xStorage in DoSaveCompleted()
2102 && (!pOld || !pOld->HasStorage_Impl() || xOld != pOld->GetStorage() ) ) in DoSaveCompleted()
2106 xOld->dispose(); in DoSaveCompleted()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx1149 css::uno::Reference< css::ui::XAcceleratorConfiguration > xOld = m_xAct; in IMPL_LINK() local
1157 if ( m_xAct.is() && ( xOld == m_xAct ) ) in IMPL_LINK()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1004 …uno::Reference < embed::XStorage > xOld = pImpl->mxStorage->openStorageElement( rName, embed::Elem… in MoveEmbeddedObject() local
1006 xOld->copyToStorage( xNew ); in MoveEmbeddedObject()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx373 …com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& xOld, const ::com::sun::…
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx850 css::uno::Reference< css::uno::XInterface > xOld ; in impl_openConfig() local
897 pConfig = &xOld; in impl_openConfig()

Completed in 150 milliseconds