Home
last modified time | relevance | path

Searched refs:pProps (Results 76 – 100 of 124) sorted by relevance

12345

/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/sfx2/source/dialog/
H A Ddinfdlg.cxx271 const beans::Property* pProps = lProps.getConstArray(); in SfxDocumentInfoItem() local
276 if (!(pProps[i].Attributes & in SfxDocumentInfoItem()
283 uno::Any aValue = xSet->getPropertyValue(pProps[i].Name); in SfxDocumentInfoItem()
284 CustomProperty* pProp = new CustomProperty( pProps[i].Name, aValue ); in SfxDocumentInfoItem()
432 const beans::Property* pProps = lProps.getConstArray(); in UpdateDocumentInfo() local
436 if ((pProps[j].Attributes & in UpdateDocumentInfo()
439 xContainer->removeProperty( pProps[j].Name ); in UpdateDocumentInfo()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx839 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
841 xRow->appendVoid( pProps[ n ] ); in getPropertyValues()
869 const beans::Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
872 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
2032 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer() local
2035 const beans::Property& rProp = pProps[ n ]; in transfer()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx245 Reference< XPropertyTypeDescription > * pProps = pTempProps->getArray(); in getProperties() local
302 pProps[ nFields ] in getProperties()
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx503 NodePropertyMap & pProps(mpNode->getNodeProperties()); in endFastElement() local
504 pProps[ NP_DIRECTION ] = makeAny( mnDir == XML_cw ); in endFastElement()
505pProps[ NP_COLORINTERPOLATION ] = makeAny( mnColorSpace == XML_hsl ? AnimationColorSpace::HSL : An… in endFastElement()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1695 const ::rtl::OUString* pProps = aPropsListenedTo; in addColumnListeners() local
1696 …const ::rtl::OUString* pPropsEnd = pProps + sizeof( aPropsListenedTo ) / sizeof( aPropsListenedTo[… in addColumnListeners()
1697 for (; pProps != pPropsEnd; ++pProps) in addColumnListeners()
1699 if ( xInfo->hasPropertyByName( *pProps ) ) in addColumnListeners()
1701 aPropDesc = xInfo->getPropertyByName( *pProps ); in addColumnListeners()
1703 xCol->addPropertyChangeListener( *pProps, this ); in addColumnListeners()
/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/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/stoc/source/inspect/
H A Dintrospection.cxx453 const Property* pProps = maAllPropertySeq.getConstArray(); in setPropertyValueByIndex() local
454 if( (pProps[ nSequenceIndex ].Attributes & READONLY) != 0 ) in setPropertyValueByIndex()
1239 const Property* pProps = mpStaticImpl->getProperties().getConstArray(); in getProperty() local
1240 aRet = pProps[ i ]; in getProperty()
2265 const Property* pProps = aPropSeq.getConstArray(); in implInspect() local
2278 rProp = pProps[ i ]; in implInspect()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx460 beans::PropertyValue* pProps = aNewDataSource.getArray(); in dispatch() local
461 pProps[0].Value <<= rtl::OUString(); in dispatch()
462 pProps[1].Value <<= aURL; in dispatch()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx308 Atom* pProps = XListProperties( GetDisplay()->GetDisplay(), in Init() local
312 bBreak = (pProps[i] == XA_WM_HINTS); in Init()
313 if( pProps ) in Init()
314 XFree( pProps ); in Init()
1038 Atom* pProps = XListProperties( GetXDisplay(), in SetIcon() local
1043 char* pName = XGetAtomName( GetXDisplay(), pProps[i] ); in SetIcon()
1049 if( pProps ) in SetIcon()
1050 XFree( pProps ); in SetIcon()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx209 PropertyValue* pProps = aProps.empty() ? 0 : &aProps[0]; in lcl_convertProperties() local
210 return Sequence< PropertyValue >(pProps, aProps.size()); in lcl_convertProperties()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx98 beans::PropertyValue* pProps = aSeq.getArray(); in GetSequence() local
102 *pProps = *aItr; in GetSequence()
103 pProps++; in GetSequence()
H A Dxmluconv.cxx1804 beans::PropertyValue* pProps = rProps.getArray(); in convertPropertySet() local
1805 for (sal_Int32 i = 0; i < nCount; i++, ++pProps) in convertPropertySet()
1807 pProps->Name = aProps[i].Name; in convertPropertySet()
1808 pProps->Value = aProperties->getPropertyValue(aProps[i].Name); in convertPropertySet()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx403 OUString* pProps = aProps.getArray(); in ReadFolder() local
404 pProps[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ); in ReadFolder()
405 pProps[1] = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ); in ReadFolder()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx959 beans::PropertyValue* pProps = aDescriptor.getArray(); in Export() local
961 pProps[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" ) ); in Export()
962 pProps[0].Value <<= OUString( mrMedium.GetName() ); in Export()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3520 const Property* pProps = aProps.getConstArray(); in CreateExternalView() local
3527 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in CreateExternalView()
3529 if (pProps->Name.equals(FM_PROP_LABEL)) in CreateExternalView()
3532 if (pProps->Name.equals(FM_PROP_DEFAULTCONTROL)) in CreateExternalView()
3535 if (pProps->Attributes & PropertyAttribute::READONLY) in CreateExternalView()
3539 pColumnProps->Name = pProps->Name; in CreateExternalView()
3540 pColumnProps->Value = xCurrentModelSet->getPropertyValue(pProps->Name); in CreateExternalView()
/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/stoc/source/invocation/
H A Dinvocation.cxx807 const Property* pProps = aPropertySeq.getConstArray(); in getInfoSequenceImpl() local
826 rItem.aName = pProps[ i ].Name; in getInfoSequenceImpl()
873 fillInfoForProperty( pRetInfos[ iTotal ], pProps[ rItem.nIndex ] ); in getInfoSequenceImpl()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx897 ADOProperties* pProps = NULL; in hasOrderedBookmarks() local
898 m_pRecordSet->get_Properties(&pProps); in hasOrderedBookmarks()
900 aProps.setWithOutAddRef(pProps); in hasOrderedBookmarks()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx885 beans::PropertyValue* pProps = aDescriptor.getArray(); in Export() local
886 pProps[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" ) ); in Export()
887 pProps[0].Value <<= sFileName; in Export()
/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/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx498 const Property* pProps = rProperties.getConstArray(); in getPropertyValues() local
501 const Property& rProp = pProps[ n ]; in getPropertyValues()
/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/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx1053 const PropertyMap* pProps = rStyles.getProperties( rElem.StyleId ); in setFirstOnPage() local
1054 if( pProps ) in setFirstOnPage()
1055 aProps = *pProps; in setFirstOnPage()

Completed in 317 milliseconds

12345