Searched refs:xNormalized (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/scripting/source/provider/ |
H A D | ActiveMSPList.cxx | 139 Reference< XInterface > xNormalized( xContext, UNO_QUERY ); in getMSPFromInvocationContext() local 140 ScriptComponent_map::const_iterator pos = m_mScriptComponents.find( xNormalized ); in getMSPFromInvocationContext() 145 addActiveMSP( xNormalized, msp ); in getMSPFromInvocationContext() 178 Reference< XInterface > xNormalized( xModel, UNO_QUERY ); in getMSPFromStringContext() local 183 addActiveMSP( xNormalized, msp ); in getMSPFromStringContext() 231 Reference< XInterface > xNormalized( xComponent, UNO_QUERY ); in addActiveMSP() local 232 ScriptComponent_map::const_iterator pos = m_mScriptComponents.find( xNormalized ); in addActiveMSP() 235 m_mScriptComponents[ xNormalized ] = msp; in addActiveMSP() 260 Reference< XInterface > xNormalized( Source.Source, UNO_QUERY ); in disposing() local 261 if ( xNormalized.is() ) in disposing() [all …]
|
/aoo41x/main/svx/source/form/ |
H A D | fmtools.cxx | 200 Reference< XInterface > xNormalized( xElement, UNO_QUERY ); in getElementPos() local 201 DBG_ASSERT( xNormalized.is(), "getElementPos: invalid element!" ); in getElementPos() 202 if ( xNormalized.is() ) in getElementPos() 213 if ( xNormalized.get() == xCurrent.get() ) in getElementPos()
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basicmanagerrepository.cxx | 393 Reference< XInterface > xNormalized( _rxDocumentModel, UNO_QUERY ); in impl_getLocationForModel() local 394 DBG_ASSERT( xNormalized.is(), "ImplRepository::impl_getLocationForModel: invalid model!" ); in impl_getLocationForModel() 396 BasicManagerPointer& location = m_aStore[ xNormalized ]; in impl_getLocationForModel()
|
/aoo41x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 992 InterfaceRef xNormalized( xOldElement, UNO_QUERY ); in implReplaceByIndex() local 993 m_xEventAttacher->detach( _nIndex, xNormalized ); in implReplaceByIndex() 1072 InterfaceRef xNormalized( xElement, UNO_QUERY ); in implRemoveByIndex() local 1073 m_xEventAttacher->detach( _nIndex, xNormalized ); in implRemoveByIndex()
|
Completed in 66 milliseconds