Home
last modified time | relevance | path

Searched refs:xElementTypeStorage (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx251 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_preloadUIElementTypeList() local
252 if ( xElementTypeStorage.is() ) in impl_preloadUIElementTypeList()
261 Reference< XNameAccess > xNameAccess( xElementTypeStorage, UNO_QUERY ); in impl_preloadUIElementTypeList()
304 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_requestUIElementData() local
305 if ( xElementTypeStorage.is() && aUIElementData.aName.getLength() ) in impl_requestUIElementData()
682 Reference< XStorage > xElementTypeStorage; in impl_Initialize() local
706 m_aUIElements[LAYER_USERDEFINED][i].xStorage = xElementTypeStorage; in impl_Initialize()
719 Reference< XStorage > xElementTypeStorage; in impl_Initialize() local
724 xNameAccess->getByName( sName ) >>= xElementTypeStorage; in impl_Initialize()
732 m_aUIElements[LAYER_DEFAULT][i].xStorage = xElementTypeStorage; in impl_Initialize()
[all …]
H A Duiconfigurationmanagerimpl.cxx221 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_preloadUIElementTypeList() local
222 if ( xElementTypeStorage.is() ) in impl_preloadUIElementTypeList()
231 Reference< XNameAccess > xNameAccess( xElementTypeStorage, UNO_QUERY ); in impl_preloadUIElementTypeList()
273 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_requestUIElementData() local
274 if ( xElementTypeStorage.is() && aUIElementData.aName.getLength() ) in impl_requestUIElementData()
655 Reference< XStorage > xElementTypeStorage; in impl_Initialize() local
659 xElementTypeStorage = m_pStorageHandler[i]->getWorkingStorageUser(); in impl_Initialize()
679 m_aUIElements[LAYER_USERDEFINED][i].xStorage = xElementTypeStorage; in impl_Initialize()
698 Reference< XStorage > xElementTypeStorage; in impl_Initialize() local
709 m_aUIElements[LAYER_DEFAULT][i].xStorage = xElementTypeStorage; in impl_Initialize()
[all …]
H A Duiconfigurationmanager.cxx194 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_preloadUIElementTypeList() local
195 if ( xElementTypeStorage.is() ) in impl_preloadUIElementTypeList()
204 Reference< XNameAccess > xNameAccess( xElementTypeStorage, UNO_QUERY ); in impl_preloadUIElementTypeList()
241 Reference< XStorage > xElementTypeStorage = rElementTypeData.xStorage; in impl_requestUIElementData() local
242 if ( xElementTypeStorage.is() && aUIElementData.aName.getLength() ) in impl_requestUIElementData()
246 …Reference< XStream > xStream = xElementTypeStorage->openStreamElement( aUIElementData.aName, Eleme… in impl_requestUIElementData()
560 Reference< XStorage > xElementTypeStorage; in impl_Initialize() local
563xElementTypeStorage = m_xDocConfigStorage->openStorageElement( rtl::OUString::createFromAscii( UIE… in impl_Initialize()
583 m_aUIElements[i].xStorage = xElementTypeStorage; in impl_Initialize()
1287 Reference< XStorage > xElementTypeStorage( Storage->openStorageElement( in storeToStorage() local
[all …]

Completed in 218 milliseconds