Searched refs:eLabelFollowedBy (Results 1 – 8 of 8) sorted by relevance
239 sal_Int16 eLabelFollowedBy; member in SvxXMLListLevelStyleContext_Impl293 eLabelFollowedBy = eValue; in SetLabelFollowedBy()337 , eLabelFollowedBy( LabelFollow::LISTTAB ) in SvxXMLListLevelStyleContext_Impl()555 pProps[nPos++].Value <<= (sal_Int16)eLabelFollowedBy; in GetProperties()1080 sal_Int16 eLabelFollowedBy = LabelFollow::LISTTAB; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl() local1082 eLabelFollowedBy = LabelFollow::SPACE; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()1084 eLabelFollowedBy = LabelFollow::NOTHING; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()1085 rListLevel.SetLabelFollowedBy( eLabelFollowedBy ); in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
140 sal_Int16 eLabelFollowedBy = LabelFollow::LISTTAB; in exportLevelStyle() local262 eLabelFollowedBy = nValue; in exportLevelStyle()531 if ( eLabelFollowedBy == LabelFollow::SPACE ) in exportLevelStyle()535 else if ( eLabelFollowedBy == LabelFollow::NOTHING ) in exportLevelStyle()542 if ( eLabelFollowedBy == LabelFollow::LISTTAB && in exportLevelStyle()
858 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy = in IMPL_LINK() local864 eLabelFollowedBy = SvxNumberFormat::SPACE; in IMPL_LINK()868 eLabelFollowedBy = SvxNumberFormat::NOTHING; in IMPL_LINK()881 aNumFmt.SetLabelFollowedBy( eLabelFollowedBy ); in IMPL_LINK()899 aListtabFT.Enable( eLabelFollowedBy == SvxNumberFormat::LISTTAB ); in IMPL_LINK()900 aListtabMF.Enable( eLabelFollowedBy == SvxNumberFormat::LISTTAB ); in IMPL_LINK()901 if ( bSameListtabPos && eLabelFollowedBy == SvxNumberFormat::LISTTAB ) in IMPL_LINK()
1773 pNew->eLabelFollowedBy = aNumFmt.GetLabelFollowedBy(); in Init()1812 _pSet->eLabelFollowedBy == aFmt.GetLabelFollowedBy() && in GetNBOIndexForNumRule()1845 _pSet->eLabelFollowedBy == aFmt.GetLabelFollowedBy() && in GetNBOIndexForNumRule()1882 _pSet->eLabelFollowedBy = aFmt.GetLabelFollowedBy(); in RelplaceNumRule()2038 aFmt.SetLabelFollowedBy(pLevelSettings->eLabelFollowedBy); in ApplyNumRule()
3820 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy = in IMPL_LINK() local3826 eLabelFollowedBy = SvxNumberFormat::SPACE; in IMPL_LINK()3830 eLabelFollowedBy = SvxNumberFormat::NOTHING; in IMPL_LINK()3843 aNumFmt.SetLabelFollowedBy( eLabelFollowedBy ); in IMPL_LINK()3861 aListtabFT.Enable( eLabelFollowedBy == SvxNumberFormat::LISTTAB ); in IMPL_LINK()3862 aListtabMF.Enable( eLabelFollowedBy == SvxNumberFormat::LISTTAB ); in IMPL_LINK()3863 if ( bSameListtabPos && eLabelFollowedBy == SvxNumberFormat::LISTTAB ) in IMPL_LINK()
612 void SvxNumberFormat::SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy ) in SetLabelFollowedBy() argument614 meLabelFollowedBy = eLabelFollowedBy; in SetLabelFollowedBy()
242 void SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy );
71 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy; member in svx::sidebar::NumSettings_Impl
Completed in 65 milliseconds