Searched refs:eLabelFollowedBy (Results 1 – 8 of 8) sorted by relevance
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()
240 sal_Int16 eLabelFollowedBy; member in SvxXMLListLevelStyleContext_Impl294 eLabelFollowedBy = eValue; in SetLabelFollowedBy()338 , eLabelFollowedBy( LabelFollow::LISTTAB ) in SvxXMLListLevelStyleContext_Impl()556 pProps[nPos++].Value <<= (sal_Int16)eLabelFollowedBy; in GetProperties()1081 sal_Int16 eLabelFollowedBy = LabelFollow::LISTTAB; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl() local1083 eLabelFollowedBy = LabelFollow::SPACE; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()1085 eLabelFollowedBy = LabelFollow::NOTHING; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()1086 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()
1770 pNew->eLabelFollowedBy = aNumFmt.GetLabelFollowedBy(); in Init()1809 _pSet->eLabelFollowedBy == aFmt.GetLabelFollowedBy() && in GetNBOIndexForNumRule()1842 _pSet->eLabelFollowedBy == aFmt.GetLabelFollowedBy() && in GetNBOIndexForNumRule()1878 _pSet->eLabelFollowedBy = aFmt.GetLabelFollowedBy(); in RelplaceNumRule()2034 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 );
69 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy; member in svx::sidebar::NumSettings_Impl