/aoo4110/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 298 bool bStacked = false; in getSupportedLabelPlacements() local 303 bStacked = (chart2::StackingDirection_Y_STACKING == eStacking); in getSupportedLabelPlacements() 306 aRet.realloc( bStacked ? 3 : 6 ); in getSupportedLabelPlacements() 308 if(!bStacked) in getSupportedLabelPlacements() 322 if(!bStacked) in getSupportedLabelPlacements() 583 bool bStacked = false; in getSupportedMissingValueTreatments() local 587 bStacked = bFound && (StackMode_Y_STACKED == eStackMode); in getSupportedMissingValueTreatments() 601 aRet.realloc( bStacked ? 1 : 2 ); in getSupportedMissingValueTreatments() 604 if( !bStacked ) in getSupportedMissingValueTreatments() 611 aRet.realloc( bStacked ? 2 : 3 ); in getSupportedMissingValueTreatments() [all …]
|
H A D | TitleHelper.cxx | 268 bool bStacked = false; in setCompleteString() local 271 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStacked; in setCompleteString() 273 if( bStacked ) in setCompleteString()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | tp_TitleRotation.cxx | 90 bool bStacked = aOrientHlp.GetStackedState() == STATE_CHECK; in FillItemSet() local 91 rOutAttrs.Put( SfxBoolItem( SCHATTR_TEXT_STACKED, bStacked ) ); in FillItemSet() 93 sal_Int32 nDegrees = bStacked ? 0 : aCtrlDial.GetRotation(); in FillItemSet() 110 bool bStacked = pItem && ((const SfxBoolItem*)pItem)->GetValue(); in Reset() local 111 aOrientHlp.SetStackedState( bStacked ? STATE_CHECK : STATE_NOCHECK ); in Reset()
|
H A D | tp_AxisLabel.cxx | 109 bool bStacked = false; in FillItemSet() local 112 bStacked = aOrientHlp.GetStackedState() == STATE_CHECK; in FillItemSet() 113 if( !m_bHasInitialStacking || (bStacked != m_bInitialStacking) ) in FillItemSet() 114 rOutAttrs.Put( SfxBoolItem( SCHATTR_TEXT_STACKED, bStacked ) ); in FillItemSet() 119 sal_Int32 nDegrees = bStacked ? 0 : aCtrlDial.GetRotation(); in FillItemSet()
|
/aoo4110/main/svx/source/items/ |
H A D | algitem.cxx | 398 SvxOrientationItem::SvxOrientationItem( sal_Int32 nRotation, sal_Bool bStacked, const sal_uInt16 nI… in SvxOrientationItem() argument 401 SetFromRotation( nRotation, bStacked ); in SvxOrientationItem() 516 void SvxOrientationItem::SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked ) in SetFromRotation() argument 518 if( bStacked ) in SetFromRotation()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 584 …bool bStacked = (rPicOptions.mnPictureFormat == XML_stack) || (rPicOptions.mnPictureFormat == XML_… in lclConvertPictureOptions() local 585 orFillProps.maBlipProps.moBitmapMode = bStacked ? XML_tile : XML_stretch; in lclConvertPictureOptions() 1126 bool bStacked = false; in convertTextRotation() local 1130 bStacked = (nVert == XML_wordArtVert) || (nVert == XML_wordArtVertRtl); in convertTextRotation() 1131 rPropSet.setProperty( PROP_StackCharacters, bStacked ); in convertTextRotation() 1136 …double fAngle = static_cast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.g… in convertTextRotation()
|
/aoo4110/main/svx/inc/svx/ |
H A D | algitem.hxx | 119 sal_Int32 nRotation, sal_Bool bStacked, 146 void SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked );
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDataWrapper.cxx | 694 sal_Bool bStacked = sal_False; in applyData() local 702 xDiaProp->getPropertyValue( C2U("Stacked")) >>= bStacked; in applyData() 743 if( bStacked || bPercent || bDeep ) in applyData()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLPlotAreaContext.cxx | 399 bool bStacked = false; in StartElement() local 401 mrSeriesDefaultsAndStyles.maStackedDefault >>= bStacked; in StartElement() 409 if( ! (bStacked || mbPercentStacked )) in StartElement()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbachart.cxx | 919 sal_Bool bStacked = sal_False; in isStacked() local 920 mxDiagramPropertySet->getPropertyValue(STACKED) >>= bStacked; in isStacked() 921 return bStacked; in isStacked()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 839 sal_Bool bStacked = ((const SfxBoolItem*)pItem)->GetValue(); in getPropertyValue() local 840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
|
H A D | styleuno.cxx | 2043 … sal_Bool bStacked = ((const SfxBoolItem&)pItemSet->Get(nWhich)).GetValue(); in getPropertyValue() local 2044 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aAny ); in getPropertyValue()
|
H A D | cellsuno.cxx | 2421 … sal_Bool bStacked = ((const SfxBoolItem&)pDataSet->Get(pEntry->nWID)).GetValue(); in GetOnePropertyValue() local 2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 721 bool bStacked = (nXclRot == EXC_ROT_STACKED); in FillToItemSet() local 722 ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_STACKED, bStacked ), bSkipPoolDefs ); in FillToItemSet() 727 bool bAsianVert = bStacked && pFont && pFont->HasAsianChars(); in FillToItemSet()
|
H A D | xlchart.cxx | 975 bool bStacked = bSupportsStacked && rPropSet.GetBoolProperty( EXC_CHPROP_STACKCHARACTERS ); in ReadRotationProperties() local 976 return bStacked ? EXC_ROT_STACKED : in ReadRotationProperties()
|
H A D | xichart.cxx | 2225 bool bStacked = false; in IsStacked() local 2229 bStacked = in IsStacked() 2234 bStacked = in IsStacked() 2240 return bStacked; in IsStacked()
|
H A D | xestyle.cxx | 1408 bool bStacked = GETITEMVALUE( rItemSet, SfxBoolItem, ATTR_STACKED, sal_Bool ); in FillFromItemSet() local 1410 if( bStacked ) in FillFromItemSet()
|
/aoo4110/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 203 static rtl::OUString getStackedString( const rtl::OUString& rString, bool bStacked=true );
|
/aoo4110/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 2281 rtl::OUString ShapeFactory::getStackedString( const rtl::OUString& rString, bool bStacked ) in getStackedString() argument 2284 if(!bStacked || !nLen) in getStackedString()
|