Home
last modified time | relevance | path

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

/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx130 if( m_xDocCfgMgr->hasSettings( sResourceUrl ) ) in getSettings()
143 if( m_xDocCfgMgr->hasSettings( sResourceUrl ) ) in removeSettings()
153 if( m_xDocCfgMgr->hasSettings( sResourceUrl ) ) in ApplyChange()
203 rtl::OUString sResourceUrl; in findToolbarByName() local
207 if( sResourceUrl.getLength() > 0 ) in findToolbarByName()
208 return sResourceUrl; in findToolbarByName()
213 sResourceUrl = allNames[i]; in findToolbarByName()
217 return sResourceUrl; in findToolbarByName()
223 sResourceUrl = sToolbarPrefix.concat( sName ); in findToolbarByName()
224 if( hasToolbar( sResourceUrl, sName ) ) in findToolbarByName()
[all …]
H A Dvbacommandbars.cxx65 rtl::OUString sResourceUrl( m_sNames[ m_nCurrentPosition++ ] ); in nextElement() local
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()
148 if( sResourceUrl.getLength() ) in createCollectionObject()
150 xBarSettings = m_pCBarHelper->getSettings( sResourceUrl ); in createCollectionObject()
171 rtl::OUString sResourceUrl; in Add() local
174 sResourceUrl = m_pCBarHelper->findToolbarByName( m_xNameAccess, sName ); in Add()
175 if( sResourceUrl.getLength() ) in Add()
[all …]
H A Dvbacommandbarcontrol.cxx31 …& sResourceUrl ) throw (css::uno::RuntimeException) : CommandBarControl_BASE( xParent, xContext ),… in ScVbaCommandBarControl() argument
35sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarControl() argument
206sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarPopup() argument
232sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : Comm… in ScVbaCommandBarButton() argument
H A Dvbacommandbarhelper.hxx68 …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 Dvbacommandbarcontrol.hxx53 …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 Dvbacommandbarcontrols.cxx54sResourceUrl ) 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 Dvbacommandbar.cxx36sResourceUrl, sal_Bool bIsMenu, sal_Bool bTemporary ) throw( uno::RuntimeException ) : CommandBar_… in ScVbaCommandBar() argument
H A Dvbacommandbarcontrols.hxx52 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl ) throw( css::u…
H A Dvbacommandbar.hxx49 …e< css::container::XIndexAccess >& xBarSettings, const rtl::OUString& sResourceUrl, sal_Bool bIsMe…

Completed in 36 milliseconds