Home
last modified time | relevance | path

Searched refs:sDocCtxName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaglobals.cxx38 rtl::OUString sDocCtxName( RTL_CONSTASCII_USTRINGPARAM("WordDocumentContext") ); variable
44 …st& rxContext ) : SwVbaGlobals_BASE( uno::Reference< XHelperInterface >(), rxContext, sDocCtxName ) in SwVbaGlobals()
50 aInitArgs[ 1 ].Name = sDocCtxName; in SwVbaGlobals()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx39 const uno::Reference< uno::XComponentContext >& xContext, const rtl::OUString& sDocCtxName ) in VbaGlobalsBase() argument
40 : Globals_BASE( xParent, xContext ), msDocCtxName( sDocCtxName ) in VbaGlobalsBase()
53 ::cppu::ContextEntry_Init( sDocCtxName, uno::Any() ), in VbaGlobalsBase()
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx47 rtl::OUString sDocCtxName( RTL_CONSTASCII_USTRINGPARAM("ExcelDocumentContext") ); variable
49 …st& rxContext ) : ScVbaGlobals_BASE( uno::Reference< XHelperInterface >(), rxContext, sDocCtxName ) in ScVbaGlobals()
56 aInitArgs[ 1 ].Name = sDocCtxName; in ScVbaGlobals()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaglobalbase.hxx39 …t css::uno::Reference< css::uno::XComponentContext >& xContext, const rtl::OUString& sDocCtxName );

Completed in 16 milliseconds