Home
last modified time | relevance | path

Searched refs:aSourceAny (Results 1 – 5 of 5) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx425 Any aSourceAny; in ImportCode_Impl() local
427 aSourceAny <<= aSource; in ImportCode_Impl()
435 moduleData[ aModName ] = aSourceAny; in ImportCode_Impl()
H A Dmsocximex.cxx4235 uno::Any aSourceAny(uno::makeAny(xSource)); in Import() local
4237 rLib->replaceByName(sName, aSourceAny); in Import()
4239 rLib->insertByName(sName, aSourceAny); in Import()
/trunk/main/sc/source/ui/dbgui/
H A Ddapidata.cxx167 uno::Any aSourceAny = xContext->getByName( aDatabaseName ); in FillObjects() local
169 ScUnoHelpFunctions::AnyToInterface( aSourceAny ), uno::UNO_QUERY ); in FillObjects()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx786 Any aSourceAny; in copyToLibraryContainer() local
787 aSourceAny <<= aSource; in copyToLibraryContainer()
788 xLib->insertByName( aModName, aSourceAny ); in copyToLibraryContainer()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2644 uno::Any aSourceAny; in VBA_InsertModule() local
2648 aSourceAny <<= sTmpSource; in VBA_InsertModule()
2655 xLib->insertByName( genModuleName, aSourceAny ); in VBA_InsertModule()

Completed in 86 milliseconds