Lines Matching refs:SvxNumberFormat
371 if ( aNumFmtArr[nLvl]->GetLabelFollowedBy() == SvxNumberFormat::SPACE ) in InitControls()
375 else if ( aNumFmtArr[nLvl]->GetLabelFollowedBy() == SvxNumberFormat::NOTHING ) in InitControls()
386 if ( aNumFmtArr[nLvl]->GetLabelFollowedBy() == SvxNumberFormat::LISTTAB ) in InitControls()
561 SvxNumberFormat::SvxNumPositionAndSpaceMode ePosAndSpaceMode = in InitPosAndSpaceMode()
562 SvxNumberFormat::LABEL_ALIGNMENT; in InitPosAndSpaceMode()
568 SvxNumberFormat aNumFmt( pActNum->Get(i) ); in InitPosAndSpaceMode()
570 if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_ALIGNMENT ) in InitPosAndSpaceMode()
579 ePosAndSpaceMode == SvxNumberFormat::LABEL_ALIGNMENT; in InitPosAndSpaceMode()
858 SvxNumberFormat::SvxNumLabelFollowedBy eLabelFollowedBy = in IMPL_LINK()
859 SvxNumberFormat::LISTTAB; in IMPL_LINK()
864 eLabelFollowedBy = SvxNumberFormat::SPACE; in IMPL_LINK()
868 eLabelFollowedBy = SvxNumberFormat::NOTHING; 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()
1017 if ( aTempFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in IMPL_LINK()
1023 else if ( aTempFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in IMPL_LINK()