Home
last modified time | relevance | path

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

/AOO41X/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 )
/AOO41X/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx364 …storeElementTypeData( Reference< XStorage >& xStorage, UIElementType& rElementType, bool bResetMod… in impl_storeElementTypeData() argument
366 UIElementDataHashMap& rHashMap = rElementType.aElementsHashMap; in impl_storeElementTypeData()
386 switch( rElementType.nElementType ) in impl_storeElementTypeData()
446 rElementType.bModified = sal_False; in impl_storeElementTypeData()
706 UIElementType& rElementType = m_aUIElements[i]; in reset() local
707 Reference< XStorage > xSubStorage( rElementType.xStorage, UNO_QUERY ); in reset()
907 UIElementType& rElementType = m_aUIElements[nElementType]; in replaceSettings() local
908 rElementType.bModified = true; in replaceSettings()
965 UIElementType& rElementType = m_aUIElements[nElementType]; in removeSettings() local
966 rElementType.bModified = true; in removeSettings()
[all …]
H A Duiconfigurationmanagerimpl.cxx409 …_storeElementTypeData( Reference< XStorage > xStorage, UIElementType& rElementType, bool bResetMod… in impl_storeElementTypeData() argument
411 UIElementDataHashMap& rHashMap = rElementType.aElementsHashMap; in impl_storeElementTypeData()
431 switch( rElementType.nElementType ) in impl_storeElementTypeData()
491 rElementType.bModified = sal_False; in impl_storeElementTypeData()
890 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][i]; in reset() local
891 Reference< XStorage > xSubStorage( rElementType.xStorage, UNO_QUERY ); in reset()
1098 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings() local
1099 rElementType.bModified = true; in replaceSettings()
1136 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings() local
1137 rElementType.bModified = true; in replaceSettings()
[all …]
H A Dmoduleuiconfigurationmanager.cxx436 …_storeElementTypeData( Reference< XStorage > xStorage, UIElementType& rElementType, bool bResetMod… in impl_storeElementTypeData() argument
438 UIElementDataHashMap& rHashMap = rElementType.aElementsHashMap; in impl_storeElementTypeData()
458 switch( rElementType.nElementType ) in impl_storeElementTypeData()
518 rElementType.bModified = sal_False; in impl_storeElementTypeData()
920 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][i]; in reset() local
921 Reference< XStorage > xSubStorage( rElementType.xStorage, UNO_QUERY ); in reset()
1131 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings() local
1132 rElementType.bModified = true; in replaceSettings()
1170 UIElementType& rElementType = m_aUIElements[LAYER_USERDEFINED][nElementType]; in replaceSettings() local
1171 rElementType.bModified = true; in replaceSettings()
[all …]
H A Duiconfigurationmanagerimpl.hxx186 …Reference< com::sun::star::embed::XStorage > xStorage, UIElementType& rElementType, bool bResetMod…
/AOO41X/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()
/AOO41X/main/vbahelper/inc/vbahelper/
H A Dcollectionbase.hxx73 CollectionBase( const css::uno::Type& rElementType );
/AOO41X/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…