LibreOffice Module sw (master) 1
|
Public Types | |
typedef std::pair< C *, bool > | StyleResult |
Public Member Functions | |
StyleMapperImpl (SwDoc &rDoc) | |
StyleResult | GetStyle (const OUString &rName, ww::sti eSti, std::map< OUString, sal_Int32 > &rCollisions) |
Private Member Functions | |
C * | MakeNonCollidingStyle (const OUString &rName, std::map< OUString, sal_Int32 > &rCollisions) |
Private Attributes | |
MapperImpl< C > | maHelper |
o3tl::sorted_vector< const C * > | maUsedStyles |
Definition at line 240 of file writerwordglue.cxx.
typedef std::pair<C*, bool> myImplHelpers::StyleMapperImpl< C >::StyleResult |
Definition at line 248 of file writerwordglue.cxx.
|
inlineexplicit |
Definition at line 249 of file writerwordglue.cxx.
StyleMapperImpl< C >::StyleResult myImplHelpers::StyleMapperImpl< C >::GetStyle | ( | const OUString & | rName, |
ww::sti | eSti, | ||
std::map< OUString, sal_Int32 > & | rCollisions | ||
) |
Definition at line 256 of file writerwordglue.cxx.
|
private |
Definition at line 292 of file writerwordglue.cxx.
References aName, C, and SAL_MAX_INT32.
|
private |
Definition at line 243 of file writerwordglue.cxx.
|
private |
Definition at line 244 of file writerwordglue.cxx.