Home
last modified time | relevance | path

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

/AOO42X/main/framework/source/uiconfiguration/ !
H A Duiconfigurationmanagerimpl.cxx153 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo()
192 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo()
296 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
298 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
319 …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()
368 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
386 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
399 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
438 … aMenuCfg.StoreMenuBarConfigurationToXML( rElement.xSettings, xOutputStream ); in impl_storeElementTypeData()
[all …]
H A Dmoduleuiconfigurationmanager.cxx184 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo()
222 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo()
327 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
329 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
350 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
367 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
399 …aUIElementData.xSettings = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemC… in impl_requestUIElementData()
416 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
427 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
465 … aMenuCfg.StoreMenuBarConfigurationToXML( rElement.xSettings, xOutputStream ); in impl_storeElementTypeData()
[all …]
H A Duiconfigurationmanager.cxx174 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()
[all …]
H A Duiconfigurationmanagerimpl.hxx152 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
/AOO42X/main/vbahelper/source/vbahelper/ !
H A Dvbacommandbarcontrol.cxx31xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess… in ScVbaCommandBarControl() argument
35xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess… in ScVbaCommandBarControl() argument
206xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess… in ScVbaCommandBarPopup() argument
232xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess… in ScVbaCommandBarButton() argument
H A Dvbacommandbarhelper.cxx136 …css::uno::Reference< css::container::XIndexAccess > xSettings( m_xAppCfgMgr->createSettings( ), un… in getSettings() local
137 return xSettings; in getSettings()
151 …ResourceUrl, const css::uno::Reference< css::container::XIndexAccess >& xSettings, sal_Bool bTempo… in ApplyChange() argument
155 m_xDocCfgMgr->replaceSettings( sResourceUrl, xSettings ); in ApplyChange()
159 m_xDocCfgMgr->insertSettings( sResourceUrl, xSettings ); in ApplyChange()
H A Dvbacommandbarcontrol.hxx53 …>& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHe…
54 …>& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHe…
85 …>& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHe…
100 …>& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHe…
H A Dvbacommandbarhelper.hxx89 …ResourceUrl, const css::uno::Reference< css::container::XIndexAccess >& xSettings, sal_Bool bTempo…
/AOO42X/main/sw/source/ui/utlui/ !
H A Dunotools.cxx236 uno::Reference< view::XViewSettingsSupplier > xSettings(_xController, uno::UNO_QUERY); in IMPL_LINK() local
237 uno::Reference< beans::XPropertySet > xViewProps = xSettings->getViewSettings(); in IMPL_LINK()
428 uno::Reference< view::XViewSettingsSupplier > xSettings(_xController, uno::UNO_QUERY); in CreatePopup() local
429 uno::Reference< beans::XPropertySet > xViewProps = xSettings->getViewSettings(); in CreatePopup()
461 uno::Reference< view::XViewSettingsSupplier > xSettings(_xController, uno::UNO_QUERY); in IMPL_LINK() local
462 uno::Reference< beans::XPropertySet > xViewProps = xSettings->getViewSettings(); in IMPL_LINK()
/AOO42X/main/framework/source/helper/ !
H A Duiconfigelementwrapperbase.cxx494 void SAL_CALL UIConfigElementWrapperBase::setSettings( const Reference< XIndexAccess >& xSettings )… in setSettings() argument
501 if ( xSettings.is() ) in setSettings()
504 Reference< XIndexReplace > xReplace( xSettings, UNO_QUERY ); in setSettings()
506 …< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemContainer( xSettings ) ), UNO_QUERY ); in setSettings()
508 m_xConfigData = xSettings; in setSettings()
/AOO42X/main/dbaccess/source/core/misc/ !
H A DContainerMediator.cxx220 … Reference< XPropertySet > xSettings( m_xSettings->getByName( _rName ), UNO_QUERY_THROW ); in impl_initSettings_nothrow() local
221 ::comphelper::copyProperties( xSettings, _rxDestination ); in impl_initSettings_nothrow()
/AOO42X/main/connectivity/source/commontools/ !
H A Ddbtools2.cxx563 Reference< XPropertySet > xSettings( in getBooleanDataSourceSetting() local
567 …OSL_VERIFY( xSettings->getPropertyValue( ::rtl::OUString::createFromAscii( _pAsciiSettingName ) ) … in getBooleanDataSourceSetting()
587 const Reference< XPropertySet > xSettings( in getDataSourceSetting() local
592 _rSettingsValue = xSettings->getPropertyValue( _sAsciiSettingsName ); in getDataSourceSetting()
/AOO42X/main/cui/source/customize/ !
H A Dcfg.cxx4292 uno::Reference< container::XIndexAccess > xSettings( in ApplyToolbar() local
4296 xSettings, uno::UNO_QUERY ); in ApplyToolbar()
4299 xSettings, uno::UNO_QUERY ); in ApplyToolbar()
4304 xSettings, uno::UNO_QUERY ); in ApplyToolbar()
4318 pToolbar->GetCommand(), xSettings ); in ApplyToolbar()
4323 pToolbar->GetCommand(), xSettings ); in ApplyToolbar()
4348 xSettings( GetConfigManager()->createSettings(), uno::UNO_QUERY ); in CreateToolbar() local
4351 xIndexContainer ( xSettings, uno::UNO_QUERY ); in CreateToolbar()
4354 xPropertySet( xSettings, uno::UNO_QUERY ); in CreateToolbar()
4362 GetConfigManager()->insertSettings( pToolbar->GetCommand(), xSettings ); in CreateToolbar()
/AOO42X/main/sw/source/ui/dbui/ !
H A Dmmlayoutpage.cxx698 Reference< XViewSettingsSupplier > xSettings(xModel->getCurrentController(), UNO_QUERY); in IMPL_LINK() local
699 m_xViewProperties = xSettings->getViewSettings(); in IMPL_LINK()
H A Ddbinsdlg.cxx1296 Reference< XPropertySet > xSettings = xSuppl->getNumberFormatSettings(); in DataToDoc() local
1297 Any aNull = xSettings->getPropertyValue(C2U("NullDate")); in DataToDoc()
H A Ddbmgr.cxx263 uno::Reference< XPropertySet > xSettings = xSuppl->getNumberFormatSettings(); in lcl_InitNumberFormatter() local
264 Any aNull = xSettings->getPropertyValue(C2U("NullDate")); in lcl_InitNumberFormatter()
/AOO42X/main/framework/inc/uiconfiguration/ !
H A Duiconfigurationmanager.hxx150 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
H A Dmoduleuiconfigurationmanager.hxx162 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
/AOO42X/main/writerfilter/source/dmapper/ !
H A DDomainMapper_Impl.cxx224 uno::Reference< beans::XPropertySet > xSettings = GetDocumentSettings(); in SetDocumentSettingsProperty() local
225 if( xSettings.is() ) in SetDocumentSettingsProperty()
229 xSettings->setPropertyValue( rPropName, rValue ); in SetDocumentSettingsProperty()
/AOO42X/main/sfx2/source/appl/ !
H A Dnewhelp.cxx3172 Reference < XViewSettingsSupplier > xSettings( xController, UNO_QUERY ); in openDone() local
3173 Reference < XPropertySet > xViewProps = xSettings->getViewSettings(); in openDone()