VAxisProperties.hxx (de7b3f82) VAxisProperties.hxx (940681c7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 67 unchanged lines hidden (view full) ---

76
77 sal_Bool bLineBreakAllowed;
78 sal_Bool bOverlapAllowed;
79
80 sal_Bool bStackCharacters;
81 double fRotationAngleDegree;
82
83 sal_Int32 nRhythm; //show only each nth label with n==nRhythm
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 67 unchanged lines hidden (view full) ---

76
77 sal_Bool bLineBreakAllowed;
78 sal_Bool bOverlapAllowed;
79
80 sal_Bool bStackCharacters;
81 double fRotationAngleDegree;
82
83 sal_Int32 nRhythm; //show only each nth label with n==nRhythm
84 bool bRhythmIsFix; //states wether the given rhythm is fix or may be changed
84 bool bRhythmIsFix; //states whether the given rhythm is fix or may be changed
85
86 //methods:
87 void init( const ::com::sun::star::uno::Reference<
88 ::com::sun::star::chart2::XAxis >& xAxisModel );
89
90 sal_Bool getIsStaggered() const;
91};
92

--- 71 unchanged lines hidden ---
85
86 //methods:
87 void init( const ::com::sun::star::uno::Reference<
88 ::com::sun::star::chart2::XAxis >& xAxisModel );
89
90 sal_Bool getIsStaggered() const;
91};
92

--- 71 unchanged lines hidden ---