Home
last modified time | relevance | path

Searched refs:nSpaceBefore (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx123 sal_Int32 nSpaceBefore = 0, nMinLabelWidth = 0, nMinLabelDist = 0; in exportLevelStyle() local
214 rProp.Value >>= nSpaceBefore; in exportLevelStyle()
409 nSpaceBefore += nMinLabelWidth; in exportLevelStyle()
411 if( nSpaceBefore != 0 ) in exportLevelStyle()
413 GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nSpaceBefore ); in exportLevelStyle()
H A Dxmlnumi.cxx218 sal_Int32 nSpaceBefore; member in SvxXMLListLevelStyleContext_Impl
252 void SetSpaceBefore( sal_Int32 nSet ) { nSpaceBefore = nSet; } in SetSpaceBefore()
320 , nSpaceBefore( 0L ) in SvxXMLListLevelStyleContext_Impl()
534 sal_Int32 nLeftMargin = nSpaceBefore + nMinLabelWidth; in GetProperties()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx641 sal_Int32 nSpaceBefore = 0; in CreateLines() local
643 …sal_Int32 nSpaceBeforeAndMinLabelWidth = GetSpaceBeforeAndMinLabelWidth( pNode, &nSpaceBefore, &nM… in CreateLines()
1606 sal_Int32 nSpaceBefore = 0; in CreateAndInsertEmptyLine() local
1607 …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() local
4425 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
4429 *pnSpaceBefore = nSpaceBefore; in GetSpaceBeforeAndMinLabelWidth()
4433 return nSpaceBefore + nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
H A Dediteng.cxx1880 sal_Int32 nSpaceBefore = 0; in GetDocPosTopLeft() local
1881 pImpEditEngine->GetSpaceBeforeAndMinLabelWidth( pPPortion->GetNode(), &nSpaceBefore ); in GetDocPosTopLeft()
1884 + nSpaceBefore); in GetDocPosTopLeft()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1676 const short nSpaceBefore = pFmt->GetAbsLSpace() + pFmt->GetFirstLineOffset(); in ImpCalcBulletArea() local
1679 aTopLeft.X() = rLR.GetTxtLeft() + rLR.GetTxtFirstLineOfst() + nSpaceBefore; in ImpCalcBulletArea()

Completed in 74 milliseconds