Home
last modified time | relevance | path

Searched refs:aProps (Results 26 – 50 of 290) sorted by relevance

12345678910>>...12

/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx61 std::list<beans::PropertyValue> aProps; member in XMLMyList
99 std::list<beans::PropertyValue>::iterator aItr = aProps.begin(); in GetSequence()
100 while (aItr != aProps.end()) in GetSequence()
125 while (aItr != aProps.end()) in GetNameContainer()
150 while (aItr != aProps.end()) in GetIndexContainer()
840 uno::Sequence < beans::PropertyValue > aProps; in EndElement() local
843 … if ((xIndex->getByIndex( i ) >>= aProps) && (aProps.getLength() == XML_FORBIDDEN_CHARACTER_MAX ) ) in EndElement()
845 beans::PropertyValue *pForChar = aProps.getArray(); in EndElement()
911 uno::Sequence < beans::PropertyValue > aProps; in EndElement() local
930 if ((xIndex->getByIndex( i ) >>= aProps) && (aProps.getLength() == XML_SYMBOL_DESCRIPTOR_MAX ) ) in EndElement()
[all …]
/trunk/main/vcl/source/window/
H A Dwindow4.cxx212 uno::Sequence< beans::PropertyValue > aProps( 3 ); in getProperties() local
213 aProps[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Enabled" ) ); in getProperties()
214 aProps[0].Value = uno::makeAny( sal_Bool( IsEnabled() ) ); in getProperties()
215 aProps[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Visible" ) ); in getProperties()
216 aProps[1].Value = uno::makeAny( sal_Bool( IsVisible() ) ); in getProperties()
217 aProps[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in getProperties()
218 aProps[2].Value = uno::makeAny( rtl::OUString( GetText() ) ); in getProperties()
220 return aProps; in getProperties()
/trunk/main/sd/source/ui/dlg/
H A DTemplateScanner.cxx214 Sequence<rtl::OUString> aProps (3); in InitializeEntryScanning() local
215 aProps[0] = TITLE; in InitializeEntryScanning()
216 aProps[1] = TARGET_URL; in InitializeEntryScanning()
217 aProps[2] = DESCRIPTION; in InitializeEntryScanning()
222 maFolderContent.createCursor(aProps, eInclude)); in InitializeEntryScanning()
306 Sequence<rtl::OUString> aProps (2); in InitializeFolderScanning() local
307 aProps[0] = TITLE; in InitializeFolderScanning()
308 aProps[1] = TARGET_DIR_URL; in InitializeFolderScanning()
313 aTemplateDir.createCursor(aProps, eInclude)); in InitializeFolderScanning()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx96 HierarchyContentProperties aProps; in create() local
520 uno::Any aProps in execute() local
1432 uno::Any aProps in setPropertyValues() local
1490 aProps ) ), in insert()
1585 uno::Any aProps in insert() local
1595 uno::Sequence< uno::Any >(&aProps, 1), in insert()
1718 uno::Any aProps in transfer() local
1759 uno::Any aProps in transfer() local
1768 uno::Sequence< uno::Any >(&aProps, 1), in transfer()
1794 uno::Any aProps in transfer() local
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx168 ContentProperties aProps; in create() local
179 if ( !aProps.bIsFolder ) in create()
619 uno::Any aProps in execute() local
699 uno::Any aProps in execute() local
1491 uno::Any aProps in setPropertyValues() local
1566 uno::Any aProps in open() local
1799 uno::Any aProps in insert() local
1921 uno::Any aProps in transfer() local
1962 uno::Any aProps in transfer() local
1996 uno::Any aProps in transfer() local
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx595 uno::Sequence < beans::PropertyValue > aProps; in _exportTextEmbedded() local
597 aAny2 >>= aProps; in _exportTextEmbedded()
599 sal_Int32 i = aProps.getLength(); in _exportTextEmbedded()
602 beans::PropertyValue& aProp = aProps[--i]; in _exportTextEmbedded()
691 uno::Sequence < beans::PropertyValue > aProps; in _exportTextEmbedded() local
693 aAny >>= aProps; in _exportTextEmbedded()
695 sal_Int32 i = aProps.getLength(); in _exportTextEmbedded()
698 beans::PropertyValue& aProp = aProps[--i]; in _exportTextEmbedded()
717 uno::Sequence < beans::PropertyValue > aProps; in _exportTextEmbedded() local
719 aAny >>= aProps; in _exportTextEmbedded()
[all …]
H A Dxmlexp.cxx441 void SwXMLExport::GetViewSettings(Sequence<PropertyValue>& aProps) in GetViewSettings() argument
450 aProps.realloc( NUM_EXPORTED_VIEW_SETTINGS ); in GetViewSettings()
452 PropertyValue *pValue = aProps.getArray(); in GetViewSettings()
482 aProps.realloc(nIndex); in GetViewSettings()
528 aProps.realloc(nIndex); in GetViewSettings()
547 uno::Sequence< beans::Property > aProps = xPropertySetInfo->getProperties(); in GetConfigurationSettings() local
548 const sal_Int32 nCount(aProps.getLength()); in GetConfigurationSettings()
567 && aProps[i].Name.compareTo( csCurrentDatabaseSource ) == 0 ) in GetConfigurationSettings()
573 pProps->Name = aProps[i].Name; in GetConfigurationSettings()
574 pProps->Value = xProps->getPropertyValue(aProps[i].Name); in GetConfigurationSettings()
/trunk/main/toolkit/source/controls/
H A Dtabpagemodel.cxx272 Sequence< rtl::OUString > aProps( 2 ); in windowResized() local
275 aProps[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" )); in windowResized()
276 aProps[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in windowResized()
280 ImplSetPropertyValues( aProps, aValues, true ); in windowResized()
300 Sequence< rtl::OUString > aProps( 2 ); in windowMoved() local
302 aProps[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionX" )); in windowMoved()
303 aProps[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionY" )); in windowMoved()
307 ImplSetPropertyValues( aProps, aValues, true ); in windowMoved()
H A Ddialogcontrol.cxx352 Sequence< rtl::OUString > aProps( 2 ); in windowResized() local
355 aProps[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" )); in windowResized()
356 aProps[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in windowResized()
360 ImplSetPropertyValues( aProps, aValues, true ); in windowResized()
380 Sequence< rtl::OUString > aProps( 2 ); in windowMoved() local
382 aProps[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionX" )); in windowMoved()
383 aProps[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionY" )); in windowMoved()
387 ImplSetPropertyValues( aProps, aValues, true ); in windowMoved()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx257 uno::Sequence< OUString > aProps(2); in GetFolderContents() local
258 OUString* pProps = aProps.getArray(); in GetFolderContents()
267 xResultSet = aCnt.createCursor( aProps, eInclude ); in GetFolderContents()
272 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContents()
365 uno::Sequence< OUString > aProps(5); in GetFolderContentProperties() local
366 OUString* pProps = aProps.getArray(); in GetFolderContentProperties()
377 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContentProperties()
496 uno::Sequence< OUString > aProps(3); in GetResultSet() local
497 OUString* pProps = aProps.getArray(); in GetResultSet()
592 uno::Sequence< OUString > aProps(2); in GetHelpTreeViewContents() local
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx217 uno::Sequence< beans::PropertyValue > aProps(3); in getMetaFile() local
218 aProps[0].Name = OUSTR("FilterName"); in getMetaFile()
219 aProps[0].Value <<= OUSTR("SVM"); in getMetaFile()
221 aProps[1].Name = OUSTR("GraphicRenderer"); in getMetaFile()
222 aProps[1].Value <<= xRenderer; in getMetaFile()
241 aProps[2].Name = OUSTR("FilterData"); in getMetaFile()
242 aProps[2].Value <<= aFilterData; in getMetaFile()
245 if( !xFilter->filter( aProps ) ) in getMetaFile()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx660 Sequence< Property > aProps( nCount ); in getPropertyValuesInterface() local
661 Property* pProps = aProps.getArray(); in getPropertyValuesInterface()
678 aCommand.Argument <<= aProps; in getPropertyValuesInterface()
694 Property* pProps = aProps.getArray(); in getPropertyValuesInterface()
711 aCommand.Argument <<= aProps; in getPropertyValuesInterface()
759 aCommand.Argument <<= aProps; in setPropertyValues()
807 aCommand.Argument <<= aProps; in setPropertyValues()
855 Property* pProps = aProps.getArray(); in createCursorAny()
871 aArg.Properties = aProps; in createCursorAny()
888 Property* pProps = aProps.getArray(); in createCursorAny()
[all …]
/trunk/main/vcl/source/components/
H A Ddisplay.cxx132 Sequence< Property > aProps(2); in getProperties() local
133 aProps[0] = getPropertyByName( OUString::createFromAscii( pScreenAreaName ) ); in getProperties()
134 aProps[1] = getPropertyByName( OUString::createFromAscii( pWorkAreaName ) ); in getProperties()
135 return aProps; in getProperties()
272 Sequence< Property > aProps(2); in getProperties() local
273 aProps[0] = getPropertyByName( OUString::createFromAscii( pMultiDisplayName ) ); in getProperties()
274 aProps[1] = getPropertyByName( OUString::createFromAscii( pDefaultDisplayName ) ); in getProperties()
275 return aProps; in getProperties()
/trunk/main/connectivity/source/drivers/ado/
H A DAColumn.cxx257 WpADOProperties aProps( m_aColumn.get_Properties() ); in fillPropertyValues() local
259 if ( aProps.IsValid() ) in fillPropertyValues()
261 …m_IsAutoIncrement = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Autoinc… in fillPropertyValues()
263 …m_Description = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description… in fillPropertyValues()
265 …m_DefaultValue = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Default"))… in fillPropertyValues()
268 sal_Int32 nCount = aProps.GetItemCount(); in fillPropertyValues()
271 WpADOProperty aProp = aProps.GetItem(i); in fillPropertyValues()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx86 PropertyMap aProps; in getStandardStyleId() local
87 aProps[ USTR( "style:family" ) ] = rtl::OStringToOUString( rName, RTL_TEXTENCODING_UTF8 ); in getStandardStyleId()
88 aProps[ USTR( "style:name" ) ] = USTR( "standard" ); in getStandardStyleId()
90 Style aStyle( "style:style", aProps ); in getStandardStyleId()
199 PropertyMap aProps( rStyle.Properties ); in impl_emitStyle() local
201 aProps[ USTR( "style:name" ) ] = getStyleName( nStyleId ); in impl_emitStyle()
202 rContext.rEmitter.beginTag( rStyle.Name.getStr(), aProps ); in impl_emitStyle()
/trunk/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx151 PropertyDescriptor aProps[] = in hasDefaultSettings() local
163 for ( size_t i=0; i < sizeof( aProps ) / sizeof( aProps[0] ); ++i ) in hasDefaultSettings()
165 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in hasDefaultSettings()
166 … if ( !isDefaulted( aProps[i].nHandle, _rxColumn->getPropertyValue( aProps[i].sName ) ) ) in hasDefaultSettings()
H A Ddefinitioncolumn.cxx111 Sequence< Property > aProps; in createArrayHelper() local
112 describeProperties( aProps ); in createArrayHelper()
113 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
222 PropertyDescriptor aProps[] = in OQueryColumn() local
229 for ( size_t i=0; i < sizeof( aProps ) / sizeof( aProps[0] ); ++i ) in OQueryColumn()
231 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in OQueryColumn()
232 …setFastPropertyValue_NoBroadcast( aProps[i].nHandle, _rxParserColumn->getPropertyValue( aProps[i].… in OQueryColumn()
/trunk/main/comphelper/source/container/
H A DIndexedPropertyValuesContainer.cxx107 uno::Sequence<beans::PropertyValue> aProps; in insertByIndex() local
108 if (!(aElement >>= aProps)) in insertByIndex()
111 maProperties.push_back(aProps); in insertByIndex()
135 maProperties.insert(aItr, aProps); in insertByIndex()
184 uno::Sequence<beans::PropertyValue> aProps; in replaceByIndex() local
185 if (!(aElement >>= aProps)) in replaceByIndex()
187 maProperties[nIndex] = aProps; in replaceByIndex()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java70 String[] aProps = new String[] in SampleThesaurus() local
81 aPropChgHelper = new PropChgHelper( (XThesaurus) this, aProps ); in SampleThesaurus()
97 PropertyValue[] aProps ) in GetValueToUse() argument
104 for (int i = 0; i < aProps.length; ++i) in GetValueToUse()
106 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
108 Object aObj = aProps[i].Value; in GetValueToUse()
/trunk/main/connectivity/source/drivers/file/
H A DFConnection.cxx174 Sequence< OUString > aProps(1); in construct() local
175 OUString* pProps = aProps.getArray(); in construct()
182 m_xDir = aFile.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in construct()
192 m_xDir = aParent.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in construct()
401 Sequence< ::rtl::OUString > aProps(1); in getDir() local
402 ::rtl::OUString* pProps = aProps.getArray(); in getDir()
408 xContent = aParent.createDynamicCursor(aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in getDir()
/trunk/main/oox/source/ppt/
H A Dslidetransition.cxx77 void SlideTransition::setSlideProperties( PropertyMap & aProps ) in setSlideProperties() argument
81 aProps[ PROP_TransitionType ] <<= mnTransitionType; in setSlideProperties()
82 aProps[ PROP_TransitionSubtype ] <<= mnTransitionSubType; in setSlideProperties()
83 aProps[ PROP_TransitionDirection ] <<= mbTransitionDirectionNormal; in setSlideProperties()
84 aProps[ PROP_Speed ] <<= mnAnimationSpeed; in setSlideProperties()
85 aProps[ PROP_TransitionFadeColor ] <<= mnFadeColor; in setSlideProperties()
H A Dcommontimenodecontext.cxx382 NodePropertyMap & aProps = pNode->getNodeProperties(); in CommonTimeNodeContext() local
388 aProps[ NP_ACCELERATION ] <<= dPercent; in CommonTimeNodeContext()
396 aProps[ NP_AUTOREVERSE ] = makeAny( attribs.getBool( XML_autoRev, false ) ); in CommonTimeNodeContext()
406 aProps[ NP_DECELERATE ] <<= dPercent; in CommonTimeNodeContext()
411 aProps[ NP_DISPLAY ] <<= attribs.getBool( XML_display, true ); in CommonTimeNodeContext()
415 aProps[ NP_DURATION ] = GetTime( xAttribs->getOptionalValue( XML_dur) ); in CommonTimeNodeContext()
447 aProps[ NP_FILL ] <<= (sal_Int16)nEnum; in CommonTimeNodeContext()
567 aProps[ NP_REPEATCOUNT ] = GetTime( xAttribs->getOptionalValue( XML_repeatCount ) ); in CommonTimeNodeContext()
573 aProps[ NP_REPEATDURATION ] = GetTime( xAttribs->getOptionalValue( XML_repeatDur ) ); in CommonTimeNodeContext()
598 aProps[ NP_RESTART ] <<= (sal_Int16)nEnum; in CommonTimeNodeContext()
/trunk/main/scripting/source/basprov/
H A Dbasmethnode.cxx179 Sequence< Property > aProps; in createArrayHelper() local
180 describeProperties( aProps ); in createArrayHelper()
181 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
228 Sequence < PropertyValue > aProps = xModel->getArgs(); in invoke() local
229 sal_Int32 nProps = aProps.getLength(); in invoke()
230 const PropertyValue* pProps = aProps.getConstArray(); in invoke()
/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java197 Property[] aProps = xPropertySetInfo.getProperties(); in printPropertiesList() local
199 for (int i = 0; i < aProps.length; i++) { in printPropertiesList()
201 …System.out.print("[" + (i + 1) + "]: Name=\"" + aProps[i].Name + "\" " + aProps[i].Type.toString()… in printPropertiesList()
204 short nAttribs = aProps[i].Attributes; in printPropertiesList()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java233 Property[] aProps = xPropsInfo.getProperties(); in showPropertySet() local
235 for (i = 0; i < aProps.length; ++i) { in showPropertySet()
240 System.out.print(": Name<" + aProps[i].Name); in showPropertySet()
243 System.out.print("> Handle<" + aProps[i].Handle); in showPropertySet()
246 System.out.print("> " + aProps[i].Type.toString()); in showPropertySet()
250 short nAttribs = aProps[i].Attributes; in showPropertySet()

Completed in 126 milliseconds

12345678910>>...12