Home
last modified time | relevance | path

Searched refs:STYPE (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx179 static OUString STYPE ( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ); in ImplInit() local
213 xFilterSet->getPropertyValue(STYPE) >>= aEntry.sType; in ImplInit()
/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx46 const static rtl::OUString STYPE( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_TYPE ) );
218 xProps->setPropertyValue( STYPE, uno::makeAny( sheet::ValidationType_ANY ) ); in Delete()
232 xProps->getPropertyValue( STYPE ) >>= nValType; in Add()
253 xProps->setPropertyValue( STYPE, uno::makeAny(nValType )); in Add()
260 xProps->setPropertyValue( STYPE, uno::makeAny(nValType )); in Add()

Completed in 11 milliseconds