Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx286 const SfxPoolItem* pHoriOrient = nullptr; in Execute() local
290 … pOutSet->GetItemState(SID_ATTR_TRANSFORM_HORI_ORIENT, false, &pHoriOrient); in Execute()
294 if(pHoriOrient || pHoriRelation || pHoriPosition || pHoriMirror) in Execute()
296 if(pHoriOrient) in Execute()
298 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlexpit.cxx1024 … const SwFormatHoriOrient* pHoriOrient = dynamic_cast<const SwFormatHoriOrient*>( &rItem ); in QueryXMLValue() local
1025 assert(pHoriOrient && "Wrong Which-ID"); in QueryXMLValue()
1026 if (pHoriOrient) in QueryXMLValue()
1028 SvXMLUnitConverter::convertEnum( aOut, pHoriOrient->GetHoriOrient(), in QueryXMLValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlexpit.cxx1022 … const SwFormatHoriOrient* pHoriOrient = dynamic_cast<const SwFormatHoriOrient*>( &rItem ); in QueryXMLValue() local
1023 assert(pHoriOrient && "Wrong Which-ID"); in QueryXMLValue()
1024 if (pHoriOrient) in QueryXMLValue()
1026 SvXMLUnitConverter::convertEnum( aOut, pHoriOrient->GetHoriOrient(), in QueryXMLValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx281 const SfxPoolItem* pHoriOrient = nullptr; in Execute() local
285 … pOutSet->GetItemState(SID_ATTR_TRANSFORM_HORI_ORIENT, false, &pHoriOrient); in Execute()
289 if(pHoriOrient || pHoriRelation || pHoriPosition || pHoriMirror) in Execute()
291 if(pHoriOrient) in Execute()
293 … static_cast<const SfxInt16Item*>(pHoriOrient)->GetValue()); in Execute()