Home
last modified time | relevance | path

Searched refs:xBase (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx104 …void Start( const ::rtl::Reference< VbaApplicationBase > xBase, const ::rtl::OUString& aFunction, … in Start() argument
106 if ( !xBase.is() || !aFunction.getLength() ) in Start()
109 m_xBase = xBase; in Start()
/trunk/main/configmgr/source/
H A Drootaccess.cxx96 css::uno::Reference< css::uno::XInterface > xBase( pSource, css::uno::UNO_QUERY ); in initBroadcaster() local
100 pSource, makeAny( xBase ), set)); in initBroadcaster()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx816 XBridgeTestBase* xBase = dynamic_cast<XBridgeTestBase*>(xLBT);
817 if (xBase == 0)
823 ret = Object::Equals(xLBT, xBase) && ret;
827 ret = nHash == xBase->GetHashCode() && ret;
H A Dcli_cs_bridgetest.cs868 XBridgeTestBase xBase = xLBT as XBridgeTestBase; in testObjectMethodsImplemention()
869 if (xBase == null) in testObjectMethodsImplemention()
875 ret = Object.Equals(xLBT, xBase) && ret; in testObjectMethodsImplemention()
879 ret = nHash == xBase.GetHashCode() && ret; in testObjectMethodsImplemention()
H A Dcli_vb_bridgetest.vb780 Dim xBase As XBridgeTestBase = DirectCast(xLBT, XBridgeTestBase)
785 ret = Object.Equals(xLBT, xBase) And ret
789 ret = nHash = DirectCast(xBase, Object).GetHashCode() And ret
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx187 uno::Reference< XApplicationBase > xBase( getApplication(), uno::UNO_QUERY_THROW ); in CommandBars() local
188 return xBase->CommandBars( aIndex ); in CommandBars()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1570 rtl::Reference< SwDocStyleSheet > xBase( new SwDocStyleSheet(*(SwDocStyleSheet*)pBase) ); in setParentStyle() local
1572 xBase->GetItemSet(); in setParentStyle()
1573 if(xBase->GetParent() != sParentStyle) in setParentStyle()
1575 bExcept = !xBase->SetParent(sParentStyle); in setParentStyle()

Completed in 65 milliseconds