Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1823 SwFmtVertOrient* pSetVOrient = 0; in SetNumberingRuleByIndex() local
2186 if(!pSetVOrient) in SetNumberingRuleByIndex()
2189 pSetVOrient = (SwFmtVertOrient*)aFmt.GetGraphicOrientation()->Clone(); in SetNumberingRuleByIndex()
2191 pSetVOrient = new SwFmtVertOrient; in SetNumberingRuleByIndex()
2193 ((SfxPoolItem*)pSetVOrient)->PutValue(pData->aVal, MID_VERTORIENT_ORIENT); in SetNumberingRuleByIndex()
2226 if(!bExcept && !bWrongArg && (pSetBrush || pSetSize || pSetVOrient)) in SetNumberingRuleByIndex()
2233 if(!pSetVOrient && aFmt.GetGraphicOrientation()) in SetNumberingRuleByIndex()
2234 pSetVOrient = new SwFmtVertOrient(*aFmt.GetGraphicOrientation()); in SetNumberingRuleByIndex()
2246 sal_Int16 eOrient = pSetVOrient ? in SetNumberingRuleByIndex()
2247 (sal_Int16)pSetVOrient->GetVertOrient() : text::VertOrientation::NONE; in SetNumberingRuleByIndex()
[all …]