Home
last modified time | relevance | path

Searched refs:xConfigPersistence (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx169 …uno::Reference< css::ui::XUIConfigurationPersistence > xConfigPersistence( m_xDocCfgMgr, uno::UNO_… in persistChanges() local
171 if( xConfigPersistence->isModified() ) in persistChanges()
173 xConfigPersistence->store(); in persistChanges()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1044 xConfigPersistence( xManager, uno::UNO_QUERY ); in PersistChanges() local
1046 if ( xConfigPersistence->isModified() ) in PersistChanges()
1048 xConfigPersistence->store(); in PersistChanges()
5385 xConfigPersistence( m_xImportedImageManager, uno::UNO_QUERY ); in IMPL_LINK() local
5386 if ( xConfigPersistence.is() && xConfigPersistence->isModified() ) in IMPL_LINK()
5388 xConfigPersistence->store(); in IMPL_LINK()
5631 xConfigPersistence( m_xImportedImageManager, uno::UNO_QUERY ); in ImportGraphic() local
5633 if ( xConfigPersistence.is() && xConfigPersistence->isModified() ) in ImportGraphic()
5635 xConfigPersistence->store(); in ImportGraphic()

Completed in 60 milliseconds