Searched refs:nMinLabelWidth (Results 1 – 3 of 3) sorted by relevance
123 sal_Int32 nSpaceBefore = 0, nMinLabelWidth = 0, nMinLabelDist = 0; in exportLevelStyle() local218 rProp.Value >>= nMinLabelWidth; in exportLevelStyle()409 nSpaceBefore += nMinLabelWidth; in exportLevelStyle()410 nMinLabelWidth = -nMinLabelWidth; in exportLevelStyle()417 if( nMinLabelWidth != 0 ) in exportLevelStyle()419 GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nMinLabelWidth ); in exportLevelStyle()
219 sal_Int32 nMinLabelWidth; member in SvxXMLListLevelStyleContext_Impl253 void SetMinLabelWidth( sal_Int32 nSet ) { nMinLabelWidth = nSet; } in SetMinLabelWidth()321 , nMinLabelWidth( 0L ) in SvxXMLListLevelStyleContext_Impl()534 sal_Int32 nLeftMargin = nSpaceBefore + nMinLabelWidth; in GetProperties()539 sal_Int32 nFirstLineOffset = -nMinLabelWidth; in GetProperties()
642 sal_Int32 nMinLabelWidth = 0; in CreateLines() local643 …ceBeforeAndMinLabelWidth = GetSpaceBeforeAndMinLabelWidth( pNode, &nSpaceBefore, &nMinLabelWidth ); in CreateLines()4353 sal_Int32 nMinLabelWidth = 0; in GetSpaceBeforeAndMinLabelWidth() local4357 nMinLabelWidth = -pNumFmt->GetFirstLineOffset(); in GetSpaceBeforeAndMinLabelWidth()4358 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()4359 …DBG_ASSERT( nMinLabelWidth >= 0, "ImpEditEngine::GetSpaceBeforeAndMinLabelWidth: min-label-width <… in GetSpaceBeforeAndMinLabelWidth()4364 *pnMinLabelWidth = nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()4366 return nSpaceBefore + nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
Completed in 45 milliseconds