Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx321 const SfxPoolItem* pHoriOrient = 0; in Execute() local
325 … pOutSet->GetItemState(SID_ATTR_TRANSFORM_HORI_ORIENT, sal_False, &pHoriOrient); in Execute()
329 if(pHoriOrient || pHoriRelation || pHoriPosition || pHoriMirror) in Execute()
331 if(pHoriOrient) in Execute()
333 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx952 SwFmtHoriOrient* pHoriOrient = PTR_CAST(SwFmtHoriOrient, &rItem); in QueryXMLValue() local
953 DBG_ASSERT( pHoriOrient != NULL, "Wrong Which-ID" ); in QueryXMLValue()
955 rUnitConverter.convertEnum( aOut, pHoriOrient->GetHoriOrient(), in QueryXMLValue()
H A Dxmlimpit.cxx819 SwFmtHoriOrient* pHoriOrient = PTR_CAST(SwFmtHoriOrient, &rItem); in PutXMLValue() local
820 DBG_ASSERT( pHoriOrient != NULL, "Wrong Which-ID" ); in PutXMLValue()
826 pHoriOrient->SetHoriOrient( nValue ); in PutXMLValue()

Completed in 33 milliseconds