Lines Matching refs:aDescriptor
450 Sequence< Reference< XControl > > aDescriptor ( nControls ) ; in getControls() local
451 Reference< XControl > * pDestination = aDescriptor.getArray () ; in getControls()
462 return aDescriptor ; in getControls()
562 WindowDescriptor * aDescriptor = new WindowDescriptor ; in impl_getWindowDescriptor() local
564 aDescriptor->Type = WindowClass_CONTAINER ; in impl_getWindowDescriptor()
565 aDescriptor->WindowServiceName = OUString(RTL_CONSTASCII_USTRINGPARAM("window")) ; in impl_getWindowDescriptor()
566 aDescriptor->ParentIndex = -1 ; in impl_getWindowDescriptor()
567 aDescriptor->Parent = rParentPeer ; in impl_getWindowDescriptor()
568 aDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
569 aDescriptor->WindowAttributes = 0 ; in impl_getWindowDescriptor()
571 return aDescriptor ; in impl_getWindowDescriptor()