Home
last modified time | relevance | path

Searched refs:nLabelFollowedBy (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalistlevel.cxx357 sal_Int16 nLabelFollowedBy= 0; in getTrailingCharacter() local
358 … pListHelper->getPropertyValueWithNameAndLevel( mnLevel, "LabelFollowedBy" ) >>= nLabelFollowedBy; in getTrailingCharacter()
360 return nLabelFollowedBy; in getTrailingCharacter()
365 sal_Int16 nLabelFollowedBy = static_cast<sal_Int16>(_trailingcharacter); in setTrailingCharacter() local
366 …->setPropertyValueWithNameAndLevel( mnLevel, "LabelFollowedBy", uno::makeAny( nLabelFollowedBy ) ); in setTrailingCharacter()
H A Dvbalistformat.cxx158 sal_Int16 nLabelFollowedBy = SAL_MAX_INT16; in ConvertNumbersToText() local
185 aLevelRule["LabelFollowedBy"] >>= nLabelFollowedBy; in ConvertNumbersToText()
208 nLabelFollowedBy = SvxNumberFormat::LabelFollowedBy::LISTTAB; in ConvertNumbersToText()
211 switch (nLabelFollowedBy) in ConvertNumbersToText()
283 if (nLabelFollowedBy == SvxNumberFormat::LabelFollowedBy::LISTTAB) in ConvertNumbersToText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbalistlevel.cxx359 sal_Int16 nLabelFollowedBy= 0; in getTrailingCharacter() local
360 … pListHelper->getPropertyValueWithNameAndLevel( mnLevel, "LabelFollowedBy" ) >>= nLabelFollowedBy; in getTrailingCharacter()
362 return nLabelFollowedBy; in getTrailingCharacter()
367 sal_Int16 nLabelFollowedBy = static_cast<sal_Int16>(_trailingcharacter); in setTrailingCharacter() local
368 …->setPropertyValueWithNameAndLevel( mnLevel, "LabelFollowedBy", uno::makeAny( nLabelFollowedBy ) ); in setTrailingCharacter()