Home
last modified time | relevance | path

Searched refs:pProps (Results 1 – 25 of 124) sorted by path

12345

/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()
H A Dlocalizationmgr.cxx222 const Property* pProps = aPropSeq.getConstArray(); in implHandleControlResourceProperties() local
228 const Property& rProp = pProps[j]; in implHandleControlResourceProperties()
/trunk/main/basic/inc/basic/
H A Dsbxobj.hxx47 SbxArrayRef pProps; // Properties member in SbxObject
103 SbxArray* GetProperties() { return pProps; } in GetProperties()
/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()
H A Dsbunoobj.cxx1933 SbxArray* pProps = pUnoObj->GetProperties(); in Impl_DumpProperties() local
1934 sal_uInt16 nPropCount = pProps->Count(); in Impl_DumpProperties()
1938 SbxVariable* pVar = pProps->Get( i ); in Impl_DumpProperties()
2918 pProps = new SbxArray; in implCreateAll()
H A Dsbxmod.cxx581 for( i = 0; i < pProps->Count(); ) in StartDefinitions()
583 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in StartDefinitions()
585 pProps->Remove( i ); in StartDefinitions()
626 pProps->Remove( p ); in GetProperty()
632 pProps->Put( pProp, pProps->Count() ); in GetProperty()
644 pProps->Remove( p ); in GetProcedureProperty()
650 pProps->Put( pProp, pProps->Count() ); in GetProcedureProperty()
1336 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearPrivateVars()
1338 SbProperty* p = PTR_CAST(SbProperty,pProps->Get( i ) ); in ClearPrivateVars()
1404 for( sal_uInt16 i = 0 ; i < pProps->Count() ; i++ ) in ClearVarsDependingOnDeletedBasic()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx75 pProps = new SbxArray; in operator =()
79 *pProps = *r.pProps; in operator =()
108 CheckParentsOnDelete( this, pProps ); in ~SbxObject()
129 pProps = new SbxArray; in Clear()
187 pRes = pProps->FindUserData( nData ); in FindUserData()
351 case SbxCLASS_PROPERTY: pArray = pProps; break; in FindVar()
760 || !LoadArray( rStrm, this, pProps ) in LoadData()
789 if( !pProps->Store( rStrm ) ) in StoreData()
975 SbxVariableRef& r = pProps->GetRef( i ); in Dump()
1086 SbxArray *pProps = pObj->GetProperties(); in GarbageCollection()
[all …]
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName() local
325 for (sal_Int32 i=0; i<nLength; ++i, ++pProps) in getPropertyByName()
327 if (pProps->Name == _rName) in getPropertyByName()
328 return *pProps; in getPropertyByName()
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName() local
340 for( sal_Int32 i=0; i<nLength; ++i,++pProps ) in hasPropertyByName()
342 if(pProps->Name == _rName) in hasPropertyByName()
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/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()
H A DAwrapado.cxx60 ADOProperties* pProps=NULL; in get_Properties() local
61 pInterface->get_Properties(&pProps); in get_Properties()
63 aProps.setWithOutAddRef(pProps); in get_Properties()
471 ADOProperties* pProps = NULL; in get_Properties() local
475 aProps.setWithOutAddRef(pProps); in get_Properties()
882 ADOProperties* pProps=NULL; in get_Properties() local
885 aProps.setWithOutAddRef(pProps); in get_Properties()
1150 ADOProperties* pProps = NULL; in get_Properties() local
1154 aProps.setWithOutAddRef(pProps); in get_Properties()
1431 ADOProperties* pProps = NULL; in get_Properties() local
[all …]
/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/connectivity/source/drivers/file/
H A DFConnection.cxx175 OUString* pProps = aProps.getArray(); in construct() local
176 pProps[ 0 ] = OUString::createFromAscii( "Title" ); in construct()
402 ::rtl::OUString* pProps = aProps.getArray(); in getDir()
403 pProps[ 0 ] = ::rtl::OUString::createFromAscii( "Title" ); in getDir()
/trunk/main/connectivity/source/drivers/jdbc/
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()
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()
/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/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx129 ::com::sun::star::beans::Property *pProps,
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1125 Property * pProps, in OPropertyArrayHelper() argument
1129 : aInfos(pProps, nEle) in OPropertyArrayHelper()
/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/dbaccess/source/ui/browser/
H A Dformadapter.cxx1299 const ::com::sun::star::beans::Property* pProps = aProps.getConstArray(); in getPropertySetInfo() local
1301 for (sal_Int32 i=0; i<aProps.getLength(); ++i, ++pProps) in getPropertySetInfo()
1303 if (pProps->Name.equals(PROPERTY_NAME)) in getPropertySetInfo()
1305 ((SbaXFormAdapter*)this)->m_nNamePropHandle = pProps->Handle; in getPropertySetInfo()
/trunk/main/dbaccess/source/ui/dlg/
H A DDriverSettings.cxx107 for ( TProperties* pProps = aProps; pProps->first; ++pProps ) in getSupportedIndirectSettings() local
109 if ( aProperties.has(pProps->second) ) in getSupportedIndirectSettings()
110 _out_rDetailsIds.push_back(pProps->first); in getSupportedIndirectSettings()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2125 const beans::PropertyValue *pProps = rPropertyVaules.getConstArray(); in SvxPropertyValuesToItemSet() local
2128 …const SfxItemPropertySimpleEntry *pEntry = pPropSet->getPropertyMap()->getByName( pProps[i].Name ); in SvxPropertyValuesToItemSet()
2138 …OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-only: " ) ) + pProps[i].Name, static_ca… in SvxPropertyValuesToItemSet()
2144 if (pProps[i].Value >>= aDesc) in SvxPropertyValuesToItemSet()
2152 pProps[i].Value >>= nLevel; in SvxPropertyValuesToItemSet()
2164 if( !(pProps[i].Value >>= nStartValue) ) in SvxPropertyValuesToItemSet()
2175 if( !(pProps[i].Value >>= bParaIsNumberingRestart) ) in SvxPropertyValuesToItemSet()
2182 pPropSet->setPropertyValue( pProps[i].Name, pProps[i].Value, rItemSet ); in SvxPropertyValuesToItemSet()
2185 …tion(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: " ) ) + pProps[i].Name, static_ca… in SvxPropertyValuesToItemSet()
2283 const beans::PropertyValue* pProps = rCharAndParaProps.getConstArray(); in appendTextPortion() local
[all …]
/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/forms/source/component/
H A DColumns.cxx367 const Property* pProps = _rProps.getConstArray(); in clearAggregateProperties() local
368 const Property* pPropsEnd = pProps + _rProps.getLength(); in clearAggregateProperties()
369 for ( ; pProps != pPropsEnd; ++pProps ) in clearAggregateProperties()
371 if ( aForbiddenProperties.find( pProps->Name ) == aForbiddenProperties.end() ) in clearAggregateProperties()
372 *pNewProps++ = *pProps; in clearAggregateProperties()
/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()

Completed in 214 milliseconds

12345