Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/framework/inc/uiconfiguration/
H A Dmoduleuiconfigurationmanager.hxx162 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
H A Duiconfigurationmanager.hxx150 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
/trunk/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()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx416 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
427 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
570 aEvent.Element <<= rElement.xSettings; in impl_resetElementTypeData()
657 aRemoveEvent.Element <<= rElement.xSettings; in impl_reloadElementTypeData()
1088 return pDataSettings->xSettings; in getSettings()
1125 pDataSettings->xSettings = aNewData; in replaceSettings()
1164 aUIElementData.xSettings = aNewData; in replaceSettings()
1236 pDataSettings->xSettings.clear(); in removeSettings()
1315 aUIElementData.xSettings = aNewData; in insertSettings()
1459 if ( !pIter->second.xSettings.is() ) in getDefaultSettings()
[all …]
H A Duiconfigurationmanager.cxx354 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
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()
865 return pDataSettings->xSettings; in getSettings()
893 Reference< XIndexAccess > xOldSettings = pDataSettings->xSettings; in replaceSettings()
900 pDataSettings->xSettings = aNewData; in replaceSettings()
920 aEvent.Element <<= pDataSettings->xSettings; in replaceSettings()
961 pDataSettings->xSettings.clear(); in removeSettings()
[all …]
H A Duiconfigurationmanagerimpl.cxx386 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
399 if ( !pIter->second.xSettings.is() && bLoad ) in impl_findUIElementData()
542 aEvent.Element <<= rElement.xSettings; in impl_resetElementTypeData()
630 aRemoveEvent.Element <<= rElement.xSettings; in impl_reloadElementTypeData()
1055 return pDataSettings->xSettings; in getSettings()
1092 pDataSettings->xSettings = aNewData; in replaceSettings()
1130 aUIElementData.xSettings = aNewData; in replaceSettings()
1201 pDataSettings->xSettings.clear(); in removeSettings()
1289 aUIElementData.xSettings = aNewData; in insertSettings()
1545 if ( !pIter->second.xSettings.is() ) in getDefaultSettings()
[all …]
H A Duiconfigurationmanagerimpl.hxx152 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > xSettings; member
/trunk/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()
/trunk/main/sw/source/ui/dbui/
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()
H A Dmmlayoutpage.cxx698 Reference< XViewSettingsSupplier > xSettings(xModel->getCurrentController(), UNO_QUERY); in IMPL_LINK() local
699 m_xViewProperties = xSettings->getViewSettings(); in IMPL_LINK()
/trunk/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()
/trunk/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 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.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 Dvbacommandbarhelper.hxx89 …ResourceUrl, const css::uno::Reference< css::container::XIndexAccess >& xSettings, sal_Bool bTempo…
/trunk/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()

Completed in 213 milliseconds