Lines Matching refs:mxExtendedInformation
89 uno::Sequence< beans::PropertyValue > mxExtendedInformation; member in drawinglayer::geometry::ImpViewInformation2D
136 mxExtendedInformation.realloc(nCount); in impInterpretPropertyValues()
145 mxExtendedInformation[nExtendedInsert++] = rProp; in impInterpretPropertyValues()
181 mxExtendedInformation[nExtendedInsert++] = rProp; in impInterpretPropertyValues()
186 mxExtendedInformation.realloc(nExtendedInsert); in impInterpretPropertyValues()
199 const bool bExtraInformation(mxExtendedInformation.hasElements()); in impFillViewInformationFromContent()
208 (bExtraInformation ? mxExtendedInformation.getLength() : 0)); in impFillViewInformationFromContent()
254 const sal_Int32 nExtra(mxExtendedInformation.getLength()); in impFillViewInformationFromContent()
258 mxViewInformation[nIndex++] = mxExtendedInformation[a]; in impFillViewInformationFromContent()
282 mxExtendedInformation() in ImpViewInformation2D()
299 mxExtendedInformation() in ImpViewInformation2D()
316 mxExtendedInformation() in ImpViewInformation2D()
405 return mxExtendedInformation; in getExtendedInformationSequence()
415 && mxExtendedInformation == rCandidate.mxExtendedInformation); in operator ==()