Searched refs:sResourceUrl (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbacommandbarhelper.cxx | 128 …XIndexAccess > VbaCommandBarHelper::getSettings( const rtl::OUString& sResourceUrl ) throw (css::u… in getSettings() argument 130 if( m_xDocCfgMgr->hasSettings( sResourceUrl ) ) in getSettings() 131 return m_xDocCfgMgr->getSettings( sResourceUrl, sal_True ); in getSettings() 132 else if( m_xAppCfgMgr->hasSettings( sResourceUrl ) ) in getSettings() 133 return m_xAppCfgMgr->getSettings( sResourceUrl, sal_True ); in getSettings() 141 void VbaCommandBarHelper::removeSettings( const rtl::OUString& sResourceUrl ) throw (css::uno::Runt… in removeSettings() argument 143 if( m_xDocCfgMgr->hasSettings( sResourceUrl ) ) in removeSettings() 144 m_xDocCfgMgr->removeSettings( sResourceUrl ); in removeSettings() 145 else if( m_xAppCfgMgr->hasSettings( sResourceUrl ) ) in removeSettings() 146 m_xAppCfgMgr->removeSettings( sResourceUrl ); in removeSettings() [all …]
|
| H A D | vbacommandbars.cxx | 65 rtl::OUString sResourceUrl( m_sNames[ m_nCurrentPosition++ ] ); in nextElement() local 66 … if( sResourceUrl.indexOf( rtl::OUString::createFromAscii("private:resource/toolbar/") ) != -1 ) in nextElement() 68 …no::Reference< container::XIndexAccess > xCBarSetting = m_pCBarHelper->getSettings( sResourceUrl ); in nextElement() 69 … ScVbaCommandBar( m_xParent, m_xContext, m_pCBarHelper, xCBarSetting, sResourceUrl, sal_False, sal… in nextElement() 107 rtl::OUString sResourceUrl; in createCollectionObject() local 121 sResourceUrl = rtl::OUString::createFromAscii( ITEM_MENUBAR_URL ); in createCollectionObject() 135 sResourceUrl = rtl::OUString::createFromAscii( ITEM_MENUBAR_URL ); in createCollectionObject() 141 if( !aRet.hasValue() && (sResourceUrl.getLength() == 0) ) in createCollectionObject() 143 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sBarName ); in createCollectionObject() 148 if( sResourceUrl.getLength() ) in createCollectionObject() [all …]
|
| H A D | vbacommandbarcontrol.cxx | 31 …& sResourceUrl ) throw (css::uno::RuntimeException) : CommandBarControl_BASE( xParent, xContext ),… in ScVbaCommandBarControl() argument 35 …sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarControl() argument 206 …sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarPopup() argument 232 …sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarButton() argument
|
| H A D | vbacommandbarhelper.hxx | 68 …sal_Bool hasToolbar( const rtl::OUString& sResourceUrl, const rtl::OUString& sName ) throw (css::… 87 …nce< css::container::XIndexAccess > getSettings( const rtl::OUString& sResourceUrl ) throw (css::u… 88 void removeSettings( const rtl::OUString& sResourceUrl ) throw (css::uno::RuntimeException); 89 …void ApplyChange( const rtl::OUString& sResourceUrl, const css::uno::Reference< css::container::XI…
|
| H A D | vbacommandbarcontrol.hxx | 53 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl ) throw (css::u… 54 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl, sal_Int32 nPos… 85 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl, sal_Int32 nPos… 100 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl, sal_Int32 nPos…
|
| H A D | vbacommandbarcontrols.cxx | 54 …sResourceUrl ) throw (uno::RuntimeException) : CommandBarControls_BASE( xParent, xContext, xIndexA… in ScVbaCommandBarControls() argument 56 m_bIsMenu = sResourceUrl.equalsAscii( ITEM_MENUBAR_URL ) ? sal_True : sal_False; in ScVbaCommandBarControls()
|
| H A D | vbacommandbar.cxx | 36 …sResourceUrl, sal_Bool bIsMenu, sal_Bool bTemporary ) throw( uno::RuntimeException ) : CommandBar_… in ScVbaCommandBar() argument
|
| H A D | vbacommandbarcontrols.hxx | 52 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl ) throw( css::u…
|
| H A D | vbacommandbar.hxx | 49 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl, sal_Bool bIsMe…
|