/aoo41x/main/forms/source/component/ |
H A D | GroupBox.cxx | 80 StringSequence aSupported = OControlModel::getSupportedServiceNames(); in getSupportedServiceNames() local 81 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 83 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 84 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_GROUPBOX; in getSupportedServiceNames() 85 return aSupported; in getSupportedServiceNames() 160 StringSequence aSupported = OControl::getSupportedServiceNames(); in getSupportedServiceNames() local 161 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 163 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 164 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_GROUPBOX; in getSupportedServiceNames() 165 return aSupported; in getSupportedServiceNames()
|
H A D | Pattern.cxx | 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() [all …]
|
H A D | ImageButton.cxx | 90 StringSequence aSupported = OClickableImageBaseModel::getSupportedServiceNames(); in getSupportedServiceNames() local 91 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 93 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 94 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_IMAGEBUTTON; in getSupportedServiceNames() 95 return aSupported; in getSupportedServiceNames() 192 StringSequence aSupported = OClickableImageBaseControl::getSupportedServiceNames(); in getSupportedServiceNames() local 193 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 195 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 196 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_IMAGEBUTTON; in getSupportedServiceNames() 197 return aSupported; in getSupportedServiceNames()
|
H A D | Numeric.cxx | 59 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 60 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 62 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 63 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_NUMERICFIELD; in getSupportedServiceNames() 64 return aSupported; in getSupportedServiceNames() 129 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 131 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() 132 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 133 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING() 146 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Currency.cxx | 72 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 73 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 75 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 76 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_CURRENCYFIELD; in getSupportedServiceNames() 77 return aSupported; in getSupportedServiceNames() 177 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 179 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() 180 aSupported.realloc( nOldLen + 4 ); in IMPLEMENT_DEFAULT_CLONING() 181 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING() 189 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | CheckBox.cxx | 70 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 71 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 73 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 74 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_CHECKBOX; in getSupportedServiceNames() 75 return aSupported; in getSupportedServiceNames() 121 StringSequence aSupported = OReferenceValueComponent::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 123 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() 124 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 125 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING() 138 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Date.cxx | 73 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 74 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 76 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 77 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_DATEFIELD; in getSupportedServiceNames() 78 return aSupported; in getSupportedServiceNames() 147 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 149 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() 150 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 151 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING() 164 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Time.cxx | 80 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 81 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 83 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 84 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_TIMEFIELD; in getSupportedServiceNames() 85 return aSupported; in getSupportedServiceNames() 101 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames() local 103 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() 104 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames() 105 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames() 118 return aSupported; in getSupportedServiceNames()
|
H A D | RadioButton.cxx | 64 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 65 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 67 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 68 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_RADIOBUTTON; in getSupportedServiceNames() 69 return aSupported; in getSupportedServiceNames() 141 StringSequence aSupported = OReferenceValueComponent::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 143 sal_Int32 nOldLen = aSupported.getLength(); in IMPLEMENT_DEFAULT_CLONING() 144 aSupported.realloc( nOldLen + 8 ); in IMPLEMENT_DEFAULT_CLONING() 145 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in IMPLEMENT_DEFAULT_CLONING() 158 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
H A D | Button.cxx | 134 StringSequence aSupported = OClickableImageBaseModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 135 aSupported.realloc( aSupported.getLength() + 1 ); in IMPLEMENT_DEFAULT_CLONING() 137 ::rtl::OUString* pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING() 138 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_COMPONENT_COMMANDBUTTON; in IMPLEMENT_DEFAULT_CLONING() 140 return aSupported; in IMPLEMENT_DEFAULT_CLONING() 364 StringSequence aSupported = OClickableImageBaseControl::getSupportedServiceNames(); in getSupportedServiceNames() local 365 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 367 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 368 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_COMMANDBUTTON; in getSupportedServiceNames() 369 return aSupported; in getSupportedServiceNames()
|
H A D | clickableimage.cxx | 380 Sequence< ::rtl::OUString > aSupported = OControl::getSupportedServiceNames(); in getSupportedServiceNames() local 381 aSupported.realloc( aSupported.getLength() + 1 ); in getSupportedServiceNames() 383 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 384 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_CONTROL_SUBMITBUTTON; in getSupportedServiceNames() 386 return aSupported; in getSupportedServiceNames() 575 Sequence< ::rtl::OUString > aSupported = OControlModel::getSupportedServiceNames(); in getSupportedServiceNames() local 576 aSupported.realloc( aSupported.getLength() + 1 ); in getSupportedServiceNames() 578 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames() 579 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_COMPONENT_SUBMITBUTTON; in getSupportedServiceNames() 581 return aSupported; in getSupportedServiceNames()
|
H A D | Edit.cxx | 159 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 160 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 162 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 163 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_TEXTFIELD; in getSupportedServiceNames() 164 return aSupported; in getSupportedServiceNames() 356 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in getSupportedServiceNames() local 358 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames() 359 aSupported.realloc( nOldLen + 8 ); in getSupportedServiceNames() 360 ::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen; in getSupportedServiceNames() 373 return aSupported; in getSupportedServiceNames()
|
H A D | ImageControl.cxx | 213 StringSequence aSupported = OBoundControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 214 aSupported.realloc(aSupported.getLength() + 1); in IMPLEMENT_DEFAULT_CLONING() 216 ::rtl::OUString*pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING() 217 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_IMAGECONTROL; in IMPLEMENT_DEFAULT_CLONING() 218 return aSupported; in IMPLEMENT_DEFAULT_CLONING() 756 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames() local 757 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames() 759 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames() 760 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_IMAGECONTROL; in getSupportedServiceNames() 761 return aSupported; in getSupportedServiceNames()
|
H A D | FixedText.cxx | 88 StringSequence aSupported = OControlModel::getSupportedServiceNames(); in IMPLEMENT_DEFAULT_CLONING() local 89 aSupported.realloc(aSupported.getLength() + 1); in IMPLEMENT_DEFAULT_CLONING() 91 ::rtl::OUString* pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING() 92 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_FIXEDTEXT; in IMPLEMENT_DEFAULT_CLONING() 93 return aSupported; in IMPLEMENT_DEFAULT_CLONING()
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 108 const ::rtl::OUString* pSupported = aSupported.getConstArray(); \ 109 for (sal_Int32 i=0; i<aSupported.getLength(); ++i, ++pSupported) \ 119 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); \ 121 return aSupported; \ 131 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); \ 133 return aSupported; \ 143 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(2); \ 146 return aSupported; \ 152 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(2); \ 155 return aSupported; \ [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formcontroller.cxx | 136 Sequence< ::rtl::OUString > aSupported( m_aServiceDescriptor.GetSupportedServiceNames() ); in getSupportedServiceNames() local 137 aSupported.realloc( aSupported.getLength() + 1 ); in getSupportedServiceNames() 138 …aSupported[ aSupported.getLength() - 1 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.… in getSupportedServiceNames() 139 return aSupported; in getSupportedServiceNames() 151 Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames_static() local 152 aSupported[0] = ::rtl::OUString::createFromAscii( "com.sun.star.form.PropertyBrowserController" ); in getSupportedServiceNames_static() 153 return aSupported; in getSupportedServiceNames_static() 279 Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames_static() local 280 aSupported[0] = ::rtl::OUString::createFromAscii( "com.sun.star.awt.PropertyBrowserController" ); in getSupportedServiceNames_static() 281 return aSupported; in getSupportedServiceNames_static()
|
/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VIndexColumn.cxx | 43 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames() 45 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.IndexDescription"); in getSupportedServiceNames() 47 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.Index"); in getSupportedServiceNames() 49 return aSupported; in getSupportedServiceNames() 54 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 55 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 56 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
H A D | VKeyColumn.cxx | 44 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames() 46 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.KeyColumnDescription"); in getSupportedServiceNames() 48 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.KeyColumn"); in getSupportedServiceNames() 50 return aSupported; in getSupportedServiceNames() 55 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 56 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 57 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
H A D | VKey.cxx | 55 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames() 57 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.KeyDescription"); in getSupportedServiceNames() 59 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.Key"); in getSupportedServiceNames() 61 return aSupported; in getSupportedServiceNames() 66 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 67 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 68 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
H A D | VIndex.cxx | 56 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); in getSupportedServiceNames() 58 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.IndexDescriptor"); in getSupportedServiceNames() 60 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.Index"); in getSupportedServiceNames() 62 return aSupported; in getSupportedServiceNames() 67 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 68 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 69 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
/aoo41x/main/dbaccess/source/sdbtools/connection/ |
H A D | connectiontools.cxx | 142 Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() ); in supportsService() local 143 const ::rtl::OUString* begin = aSupported.getConstArray(); in supportsService() 144 const ::rtl::OUString* end = aSupported.getConstArray() + aSupported.getLength(); in supportsService() 163 Sequence< ::rtl::OUString > aSupported( 1 ); in getSupportedServiceNames_static() local 164 …aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.tools.ConnectionTo… in getSupportedServiceNames_static() 165 return aSupported; in getSupportedServiceNames_static()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 59 Sequence< ::rtl::OUString > aSupported(2); in getSupportedServiceNames() local 60 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.ResultSet"); in getSupportedServiceNames() 61 aSupported[1] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.ResultSet"); in getSupportedServiceNames() 62 return aSupported; in getSupportedServiceNames() 67 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 68 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 69 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_features.cxx | 87 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in GrFeatureParser() local 89 gr::LanguageIterator iL = aSupported.first; in GrFeatureParser() 90 while (iL != aSupported.second) in GrFeatureParser() 100 if (iL == aSupported.second) mbErrors = true; in GrFeatureParser() 138 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in setLang() local 140 gr::LanguageIterator iL = aSupported.first; in setLang() 141 while (iL != aSupported.second) in setLang() 150 if (iL != aSupported.second) in setLang()
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 60 Sequence< ::rtl::OUString > aSupported(2); in getSupportedServiceNames() local 61 aSupported[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.ResultSet"); in getSupportedServiceNames() 62 aSupported[1] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.ResultSet"); in getSupportedServiceNames() 63 return aSupported; in getSupportedServiceNames() 68 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService() local 69 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 70 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrl.cxx | 153 Sequence< ::rtl::OUString > aSupported( getSupportedServiceNames() ); in supportsService() local 154 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService() 155 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() 166 Sequence< ::rtl::OUString > aSupported(3); in getSupportedServiceNames_Static() local 167 …aSupported[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.Accessibl… in getSupportedServiceNames_Static() 168 …aSupported[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.Accessibl… in getSupportedServiceNames_Static() 169 …aSupported[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.AccessibleIconChoic… in getSupportedServiceNames_Static() 170 return aSupported; in getSupportedServiceNames_Static()
|