Home
last modified time | relevance | path

Searched refs:rElementType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx198 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 DSequence.hxx268 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 DSequence.h272 SAL_CALL getCppuSequenceType( const ::com::sun::star::uno::Type & rElementType )
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx386 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 Dmoduleuiconfigurationmanager.cxx438 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 Duiconfigurationmanagerimpl.cxx411 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 Duiconfigurationmanagerimpl.hxx186 …Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType, bool bResetMod…
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx85 …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()
/trunk/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx73 CollectionBase( const css::uno::Type& rElementType );
/trunk/main/framework/inc/uiconfiguration/
H A Duiconfigurationmanager.hxx184 …eference< com::sun::star::embed::XStorage >& xStorage, UIElementType& rElementType, bool bResetMod…
H A Dmoduleuiconfigurationmanager.hxx196 …Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType, bool bResetMod…

Completed in 68 milliseconds