Lines Matching refs:aProperty

200         const beans::PropertyValue& aProperty = *pArguments;  in readArguments()  local
201 if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DataRowSource" ) )) in readArguments()
204 if( aProperty.Value >>= eRowSource ) in readArguments()
207 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FirstCellAsLabel" ) )) in readArguments()
209 aProperty.Value >>= bFirstCellAsLabel; in readArguments()
211 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "HasCategories" ) )) in readArguments()
213 aProperty.Value >>= bHasCategories; in readArguments()
215 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CellRangeRepresentation" ) )) in readArguments()
217 aProperty.Value >>= rRangeRepresentation; in readArguments()
219 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SequenceMapping" ) )) in readArguments()
221 aProperty.Value >>= rSequenceMapping; in readArguments()
384 const beans::PropertyValue& aProperty = *pArguments; in allArgumentsForRectRangeDetected() local
385 if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DataRowSource" ) )) in allArgumentsForRectRangeDetected()
388 (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo( in allArgumentsForRectRangeDetected()
392 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FirstCellAsLabel" ) )) in allArgumentsForRectRangeDetected()
395 … (aProperty.Value.hasValue() && aProperty.Value.isExtractableTo(::getBooleanCppuType())); in allArgumentsForRectRangeDetected()
402 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CellRangeRepresentation" ) )) in allArgumentsForRectRangeDetected()
406 … (aProperty.Value.hasValue() && (aProperty.Value >>= aRange) && !aRange.isEmpty()); in allArgumentsForRectRangeDetected()