Searched refs:pRuleOut (Results 1 – 1 of 1) sorted by relevance
3359 SvStream* pRuleOut = &rOut; in ImplWriteTextStyleAtom() local3363 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 37 milliseconds