Home
last modified time | relevance | path

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

/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx109 rtl::OUString sBarName; in createCollectionObject() local
113 if( aSource >>= sBarName ) in createCollectionObject()
118 … if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Worksheet Menu Bar") ) ) in createCollectionObject()
124 else if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Cell") ) ) in createCollectionObject()
127 …uno::Reference< XCommandBar >( new VbaDummyCommandBar( this, mxContext, sBarName, office::MsoBarTy… in createCollectionObject()
132 if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Menu Bar") ) ) in createCollectionObject()
143 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sBarName ); in createCollectionObject()

Completed in 13 milliseconds