Home
last modified time | relevance | path

Searched refs:pProps (Results 26 – 50 of 124) sorted by path

12345

/trunk/main/reportdesign/source/core/api/
H A DFixedLine.cxx53 ::rtl::OUString pProps[] = { in lcl_getLineOptionals()
137 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getLineOptionals()
H A DFixedText.cxx49 ::rtl::OUString pProps[] = { PROPERTY_DATAFIELD,PROPERTY_MASTERFIELDS,PROPERTY_DETAILFIELDS }; in lcl_getFixedTextOptionals()
50 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getFixedTextOptionals()
H A DFormattedField.cxx56 ::rtl::OUString pProps[] = { PROPERTY_MASTERFIELDS,PROPERTY_DETAILFIELDS }; in lcl_getFormattedFieldOptionals()
57 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getFormattedFieldOptionals()
H A DImageControl.cxx46 ::rtl::OUString pProps[] = { in lcl_getImageOptionals()
116 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getImageOptionals()
H A DSection.cxx58 ::rtl::OUString pProps[] = { in DBG_NAME()
63 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in DBG_NAME()
96 ::rtl::OUString pProps[] = { in lcl_getAbsent()
104 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getAbsent()
107 ::rtl::OUString pProps[] = { in lcl_getAbsent()
113 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getAbsent()
H A DShape.cxx52 ::rtl::OUString pProps[] = { in lcl_getShapeOptionals()
57 return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); in lcl_getShapeOptionals()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx228 …const ::rtl::OUString pProps[] = { ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContextDocument"… in ~PropBrw() local
231 for (size_t i = 0; i < sizeof(pProps)/sizeof(pProps[0]); ++i) in ~PropBrw()
232 xName->removeByName(pProps[i]); in ~PropBrw()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4267 beans::PropertyValue* pProps(rProps.getArray()); in GetChangeTrackViewSettings() local
4268 if (pProps) in GetChangeTrackViewSettings()
4307 pProps[nChangePos].Value <<= aChangeProps; in GetChangeTrackViewSettings()
4316 beans::PropertyValue* pProps(rProps.getArray()); in GetViewSettings() local
4317 if(pProps) in GetViewSettings()
4329 pProps[i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaTop")); in GetViewSettings()
4330 pProps[i].Value <<= static_cast<sal_Int32>(aRect.getY()); in GetViewSettings()
4331 pProps[++i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaLeft")); in GetViewSettings()
4332 pProps[i].Value <<= static_cast<sal_Int32>(aRect.getX()); in GetViewSettings()
4334 pProps[i].Value <<= static_cast<sal_Int32>(aRect.getWidth()); in GetViewSettings()
[all …]
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/scripting/source/basprov/
H A Dbasmethnode.cxx230 const PropertyValue* pProps = aProps.getConstArray(); in invoke() local
234 if ( pProps[i].Name == ::rtl::OUString::createFromAscii( "Title" ) ) in invoke()
236 pProps[i].Value >>= sDocURL; in invoke()
/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/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()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx258 OUString* pProps = aProps.getArray(); in GetFolderContents() local
366 OUString* pProps = aProps.getArray(); in GetFolderContentProperties() local
367 pProps[0] = OUString::createFromAscii( "Title" ); in GetFolderContentProperties()
369 pProps[2] = OUString::createFromAscii( "Size" ); in GetFolderContentProperties()
371 pProps[4] = OUString::createFromAscii( "IsFolder" ); in GetFolderContentProperties()
497 OUString* pProps = aProps.getArray(); in GetResultSet() local
498 pProps[0] = OUString::createFromAscii( "Title" ); in GetResultSet()
500 pProps[2] = OUString::createFromAscii( "IsFolder" ); in GetResultSet()
593 OUString* pProps = aProps.getArray(); in GetHelpTreeViewContents() local
594 pProps[0] = OUString::createFromAscii( "Title" ); in GetHelpTreeViewContents()
[all …]
/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/sfx2/source/doc/
H A Dguisaveas.cxx783 uno::Sequence< beans::PropertyValue > pProps; in CheckFilterOptionsDialogExistence() local
784 if ( xFilterEnum->nextElement() >>= pProps ) in CheckFilterOptionsDialogExistence()
786 ::comphelper::SequenceAsHashMap aPropsHM( pProps ); in CheckFilterOptionsDialogExistence()
1710 const beans::Property* pProps = lProps.getConstArray(); in SetDocInfoState() local
1715 uno::Any aValue = xPropSet->getPropertyValue( pProps[i].Name ); in SetDocInfoState()
1716 if ( pProps[i].Attributes & ::com::sun::star::beans::PropertyAttribute::REMOVABLE ) in SetDocInfoState()
1718 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in SetDocInfoState()
1722 xSet->setPropertyValue( pProps[i].Name, aValue ); in SetDocInfoState()
H A Dobjuno.cxx185 const beans::Property* pProps = lProps.getConstArray(); in Copy() local
190 uno::Any aValue = xSet->getPropertyValue( pProps[i].Name ); in Copy()
191 if ( pProps[i].Attributes & ::com::sun::star::beans::PropertyAttribute::REMOVABLE ) in Copy()
193 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in Copy()
197 xTarget->setPropertyValue( pProps[i].Name, aValue ); in Copy()
622 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertyValues() local
631 const ::com::sun::star::beans::Property& rCurrProp = pProps[n]; in getPropertyValues()
644 const ::com::sun::star::beans::PropertyValue* pProps = aProps.getConstArray(); in setPropertyValues() local
649 const ::com::sun::star::beans::PropertyValue& rProp = pProps[n]; in setPropertyValues()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1976 ::rtl::OUString* pProps = aProps.getArray();
1977 pProps[0] = ::rtl::OUString::createFromAscii( "Title" );
1978 pProps[1] = ::rtl::OUString::createFromAscii( "IsFolder" );
1979 pProps[2] = ::rtl::OUString::createFromAscii( "MediaType" );
1980 pProps[3] = ::rtl::OUString::createFromAscii( "Size" );
/trunk/main/starmath/source/
H A Dmathmlexport.cxx737 PropertyValue* pProps = rProps.getArray(); in GetConfigurationSettings() local
738 if (pProps) in GetConfigurationSettings()
747 for (sal_Int32 i = 0; i < nCount; i++, pProps++) in GetConfigurationSettings()
755 pProps->Name = rPropName; in GetConfigurationSettings()
763 pProps->Value = xProps->getPropertyValue( aActualName ); in GetConfigurationSettings()
/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/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/stoc/source/registry_tdprovider/
H A Dtdservice.cxx245 Reference< XPropertyTypeDescription > * pProps = pTempProps->getArray(); in getProperties() local
302 pProps[ nFields ] in getProperties()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1218 const Property* pProps = aRetSeq.getConstArray(); in test_introsp() local
1224 const Property aProp = pProps[ i ]; in test_introsp()
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx256 ::rtl::OUString* pProps = aProps.getArray(); in CopyContentToStorage_Impl()
257 pProps[0] = ::rtl::OUString::createFromAscii( "TargetURL" ); in CopyContentToStorage_Impl()
258 pProps[1] = ::rtl::OUString::createFromAscii( "IsFolder" ); in CopyContentToStorage_Impl()
1122 ::rtl::OUString* pProps = aProps.getArray(); in getElementNames()
1123 pProps[0] = ::rtl::OUString::createFromAscii( "Title" ); in getElementNames()
/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/svx/source/dialog/
H A Drubydialog.cxx418 const PropertyValue* pProps = aProps.getConstArray(); in SetText() local
422 pProps[nProp].Value >>= sLeft; in SetText()
424 pProps[nProp].Value >>= sRight; in SetText()
450 PropertyValue* pProps = rProps.getArray(); in GetText() local
486 pProps[nProp].Value >>= nTmp; in Update()
504 pProps[nProp].Value >>= sTmp; in Update()
643 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
647 pProps[nProp].Value <<= nAdjust; in IMPL_LINK()
666 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
690 PropertyValue* pProps = rProps.getArray(); in IMPL_LINK() local
[all …]

Completed in 188 milliseconds

12345