Lines Matching refs:xSettings

174             Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY );  in impl_fillSequenceWithElementTypeInfo()
264 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
266 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
287 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
304 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
336 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
354 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
393 … aMenuCfg.StoreMenuBarConfigurationToXML( rElement.xSettings, xOutputStream ); in impl_storeElementTypeData()
405 … ToolBoxConfiguration::StoreToolBox( m_xServiceManager, xOutputStream, rElement.xSettings ); in impl_storeElementTypeData()
417 … StatusBarConfiguration::StoreStatusBar( m_xServiceManager, xOutputStream, rElement.xSettings ); in impl_storeElementTypeData()
471 aEvent.Element <<= rElement.xSettings; in impl_resetElementTypeData()
511 Reference< XIndexAccess > xOldSettings( rElement.xSettings ); in impl_reloadElementTypeData()
521 aReplaceEvent.Element <<= rElement.xSettings; in impl_reloadElementTypeData()
534 aRemoveEvent.Element <<= rElement.xSettings; in impl_reloadElementTypeData()
863 … >( static_cast< OWeakObject * >( new RootItemContainer( pDataSettings->xSettings ) ), UNO_QUERY ); in getSettings()
865 return pDataSettings->xSettings; in getSettings()
893 Reference< XIndexAccess > xOldSettings = pDataSettings->xSettings; in replaceSettings()
898 …pDataSettings->xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in replaceSettings()
900 pDataSettings->xSettings = aNewData; in replaceSettings()
920 aEvent.Element <<= pDataSettings->xSettings; in replaceSettings()
956 Reference< XIndexAccess > xRemovedSettings = pDataSettings->xSettings; in removeSettings()
961 pDataSettings->xSettings.clear(); in removeSettings()
1026 …pDataSettings->xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in insertSettings()
1028 pDataSettings->xSettings = aNewData; in insertSettings()
1044 Reference< XIndexAccess > xInsertSettings( aUIElementData.xSettings ); in insertSettings()