Lines Matching refs:aProperty
308 beans::PropertyValue aProperty; in setData() local
310 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in setData()
312 aProperty.Value <<= aParentPath; in setData()
313 aArguments[ 0 ] <<= aProperty; in setData()
589 beans::PropertyValue aProperty; in move() local
591 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in move()
593 aProperty.Value <<= aOldParentPath; in move()
594 aArguments[ 0 ] <<= aProperty; in move()
617 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in move()
619 aProperty.Value <<= aNewParentPath; in move()
620 aArguments[ 0 ] <<= aProperty; in move()
884 beans::PropertyValue aProperty; in remove() local
886 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in remove()
888 aProperty.Value <<= aParentPath; in remove()
889 aArguments[ 0 ] <<= aProperty; in remove()
1132 beans::PropertyValue aProperty; in getRootReadAccess() local
1133 aProperty.Name = rtl::OUString( in getRootReadAccess()
1135 aProperty.Value <<= rtl::OUString(); // root path in getRootReadAccess()
1136 aArguments[ 0 ] <<= aProperty; in getRootReadAccess()