Searched refs:nBulletOfs (Results 1 – 5 of 5) sorted by relevance
2095 sal_uInt16 nBulletOfs = 0; in PPTExParaSheet() local2129 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()
1413 … 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 …]
163 sal_Int32 nBulletOfs; member182 nBulletOfs = 0; in SOParagraph()
782 sal_uInt32 nBulletOfs; member in PPTNumberFormatCreator922 sal_uInt16 nBulletOfs[ 5 ]; member
3940 nBulletOfs = rParaLevel.mnBulletOfs; in GetNumberFormat()3983 nHardCount += pParaObj->GetAttrib( PPT_ParaAttr_BulletOfs, nBulletOfs, nDestinationInstance ); in GetNumberFormat()4061 sal_uInt16 nFirstLineOffset = nAbsLSpace - (sal_uInt16)( ( (sal_uInt32)nBulletOfs * 2540 ) / 576 ); in ImplGetNumberFormat()4903 rIn >> mpImplRuler->nBulletOfs[ i ]; in PPTTextRulerInterpreter()4930 nValue = mpImplRuler->nBulletOfs[ nLevel ]; in GetBulletOfs()
Completed in 111 milliseconds