Searched refs:xConfigPersistence (Results 1 – 2 of 2) sorted by relevance
169 …uno::Reference< css::ui::XUIConfigurationPersistence > xConfigPersistence( m_xDocCfgMgr, uno::UNO_… in persistChanges() local171 if( xConfigPersistence->isModified() ) in persistChanges()173 xConfigPersistence->store(); in persistChanges()
1044 xConfigPersistence( xManager, uno::UNO_QUERY ); in PersistChanges() local1046 if ( xConfigPersistence->isModified() ) in PersistChanges()1048 xConfigPersistence->store(); in PersistChanges()5385 xConfigPersistence( m_xImportedImageManager, uno::UNO_QUERY ); in IMPL_LINK() local5386 if ( xConfigPersistence.is() && xConfigPersistence->isModified() ) in IMPL_LINK()5388 xConfigPersistence->store(); in IMPL_LINK()5631 xConfigPersistence( m_xImportedImageManager, uno::UNO_QUERY ); in ImportGraphic() local5633 if ( xConfigPersistence.is() && xConfigPersistence->isModified() ) in ImportGraphic()5635 xConfigPersistence->store(); in ImportGraphic()
Completed in 51 milliseconds