Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx267 const SfxPoolItem* pPosture; in WriteToDocument() local
268 if ( rESet.GetItemState( ATTR_FONT_POSTURE, sal_False, &pPosture) != SFX_ITEM_SET ) in WriteToDocument()
269 pPosture = 0; in WriteToDocument()
270 if ( pFont || pHeight || pWeight || pPosture ) in WriteToDocument()
289 if ( pPosture ) in WriteToDocument()
290 rSet.Put( *pPosture, ScGlobal::GetScriptedWhichID( in WriteToDocument()

Completed in 15 milliseconds