Home
last modified time | relevance | path

Searched refs:pProp (Results 26 – 37 of 37) sorted by relevance

12

/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx2089 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()
/aoo42x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx681 beans::Property* pProp = aProps.getArray(); in getElementNames() local
682 for ( ; pString != pEnd; ++pString, ++pProp ) in getElementNames()
683 *pString = pProp->Name; in getElementNames()
/aoo42x/main/sw/source/filter/html/
H A Dcss1atr.cxx235 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()
/aoo42x/main/linguistic/source/
H A Dlngopt.cxx546 PropertyValue *pProp = aProps.getArray(); in getPropertyValues() local
551 PropertyValue &rVal = pProp[i]; in getPropertyValues()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2555 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()
/aoo42x/main/sw/source/ui/shells/
H A Dtabsh.cxx986 SFX_REQUEST_ARG( rReq, pProp, SfxBoolItem, FN_PARAM_2, sal_False ); in Execute()
992 if ( pProp ) in Execute()
993 bProportional = pProp->GetValue(); in Execute()
/aoo42x/main/filter/source/config/cache/
H A Dfiltercache.cxx2429 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 Dfilterfactory.cxx416 CacheItem::const_iterator pProp ; in impl_queryMatchByDocumentService() local
/aoo42x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx1066 uno::Any* pProp = aOutFrameProps.getArray(); in setPersistentEntry() local
1069 ++pTypedProp, ++pProp in setPersistentEntry()
1072 *pProp <<= *pTypedProp; in setPersistentEntry()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx213 …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()
/aoo42x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1191 sal_uInt8* pProp, sal_uInt32 nPropSize );
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx3281 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()

Completed in 205 milliseconds

12