Home
last modified time | relevance | path

Searched refs:nMinLabelWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx123 sal_Int32 nSpaceBefore = 0, nMinLabelWidth = 0, nMinLabelDist = 0; in exportLevelStyle() local
218 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()
H A Dxmlnumi.cxx219 sal_Int32 nMinLabelWidth; member in SvxXMLListLevelStyleContext_Impl
253 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx642 sal_Int32 nMinLabelWidth = 0; in CreateLines() local
643 …ceBeforeAndMinLabelWidth = GetSpaceBeforeAndMinLabelWidth( pNode, &nSpaceBefore, &nMinLabelWidth ); in CreateLines()
4420 sal_Int32 nMinLabelWidth = 0; in GetSpaceBeforeAndMinLabelWidth() local
4424 nMinLabelWidth = -pNumFmt->GetFirstLineOffset(); in GetSpaceBeforeAndMinLabelWidth()
4425 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
4426 …DBG_ASSERT( nMinLabelWidth >= 0, "ImpEditEngine::GetSpaceBeforeAndMinLabelWidth: min-label-width <… in GetSpaceBeforeAndMinLabelWidth()
4431 *pnMinLabelWidth = nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
4433 return nSpaceBefore + nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()

Completed in 47 milliseconds