Lines Matching refs:rNumFmt
3123 void lcl_PrintDebugOutput(FixedText& rFixed, const SvxNumberFormat& rNumFmt) in lcl_PrintDebugOutput() argument
3128 if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_WIDTH_AND_POSITION ) in lcl_PrintDebugOutput()
3130 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetAbsLSpace() ) ) ); in lcl_PrintDebugOutput()
3132 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetCharTextDistance() ) ); in lcl_PrintDebugOutput()
3134 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineOffset() ) ); in lcl_PrintDebugOutput()
3137 else if ( rNumFmt.GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in lcl_PrintDebugOutput()
3139 String sDebugText( UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetListtabPos() ) ) ); in lcl_PrintDebugOutput()
3141 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetFirstLineIndent() ) ); in lcl_PrintDebugOutput()
3143 sDebugText += UniString::CreateFromInt32( TWIP_TO_MM100(rNumFmt.GetIndentAt() ) ); in lcl_PrintDebugOutput()
3788 const SvxNumberFormat &rNumFmt = pActNum->GetLevel(i); in IMPL_LINK() local
3791 nValue = rNumFmt.GetAbsLSpace() + rNumFmt.GetFirstLineOffset(); in IMPL_LINK()
3797 (rNumFmt.GetAbsLSpace() + rNumFmt.GetFirstLineOffset()) - in IMPL_LINK()