Searched refs:bJapaneseStyle (Results 1 – 4 of 4) sorted by relevance
174 bool bJapaneseStyle ) : in StockChartTypeTemplate() argument189 uno::makeAny( bJapaneseStyle )); in StockChartTypeTemplate()345 bool bJapaneseStyle = false; in createChartTypes() local350 getFastPropertyValue( PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE ) >>= bJapaneseStyle; in createChartTypes()383 xCTProp->setPropertyValue( C2U("Japanese"), uno::makeAny( bJapaneseStyle )); in createChartTypes()
61 bool bJapaneseStyle );
144 bool bJapaneseStyle=true;//@todo is this the correct default? in createShapes() local156 m_xChartTypeModelProps->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in createShapes()292 … if(bJapaneseStyle && isValidPosition(aPosLeftFirst) && isValidPosition(aPosRightLast) ) in createShapes()
1123 bool bJapaneseStyle = false; in execute_Command() local1124 … xChartTypeProp->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in execute_Command()1126 if( bJapaneseStyle ) in execute_Command()
Completed in 30 milliseconds