Home
last modified time | relevance | path

Searched refs:aPropertyValue (Results 26 – 30 of 30) sorted by relevance

12

/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx324 beans::PropertyValue aPropertyValue; in SetDefaults() local
325 if ( aUIProp[nPropPos].Value >>= aPropertyValue ) in SetDefaults()
327 if ( aPropertyValue.Name.equalsAscii( "PrintContent" ) ) in SetDefaults()
329 aPropertyValue.Value <<= nContent; in SetDefaults()
330 aUIProp[nPropPos].Value <<= aPropertyValue; in SetDefaults()
332 else if ( aPropertyValue.Name.equalsAscii( "IsIncludeEmptyPages" ) ) in SetDefaults()
334 ScUnoHelpFunctions::SetBoolInAny( aPropertyValue.Value, ! bSuppress ); in SetDefaults()
335 aUIProp[nPropPos].Value <<= aPropertyValue; in SetDefaults()
/aoo42x/main/extensions/source/propctrlr/
H A Deventhandler.cxx611 ScriptEventDescriptor aPropertyValue; in getPropertyValue() local
618 aPropertyValue = *pEvents; in getPropertyValue()
623 return makeAny( aPropertyValue ); in getPropertyValue()
/aoo42x/main/framework/inc/xml/
H A Deventsdocumenthandler.hxx164 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aPropertyValue ) …
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx160 OUString aPropertyValue; in setValue() local
161 rValue >>= aPropertyValue; in setValue()
172 if( (*aIter) == aPropertyValue ) in setValue()
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx5281 beans::PropertyValue aPropertyValue; in getProperties() local
5282 aPropertyValue.Name = aIt->sName; in getProperties()
5283 pItem->QueryValue( aPropertyValue.Value, aIt->nMemberId ); in getProperties()
5284 aPropertyVector.push_back( aPropertyValue ); in getProperties()

Completed in 126 milliseconds

12