Lines Matching refs:rFmt

673 		const SwNumFmt &rFmt = pNumRule->Get(nTmpLevel);  in Update()  local
675 aNumberBox.SelectNumberingType( rFmt.GetNumberingType() ); in Update()
676 aPrefixED.SetText(rFmt.GetPrefix()); in Update()
677 aSuffixED.SetText(rFmt.GetSuffix()); in Update()
678 const SwCharFmt* pFmt = rFmt.GetCharFmt(); in Update()
689 aAllLevelNF.SetValue(rFmt.GetIncludeUpperLevels()); in Update()
697 CheckForStartValue_Impl(rFmt.GetNumberingType()); in Update()
698 aStartEdit.SetValue( rFmt.GetStart() ); in Update()
1036 const SwNumFmt& rFmt, sal_uInt16 nXStart, in lcl_DrawBullet() argument
1041 Font aFont(*rFmt.GetBulletFont()); in lcl_DrawBullet()
1045 String aText(rFmt.GetBulletChar()); in lcl_DrawBullet()
1055 sal_uInt16 lcl_DrawGraphic(VirtualDevice* pVDev, const SwNumFmt &rFmt, sal_uInt16 nXStart, in lcl_DrawGraphic() argument
1058 const SvxBrushItem* pBrushItem = rFmt.GetBrush(); in lcl_DrawGraphic()
1065 Size aGSize( rFmt.GetGraphicSize()); in lcl_DrawGraphic()
1142 const SwNumFmt &rFmt = pActNum->Get(nLevel); in Paint() local
1143 aNumVector.push_back(rFmt.GetStart()); in Paint()
1149 if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in Paint()
1151 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
1152 nTextOffset = rFmt.GetCharTextDistance() / nWidthRelation; in Paint()
1154 sal_uInt16 nFirstLineOffset = (-rFmt.GetFirstLineOffset()) / nWidthRelation; in Paint()
1161 else if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in Paint()
1163 const long nTmpNumberXPos( ( rFmt.GetIndentAt() + in Paint()
1164 rFmt.GetFirstLineIndent() ) / in Paint()
1178 if( SVX_NUM_BITMAP == rFmt.GetNumberingType() ) in Paint()
1180 nBulletWidth = lcl_DrawGraphic(pVDev, rFmt, in Paint()
1184 else if( SVX_NUM_CHAR_SPECIAL == rFmt.GetNumberingType() ) in Paint()
1186 nBulletWidth = lcl_DrawBullet(pVDev, rFmt, nNumberXPos, nYStart, aStdFont.GetSize()); in Paint()
1201 if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT && in Paint()
1202 rFmt.GetLabelFollowedBy() == SvxNumberFormat::SPACE ) in Paint()
1213 if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in Paint()
1221 else if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in Paint()
1223 switch ( rFmt.GetLabelFollowedBy() ) in Paint()
1228 rFmt.GetListtabPos() / nWidthRelation ); in Paint()
1243 nXStart = static_cast<sal_uInt16>( rFmt.GetIndentAt() / nWidthRelation ); in Paint()
1264 const SwNumFmt &rFmt = pActNum->Get(nLevel); in Paint() local
1265 aNumVector.push_back(rFmt.GetStart()); in Paint()
1268 if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in Paint()
1270 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
1272 else if ( rFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in Paint()
1274 const long nTmpXStart( ( rFmt.GetIndentAt() + in Paint()
1275 rFmt.GetFirstLineIndent() ) / in Paint()
1290 if( SVX_NUM_BITMAP == rFmt.GetNumberingType() ) in Paint()
1292 lcl_DrawGraphic(pVDev, rFmt, nXStart, nYStart, nWidthRelation); in Paint()
1295 else if( SVX_NUM_CHAR_SPECIAL == rFmt.GetNumberingType() ) in Paint()
1297 nTextOffset = lcl_DrawBullet(pVDev, rFmt, nXStart, nYStart, aStdFont.GetSize()); in Paint()