|
LibreOffice Module oox (master) 1
|
This is the complete list of members for oox::ContainerHelper, including all inherited members.
| getMapElement(const MapType &rMap, const typename MapType::key_type &rKey) | oox::ContainerHelper | static |
| getMapElement(const MapType &rMap, const typename MapType::key_type &rKey, const typename MapType::mapped_type &rDefault) | oox::ContainerHelper | static |
| getUnusedName(const css::uno::Reference< css::container::XNameAccess > &rxNameAccess, const OUString &rSuggestedName, sal_Unicode cSeparator) | oox::ContainerHelper | static |
| getVectorElement(const VectorType &rVector, sal_Int32 nIndex) | oox::ContainerHelper | static |
| getVectorElement(const VectorType &rVector, sal_Int32 nIndex, const typename VectorType::value_type &rDefault) | oox::ContainerHelper | static |
| getVectorElementAccess(VectorType &rVector, sal_Int32 nIndex) | oox::ContainerHelper | static |
| insertByName(const css::uno::Reference< css::container::XNameContainer > &rxNameContainer, const OUString &rName, const css::uno::Any &rObject) | oox::ContainerHelper | static |
| insertByUnusedName(const css::uno::Reference< css::container::XNameContainer > &rxNameContainer, const OUString &rSuggestedName, sal_Unicode cSeparator, const css::uno::Any &rObject) | oox::ContainerHelper | static |
| matrixToSequenceSequence(const MatrixType &rMatrix) | oox::ContainerHelper | static |