Home
last modified time | relevance | path

Searched refs:pProps (Results 51 – 75 of 124) sorted by last modified time

12345

/trunk/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx180 ::rtl::OUString* pProps = aProps.getArray(); in DECLARE_LIST()
181 pProps[0] = ::rtl::OUString::createFromAscii( "Url" ); in DECLARE_LIST()
H A Ducbhelper.cxx292 OUString* pProps = aProps.getArray(); in GetFolderContents() local
293 pProps[0] = OUString::createFromAscii( "Title" ); in GetFolderContents()
295 pProps[1] = OUString::createFromAscii( "IsFolder" ); in GetFolderContents()
392 OUString* pProps = aProps.getArray(); in GetResultSet() local
393 pProps[0] = OUString::createFromAscii( "Title" ); in GetResultSet()
394 pProps[1] = OUString::createFromAscii( "ContentType" ); in GetResultSet()
396 pProps[2] = OUString::createFromAscii( "IsFolder" ); in GetResultSet()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx348 const Property* pProps = rInfo.Properties.getConstArray(); in createNewContent() local
351 const OUString& rName = pProps[ n ].Name; in createNewContent()
363 const Type& rType = pProps[ n ].Type; in createNewContent()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
422 Property& rProp = pProps[ n ]; in getColumnType()
443 Property* pProps = m_aProps.getArray(); in getColumnType() local
446 Property& rProp = pProps[ n ]; in getColumnType()
H A Dcontentinfo.cxx145 beans::Property* pProps = m_pProps->getArray(); in getProperties() local
150 pProps[ nPos ] = pAddProps[ n ]; in getProperties()
203 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
207 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty()
H A Dpropertyvalueset.cxx832 const Property* pProps = aProps.getConstArray(); in appendPropertySet() local
855 const Property& rProp = pProps[ m ]; in appendPropertySet()
871 const Property& rProp = pProps[ n ]; in appendPropertySet()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx505 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
508 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx661 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
667 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
694 Property* pProps = aProps.getArray(); in getPropertyValuesInterface() local
700 Property& rProp = pProps[ n ]; in getPropertyValuesInterface()
741 PropertyValue* pProps = aProps.getArray(); in setPropertyValues() local
748 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
796 PropertyValue& rProp = pProps[ n ]; in setPropertyValues()
855 Property* pProps = aProps.getArray(); in createCursorAny() local
859 Property& rProp = pProps[ n ]; in createCursorAny()
888 Property* pProps = aProps.getArray(); in createCursorAny() local
[all …]
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx965 beans::Property* pProps = aProps.getArray(); in open() local
967 pProps[ 0 ].Handle = -1; // Important! in open()
968 /**/ pProps[ 0 ].Type = getCppuType(static_cast< rtl::OUString * >(0)); in open()
971 pProps[ 1 ].Handle = -1; // Important! in open()
972 pProps[ 2 ].Name = rtl::OUString::createFromAscii( "Size" ); in open()
973 pProps[ 2 ].Handle = -1; // Important! in open()
975 pProps[ 3 ].Handle = -1; // Important! in open()
976 /**/ pProps[ 3 ].Type = getCppuType(static_cast< sal_Bool * >(0)); in open()
979 pProps[ 4 ].Handle = -1; // Important! in open()
1445 const beans::Property* pProps = aProps.getConstArray(); in getProperties() local
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx985 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
987 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
1014 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
1017 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx650 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
653 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx987 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
990 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
1830 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer() local
1833 const beans::Property& rProp = pProps[ n ]; in transfer()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx404 const beans::Property* pProps; in getPropertyValuesFromGFileInfo() local
407 pProps = rProperties.getConstArray(); in getPropertyValuesFromGFileInfo()
411 const beans::Property& rProp = pProps[ n ]; in getPropertyValuesFromGFileInfo()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx587 const beans::Property* pProps; in getPropertyValues() local
591 pProps = rProperties.getConstArray(); in getPropertyValues()
595 pProps = allProperties.getConstArray(); in getPropertyValues()
603 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx831 const beans::Property* pProps = PropertySet.getConstArray(); in getPropertyValues() local
835 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx401 const Property* pProps = i_rProperties.getConstArray(); in getArtificialNodePropertyValues() local
404 const Property& rProp = pProps[ n ]; in getArtificialNodePropertyValues()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx2550 Property* pProps = pPropSeq->getArray(); in getProperties() local
2554 Property& rProp = pProps[ n ]; in getProperties()
H A Ducbprops.cxx384 Property* pProps = m_pProps->getArray(); in getProperties() local
405 Property& rProp = pProps[ nPos ]; in getProperties()
459 const Property* pProps = m_pProps->getConstArray(); in queryProperty() local
463 const Property& rCurrProp = pProps[ n ]; in queryProperty()
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx94 ::com::sun::star::beans::Property* pProps = aProps.getArray(); in getProperties()
99 pProps[n].Name = GetPropertyName( nId ); in getProperties()
100 pProps[n].Handle = nId; in getProperties()
101 pProps[n].Type = *GetPropertyType( nId ); in getProperties()
102 pProps[n].Attributes = GetPropertyAttribs( nId ); in getProperties()
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx159 PropHelper *pProps = createChildProps( *it ); in getChildProperties() local
160 pProps->setChangeListener( this ); in getChildProperties()
161 ( *it )->mxProps = pProps; in getChildProperties()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx102 const Property* pProps = aProps.getConstArray(); in lcl_ImplGetPropertyNames() local
103 for ( sal_Int32 n = 0; n < nLen; ++n, ++pProps, ++pNames) in lcl_ImplGetPropertyNames()
104 *pNames = pProps->Name; in lcl_ImplGetPropertyNames()
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx121 ::com::sun::star::beans::Property* pProps = ImplGetProperties( nElements ); in getInfoHelper()
122 pPropertyArrayHelper = new ::cppu::OPropertyArrayHelper( pProps, nElements, sal_False ); in getInfoHelper()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1368 const beans::PropertyValue* pProps = aFieldProps.getConstArray(); in IMPL_LINK() local
1372 pProps, aFieldProps.getLength(), m_sColumnTitles[i]); in IMPL_LINK()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx552 beans::PropertyValue* pProps = rProps.getArray(); in GetConfigurationSettings() local
559 pProps->Name = aProp.Name; in GetConfigurationSettings()
560 pProps->Value = xProps->getPropertyValue(aProp.Name); in GetConfigurationSettings()
561 ++pProps; in GetConfigurationSettings()
573 pProps->Name = aProps[i].Name; in GetConfigurationSettings()
574 pProps->Value = xProps->getPropertyValue(aProps[i].Name); in GetConfigurationSettings()
575 ++pProps; in GetConfigurationSettings()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx5307 beans::PropertyValue* pProps = aRet.getArray(); in getProperties() local
5309 for ( int i = 0; i < nCount; ++i, pProps++ ) in getProperties()
5311 *pProps = aPropertyVector[i]; in getProperties()

Completed in 205 milliseconds

12345