

Public Member Functions | |
| SvxXMLListLevelStyleContext_Impl (SvXMLImport &rImport, sal_uInt16 nPrfx, const OUString &rLName, const Reference< xml::sax::XAttributeList > &xAttrList) | |
| virtual | ~SvxXMLListLevelStyleContext_Impl () |
| virtual SvXMLImportContext * | CreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const Reference< xml::sax::XAttributeList > &xAttrList) |
| sal_Int32 | GetLevel () const |
| Sequence< beans::PropertyValue > | GetProperties (const SvI18NMap *pI18NMap=0) |
| void | SetPosAndSpaceMode (sal_Int16 eValue) |
| void | SetLabelFollowedBy (sal_Int16 eValue) |
| void | SetListtabStopPosition (sal_Int32 nValue) |
| void | SetFirstLineIndent (sal_Int32 nValue) |
| void | SetIndentAt (sal_Int32 nValue) |
Private Member Functions | |
| void | SetRelSize (sal_Int16 nRel) |
| void | SetColor (sal_Int32 _aColor) |
| void | SetSpaceBefore (sal_Int32 nSet) |
| void | SetMinLabelWidth (sal_Int32 nSet) |
| void | SetMinLabelDist (sal_Int32 nSet) |
| void | SetAdjust (sal_Int16 eSet) |
| void | SetBulletFontName (const OUString &rSet) |
| void | SetBulletFontStyleName (const OUString &rSet) |
| void | SetBulletFontFamily (sal_Int16 eSet) |
| void | SetBulletFontPitch (sal_Int16 eSet) |
| void | SetBulletFontEncoding (rtl_TextEncoding eSet) |
| void | SetImageWidth (sal_Int32 nSet) |
| void | SetImageHeight (sal_Int32 nSet) |
| void | SetImageVertOrient (sal_Int16 eSet) |
Private Attributes | |
| const OUString | sStarBats |
| const OUString | sStarMath |
| OUString | sPrefix |
| OUString | sSuffix |
| OUString | sTextStyleName |
| OUString | sNumFormat |
| OUString | sNumLetterSync |
| OUString | sBulletFontName |
| OUString | sBulletFontStyleName |
| OUString | sImageURL |
| Reference< XOutputStream > | xBase64Stream |
| sal_Int32 | nLevel |
| sal_Int32 | nSpaceBefore |
| sal_Int32 | nMinLabelWidth |
| sal_Int32 | nMinLabelDist |
| sal_Int32 | nImageWidth |
| sal_Int32 | nImageHeight |
| sal_Int16 | nNumStartValue |
| sal_Int16 | nNumDisplayLevels |
| sal_Int16 | eAdjust |
| sal_Int16 | eBulletFontFamily |
| sal_Int16 | eBulletFontPitch |
| rtl_TextEncoding | eBulletFontEncoding |
| sal_Int16 | eImageVertOrient |
| sal_Unicode | cBullet |
| sal_Int16 | nRelSize |
| Color | aColor |
| sal_Int16 | ePosAndSpaceMode |
| sal_Int16 | eLabelFollowedBy |
| sal_Int32 | nListtabStopPosition |
| sal_Int32 | nFirstLineIndent |
| sal_Int32 | nIndentAt |
| sal_Bool | bBullet: 1 |
| sal_Bool | bImage: 1 |
| sal_Bool | bNum: 1 |
| sal_Bool | bHasColor: 1 |
Friends | |
| class | SvxXMLListLevelStyleAttrContext_Impl |
Definition at line 206 of file xmlnumi.cxx.
| SvxXMLListLevelStyleContext_Impl::SvxXMLListLevelStyleContext_Impl | ( | SvXMLImport & | rImport, | |
| sal_uInt16 | nPrfx, | |||
| const OUString & | rLName, | |||
| const Reference< xml::sax::XAttributeList > & | xAttrList | |||
| ) |
Definition at line 316 of file xmlnumi.cxx.
References aTokenMap, bBullet, bImage, bNum, cBullet, FAMILY_DONTKNOW, SvXMLTokenMap::Get(), SvXMLImportContext::GetImport(), SvXMLNamespaceMap::GetKeyByAttrName(), SvXMLImport::GetNamespaceMap(), xmloff::token::IsXMLToken(), lcl_getLevelAttrTokenMap(), nLevel, nNumDisplayLevels, nNumStartValue, OUString, PITCH_DONTKNOW, sImageURL, sNumFormat, sNumLetterSync, sPrefix, sSuffix, sTextStyleName, xmloff::token::XML_LIST_LEVEL_STYLE_BULLET, xmloff::token::XML_LIST_LEVEL_STYLE_IMAGE, xmloff::token::XML_LIST_LEVEL_STYLE_NUMBER, xmloff::token::XML_OUTLINE_LEVEL_STYLE, XML_TOK_TEXT_LEVEL_ATTR_ACTUATE, XML_TOK_TEXT_LEVEL_ATTR_BULLET_CHAR, XML_TOK_TEXT_LEVEL_ATTR_DISPLAY_LEVELS, XML_TOK_TEXT_LEVEL_ATTR_HREF, XML_TOK_TEXT_LEVEL_ATTR_LEVEL, XML_TOK_TEXT_LEVEL_ATTR_NUM_FORMAT, XML_TOK_TEXT_LEVEL_ATTR_NUM_LETTER_SYNC, XML_TOK_TEXT_LEVEL_ATTR_NUM_PREFIX, XML_TOK_TEXT_LEVEL_ATTR_NUM_SUFFIX, XML_TOK_TEXT_LEVEL_ATTR_SHOW, XML_TOK_TEXT_LEVEL_ATTR_START_VALUE, XML_TOK_TEXT_LEVEL_ATTR_STYLE_NAME, and XML_TOK_TEXT_LEVEL_ATTR_TYPE.
| SvxXMLListLevelStyleContext_Impl::~SvxXMLListLevelStyleContext_Impl | ( | ) | [virtual] |
Definition at line 432 of file xmlnumi.cxx.
| void SvxXMLListLevelStyleContext_Impl::SetRelSize | ( | sal_Int16 | nRel | ) | [inline, private] |
Definition at line 256 of file xmlnumi.cxx.
References nRelSize.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetColor | ( | sal_Int32 | _aColor | ) | [inline, private] |
Definition at line 257 of file xmlnumi.cxx.
References aColor, and bHasColor.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetSpaceBefore | ( | sal_Int32 | nSet | ) | [inline, private] |
Definition at line 258 of file xmlnumi.cxx.
References nSpaceBefore.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetMinLabelWidth | ( | sal_Int32 | nSet | ) | [inline, private] |
Definition at line 259 of file xmlnumi.cxx.
References nMinLabelWidth.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetMinLabelDist | ( | sal_Int32 | nSet | ) | [inline, private] |
Definition at line 260 of file xmlnumi.cxx.
References nMinLabelDist.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetAdjust | ( | sal_Int16 | eSet | ) | [inline, private] |
Definition at line 261 of file xmlnumi.cxx.
References eAdjust.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetBulletFontName | ( | const OUString & | rSet | ) | [inline, private] |
Definition at line 263 of file xmlnumi.cxx.
References sBulletFontName.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetBulletFontStyleName | ( | const OUString & | rSet | ) | [inline, private] |
Definition at line 264 of file xmlnumi.cxx.
References sBulletFontStyleName.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetBulletFontFamily | ( | sal_Int16 | eSet | ) | [inline, private] |
Definition at line 266 of file xmlnumi.cxx.
References eBulletFontFamily.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetBulletFontPitch | ( | sal_Int16 | eSet | ) | [inline, private] |
Definition at line 267 of file xmlnumi.cxx.
References eBulletFontPitch.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetBulletFontEncoding | ( | rtl_TextEncoding | eSet | ) | [inline, private] |
Definition at line 268 of file xmlnumi.cxx.
References eBulletFontEncoding.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetImageWidth | ( | sal_Int32 | nSet | ) | [inline, private] |
Definition at line 271 of file xmlnumi.cxx.
References nImageWidth.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetImageHeight | ( | sal_Int32 | nSet | ) | [inline, private] |
Definition at line 272 of file xmlnumi.cxx.
References nImageHeight.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetImageVertOrient | ( | sal_Int16 | eSet | ) | [inline, private] |
Definition at line 273 of file xmlnumi.cxx.
References eImageVertOrient.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| SvXMLImportContext * SvxXMLListLevelStyleContext_Impl::CreateChildContext | ( | sal_uInt16 | nPrefix, | |
| const OUString & | rLocalName, | |||
| const Reference< xml::sax::XAttributeList > & | xAttrList | |||
| ) | [virtual] |
Definition at line 436 of file xmlnumi.cxx.
References bImage, SvXMLImportContext::GetImport(), SvXMLImport::GetStreamForGraphicObjectURLFromBase64(), xmloff::token::IsXMLToken(), sImageURL, SvXMLImportContext::SvXMLImportContext(), SvxXMLListLevelStyleAttrContext_Impl, xBase64Stream, xmloff::token::XML_BINARY_DATA, xmloff::token::XML_LIST_LEVEL_PROPERTIES, and xmloff::token::XML_TEXT_PROPERTIES.
| sal_Int32 SvxXMLListLevelStyleContext_Impl::GetLevel | ( | ) | const [inline] |
| Sequence< beans::PropertyValue > SvxXMLListLevelStyleContext_Impl::GetProperties | ( | const SvI18NMap * | pI18NMap = 0 |
) |
Definition at line 471 of file xmlnumi.cxx.
References aColor, bBullet, bHasColor, bImage, bNum, cBullet, SvXMLUnitConverter::convertNumFormat(), SvXMLImport::ConvStarBatsCharToStarSymbol(), SvXMLImport::ConvStarMathCharToStarSymbol(), eAdjust, eBulletFontEncoding, eBulletFontFamily, eBulletFontPitch, eImageVertOrient, eLabelFollowedBy, ePosAndSpaceMode, SvI18NMap::Get(), SvXMLImportContext::GetImport(), SvXMLImport::GetMM100UnitConverter(), SvXMLImport::GetStyleDisplayName(), nFirstLineIndent, nImageHeight, nImageWidth, nIndentAt, nListtabStopPosition, nMinLabelDist, nMinLabelWidth, nNumDisplayLevels, nNumStartValue, nRelSize, nSpaceBefore, OUString, SvXMLImport::ResolveGraphicObjectURL(), SvXMLImport::ResolveGraphicObjectURLFromBase64(), sBulletFontName, sBulletFontStyleName, sImageURL, sNumFormat, sNumLetterSync, sPrefix, sStarBats, sStarMath, sSuffix, sTextStyleName, WEIGHT_DONTKNOW, xBase64Stream, XML_STYLE_FAMILY_TEXT_TEXT, XML_UNO_NAME_NRULE_ADJUST, XML_UNO_NAME_NRULE_BULLET_CHAR, XML_UNO_NAME_NRULE_BULLET_COLOR, XML_UNO_NAME_NRULE_BULLET_FONT, XML_UNO_NAME_NRULE_BULLET_RELSIZE, XML_UNO_NAME_NRULE_CHAR_STYLE_NAME, XML_UNO_NAME_NRULE_FIRST_LINE_INDENT, XML_UNO_NAME_NRULE_FIRST_LINE_OFFSET, XML_UNO_NAME_NRULE_GRAPHIC_SIZE, XML_UNO_NAME_NRULE_GRAPHICURL, XML_UNO_NAME_NRULE_INDENT_AT, XML_UNO_NAME_NRULE_LABEL_FOLLOWED_BY, XML_UNO_NAME_NRULE_LEFT_MARGIN, XML_UNO_NAME_NRULE_LISTTAB_STOP_POSITION, XML_UNO_NAME_NRULE_NUMBERINGTYPE, XML_UNO_NAME_NRULE_PARENT_NUMBERING, XML_UNO_NAME_NRULE_POSITION_AND_SPACE_MODE, XML_UNO_NAME_NRULE_PREFIX, XML_UNO_NAME_NRULE_START_WITH, XML_UNO_NAME_NRULE_SUFFIX, XML_UNO_NAME_NRULE_SYMBOL_TEXT_DISTANCE, and XML_UNO_NAME_NRULE_VERT_ORIENT.
| void SvxXMLListLevelStyleContext_Impl::SetPosAndSpaceMode | ( | sal_Int16 | eValue | ) | [inline] |
Definition at line 293 of file xmlnumi.cxx.
References ePosAndSpaceMode.
Referenced by SvxXMLListLevelStyleAttrContext_Impl::SvxXMLListLevelStyleAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetLabelFollowedBy | ( | sal_Int16 | eValue | ) | [inline] |
Definition at line 297 of file xmlnumi.cxx.
References eLabelFollowedBy.
Referenced by SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl::SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetListtabStopPosition | ( | sal_Int32 | nValue | ) | [inline] |
Definition at line 301 of file xmlnumi.cxx.
References nListtabStopPosition.
Referenced by SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl::SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetFirstLineIndent | ( | sal_Int32 | nValue | ) | [inline] |
Definition at line 305 of file xmlnumi.cxx.
References nFirstLineIndent.
Referenced by SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl::SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl().
| void SvxXMLListLevelStyleContext_Impl::SetIndentAt | ( | sal_Int32 | nValue | ) | [inline] |
Definition at line 309 of file xmlnumi.cxx.
References nIndentAt.
Referenced by SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl::SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl().
friend class SvxXMLListLevelStyleAttrContext_Impl [friend] |
const OUString SvxXMLListLevelStyleContext_Impl::sStarBats [private] |
const OUString SvxXMLListLevelStyleContext_Impl::sStarMath [private] |
Definition at line 212 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Definition at line 213 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Definition at line 214 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Definition at line 215 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Definition at line 216 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Definition at line 218 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontStyleName().
Definition at line 219 of file xmlnumi.cxx.
Referenced by CreateChildContext(), GetProperties(), and SvxXMLListLevelStyleContext_Impl().
Reference< XOutputStream > SvxXMLListLevelStyleContext_Impl::xBase64Stream [private] |
Definition at line 221 of file xmlnumi.cxx.
Referenced by CreateChildContext(), and GetProperties().
sal_Int32 SvxXMLListLevelStyleContext_Impl::nLevel [private] |
Definition at line 223 of file xmlnumi.cxx.
Referenced by GetLevel(), and SvxXMLListLevelStyleContext_Impl().
sal_Int32 SvxXMLListLevelStyleContext_Impl::nSpaceBefore [private] |
sal_Int32 SvxXMLListLevelStyleContext_Impl::nMinLabelWidth [private] |
sal_Int32 SvxXMLListLevelStyleContext_Impl::nMinLabelDist [private] |
sal_Int32 SvxXMLListLevelStyleContext_Impl::nImageWidth [private] |
sal_Int32 SvxXMLListLevelStyleContext_Impl::nImageHeight [private] |
sal_Int16 SvxXMLListLevelStyleContext_Impl::nNumStartValue [private] |
Definition at line 229 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Int16 SvxXMLListLevelStyleContext_Impl::nNumDisplayLevels [private] |
Definition at line 230 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Int16 SvxXMLListLevelStyleContext_Impl::eAdjust [private] |
sal_Int16 SvxXMLListLevelStyleContext_Impl::eBulletFontFamily [private] |
Definition at line 233 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontFamily().
sal_Int16 SvxXMLListLevelStyleContext_Impl::eBulletFontPitch [private] |
Definition at line 234 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontPitch().
rtl_TextEncoding SvxXMLListLevelStyleContext_Impl::eBulletFontEncoding [private] |
Definition at line 235 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetBulletFontEncoding().
sal_Int16 SvxXMLListLevelStyleContext_Impl::eImageVertOrient [private] |
Definition at line 236 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetImageVertOrient().
sal_Unicode SvxXMLListLevelStyleContext_Impl::cBullet [private] |
Definition at line 238 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Int16 SvxXMLListLevelStyleContext_Impl::nRelSize [private] |
Color SvxXMLListLevelStyleContext_Impl::aColor [private] |
sal_Int16 SvxXMLListLevelStyleContext_Impl::ePosAndSpaceMode [private] |
Definition at line 244 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetPosAndSpaceMode().
sal_Int16 SvxXMLListLevelStyleContext_Impl::eLabelFollowedBy [private] |
Definition at line 245 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetLabelFollowedBy().
sal_Int32 SvxXMLListLevelStyleContext_Impl::nListtabStopPosition [private] |
Definition at line 246 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetListtabStopPosition().
sal_Int32 SvxXMLListLevelStyleContext_Impl::nFirstLineIndent [private] |
Definition at line 247 of file xmlnumi.cxx.
Referenced by GetProperties(), and SetFirstLineIndent().
sal_Int32 SvxXMLListLevelStyleContext_Impl::nIndentAt [private] |
sal_Bool SvxXMLListLevelStyleContext_Impl::bBullet [private] |
Definition at line 251 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Bool SvxXMLListLevelStyleContext_Impl::bImage [private] |
Definition at line 252 of file xmlnumi.cxx.
Referenced by CreateChildContext(), GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Bool SvxXMLListLevelStyleContext_Impl::bNum [private] |
Definition at line 253 of file xmlnumi.cxx.
Referenced by GetProperties(), and SvxXMLListLevelStyleContext_Impl().
sal_Bool SvxXMLListLevelStyleContext_Impl::bHasColor [private] |
1.5.6