Searched refs:iStyle (Results 1 – 4 of 4) sorted by relevance
700 ::std::list< DataRowPointStyle >::iterator iStyle; in initSeriesPropertySets()705 …for( iStyle = rSeriesDefaultsAndStyles.maSeriesStyleList.begin(); iStyle != rSeriesDefaultsAndStyl… in initSeriesPropertySets()707 if( iStyle->meType != DataRowPointStyle::DATA_SERIES ) in initSeriesPropertySets()710 if( !iStyle->m_xOldAPISeries.is() ) in initSeriesPropertySets()711 …iStyle->m_xOldAPISeries = SchXMLSeriesHelper::createOldAPISeriesPropertySet( iStyle->m_xSeries, xC… in initSeriesPropertySets()713 aSeriesMap[iStyle->m_xSeries] = iStyle->m_xOldAPISeries; in initSeriesPropertySets()718 …for( iStyle = rSeriesDefaultsAndStyles.maSeriesStyleList.begin(); iStyle != rSeriesDefaultsAndStyl… in initSeriesPropertySets()720 if( iStyle->meType == DataRowPointStyle::DATA_SERIES ) in initSeriesPropertySets()722 iStyle->m_xOldAPISeries = aSeriesMap[iStyle->m_xSeries]; in initSeriesPropertySets()729 ::std::list< DataRowPointStyle >::iterator iStyle; in setDefaultsToSeries()[all …]
1050 PaneStyleContainer::const_iterator iStyle; in ProcessPaneStyle() local1051 for (iStyle=begin(); iStyle!=end(); ++iStyle) in ProcessPaneStyle()1052 if ((*iStyle)->msStyleName.equals(sParentStyleName)) in ProcessPaneStyle()1054 pStyle->mpParentStyle = *iStyle; in ProcessPaneStyle()1096 for (const_iterator iStyle=begin(); iStyle!=iEnd; ++iStyle) in GetPaneStyle() local1097 if ((*iStyle)->msStyleName == rsStyleName) in GetPaneStyle()1098 return *iStyle; in GetPaneStyle()1216 ViewStyleContainer::const_iterator iStyle; in ProcessViewStyle() local1217 for (iStyle=begin(); iStyle!=end(); ++iStyle) in ProcessViewStyle()1218 if ((*iStyle)->msStyleName.equals(sParentStyleName)) in ProcessViewStyle()[all …]
689 RendererPaneStyleContainer::const_iterator iStyle (maRendererPaneStyles.find(rsResourceURL)); in GetRendererPaneStyle() local690 if (iStyle == maRendererPaneStyles.end()) in GetRendererPaneStyle()702 iStyle = maRendererPaneStyles.insert( in GetRendererPaneStyle()705 if (iStyle != maRendererPaneStyles.end()) in GetRendererPaneStyle()706 return iStyle->second; in GetRendererPaneStyle()
222 short iStyle = getStyleIndex(); in applyStyle() local223 if ((iStyle != iOldLayoutPos) || _bapplyalways) in applyStyle()225 if (iStyle > -1) in applyStyle()227 iOldLayoutPos = iStyle; in applyStyle()228 String sFileName = FileNames[iStyle]; //Style = lstStyles.getSelectedItem(); in applyStyle()