Lines Matching refs:mxExtendedInformation
86 uno::Sequence< beans::PropertyValue > mxExtendedInformation; member in drawinglayer::geometry::ImpViewInformation3D
153 mxExtendedInformation.realloc(nCount); in impInterpretPropertyValues()
227 mxExtendedInformation[nExtendedInsert++] = rProp; in impInterpretPropertyValues()
232 mxExtendedInformation.realloc(nExtendedInsert); in impInterpretPropertyValues()
246 const bool bExtraInformation(mxExtendedInformation.hasElements()); in impFillViewInformationFromContent()
267 (bExtraInformation ? mxExtendedInformation.getLength() : 0)); in impFillViewInformationFromContent()
344 const sal_Int32 nExtra(mxExtendedInformation.getLength()); in impFillViewInformationFromContent()
348 mxViewInformation[nIndex++] = mxExtendedInformation[a]; in impFillViewInformationFromContent()
368 mxExtendedInformation() in ImpViewInformation3D()
381 mxExtendedInformation() in ImpViewInformation3D()
394 mxExtendedInformation() in ImpViewInformation3D()
431 return mxExtendedInformation; in getExtendedInformationSequence()
441 && mxExtendedInformation == rCandidate.mxExtendedInformation); in operator ==()