|
LibreOffice Module writerfilter (master) 1
|
#include "StyleSheetTable.hxx"#include "util.hxx"#include "ConversionHelper.hxx"#include "TblStylePrHandler.hxx"#include "TagLogger.hxx"#include "BorderHandler.hxx"#include "LatentStyleHandler.hxx"#include <ooxml/resourceids.hxx>#include <utility>#include <vector>#include <iterator>#include <com/sun/star/beans/XMultiPropertySet.hpp>#include <com/sun/star/beans/XPropertyState.hpp>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/container/XEnumerationAccess.hpp>#include <com/sun/star/container/XNameContainer.hpp>#include <com/sun/star/container/XIndexReplace.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/text/XTextDocument.hpp>#include <com/sun/star/text/XTextFramesSupplier.hpp>#include <com/sun/star/text/XTextTable.hpp>#include <com/sun/star/style/NumberingType.hpp>#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>#include <com/sun/star/style/XStyle.hpp>#include <com/sun/star/style/ParagraphAdjust.hpp>#include <com/sun/star/text/WritingMode.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <map>#include <osl/diagnose.h>#include <rtl/ustrbuf.hxx>#include <sal/log.hxx>#include <comphelper/propertyvalue.hxx>#include <comphelper/string.hxx>#include <comphelper/sequence.hxx>#include <comphelper/diagnose_ex.hxx>#include <o3tl/sorted_vector.hxx>Go to the source code of this file.
Classes | |
| struct | writerfilter::dmapper::StyleSheetTable_Impl |
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::dmapper |
Functions | |
| static void | writerfilter::dmapper::lcl_mergeProps (const PropertyMapPtr &pToFill, const PropertyMapPtr &pToAdd, TblStyleType nStyleId) |
| PropertyValueVector_t aPropertyValues |
Definition at line 261 of file StyleSheetTable.cxx.
Referenced by writerfilter::dmapper::TextEffectsHandler::GetTextFillSolidFillAlpha().
|
private |
Definition at line 863 of file StyleSheetTable.cxx.
Referenced by writerfilter::dmapper::PropertyMap::GetPropertyValues(), and writerfilter::dmapper::PropertyMap::Invalidate().
| OUString sCharStyleName |
Definition at line 260 of file StyleSheetTable.cxx.
Referenced by writerfilter::dmapper::DomainMapper_Impl::GetPropertyFromCharStyleSheet().