Searched refs:pSetSize (Results 1 – 1 of 1) sorted by relevance
1819 Size* pSetSize = 0; in SetNumberingRuleByIndex() local2139 if(!pSetSize) in SetNumberingRuleByIndex()2140 pSetSize = new Size; in SetNumberingRuleByIndex()2146 pSetSize->Width() = pSize->Width; in SetNumberingRuleByIndex()2147 pSetSize->Height() = pSize->Height; in SetNumberingRuleByIndex()2195 if(!bExcept && !bWrongArg && (pSetBrush || pSetSize || pSetVOrient)) in SetNumberingRuleByIndex()2205 if(!pSetSize) in SetNumberingRuleByIndex()2207 pSetSize = new Size(aFmt.GetGraphicSize()); in SetNumberingRuleByIndex()2208 if(!pSetSize->Width() || !pSetSize->Height()) in SetNumberingRuleByIndex()2212 *pSetSize = ::GetGraphicSizeTwip(*pGraphic, 0); in SetNumberingRuleByIndex()[all …]
Completed in 23 milliseconds