Lines Matching refs:C2U

111                                                                  C2U( "ReferencePageSize" ) ));  in AxisItemConverter()
355 GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eAxisPos; in FillSpecialItem()
363 if( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue ) in FillSpecialItem()
388 GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= ePos; in FillSpecialItem()
396 GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= ePos; in FillSpecialItem()
406 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fVal ) in FillSpecialItem()
432 …bool bNumberFormatIsSet = ( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )).hasValue()); in FillSpecialItem()
751 …xCrossingMainAxis->setPropertyValue( C2U( "CrossoverPosition" ), uno::makeAny( ::com::sun::star::c… in ApplySpecialItem()
752 … xCrossingMainAxis->setPropertyValue( C2U( "CrossoverValue" ), uno::makeAny( fValue )); in ApplySpecialItem()
755 …xCrossingMainAxis->setPropertyValue( C2U( "CrossoverPosition" ), uno::makeAny( ::com::sun::star::c… in ApplySpecialItem()
771 …bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eOldAxisP… in ApplySpecialItem()
775 … GetPropertySet()->setPropertyValue( C2U( "CrossoverPosition" ), uno::makeAny( eAxisPos )); in ApplySpecialItem()
785 … if( xParallelAxis->getPropertyValue( C2U( "CrossoverPosition" ) ) >>= eOtherPos ) in ApplySpecialItem()
793 … xParallelAxis->setPropertyValue( C2U( "CrossoverPosition" ), uno::makeAny( eOppositePos )); in ApplySpecialItem()
807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem()
811 … GetPropertySet()->setPropertyValue( C2U( "CrossoverValue" ), uno::makeAny( fValue )); in ApplySpecialItem()
843 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= eOldPos ); in ApplySpecialItem()
847 GetPropertySet()->setPropertyValue( C2U( "LabelPosition" ), uno::makeAny( ePos )); in ApplySpecialItem()
857 … if( xParallelAxis->getPropertyValue( C2U( "LabelPosition" ) ) >>= eOtherPos ) in ApplySpecialItem()
865 … xParallelAxis->setPropertyValue( C2U( "LabelPosition" ), uno::makeAny( eOppositePos )); in ApplySpecialItem()
881 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= eOldPos ); in ApplySpecialItem()
885 GetPropertySet()->setPropertyValue( C2U( "MarkPosition" ), uno::makeAny( ePos )); in ApplySpecialItem()
899 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldVal ); in ApplySpecialItem()
904 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fVal )); in ApplySpecialItem()
925 if( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )) != aValue ) in ApplySpecialItem()
927 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()
940 …bool bNumberFormatIsSet = ( GetPropertySet()->getPropertyValue( C2U( "NumberFormat" )).hasValue()); in ApplySpecialItem()
968 GetPropertySet()->setPropertyValue( C2U( "NumberFormat" ), aValue ); in ApplySpecialItem()