Home
last modified time | relevance | path

Searched refs:bJapaneseStyle (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx174 bool bJapaneseStyle ) : in StockChartTypeTemplate() argument
189 uno::makeAny( bJapaneseStyle )); in StockChartTypeTemplate()
345 bool bJapaneseStyle = false; in createChartTypes() local
350 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bJapaneseStyle; in createChartTypes()
383 xCTProp->setPropertyValue( C2U("Japanese"), uno::makeAny( bJapaneseStyle )); in createChartTypes()
H A DStockChartTypeTemplate.hxx61 bool bJapaneseStyle );
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx144 bool bJapaneseStyle=true;//@todo is this the correct default? in createShapes() local
156 m_xChartTypeModelProps->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in createShapes()
292 … if(bJapaneseStyle && isValidPosition(aPosLeftFirst) && isValidPosition(aPosRightLast) ) in createShapes()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1123 bool bJapaneseStyle = false; in execute_Command() local
1124 … xChartTypeProp->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in execute_Command()
1126 if( bJapaneseStyle ) in execute_Command()

Completed in 33 milliseconds