Searched refs:pDataSettings (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/framework/source/uiconfiguration/ |
| H A D | uiconfigurationmanager.cxx | 169 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo() local 170 if ( pDataSettings && !pDataSettings->bDefault ) in impl_fillSequenceWithElementTypeInfo() 174 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() 835 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType, false ); in hasSettings() local 836 if ( pDataSettings && !pDataSettings->bDefault ) in hasSettings() 858 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in getSettings() local 859 if ( pDataSettings && !pDataSettings->bDefault ) in getSettings() 863 … XIndexAccess >( static_cast< OWeakObject * >( new RootItemContainer( pDataSettings->xSettings ) )… in getSettings() 865 return pDataSettings->xSettings; in getSettings() 889 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in replaceSettings() local [all …]
|
| H A D | uiconfigurationmanagerimpl.cxx | 148 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo() local 149 if ( pDataSettings && ( m_bUseDefault || !pDataSettings->bDefault )) in impl_fillSequenceWithElementTypeInfo() 153 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() 187 …UIElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType… in impl_fillSequenceWithElementTypeInfo() local 188 if ( pDataSettings ) in impl_fillSequenceWithElementTypeInfo() 192 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() 1025 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType, false ); in hasSettings() local 1026 if ( pDataSettings && ( m_bUseDefault || !pDataSettings->bDefault) ) in hasSettings() 1048 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in getSettings() local 1049 if ( pDataSettings && ( m_bUseDefault || !pDataSettings->bDefault) ) in getSettings() [all …]
|
| H A D | moduleuiconfigurationmanager.cxx | 179 …UIElementData* pDataSettings = impl_findUIElementData( pUserIter->second.aResourceURL, nElementTyp… in impl_fillSequenceWithElementTypeInfo() local 180 if ( pDataSettings ) in impl_fillSequenceWithElementTypeInfo() 184 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() 217 …UIElementData* pDataSettings = impl_findUIElementData( pDefIter->second.aResourceURL, nElementType… in impl_fillSequenceWithElementTypeInfo() local 218 if ( pDataSettings ) in impl_fillSequenceWithElementTypeInfo() 222 Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY ); in impl_fillSequenceWithElementTypeInfo() 1058 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType, false ); in hasSettings() local 1059 if ( pDataSettings ) in hasSettings() 1081 UIElementData* pDataSettings = impl_findUIElementData( ResourceURL, nElementType ); in getSettings() local 1082 if ( pDataSettings ) in getSettings() [all …]
|