Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1822 Size* pSetSize = 0; in SetNumberingRuleByIndex() local
2170 if(!pSetSize) in SetNumberingRuleByIndex()
2171 pSetSize = new Size; in SetNumberingRuleByIndex()
2177 pSetSize->Width() = pSize->Width; in SetNumberingRuleByIndex()
2178 pSetSize->Height() = pSize->Height; in SetNumberingRuleByIndex()
2226 if(!bExcept && !bWrongArg && (pSetBrush || pSetSize || pSetVOrient)) in SetNumberingRuleByIndex()
2236 if(!pSetSize) in SetNumberingRuleByIndex()
2238 pSetSize = new Size(aFmt.GetGraphicSize()); in SetNumberingRuleByIndex()
2239 if(!pSetSize->Width() || !pSetSize->Height()) in SetNumberingRuleByIndex()
2243 *pSetSize = ::GetGraphicSizeTwip(*pGraphic, 0); in SetNumberingRuleByIndex()
[all …]