Searched refs:pHoriOrient (Results 1 – 3 of 3) sorted by relevance
321 const SfxPoolItem* pHoriOrient = 0; in Execute() local325 … 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()
952 SwFmtHoriOrient* pHoriOrient = PTR_CAST(SwFmtHoriOrient, &rItem); in QueryXMLValue() local953 DBG_ASSERT( pHoriOrient != NULL, "Wrong Which-ID" ); in QueryXMLValue()955 rUnitConverter.convertEnum( aOut, pHoriOrient->GetHoriOrient(), in QueryXMLValue()
819 SwFmtHoriOrient* pHoriOrient = PTR_CAST(SwFmtHoriOrient, &rItem); in PutXMLValue() local820 DBG_ASSERT( pHoriOrient != NULL, "Wrong Which-ID" ); in PutXMLValue()826 pHoriOrient->SetHoriOrient( nValue ); in PutXMLValue()
Completed in 17 milliseconds