Searched refs:pRuleOut (Results 1 – 1 of 1) sorted by relevance
3359 SvStream* pRuleOut = &rOut; in ImplWriteTextStyleAtom() local3361 pRuleOut = pTextRule->pOut = new SvMemoryStream( 0x100, 0x100 ); in ImplWriteTextStyleAtom()3363 sal_uInt32 nRulePos = pRuleOut->Tell(); in ImplWriteTextStyleAtom()3364 *pRuleOut << (sal_uInt32)( EPP_TextRulerAtom << 16 ) << (sal_uInt32)0; 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()3398 *pRuleOut << nNumberingRule[ ( i << 1 ) + 1 ]; in ImplWriteTextStyleAtom()[all …]