Lines Matching refs:aSupported
76 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local
77 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
79 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
80 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_PATTERNFIELD; in getSupportedServiceNames()
81 return aSupported; in getSupportedServiceNames()
133 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local
134 aSupported.realloc(aSupported.getLength() + 2); in IMPLEMENT_DEFAULT_CLONING()
136 ::rtl::OUString*pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING()
137 pArray[aSupported.getLength()-2] = FRM_SUN_COMPONENT_DATABASE_PATTERNFIELD; in IMPLEMENT_DEFAULT_CLONING()
138 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_PATTERNFIELD; in IMPLEMENT_DEFAULT_CLONING()
139 return aSupported; in IMPLEMENT_DEFAULT_CLONING()