Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx700 ::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()
711iStyle->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 …]
/AOO42X/main/sdext/source/presenter/
H A DPresenterTheme.cxx1050 PaneStyleContainer::const_iterator iStyle; in ProcessPaneStyle() local
1051 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() local
1097 if ((*iStyle)->msStyleName == rsStyleName) in GetPaneStyle()
1098 return *iStyle; in GetPaneStyle()
1216 ViewStyleContainer::const_iterator iStyle; in ProcessViewStyle() local
1217 for (iStyle=begin(); iStyle!=end(); ++iStyle) in ProcessViewStyle()
1218 if ((*iStyle)->msStyleName.equals(sParentStyleName)) in ProcessViewStyle()
[all …]
H A DPresenterPaneBorderPainter.cxx689 RendererPaneStyleContainer::const_iterator iStyle (maRendererPaneStyles.find(rsResourceURL)); in GetRendererPaneStyle() local
690 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()
/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java222 short iStyle = getStyleIndex(); in applyStyle() local
223 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()