Lines Matching refs:SvxNumberFormat

92 …         : ( meDefaultNumberFormatPositionAndSpaceMode == SvxNumberFormat::LABEL_WIDTH_AND_POSITION  in Get()
198 SvxNumberFormat(SVX_NUM_ARABIC), in SwNumFmt()
208 SvxNumberFormat(rFmt), in SwNumFmt()
220 SwNumFmt::SwNumFmt(const SvxNumberFormat& rNumFmt, SwDoc* pDoc) : in SwNumFmt()
221 SvxNumberFormat(rNumFmt), in SwNumFmt()
227 const String& rCharStyleName = rNumFmt.SvxNumberFormat::GetCharFmtName(); in SwNumFmt()
322 SvxNumberFormat::operator=(rNumFmt); in operator =()
336 sal_Bool bRet = SvxNumberFormat::operator==(rNumFmt) && in operator ==()
378 SvxNumberFormat::SetCharFmtName(rSet); in SetCharFmtName()
405 SvxNumberFormat::SetGraphicBrush( pBrushItem, pSize, pOrient); in SetGraphicBrush()
412 SvxNumberFormat::SetVertOrient(eSet); in SetVertOrient()
419 return SvxNumberFormat::GetVertOrient(); in GetVertOrient()
483 sal_Int16 eOrient = SvxNumberFormat::GetVertOrient(); in GetGraphicOrientation()
500 … const SvxNumberFormat::SvxNumPositionAndSpaceMode eDefaultNumberFormatPositionAndSpaceMode, in SwNumRule()
568 pFmt->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); in SwNumRule()
569 pFmt->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); in SwNumRule()
608 pFmt->SetPositionAndSpaceMode( SvxNumberFormat::LABEL_ALIGNMENT ); in SwNumRule()
609 pFmt->SetLabelFollowedBy( SvxNumberFormat::LISTTAB ); in SwNumRule()
973 const SvxNumberFormat* pSvxFmt = rNumRule.Get(n); in SetSvxRule()
1107 const SvxNumberFormat::SvxNumPositionAndSpaceMode ePosAndSpaceMode( in ChangeIndent()
1109 if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in ChangeIndent()
1119 else if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_ALIGNMENT ) in ChangeIndent()
1123 if ( aTmpNumFmt.GetLabelFollowedBy() == SvxNumberFormat::LISTTAB ) in ChangeIndent()
1146 const SvxNumberFormat::SvxNumPositionAndSpaceMode ePosAndSpaceMode( in SetIndent()
1148 if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in SetIndent()
1152 else if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_ALIGNMENT ) in SetIndent()
1156 if ( aTmpNumFmt.GetLabelFollowedBy() == SvxNumberFormat::LISTTAB ) in SetIndent()
1176 const SvxNumberFormat::SvxNumPositionAndSpaceMode ePosAndSpaceMode( in SetIndentOfFirstListLevelAndChangeOthers()
1178 if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in SetIndentOfFirstListLevelAndChangeOthers()
1184 else if ( ePosAndSpaceMode == SvxNumberFormat::LABEL_ALIGNMENT ) in SetIndentOfFirstListLevelAndChangeOthers()
1672 SvxNumberFormat::SvxNumPositionAndSpaceMode GetDefaultPositionAndSpaceMode() in GetDefaultPositionAndSpaceMode()
1674 SvxNumberFormat::SvxNumPositionAndSpaceMode ePosAndSpaceMode; in GetDefaultPositionAndSpaceMode()
1681 ePosAndSpaceMode = SvxNumberFormat::LABEL_WIDTH_AND_POSITION; in GetDefaultPositionAndSpaceMode()
1686 ePosAndSpaceMode = SvxNumberFormat::LABEL_ALIGNMENT; in GetDefaultPositionAndSpaceMode()