Searched refs:detectInnerValue (Results 1 – 4 of 4) sorted by relevance
75 bool detectInnerValue( PROPERTYTYPE& rValue, bool& rHasAmbiguousValue ) const in detectInnerValue() function in chart::wrapper::WrappedSeriesOrDiagramProperty138 if( detectInnerValue( aOldValue, bHasAmbiguousValue ) ) in setPropertyValue()157 if( detectInnerValue( aValue, bHasAmbiguousValue ) ) in getPropertyValue()
69 bool detectInnerValue( PROPERTYTYPE& rValue, bool& rHasAmbiguousValue ) const in detectInnerValue() function in chart::wrapper::WrappedSplineProperty118 if( detectInnerValue( aOldValue, bHasAmbiguousValue ) ) in setPropertyValue()150 if( detectInnerValue( aValue, bHasAmbiguousValue ) ) in getPropertyValue()
1339 bool detectInnerValue( StackMode& eInnerStackMode ) const;1374 bool WrappedStackingProperty::detectInnerValue( StackMode& eStackMode ) const in detectInnerValue() function in chart::wrapper::WrappedStackingProperty1391 bool bHasDetectableInnerValue = detectInnerValue( eInnerStackMode ); in setPropertyValue()1416 if( detectInnerValue( eInnerStackMode ) ) in getPropertyValue()1610 bool detectInnerValue( uno::Any& rInnerValue ) const;1628 bool WrappedNumberOfLinesProperty::detectInnerValue( uno::Any& rInnerValue ) const in detectInnerValue() function in chart::wrapper::WrappedNumberOfLinesProperty1735 if( !detectInnerValue( aRet ) ) in getPropertyValue()
290 if( detectInnerValue( aValue, bHasAmbiguousValue ) ) in getPropertyValue()
Completed in 202 milliseconds