Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/filter/eppt/
H A Depptso.cxx3350 sal_uInt32 i, nTextRulerAtomFlags = 0; in ImplWriteTextStyleAtom() local
3353 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 37 milliseconds