Home
last modified time | relevance | path

Searched refs:aProperties (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/svx/source/table/
H A Dtablecolumn.cxx260 comphelper::PropertyVector aProperties(6); in getStaticPropertySetInfo() local
263 aProperties[0].Handle = Property_Width; in getStaticPropertySetInfo()
265 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
269 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
270 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
273 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
275 aProperties[2].Attributes = 0; in getStaticPropertySetInfo()
280 aProperties[3].Attributes = 0; in getStaticPropertySetInfo()
283 aProperties[4].Handle = Property_Width; in getStaticPropertySetInfo()
285 aProperties[4].Attributes = 0; in getStaticPropertySetInfo()
[all …]
H A Dtablerow.cxx335 comphelper::PropertyVector aProperties(6); in getStaticPropertySetInfo() local
338 aProperties[0].Handle = Property_Height; in getStaticPropertySetInfo()
340 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
344 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
345 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
348 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
350 aProperties[2].Attributes = 0; in getStaticPropertySetInfo()
355 aProperties[3].Attributes = 0; in getStaticPropertySetInfo()
358 aProperties[4].Handle = Property_Height; in getStaticPropertySetInfo()
360 aProperties[4].Attributes = 0; in getStaticPropertySetInfo()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx184 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
192 aProperties.reserve( 12 ); in doDescribeSupportedProperties()
194 addStringPropertyDescription( aProperties, PROPERTY_XSD_DATA_TYPE ); in doDescribeSupportedProperties()
195 addInt16PropertyDescription ( aProperties, PROPERTY_XSD_WHITESPACES ); in doDescribeSupportedProperties()
196 addStringPropertyDescription( aProperties, PROPERTY_XSD_PATTERN ); in doDescribeSupportedProperties()
199 addInt32PropertyDescription( aProperties, PROPERTY_XSD_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
200 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MIN_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
201 addInt32PropertyDescription( aProperties, PROPERTY_XSD_MAX_LENGTH, MAYBEVOID ); in doDescribeSupportedProperties()
204 addInt32PropertyDescription( aProperties, PROPERTY_XSD_TOTAL_DIGITS, MAYBEVOID ); in doDescribeSupportedProperties()
231 if ( aProperties.empty() ) in doDescribeSupportedProperties()
[all …]
H A Deformspropertyhandler.cxx298 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
304 aProperties.reserve( 7 ); in doDescribeSupportedProperties()
305 addStringPropertyDescription( aProperties, PROPERTY_XML_DATA_MODEL ); in doDescribeSupportedProperties()
306 addStringPropertyDescription( aProperties, PROPERTY_BINDING_NAME ); in doDescribeSupportedProperties()
308 addStringPropertyDescription( aProperties, PROPERTY_XSD_REQUIRED ); in doDescribeSupportedProperties()
309 addStringPropertyDescription( aProperties, PROPERTY_XSD_RELEVANT ); in doDescribeSupportedProperties()
310 addStringPropertyDescription( aProperties, PROPERTY_XSD_READONLY ); in doDescribeSupportedProperties()
311 addStringPropertyDescription( aProperties, PROPERTY_XSD_CONSTRAINT ); in doDescribeSupportedProperties()
316 implAddPropertyDescription( aProperties, PROPERTY_LIST_BINDING, in doDescribeSupportedProperties()
321 if ( aProperties.empty() ) in doDescribeSupportedProperties()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java207 short nMaxLeading, PropertyValue[] aProperties ) in hyphenate() argument
224 … boolean bIsUseDictionaryList = GetValueToUse( "IsUseDictionaryList", true, aProperties ); in hyphenate()
225 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in hyphenate()
226 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in hyphenate()
227 … short nHyphMinTrailing = GetValueToUse( "HyphMinTrailing", (short)2, aProperties ); in hyphenate()
288 short nIndex, PropertyValue[] aProperties ) in queryAlternativeSpelling() argument
306 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in queryAlternativeSpelling()
307 … short nHyphMinLeading = GetValueToUse( "HyphMinLeading", (short)2, aProperties ); in queryAlternativeSpelling()
337 PropertyValue[] aProperties ) in createPossibleHyphens() argument
355 … boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in createPossibleHyphens()
[all …]
H A DSampleSpellChecker.java156 PropertyValue[] aProperties ) in GetSpellFailure() argument
162 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetSpellFailure()
196 PropertyValue[] aProperties ) in GetProposals() argument
205 boolean bIsGermanPreReform = GetValueToUse( "IsGermanPreReform", false, aProperties ); in GetProposals()
207 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in GetProposals()
284 PropertyValue[] aProperties ) in isValid() argument
302 boolean bIsSpellUpperCase = GetValueToUse( "IsSpellUpperCase", false, aProperties ); in isValid()
305 short nFailure = GetSpellFailure( aWord, aLocale, aProperties ); in isValid()
323 PropertyValue[] aProperties ) in spell() argument
336 if (!isValid( aWord, aLocale, aProperties )) in spell()
[all …]
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx310 Sequence< Property > aProperties; in getInfoHelper() local
412 Sequence< Property > aProperties; in getPropertyValues() local
418 aProperties.getConstArray(), in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
465 Sequence< PropertyValue > aProperties( _rProps ); in impl_setPropertyValues_throw() local
467 aProperties.getArray(), in impl_setPropertyValues_throw()
468 aProperties.getArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
475 aProperties.getConstArray(), in impl_setPropertyValues_throw()
476 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
524 aProperties.getConstArray(), in impl_setPropertyValues_throw()
[all …]
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx200 SEQUENCE < PROPERTYVALUE > aProperties; in Execute() local
201 if ( aEventData >>= aProperties ) in Execute()
219 aProperties[ nIndex ].Value >>= aType; in Execute()
221 aProperties[ nIndex ].Value >>= aScript; in Execute()
223 aProperties[ nIndex ].Value >>= aLibrary; in Execute()
225 aProperties[ nIndex ].Value >>= aMacroName; in Execute()
384 SEQUENCE < PROPERTYVALUE > aProperties; in ConvertToMacro() local
391 if ( aAny >>= aProperties ) in ConvertToMacro()
398 long nCount = aProperties.getLength(); in ConvertToMacro()
407 aProperties[ nIndex ].Value >>= aType; in ConvertToMacro()
[all …]
/trunk/main/sfx2/source/config/
H A Devntconf.cxx169 uno::Sequence < beans::PropertyValue > aProperties(3); in CreateEventData_Impl() local
170 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
185 aEventData <<= aProperties; in CreateEventData_Impl()
189 uno::Sequence < beans::PropertyValue > aProperties(2); in CreateEventData_Impl() local
190 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
201 aEventData <<= aProperties; in CreateEventData_Impl()
205 uno::Sequence < beans::PropertyValue > aProperties(2); in CreateEventData_Impl() local
206 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl()
216 aEventData <<= aProperties; in CreateEventData_Impl()
225 uno::Sequence < beans::PropertyValue > aProperties; in CreateEventData_Impl() local
[all …]
/trunk/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx91 Sequence< Property > aProperties; in doCreateArrayHelper() local
92 describeProperties( aProperties ); in doCreateArrayHelper()
95 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), ResetRO… in doCreateArrayHelper()
97 …::std::for_each( aProperties.getArray(), aProperties.getArray() + aProperties.getLength(), SetROAt… in doCreateArrayHelper()
99 return new ::cppu::OPropertyArrayHelper( aProperties ); in doCreateArrayHelper()
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx69 Sequence<OUString> aProperties(2); in lcl_CreatePropertyNames() local
70 OUString* pProperties = aProperties.getArray(); in lcl_CreatePropertyNames()
76 return aProperties; in lcl_CreatePropertyNames()
202 Sequence<OUString> aProperties(1); in HasLabel() local
203 aProperties.getArray()[0] = sPrefix; in HasLabel()
204 aProperties.getArray()[0] += C2U("Name"); in HasLabel()
205 Sequence<Any> aValues = GetProperties(aProperties); in HasLabel()
263 Sequence<OUString> aProperties(1); in SaveLabel() local
264 aProperties.getArray()[0] = sPrefix; in SaveLabel()
265 aProperties.getArray()[0] += C2U("Name"); in SaveLabel()
[all …]
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx348 Any getPropertyByName( const Sequence<beans::PropertyValue>& aProperties, in getPropertyByName() argument
351 for( int i=0; i<aProperties.getLength(); i++ ) in getPropertyByName()
352 if( aProperties[i].Name.equalsAscii(name) ) in getPropertyByName()
353 return aProperties[i].Value; in getPropertyByName()
397 getPropertyByName(aProperties, "Prefix", sal_False) >>=prefix; in makeNumberingString()
412 getPropertyByName(aProperties, "Value", sal_True) >>=number; in makeNumberingString()
766 Sequence<beans::PropertyValue> aProperties(2); in makeNumberingIdentifier() local
768 aProperties[0].Value <<= aSupportedTypes[index].nType; in makeNumberingIdentifier()
769 aProperties[1].Name = OUString::createFromAscii("Value"); in makeNumberingIdentifier()
771 aProperties[1].Value <<= j; in makeNumberingIdentifier()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx781 aProperties[0] = A2S("PaneURL"); in ProcessLayout()
782 aProperties[1] = A2S("ViewURL"); in ProcessLayout()
783 aProperties[2] = A2S("RelativeX"); in ProcessLayout()
784 aProperties[3] = A2S("RelativeY"); in ProcessLayout()
785 aProperties[4] = A2S("RelativeWidth"); in ProcessLayout()
786 aProperties[5] = A2S("RelativeHeight"); in ProcessLayout()
790 aProperties, in ProcessLayout()
815 aProperties[0] = A2S("ViewURL"); in ProcessViewDescriptions()
816 aProperties[1] = A2S("Title"); in ProcessViewDescriptions()
818 aProperties[3] = A2S("IsOpaque"); in ProcessViewDescriptions()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DLegendWrapper.cxx264 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
265 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
266 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
267 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
268 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
270 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
271 ::chart::wrapper::WrappedAutomaticPositionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
272 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
274 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
277 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DWallFloorWrapper.cxx69 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
70 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
73 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
75 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
78 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DTitleWrapper.cxx192 ::std::vector< beans::Property > aProperties; in lcl_GetPropertySequence()
193 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
194 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
195 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
196 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
198 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
199 ::chart::wrapper::WrappedAutomaticPositionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
200 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
202 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
205 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DAreaWrapper.cxx67 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
68 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
69 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
73 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DDataSeriesPointWrapper.cxx174 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
176 lcl_AddPropertiesToVector_PointProperties( aProperties ); in lcl_GetPropertySequence()
179 lcl_AddPropertiesToVector_SeriesOnly( aProperties ); in lcl_GetPropertySequence()
180 WrappedStatisticProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
185 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
186 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
187 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
188 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
189 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
191 ::std::sort( aProperties.begin(), aProperties.end(), ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
[all …]
/trunk/main/chart2/source/model/main/
H A DLegend.cxx157 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
158 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
159 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
160 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
161 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
162 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
164 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
167 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DGridProperties.cxx106 ::std::vector< Property > aProperties; in lcl_GetPropertySequence()
107 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
108 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
109 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
111 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
114 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/chart2/source/tools/
H A DRegressionEquation.cxx162 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
163 lcl_AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
164 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
165 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
166 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
167 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
169 ::std::sort( aProperties.begin(), aProperties.end(), in lcl_GetPropertySequence()
172 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DRelativeSizeHelper.cxx69 vector< OUString > aProperties; in adaptFontSizes() local
70 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ))); in adaptFontSizes()
71 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightAsian" ))); in adaptFontSizes()
72 aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightComplex" ))); in adaptFontSizes()
74 for( vector< OUString >::const_iterator aIt = aProperties.begin(); in adaptFontSizes()
75 aIt != aProperties.end(); ++aIt ) in adaptFontSizes()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx131 Sequence< Property > aProperties = xInfo->getProperties(); in IMPLEMENT_GET_IMPLEMENTATION_ID() local
132 const Property* pProperties = aProperties.getConstArray(); in IMPLEMENT_GET_IMPLEMENTATION_ID()
133 for ( sal_Int32 i = 0; i < aProperties.getLength(); ++i, ++pProperties ) in IMPLEMENT_GET_IMPLEMENTATION_ID()
154 Sequence< Property > aProperties; in getInfoHelper() local
157 aProperties = m_xDelegatorPSI->getProperties(); in getInfoHelper()
158 sal_Int32 nProperties( aProperties.getLength() ); in getInfoHelper()
159 aProperties.realloc( nProperties + 1 ); in getInfoHelper()
160 aProperties[ nProperties ] = Property( in getInfoHelper()
172 m_pInfoHelper.reset( new ::cppu::OPropertyArrayHelper( aProperties, false ) ); in getInfoHelper()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx218 if ( aProperties.find( aName ) == aProperties.end() ) in SplitTag()
225 aProperties[ aName ] = aValue; in SplitTag()
463 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MatchesTranslation()
465 if ( rInfo.aProperties.find( iProp->first ) != rInfo.aProperties.end() ) in MatchesTranslation()
467 …rop->first, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.aProperties.find( iProp->fi… in MatchesTranslation()
471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()
477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()
499 for( iProp = rInfo.aProperties.begin() ; iProp != rInfo.aProperties.end(); ++iProp ) in MatchesTranslation()
501 if ( aProperties.find( iProp->first ) == aProperties.end() ) in MatchesTranslation()
532 for( iProp = aProperties.begin() ; iProp != aProperties.end(); ++iProp ) in MakeTag()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx219 ::comphelper::NamedValueCollection aProperties; in connect()
224 aProperties.put( "storage_key", sKey ); in connect()
225 aProperties.put( "storage_class_name", in connect()
227 aProperties.put( "fileaccess_class_name", in connect()
231 aProperties.put( "JavaDriverClass", in connect()
233 aProperties.put( "JavaDriverClassPath", in connect()
245 aProperties.put( "IsAutoRetrievingEnabled", true ); in connect()
246 aProperties.put( "AutoRetrievingStatement", in connect()
248 aProperties.put( "IgnoreDriverPrivileges", true ); in connect()
251 aProperties.put( "default_schema", in connect()
[all …]

Completed in 111 milliseconds

12345678