Home
last modified time | relevance | path

Searched refs:bStacked (Results 1 – 19 of 19) sorted by relevance

/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx298 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 DTitleHelper.cxx268 bool bStacked = false; in setCompleteString() local
271 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStacked; in setCompleteString()
273 if( bStacked ) in setCompleteString()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_TitleRotation.cxx90 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 Dtp_AxisLabel.cxx109 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()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx584 …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()
/trunk/main/svx/source/items/
H A Dalgitem.cxx398 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()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx119 sal_Int32 nRotation, sal_Bool bStacked,
146 void SetFromRotation( sal_Int32 nRotation, sal_Bool bStacked );
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx694 sal_Bool bStacked = sal_False; in applyData() local
702 xDiaProp->getPropertyValue( C2U("Stacked")) >>= bStacked; in applyData()
743 if( bStacked || bPercent || bDeep ) in applyData()
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx399 bool bStacked = false; in StartElement() local
401 mrSeriesDefaultsAndStyles.maStackedDefault >>= bStacked; in StartElement()
409 if( ! (bStacked || mbPercentStacked )) in StartElement()
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx919 sal_Bool bStacked = sal_False; in isStacked() local
920 mxDiagramPropertySet->getPropertyValue(STACKED) >>= bStacked; in isStacked()
921 return bStacked; in isStacked()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx839 sal_Bool bStacked = ((const SfxBoolItem*)pItem)->GetValue(); in getPropertyValue() local
840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
H A Dstyleuno.cxx2043 … sal_Bool bStacked = ((const SfxBoolItem&)pItemSet->Get(nWhich)).GetValue(); in getPropertyValue() local
2044 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aAny ); in getPropertyValue()
H A Dcellsuno.cxx2421 … sal_Bool bStacked = ((const SfxBoolItem&)pDataSet->Get(pEntry->nWID)).GetValue(); in GetOnePropertyValue() local
2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx721 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 Dxlchart.cxx975 bool bStacked = bSupportsStacked && rPropSet.GetBoolProperty( EXC_CHPROP_STACKCHARACTERS ); in ReadRotationProperties() local
976 return bStacked ? EXC_ROT_STACKED : in ReadRotationProperties()
H A Dxichart.cxx2225 bool bStacked = false; in IsStacked() local
2229 bStacked = in IsStacked()
2234 bStacked = in IsStacked()
2240 return bStacked; in IsStacked()
H A Dxestyle.cxx1408 bool bStacked = GETITEMVALUE( rItemSet, SfxBoolItem, ATTR_STACKED, sal_Bool ); in FillFromItemSet() local
1410 if( bStacked ) in FillFromItemSet()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx203 static rtl::OUString getStackedString( const rtl::OUString& rString, bool bStacked=true );
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2281 rtl::OUString ShapeFactory::getStackedString( const rtl::OUString& rString, bool bStacked ) in getStackedString() argument
2284 if(!bStacked || !nLen) in getStackedString()

Completed in 186 milliseconds