Home
last modified time | relevance | path

Searched refs:eLabelFollowedBy (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx239 sal_Int16 eLabelFollowedBy; member in SvxXMLListLevelStyleContext_Impl
293 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() local
1082 eLabelFollowedBy = LabelFollow::SPACE; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
1084 eLabelFollowedBy = LabelFollow::NOTHING; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
1085 rListLevel.SetLabelFollowedBy( eLabelFollowedBy ); in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
H A Dxmlnume.cxx140 sal_Int16 eLabelFollowedBy = LabelFollow::LISTTAB; in exportLevelStyle() local
262 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()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx858 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy = in IMPL_LINK() local
864 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()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1773 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()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3820 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy = in IMPL_LINK() local
3826 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()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx612 void SvxNumberFormat::SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy ) in SetLabelFollowedBy() argument
614 meLabelFollowedBy = eLabelFollowedBy; in SetLabelFollowedBy()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx242 void SetLabelFollowedBy( const SvxNumLabelFollowedBy eLabelFollowedBy );
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx71 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy; member in svx::sidebar::NumSettings_Impl

Completed in 68 milliseconds