Searched refs:rElementType (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/cppu/inc/com/sun/star/uno/ |
H A D | Type.hxx | 198 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType1() local 203 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType1() 215 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType2() local 221 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType2() 233 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType3() local 240 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType3() 252 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType4() local 260 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType4() 272 const ::com::sun::star::uno::Type & rElementType = in getCppuArrayType5() local 281 & ::com::sun::star::uno::Array< T >::s_pType, rElementType.getTypeLibType(), in getCppuArrayType5() [all …]
|
H A D | Sequence.hxx | 268 SAL_CALL getCppuSequenceType( const ::com::sun::star::uno::Type & rElementType ) in getCppuSequenceType() argument 275 rElementType.getTypeLibType() ); in getCppuSequenceType() 294 const ::com::sun::star::uno::Type & rElementType = ::getCharCppuType(); in getCharSequenceCppuType() local 297 rElementType.getTypeLibType() ); in getCharSequenceCppuType()
|
H A D | Sequence.h | 272 SAL_CALL getCppuSequenceType( const ::com::sun::star::uno::Type & rElementType )
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanager.cxx | 386 switch( rElementType.nElementType ) in impl_storeElementTypeData() 446 rElementType.bModified = sal_False; in impl_storeElementTypeData() 706 UIElementType& rElementType = m_aUIElements[i]; in reset() local 907 UIElementType& rElementType = m_aUIElements[nElementType]; in replaceSettings() local 908 rElementType.bModified = true; in replaceSettings() 966 rElementType.bModified = true; in removeSettings() 1032 UIElementType& rElementType = m_aUIElements[nElementType]; in insertSettings() local 1033 rElementType.bModified = true; in insertSettings() 1254 UIElementType& rElementType = m_aUIElements[i]; in store() local 1257 if ( rElementType.bModified && xStorage.is() ) in store() [all …]
|
H A D | moduleuiconfigurationmanager.cxx | 438 UIElementDataHashMap& rHashMap = rElementType.aElementsHashMap; in impl_storeElementTypeData() 458 switch( rElementType.nElementType ) in impl_storeElementTypeData() 518 rElementType.bModified = sal_False; in impl_storeElementTypeData() 1132 rElementType.bModified = true; in replaceSettings() 1171 rElementType.bModified = true; in replaceSettings() 1241 rElementType.bModified = true; in removeSettings() 1321 rElementType.bModified = true; in insertSettings() 1323 UIElementDataHashMap& rElements = rElementType.aElementsHashMap; in insertSettings() 1528 if ( rElementType.bModified && xStorage.is() ) in store() 1530 impl_storeElementTypeData( xStorage, rElementType ); in store() [all …]
|
H A D | uiconfigurationmanagerimpl.cxx | 411 UIElementDataHashMap& rHashMap = rElementType.aElementsHashMap; in impl_storeElementTypeData() 431 switch( rElementType.nElementType ) in impl_storeElementTypeData() 491 rElementType.bModified = sal_False; in impl_storeElementTypeData() 1099 rElementType.bModified = true; in replaceSettings() 1137 rElementType.bModified = true; in replaceSettings() 1139 UIElementDataHashMap& rElements = rElementType.aElementsHashMap; in replaceSettings() 1206 rElementType.bModified = true; in removeSettings() 1294 rElementType.bModified = true; in insertSettings() 1612 if ( rElementType.bModified && xStorage.is() ) in store() 1614 impl_storeElementTypeData( xStorage, rElementType ); in store() [all …]
|
H A D | uiconfigurationmanagerimpl.hxx | 186 …Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType, bool bResetMod…
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | collectionbase.cxx | 85 …t ::std::vector< uno::Reference< container::XNamed > >& rElements, const uno::Type& rElementType ); 86 …eToContainer( const ::std::vector< beans::NamedValue >& rElements, const uno::Type& rElementType ); 109 … ::std::vector< uno::Reference< container::XNamed > >& rElements, const uno::Type& rElementType ) : in SequenceToContainer() argument 110 maElementType( rElementType ) in SequenceToContainer() 126 …ToContainer( const ::std::vector< beans::NamedValue >& rElements, const uno::Type& rElementType ) : in SequenceToContainer() argument 127 maElementType( rElementType ) in SequenceToContainer() 186 CollectionBase::CollectionBase( const uno::Type& rElementType ) : in CollectionBase() argument 187 maElementType( rElementType ), in CollectionBase()
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | collectionbase.hxx | 73 CollectionBase( const css::uno::Type& rElementType );
|
/aoo4110/main/framework/inc/uiconfiguration/ |
H A D | uiconfigurationmanager.hxx | 184 …eference< com::sun::star::embed::XStorage >& xStorage, UIElementType& rElementType, bool bResetMod…
|
H A D | moduleuiconfigurationmanager.hxx | 196 …Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType, bool bResetMod…
|
Completed in 129 milliseconds