Home
last modified time | relevance | path

Searched refs:pInterfaces (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx374 const uno::Reference< uno::XInterface >* pInterfaces = aListeners.getConstArray(); in refresh() local
375 if (pInterfaces) in refresh()
386 static_cast< util::XRefreshListener* >(pInterfaces->get())->refreshed(aEvent); in refresh()
387 ++pInterfaces; in refresh()
394 ++pInterfaces; in refresh()
1031 const uno::Reference< uno::XInterface >* pInterfaces = aListeners.getConstArray(); in refresh() local
1032 if (pInterfaces) in refresh()
1043 static_cast< util::XRefreshListener* >(pInterfaces->get())->refreshed(aEvent); in refresh()
1044 ++pInterfaces; in refresh()
1051 ++pInterfaces; in refresh()
/trunk/main/sfx2/source/appl/
H A Dappquit.cxx135 delete[] pAppData_Impl->pInterfaces, pAppData_Impl->pInterfaces = 0; in Deinitialize()
H A Dappinit.cxx282 pAppData_Impl->pInterfaces = new SfxInterface*[pAppData_Impl->nInterfaces]; in Initialize_Impl()
283 memset( pAppData_Impl->pInterfaces, 0, sizeof(SfxInterface*) * pAppData_Impl->nInterfaces ); in Initialize_Impl()
H A Dappdata.cxx128 , pInterfaces( 0 ) in SfxAppData_Impl()
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx357 Reference< XInterface >* pInterfaces = aSeq.getArray(); in CreateMultiSelectionSequence() local
359 pInterfaces[i] = aInterfaces[i]; in CreateMultiSelectionSequence()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx150 SfxInterface** pInterfaces; member in SfxAppData_Impl

Completed in 27 milliseconds