Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1820 SwFmtVertOrient* pSetVOrient = 0; in SetNumberingRuleByIndex() local
2155 if(!pSetVOrient) in SetNumberingRuleByIndex()
2158 pSetVOrient = (SwFmtVertOrient*)aFmt.GetGraphicOrientation()->Clone(); in SetNumberingRuleByIndex()
2160 pSetVOrient = new SwFmtVertOrient; in SetNumberingRuleByIndex()
2162 ((SfxPoolItem*)pSetVOrient)->PutValue(pData->aVal, MID_VERTORIENT_ORIENT); in SetNumberingRuleByIndex()
2195 if(!bExcept && !bWrongArg && (pSetBrush || pSetSize || pSetVOrient)) in SetNumberingRuleByIndex()
2202 if(!pSetVOrient && aFmt.GetGraphicOrientation()) in SetNumberingRuleByIndex()
2203 pSetVOrient = new SwFmtVertOrient(*aFmt.GetGraphicOrientation()); in SetNumberingRuleByIndex()
2215 sal_Int16 eOrient = pSetVOrient ? in SetNumberingRuleByIndex()
2216 (sal_Int16)pSetVOrient->GetVertOrient() : text::VertOrientation::NONE; in SetNumberingRuleByIndex()
[all …]

Completed in 30 milliseconds