Searched refs:pPosture (Results 1 – 1 of 1) sorted by relevance
267 const SfxPoolItem* pPosture; in WriteToDocument() local268 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 7 milliseconds