LibreOffice Module sw (master)
1
|
#include <msfilter.hxx>
Public Types | |
typedef std::pair< C *, bool > | StyleResult |
Public Member Functions | |
StyleMapperImpl (SwDoc &rDoc) | |
StyleResult | GetStyle (const OUString &rName, ww::sti eSti) |
Private Member Functions | |
C * | MakeNonCollidingStyle (const OUString &rName) |
Private Attributes | |
MapperImpl< C > | maHelper |
o3tl::sorted_vector< const C * > | maUsedStyles |
Definition at line 47 of file msfilter.hxx.
typedef std::pair<C*, bool> myImplHelpers::StyleMapperImpl< C >::StyleResult |
Definition at line 246 of file writerwordglue.cxx.
|
inlineexplicit |
Definition at line 247 of file writerwordglue.cxx.
StyleMapperImpl< C >::StyleResult myImplHelpers::StyleMapperImpl< C >::GetStyle | ( | const OUString & | rName, |
ww::sti | eSti | ||
) |
Definition at line 253 of file writerwordglue.cxx.
|
private |
Definition at line 288 of file writerwordglue.cxx.
References aName, C, and SAL_MAX_INT32.
|
private |
Definition at line 242 of file writerwordglue.cxx.
|
private |
Definition at line 243 of file writerwordglue.cxx.