Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2095 sal_uInt16 nBulletOfs = 0; in PPTExParaSheet() local
2129 nBulletOfs = 0; in PPTExParaSheet()
2136 nBulletOfs = 0x120; in PPTExParaSheet()
2143 nBulletOfs = 0x240; in PPTExParaSheet()
2150 nBulletOfs = 0x360; in PPTExParaSheet()
2157 nBulletOfs = 0x480; in PPTExParaSheet()
2172 rLev.mnBulletOfs = nBulletOfs; in PPTExParaSheet()
2259 rLevel.mnBulletOfs = (sal_uInt16)aParagraphObj.nBulletOfs; in SetStyleSheet()
H A Depptso.cxx1413 … if ( mpStyleSheet->IsHardAttribute( nInstance, nDepth, ParaAttr_BulletOfs, pPara->nBulletOfs )) in ImplWriteParagraphs()
1457 rOut << (sal_uInt16)(pPara->nBulletOfs); in ImplWriteParagraphs()
2470 if ( aAny >>= nBulletOfs ) in ImplGetNumberingLevel()
2471 nBulletOfs = static_cast< sal_Int32 >( nBulletOfs / ( 2540.0 / 576 ) + 0.5 ); in ImplGetNumberingLevel()
2542 nBulletOfs += (sal_Int16)( *( (sal_Int32*)pValue ) / ( 2540.0 / 576 ) ); in ImplGetNumberingLevel()
2818 nBulletOfs = nTextOfs + nBulletOfs; in ImplGetNumberingLevel()
2819 if ( nBulletOfs < 0 ) in ImplGetNumberingLevel()
2820 nBulletOfs = 0; in ImplGetNumberingLevel()
2962 nBulletOfs = rParagraphObj.nBulletOfs; in ImplConstruct()
3330 … ( rParaSheet.maParaLevel[ nDepth ].mnBulletOfs != pPara->nBulletOfs ) ) in ImplWriteTextStyleAtom()
[all …]
H A Deppt.hxx163 sal_Int32 nBulletOfs; member
182 nBulletOfs = 0; in SOParagraph()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx782 sal_uInt32 nBulletOfs; member in PPTNumberFormatCreator
922 sal_uInt16 nBulletOfs[ 5 ]; member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3939 nBulletOfs = rParaLevel.mnBulletOfs; in GetNumberFormat()
3982 nHardCount += pParaObj->GetAttrib( PPT_ParaAttr_BulletOfs, nBulletOfs, nDestinationInstance ); in GetNumberFormat()
4060 sal_uInt16 nFirstLineOffset = nAbsLSpace - (sal_uInt16)( ( (sal_uInt32)nBulletOfs * 2540 ) / 576 ); in ImplGetNumberFormat()
4902 rIn >> mpImplRuler->nBulletOfs[ i ]; in PPTTextRulerInterpreter()
4929 nValue = mpImplRuler->nBulletOfs[ nLevel ]; in GetBulletOfs()

Completed in 99 milliseconds