LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
MSWordStyles::MapEntry Struct Reference
Collaboration diagram for MSWordStyles::MapEntry:
[legend]

Public Member Functions

 MapEntry ()=default
 
 MapEntry (const SwFormat *f)
 
 MapEntry (const SwNumRule *r)
 

Public Attributes

const SwFormatformat = nullptr
 
const SwNumRulenum_rule = nullptr
 
sal_uInt16 ww_id = ww::stiUser
 We need to build style id's for DOCX export; ideally we should roundtrip that, but this is good enough. More...
 
OUString ww_name
 
OString style_id
 

Detailed Description

Definition at line 1587 of file wrtww8.hxx.

Constructor & Destructor Documentation

◆ MapEntry() [1/3]

MSWordStyles::MapEntry::MapEntry ( )
default

◆ MapEntry() [2/3]

MSWordStyles::MapEntry::MapEntry ( const SwFormat f)
inline

Definition at line 1597 of file wrtww8.hxx.

References MSWordStyles::GetWWId(), and ww_id.

◆ MapEntry() [3/3]

MSWordStyles::MapEntry::MapEntry ( const SwNumRule r)
inline

Definition at line 1598 of file wrtww8.hxx.

Member Data Documentation

◆ format

const SwFormat* MSWordStyles::MapEntry::format = nullptr

Definition at line 1589 of file wrtww8.hxx.

◆ num_rule

const SwNumRule* MSWordStyles::MapEntry::num_rule = nullptr

Definition at line 1590 of file wrtww8.hxx.

◆ style_id

OString MSWordStyles::MapEntry::style_id

Definition at line 1594 of file wrtww8.hxx.

◆ ww_id

sal_uInt16 MSWordStyles::MapEntry::ww_id = ww::stiUser

We need to build style id's for DOCX export; ideally we should roundtrip that, but this is good enough.

Definition at line 1592 of file wrtww8.hxx.

Referenced by MapEntry().

◆ ww_name

OUString MSWordStyles::MapEntry::ww_name

Definition at line 1593 of file wrtww8.hxx.


The documentation for this struct was generated from the following file: