/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2089 SbUnoProperty* pProp = PTR_CAST(SbUnoProperty,pVar); in TYPEINIT1() local 2091 if( pProp ) in TYPEINIT1() 2093 bool bInvocation = pProp->isInvocationBased(); in TYPEINIT1() 2097 sal_Int32 nId = pProp->nId; in TYPEINIT1() 2131 Any aRetAny = xPropSet->getPropertyValue( pProp->GetName() ); in TYPEINIT1() 2149 Any aRetAny = mxInvocation->getValue( pProp->GetName() ); in TYPEINIT1() 2164 if( pProp->aUnoProp.Attributes & PropertyAttribute::READONLY ) in TYPEINIT1() 2171 Any aAnyValue = sbxToUnoValue( pVar, pProp->aUnoProp.Type, &pProp->aUnoProp ); in TYPEINIT1() 2176 xPropSet->setPropertyValue( pProp->GetName(), aAnyValue ); in TYPEINIT1() 2193 mxInvocation->setValue( pProp->GetName(), aAnyValue ); in TYPEINIT1()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbadocumentproperties.cxx | 681 beans::Property* pProp = aProps.getArray(); in getElementNames() local 682 for ( ; pString != pEnd; ++pString, ++pProp ) in getElementNames() 683 *pString = pProp->Name; in getElementNames()
|
/trunk/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 235 void SwHTMLWriter::OutCSS1_Property( const sal_Char *pProp, in OutCSS1_Property() argument 291 (sOut += pProp) += ": "; in OutCSS1_Property() 506 void SwHTMLWriter::OutCSS1_UnitProperty( const sal_Char *pProp, long nVal ) in OutCSS1_UnitProperty() argument 510 OutCSS1_PropertyAscii( pProp, sOut ); in OutCSS1_UnitProperty() 513 void SwHTMLWriter::OutCSS1_PixelProperty( const sal_Char *pProp, long nVal, in OutCSS1_PixelProperty() argument 527 OutCSS1_PropertyAscii( pProp, sOut ); in OutCSS1_PixelProperty()
|
/trunk/main/linguistic/source/ |
H A D | lngopt.cxx | 546 PropertyValue *pProp = aProps.getArray(); in getPropertyValues() local 551 PropertyValue &rVal = pProp[i]; in getPropertyValues()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2555 beans::Property* pProp = aProperties.getArray(); in setBackground() local 2559 const OUString aPropName( pProp->Name ); in setBackground() 2564 pProp++; in setBackground() 2963 beans::Property* pProp = aProperties.getArray(); in setBackground() local 2967 const OUString aPropName( pProp->Name ); in setBackground() 2971 pProp++; in setBackground()
|
/trunk/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 986 SFX_REQUEST_ARG( rReq, pProp, SfxBoolItem, FN_PARAM_2, sal_False ); in Execute() 992 if ( pProp ) in Execute() 993 bProportional = pProp->GetValue(); in Execute()
|
/trunk/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 2429 for (OUStringList::const_iterator pProp = lData.begin(); in impl_readOldItem() local 2430 pProp != lData.end() ; in impl_readOldItem() 2431 ++pProp ) in impl_readOldItem() 2433 const ::rtl::OUString& sProp = *pProp; in impl_readOldItem()
|
H A D | filterfactory.cxx | 416 CacheItem::const_iterator pProp ; in impl_queryMatchByDocumentService() local
|
/trunk/main/embeddedobj/source/commonembedding/ |
H A D | persistence.cxx | 1066 uno::Any* pProp = aOutFrameProps.getArray(); in setPersistentEntry() local 1069 ++pTypedProp, ++pProp in setPersistentEntry() 1072 *pProp <<= *pTypedProp; in setPersistentEntry()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 213 …pt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sal_uInt8* pProp, sal_uInt32 nPropS… in AddOpt() argument 217 if ( pProp ) in AddOpt() 231 pSortStruct[ i ].pBuf = pProp; in AddOpt() 234 if ( pProp ) in AddOpt() 253 pSortStruct[ nSortCount ].pBuf = pProp; in AddOpt() 257 if ( pProp ) in AddOpt()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1191 sal_uInt8* pProp, sal_uInt32 nPropSize );
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3281 const beans::PropertyValue* pProp = props.getConstArray(); in findSortPropertyIndex() local 3285 for ( ; count < nItems; ++count, ++pProp ) in findSortPropertyIndex() 3286 if ( pProp->Name.equals( sPropName ) ) in findSortPropertyIndex()
|