Searched refs:nSpaceBefore (Results 1 – 5 of 5) sorted by relevance
123 sal_Int32 nSpaceBefore = 0, nMinLabelWidth = 0, nMinLabelDist = 0; in exportLevelStyle() local214 rProp.Value >>= nSpaceBefore; in exportLevelStyle()409 nSpaceBefore += nMinLabelWidth; in exportLevelStyle()411 if( nSpaceBefore != 0 ) in exportLevelStyle()413 GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nSpaceBefore ); in exportLevelStyle()
218 sal_Int32 nSpaceBefore; member in SvxXMLListLevelStyleContext_Impl252 void SetSpaceBefore( sal_Int32 nSet ) { nSpaceBefore = nSet; } in SetSpaceBefore()320 , nSpaceBefore( 0L ) in SvxXMLListLevelStyleContext_Impl()534 sal_Int32 nLeftMargin = nSpaceBefore + nMinLabelWidth; in GetProperties()
641 sal_Int32 nSpaceBefore = 0; in CreateLines() local643 …sal_Int32 nSpaceBeforeAndMinLabelWidth = GetSpaceBeforeAndMinLabelWidth( pNode, &nSpaceBefore, &nM… in CreateLines()1606 sal_Int32 nSpaceBefore = 0; in CreateAndInsertEmptyLine() local1607 …eBeforeAndMinLabelWidth = GetSpaceBeforeAndMinLabelWidth( pParaPortion->GetNode(), &nSpaceBefore ); in CreateAndInsertEmptyLine()1610 …nStartX = GetXValue( (short)(rLRItem.GetTxtLeft() + rLRItem.GetTxtFirstLineOfst() + nSpaceBefore)); in CreateAndInsertEmptyLine()4419 sal_Int32 nSpaceBefore = 0; in GetSpaceBeforeAndMinLabelWidth() local4425 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()4429 *pnSpaceBefore = nSpaceBefore; in GetSpaceBeforeAndMinLabelWidth()4433 return nSpaceBefore + nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
1880 sal_Int32 nSpaceBefore = 0; in GetDocPosTopLeft() local1881 pImpEditEngine->GetSpaceBeforeAndMinLabelWidth( pPPortion->GetNode(), &nSpaceBefore ); in GetDocPosTopLeft()1884 + nSpaceBefore); in GetDocPosTopLeft()
1676 const short nSpaceBefore = pFmt->GetAbsLSpace() + pFmt->GetFirstLineOffset(); in ImpCalcBulletArea() local1679 aTopLeft.X() = rLR.GetTxtLeft() + rLR.GetTxtFirstLineOfst() + nSpaceBefore; in ImpCalcBulletArea()
Completed in 98 milliseconds