Home
last modified time | relevance | path

Searched refs:pProps (Results 51 – 75 of 124) sorted by relevance

12345

/trunk/main/svx/source/form/
H A DfmPropBrw.cxx301 …const ::rtl::OUString pProps[] = { ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ContextDocument"… in ~FmPropBrw() local
305 for ( size_t i = 0; i < sizeof(pProps)/sizeof(pProps[0]); ++i ) in ~FmPropBrw()
306 xName->removeByName( pProps[i] ); in ~FmPropBrw()
/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/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/reportdesign/source/core/api/
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 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 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/comphelper/source/property/
H A Dpropstate.cxx141 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertyStates() local
145 for (sal_Int32 i=0, j=0; i<nPropCount && j<nLen; ++i, ++pProps) in getPropertyStates()
148 if (pProps->Name.equals(*pNames)) in getPropertyStates()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx113 java_util_Properties* pProps = new java_util_Properties(); in createStringPropertyArray() local
156 pProps->setProperty(pBegin->Name,aStr); in createStringPropertyArray()
159 return pProps; in createStringPropertyArray()
H A DJConnection.cxx829 java_util_Properties* pProps = createStringPropertyArray(info); in construct() local
830 args[1].l = pProps->getJavaObject(); in construct()
851 delete pProps, pProps = NULL; in construct()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1830 SbxArray* pProps = pObj->GetProperties(); in RequestingChilds() local
1831 sal_uInt16 nPropCount = pProps->Count(); in RequestingChilds()
1833 pProps->Get( nPropCount -1 )->GetName().EqualsIgnoreCaseAscii( "Dbg_Methods" ) && in RequestingChilds()
1834 pProps->Get( nPropCount -2 )->GetName().EqualsIgnoreCaseAscii( "Dbg_Properties" ) && in RequestingChilds()
1835 pProps->Get( nPropCount -3 )->GetName().EqualsIgnoreCaseAscii( "Dbg_SupportedInterfaces" ) ) in RequestingChilds()
1843 SbxVariable* pVar = pProps->Get( i ); in RequestingChilds()
2256 SbxArray* pProps = pObj->GetProperties(); in UpdateWatches() local
2257 sal_uInt16 nPropCount = pProps->Count(); in UpdateWatches()
2260 SbxVariable* pVar_ = pProps->Get( i ); in UpdateWatches()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx110 GParamSpec **pProps; in initFields() local
112 pProps = g_object_class_list_properties in initFields()
118 switch (pProps[i]->value_type) in initFields()
124 const char *pName = g_param_spec_get_name( pProps[i] ); in initFields()
137 pToBeFields[ nFields++ ]->pField = g_param_spec_ref( pProps[i] ); in initFields()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx50 TablePropsPointer_t pProps );
54 TablePropsPointer_t pProps);
56 virtual void startCell(const string & start, TablePropsPointer_t pProps);
H A DWW8Sttbf.cxx102 ::writerfilter::Reference<Properties>::Pointer_t pProps(new WW8StringProperty(0, pVal)); in resolve()
104 rTable.entry(n, pProps); in resolve()
H A DWW8StyleSheet.cxx185 pProps(new WW8PropertySetImpl(*this, aOffset.get(), nCount, in get_upx() local
189 new WW8PropertiesReference(pProps); in get_upx()
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx47 SbxArrayRef pProps; // Properties member in SbxObject
103 SbxArray* GetProperties() { return pProps; } in GetProperties()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2654 beans::PropertyValue* pProps = rProps.getArray(); in GetViewSettings() local
2655 if(pProps) in GetViewSettings()
2671 pProps[i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaTop")); in GetViewSettings()
2672 pProps[i++].Value <<= aVisArea.Y; in GetViewSettings()
2673 pProps[i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaLeft")); in GetViewSettings()
2674 pProps[i++].Value <<= aVisArea.X; in GetViewSettings()
2675 pProps[i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaWidth")); in GetViewSettings()
2676 pProps[i++].Value <<= aVisArea.Width; in GetViewSettings()
2677 pProps[i].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VisibleAreaHeight")); in GetViewSettings()
2678 pProps[i++].Value <<= aVisArea.Height; in GetViewSettings()
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx468 (XMLTag & rTag, writerfilter::Reference<Properties>::Pointer_t pProps) in resolve() argument
470 if (pProps.get() != NULL) in resolve()
473 pProps->resolve(aHandler); in resolve()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx104 const PropertyInfo* pProps,
1584 const PropertyInfo* pProps, in PropertySetInfo() argument
1592 const PropertyInfo* pEntry = pProps; in PropertySetInfo()
1677 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty() local
1680 const beans::Property& rCurr = 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/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/sw/source/filter/xml/
H A Dwrtxml.cxx304 PropertyValue *pProps = aProps.getArray(); in _Write() local
305 pProps->Name = OUString( RTL_CONSTASCII_USTRINGPARAM("FileName") ); in _Write()
306 (pProps++)->Value <<= OUString( *pOrigFileName ); in _Write()
/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()
/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/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 …]
/trunk/main/basic/source/classes/
H A Dsb.cxx531 SbxArray* pProps = pRet->GetProperties(); in cloneTypeObjectImpl() local
532 sal_uInt32 nCount = pProps->Count32(); in cloneTypeObjectImpl()
535 SbxVariable* pVar = pProps->Get32( i ); in cloneTypeObjectImpl()
577 pProps->PutDirect( pNewProp, i ); in cloneTypeObjectImpl()
710 pProps->PutDirect( pNewProp, i ); in TYPEINIT1()
755 pProps->PutDirect( pNewProp, i ); in TYPEINIT1()

Completed in 186 milliseconds

12345