Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3359 SvStream* pRuleOut = &rOut; in ImplWriteTextStyleAtom() local
3363 sal_uInt32 nRulePos = pRuleOut->Tell(); in ImplWriteTextStyleAtom()
3365 *pRuleOut << nTextRulerAtomFlags; in ImplWriteTextStyleAtom()
3368 *pRuleOut << (sal_uInt16)nTabCount; in ImplWriteTextStyleAtom()
3382 *pRuleOut << nPosition in ImplWriteTextStyleAtom()
3391 *pRuleOut << nWidth; in ImplWriteTextStyleAtom()
3396 *pRuleOut << nNumberingRule[ i << 1 ]; in ImplWriteTextStyleAtom()
3400 sal_uInt32 nBufSize = pRuleOut->Tell() - nRulePos; in ImplWriteTextStyleAtom()
3401 pRuleOut->SeekRel( - ( (sal_Int32)nBufSize - 4 ) ); in ImplWriteTextStyleAtom()
3402 *pRuleOut << (sal_uInt32)( nBufSize - 8 ); in ImplWriteTextStyleAtom()
[all …]

Completed in 41 milliseconds