Searched refs:nTextRulerAtomFlags (Results 1 – 1 of 1) sorted by relevance
3350 sal_uInt32 i, nTextRulerAtomFlags = 0; in ImplWriteTextStyleAtom() local3353 nTextRulerAtomFlags |= 4; in ImplWriteTextStyleAtom()3355 nTextRulerAtomFlags |= ( ( nParaFlags << 3 ) | ( nParaFlags << 8 ) ); in ImplWriteTextStyleAtom()3357 if ( nTextRulerAtomFlags ) in ImplWriteTextStyleAtom()3365 *pRuleOut << nTextRulerAtomFlags; in ImplWriteTextStyleAtom()3366 if ( nTextRulerAtomFlags & 4 ) in ImplWriteTextStyleAtom()3395 if ( nTextRulerAtomFlags & ( 8 << i ) ) in ImplWriteTextStyleAtom()3397 if ( nTextRulerAtomFlags & ( 256 << i ) ) in ImplWriteTextStyleAtom()
Completed in 39 milliseconds